diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-09-27 09:26:16 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-09-27 09:26:16 +0000 |
commit | 2ffb2ec4cc0d750c67fb327fe677443fa89e20e4 (patch) | |
tree | 9f1765e9e0ced4fa6e3e67d73ea32ab00fb5d218 /net-dialup/rp-pppoe | |
parent | resolves bug 8440 (diff) | |
download | historical-2ffb2ec4cc0d750c67fb327fe677443fa89e20e4.tar.gz historical-2ffb2ec4cc0d750c67fb327fe677443fa89e20e4.tar.bz2 historical-2ffb2ec4cc0d750c67fb327fe677443fa89e20e4.zip |
tcltk USE flag build tk frontend
Diffstat (limited to 'net-dialup/rp-pppoe')
-rw-r--r-- | net-dialup/rp-pppoe/ChangeLog | 13 | ||||
-rw-r--r-- | net-dialup/rp-pppoe/files/digest-rp-pppoe-3.3-r1 | 1 | ||||
-rw-r--r-- | net-dialup/rp-pppoe/files/digest-rp-pppoe-3.4-r1 | 1 | ||||
-rw-r--r-- | net-dialup/rp-pppoe/rp-pppoe-3.3-r1.ebuild | 37 | ||||
-rw-r--r-- | net-dialup/rp-pppoe/rp-pppoe-3.4-r1.ebuild | 37 |
5 files changed, 86 insertions, 3 deletions
diff --git a/net-dialup/rp-pppoe/ChangeLog b/net-dialup/rp-pppoe/ChangeLog index 4acb02518f12..ee2b86ddb3aa 100644 --- a/net-dialup/rp-pppoe/ChangeLog +++ b/net-dialup/rp-pppoe/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for net-dialup/rp-pppoe # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/rp-pppoe/ChangeLog,v 1.5 2002/08/30 11:33:31 cybersystem Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/rp-pppoe/ChangeLog,v 1.6 2002/09/27 09:26:16 seemant Exp $ + +*rp-pppoe-3.4-r1 (27 Jul 2002) + + 27 Sep 2002; Seemant Kulleen <seemant@gentoo.org> rp-pppoe-3.3-r1.ebuild + rp-pppoe-3.4-r1.ebuild : + + If "tcltk" is in USE, then the tkpppoe front end will get installed. + Thanks to: tobi.bayer@gmx.de (Tobias Bayer) in bug #8419 for catching + this. 30 Aug 2002; Sascha Schwabbauer <cybersystem@gentoo.org> : @@ -10,8 +19,6 @@ Fix typo in HOMEPAGE. Close #6789. -*rp-pppoe-3.3 (27 Jul 2002) - 27 Jul 2002; Seemant Kulleen <seemant@gentoo.org> rp-pppoe-3.3.ebuild files/digest-rp-pppoe-3.3 : diff --git a/net-dialup/rp-pppoe/files/digest-rp-pppoe-3.3-r1 b/net-dialup/rp-pppoe/files/digest-rp-pppoe-3.3-r1 new file mode 100644 index 000000000000..da6fd5c51e9d --- /dev/null +++ b/net-dialup/rp-pppoe/files/digest-rp-pppoe-3.3-r1 @@ -0,0 +1 @@ +MD5 1cd6bc22f7601f769bb654db4a15b15d rp-pppoe-3.3.tar.gz 171480 diff --git a/net-dialup/rp-pppoe/files/digest-rp-pppoe-3.4-r1 b/net-dialup/rp-pppoe/files/digest-rp-pppoe-3.4-r1 new file mode 100644 index 000000000000..81d2b6779d91 --- /dev/null +++ b/net-dialup/rp-pppoe/files/digest-rp-pppoe-3.4-r1 @@ -0,0 +1 @@ +MD5 2d07e1db65d9b07ee1756a81731a523a rp-pppoe-3.4.tar.gz 187791 diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.3-r1.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.3-r1.ebuild new file mode 100644 index 000000000000..e106b2fa0cd4 --- /dev/null +++ b/net-dialup/rp-pppoe/rp-pppoe-3.3-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-dialup/rp-pppoe/rp-pppoe-3.3-r1.ebuild,v 1.1 2002/09/27 09:26:16 seemant Exp $ + +S=${WORKDIR}/${P}/src +DESCRIPTION="A user-mode PPPoE client and server suite for Linux" +SRC_URI="http://www.roaringpenguin.com/pppoe/${P}.tar.gz" +HOMEPAGE="http://www.roaringpeguin.com/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" + +DEPEND=">=net-dialup/ppp-2.4.1" + +src_compile() { + + econf || die + make || die +} + +src_install () { + + if use tcltk + then + cd ../gui + make RPM_INSTALL_ROOT=${D} install || die + fi + + cd ${S} + make RPM_INSTALL_ROOT=${D} install || die + + dodir /usr/share/doc + mv ${D}/usr/doc/${P} ${D}/usr/share/doc/${PF} + rm -rf ${D}/usr/doc + prepalldocs +} diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.4-r1.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.4-r1.ebuild new file mode 100644 index 000000000000..4c7a72db9245 --- /dev/null +++ b/net-dialup/rp-pppoe/rp-pppoe-3.4-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-dialup/rp-pppoe/rp-pppoe-3.4-r1.ebuild,v 1.1 2002/09/27 09:26:16 seemant Exp $ + +S=${WORKDIR}/${P}/src +DESCRIPTION="A user-mode PPPoE client and server suite for Linux" +SRC_URI="http://www.roaringpenguin.com/pppoe/${P}.tar.gz" +HOMEPAGE="http://www.roaringpenguin.com/" + +DEPEND=">=net-dialup/ppp-2.4.1" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" + +src_compile() { + + econf || die + make || die +} + +src_install () { + + if use tcltk + then + cd ../gui + make RPM_INSTALL_ROOT=${D} install || die + fi + + cd ${S} + make RPM_INSTALL_ROOT=${D} install || die + + dodir /usr/share/doc + mv ${D}/usr/doc/${P} ${D}/usr/share/doc/${PF} + rm -rf ${D}/usr/doc + prepalldocs +} |