summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-22 07:49:21 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-22 07:49:21 +0000
commiteb95bce89175ad7c53fc87a31bc56bca2521410a (patch)
treed533e9ddc80bf9d8f6e8efbf67171f5fea3e0eb2 /app-emulation/winesetuptk
parentminor cleanup (diff)
downloadgentoo-2-eb95bce89175ad7c53fc87a31bc56bca2521410a.tar.gz
gentoo-2-eb95bce89175ad7c53fc87a31bc56bca2521410a.tar.bz2
gentoo-2-eb95bce89175ad7c53fc87a31bc56bca2521410a.zip
repoman'd
Diffstat (limited to 'app-emulation/winesetuptk')
-rw-r--r--app-emulation/winesetuptk/files/digest-winesetuptk-0.6.0b1
-rw-r--r--app-emulation/winesetuptk/files/digest-winesetuptk-0.6.0b-r11
-rw-r--r--app-emulation/winesetuptk/winesetuptk-0.6.0b-r1.ebuild62
-rw-r--r--app-emulation/winesetuptk/winesetuptk-0.6.0b-r2.ebuild52
-rw-r--r--app-emulation/winesetuptk/winesetuptk-0.6.0b.ebuild64
5 files changed, 26 insertions, 154 deletions
diff --git a/app-emulation/winesetuptk/files/digest-winesetuptk-0.6.0b b/app-emulation/winesetuptk/files/digest-winesetuptk-0.6.0b
deleted file mode 100644
index 953260f48d9f..000000000000
--- a/app-emulation/winesetuptk/files/digest-winesetuptk-0.6.0b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e5ce908158445ee7defd38e8fcd8a7b3 winesetuptk_0.6.0b-1.tar.gz 6810670
diff --git a/app-emulation/winesetuptk/files/digest-winesetuptk-0.6.0b-r1 b/app-emulation/winesetuptk/files/digest-winesetuptk-0.6.0b-r1
deleted file mode 100644
index 953260f48d9f..000000000000
--- a/app-emulation/winesetuptk/files/digest-winesetuptk-0.6.0b-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e5ce908158445ee7defd38e8fcd8a7b3 winesetuptk_0.6.0b-1.tar.gz 6810670
diff --git a/app-emulation/winesetuptk/winesetuptk-0.6.0b-r1.ebuild b/app-emulation/winesetuptk/winesetuptk-0.6.0b-r1.ebuild
deleted file mode 100644
index a65eeba87f28..000000000000
--- a/app-emulation/winesetuptk/winesetuptk-0.6.0b-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/winesetuptk/winesetuptk-0.6.0b-r1.ebuild,v 1.2 2002/07/11 06:30:13 drobbins Exp $
-
-MY_P=${PN}_${PV}-1.tar.gz
-PRE=tcltk-winesetuptk-0.6.0b
-SEC=winesetuptk-0.6.0b
-S=${WORKDIR}/${P}
-DESCRIPTION="Setup tool for WiNE adapted from Codeweavers by Debian"
-SRC_URI="http://ftp.debian.org/debian/pool/main/w/winesetuptk/${MY_P}"
-HOMEPAGE="http://packages.debian.org/unstable/otherosfs/winesetuptk.html"
-
-DEPEND="virtual/glibc
- virtual/x11"
-
-RDEPEND="app-emulation/wine"
-
-src_unpack() {
-
- unpack ${MY_P}
- cd ${S}
-
- tar zxf ${PRE}.tar.gz
- tar zxf ${SEC}.tar.gz
-
-}
-
-src_compile() {
-
- cd ${S}/${PRE}
- ./build.sh
-
-
- cd ${S}/${SEC}
-
- local myconf
-
- myconf="${myconf} --with-tcltk=${S}/${PRE}"
- myconf="${myconf} --with-launcher=/usr/bin --with-exe=/usr/bin"
- myconf="${myconf} --with-doc=/usr/share/doc/${P}"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc/wine \
- --host=${CHOST} \
- --enable-curses \
- ${myconf} || die
-
- emake || die
-
-}
-
-src_install () {
-
- cd ${S}/${SEC}
- make \
- PREFIX_LAUNCHER=${D}/usr/bin \
- PREFIX_EXE=${D}/usr/bin \
- PREFIX_DOC=${D}/usr/share/doc/${P} \
- install || die
-
-}
diff --git a/app-emulation/winesetuptk/winesetuptk-0.6.0b-r2.ebuild b/app-emulation/winesetuptk/winesetuptk-0.6.0b-r2.ebuild
index f61d5c9816f4..3871e3d4eb61 100644
--- a/app-emulation/winesetuptk/winesetuptk-0.6.0b-r2.ebuild
+++ b/app-emulation/winesetuptk/winesetuptk-0.6.0b-r2.ebuild
@@ -1,47 +1,46 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/winesetuptk/winesetuptk-0.6.0b-r2.ebuild,v 1.2 2002/07/11 06:30:13 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winesetuptk/winesetuptk-0.6.0b-r2.ebuild,v 1.3 2002/07/22 07:49:21 seemant Exp $
-MY_P=${PN}_${PV}-1.tar.gz
-PRE=tcltk-winesetuptk-0.6.0b
-SEC=winesetuptk-0.6.0b
+MY_P1=tcltk-${P}
+P=${P}
S=${WORKDIR}/${P}
DESCRIPTION="Setup tool for WiNE adapted from Codeweavers by Debian"
-SRC_URI="http://ftp.debian.org/debian/pool/main/w/winesetuptk/${MY_P}"
+SRC_URI="http://ftp.debian.org/debian/pool/main/w/winesetuptk/${P/-/_}-1.tar.gz"
HOMEPAGE="http://packages.debian.org/unstable/otherosfs/winesetuptk.html"
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="x86"
+
DEPEND="virtual/glibc
- virtual/x11"
+ virtual/x11"
src_unpack() {
- unpack ${MY_P}
+ unpack ${P/-/_}-1.tar.gz
cd ${S}
- tar zxf ${PRE}.tar.gz
- tar zxf ${SEC}.tar.gz
+ tar zxf ${MY_P1}.tar.gz
+ tar zxf ${P}.tar.gz
}
src_compile() {
-
- cd ${S}/${PRE}
+
+ cd ${S}/${MY_P1}
./build.sh
+ cd ${S}/${P}
- cd ${S}/${SEC}
-
- local myconf
-
- myconf="${myconf} --with-tcltk=${S}/${PRE}"
+ local myconf
+ myconf="${myconf} --with-tcltk=${S}/${MY_P1}"
myconf="${myconf} --with-launcher=/usr/bin --with-exe=/usr/bin"
myconf="${myconf} --with-doc=/usr/share/doc/${P}"
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc/wine \
- --host=${CHOST} \
- --enable-curses \
+ econf \
+ --sysconfdir=/etc/wine \
+ --enable-curses \
${myconf} || die
emake || die
@@ -50,11 +49,12 @@ src_compile() {
src_install () {
- cd ${S}/${SEC}
- make \
- PREFIX_LAUNCHER=${D}/usr/bin \
- PREFIX_EXE=${D}/usr/bin \
+ cd ${S}/${P}
+ make \
+ PREFIX_LAUNCHER=${D}/usr/bin \
+ PREFIX_EXE=${D}/usr/bin \
PREFIX_DOC=${D}/usr/share/doc/${P} \
install || die
-
+
+ dodoc doc/*
}
diff --git a/app-emulation/winesetuptk/winesetuptk-0.6.0b.ebuild b/app-emulation/winesetuptk/winesetuptk-0.6.0b.ebuild
deleted file mode 100644
index 20eec4c27d6f..000000000000
--- a/app-emulation/winesetuptk/winesetuptk-0.6.0b.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/winesetuptk/winesetuptk-0.6.0b.ebuild,v 1.2 2002/07/11 06:30:13 drobbins Exp $
-
-MY_P=${PN}_${PV}-1.tar.gz
-PRE=tcltk-winesetuptk-0.6.0b
-SEC=winesetuptk-0.6.0b
-S=${WORKDIR}/${P}
-DESCRIPTION="Setup tool for WiNE adapted from Codeweavers by Debian"
-SRC_URI="http://ftp.debian.org/debian/pool/main/w/winesetuptk/${MY_P}"
-HOMEPAGE="http://packages.debian.org/unstable/otherosfs/winesetuptk.html"
-
-DEPEND="virtual/glibc
- virtual/x11
- >=dev-lang/tcl-8.3.3
- >=dev-lang/tk-8.3.3"
-
-RDEPEND="app-emulation/wine"
-
-src_unpack() {
-
- unpack ${MY_P}
- cd ${S}
-
- tar zxf ${PRE}.tar.gz
- tar zxf ${SEC}.tar.gz
-
-}
-
-src_compile() {
-
- cd ${S}/${PRE}
- ./build.sh
-
-
- cd ${S}/${SEC}
-
- local myconf
-
- myconf="${myconf} --with-tcltk=${S}/${PRE}"
- myconf="${myconf} --with-launcher=/usr/bin --with-exe=/usr/bin"
- myconf="${myconf} --with-doc=/usr/share/doc/${P}"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc/wine \
- --host=${CHOST} \
- --enable-curses \
- ${myconf} || die
-
- emake || die
-
-}
-
-src_install () {
-
- cd ${S}/${SEC}
- make \
- PREFIX_LAUNCHER=${D}/usr/bin \
- PREFIX_EXE=${D}/usr/bin \
- PREFIX_DOC=${D}/usr/share/doc/${P} \
- install || die
-
-}