diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-14 19:16:11 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-14 19:16:11 +0000 |
commit | 517d67a6c9f4efae672fb16c812de71a1ae91048 (patch) | |
tree | 4ce870a9b81dfe9522ee7e11c91ab85ec7a76fb6 /net-dialup/speedtouch | |
parent | bump (diff) | |
download | gentoo-2-517d67a6c9f4efae672fb16c812de71a1ae91048.tar.gz gentoo-2-517d67a6c9f4efae672fb16c812de71a1ae91048.tar.bz2 gentoo-2-517d67a6c9f4efae672fb16c812de71a1ae91048.zip |
bump
Diffstat (limited to 'net-dialup/speedtouch')
-rw-r--r-- | net-dialup/speedtouch/Manifest | 3 | ||||
-rw-r--r-- | net-dialup/speedtouch/files/digest-speedtouch-1.2_beta1 | 1 | ||||
-rw-r--r-- | net-dialup/speedtouch/files/digest-speedtouch-1.2_beta3 | 1 | ||||
-rw-r--r-- | net-dialup/speedtouch/speedtouch-1.2_beta3.ebuild (renamed from net-dialup/speedtouch/speedtouch-1.2_beta1.ebuild) | 19 |
4 files changed, 9 insertions, 15 deletions
diff --git a/net-dialup/speedtouch/Manifest b/net-dialup/speedtouch/Manifest index 941dee0389e0..79dbee2e8b98 100644 --- a/net-dialup/speedtouch/Manifest +++ b/net-dialup/speedtouch/Manifest @@ -2,9 +2,8 @@ MD5 d9c8849cae242068d01a8eb056d3d2f1 speedtouch-1.2_beta2.ebuild 2280 MD5 d6cb75f836823289e9672f65ed3be0e4 speedtouch-1.2_beta1-r1.ebuild 2238 MD5 82b7f4357577518d94c77ea454c01d71 speedtouch-1.1.ebuild 2098 MD5 38251e811522fe5fef480ffe14d6b28b ChangeLog 1727 -MD5 c9fabfc23fa34c0edea53024f3c81f7b speedtouch-1.2_beta3.ebuild 2140 +MD5 9725af3676405f4e247f784be91d0849 speedtouch-1.2_beta3.ebuild 2001 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 -MD5 ace8aa951468588814e3438d8bd4b5fc .speedtouch-1.2_beta3.ebuild.swp 12288 MD5 c877ec28583dc934867e0f83bdcce5b0 files/speedtouch.rc6 2217 MD5 9c89baff861a43250255b1db0e5c1f6f files/speedtouch.confd 355 MD5 95f539c58595e5274cd5a8f57873d497 files/digest-speedtouch-1.2_beta1-r1 73 diff --git a/net-dialup/speedtouch/files/digest-speedtouch-1.2_beta1 b/net-dialup/speedtouch/files/digest-speedtouch-1.2_beta1 deleted file mode 100644 index 6264e90614b1..000000000000 --- a/net-dialup/speedtouch/files/digest-speedtouch-1.2_beta1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a59dc82461ab170e1a55d08461bd895a speedtouch-1.2-beta1.tar.bz2 168793 diff --git a/net-dialup/speedtouch/files/digest-speedtouch-1.2_beta3 b/net-dialup/speedtouch/files/digest-speedtouch-1.2_beta3 new file mode 100644 index 000000000000..3a6531025aea --- /dev/null +++ b/net-dialup/speedtouch/files/digest-speedtouch-1.2_beta3 @@ -0,0 +1 @@ +MD5 33d9a6afe54d9e89c6c32e4443d5a2d8 speedtouch-1.2-beta3.tar.bz2 179894 diff --git a/net-dialup/speedtouch/speedtouch-1.2_beta1.ebuild b/net-dialup/speedtouch/speedtouch-1.2_beta3.ebuild index 5961a8f899ae..1156ad1f2943 100644 --- a/net-dialup/speedtouch/speedtouch-1.2_beta1.ebuild +++ b/net-dialup/speedtouch/speedtouch-1.2_beta3.ebuild @@ -1,36 +1,32 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.2_beta1.ebuild,v 1.6 2003/09/07 00:09:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.2_beta3.ebuild,v 1.1 2003/12/14 19:16:07 lanius Exp $ inherit flag-o-matic filter-flags -mpowerpc-gfxopt -mpowerpc-gpopt MY_P=${P/_/-} +S=${WORKDIR}/${MY_P} DESCRIPTION="GPL Driver for the Alcatel Speedtouch USB under *nix" HOMEPAGE="http://speedtouch.sf.net/" SRC_URI="mirror://sourceforge/speedtouch/${MY_P}.tar.bz2" +IUSE="static debug" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~alpha hppa amd64" +KEYWORDS="~x86 ~ppc ~alpha ~hppa ~amd64" DEPEND="" RDEPEND=">=net-dialup/ppp-2.4.1" src_compile() { - local myconf - - [ `use debug` ] && myconf="--enable-debug" + use debug && myconf="--enable-debug" use static && myconf="${myconf} --enable-static" - sed 's/^C$/#&/' < configure > configure.new - mv --force configure.new configure && chmod u+x configure - - econf --enable-syslog \ + econf --enable-syslog \ ${myconf} || die "./configure failed" - #sed '90,104d' < Makefile > Makefile.new - #mv --force Makefile.new Makefile emake || die "make failed" } @@ -40,7 +36,6 @@ src_install () { echo $(find ${D}/usr/share/doc/speedtouch/ -type f) | xargs dodoc rm -rf ${D}/usr/share/doc/speedtouch/ dodoc AUTHORS COPYING ChangeLog INSTALL TODO VERSION - rm -r ${D}/etc/init.d/speedtouch exeinto /etc/init.d ; newexe ${FILESDIR}/speedtouch.rc6 speedtouch insinto /etc/conf.d ; newins ${FILESDIR}/speedtouch.confd speedtouch insopts -m 600 ; insinto /etc/ppp/peers ; doins ${FILESDIR}/adsl.sample |