diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-04-14 21:11:01 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-04-14 21:11:01 +0000 |
commit | 1f6854c09716322003ac242ba151444710db7d8c (patch) | |
tree | d0b77eedc9ad3dfafe7ac278ce845a6bc6eb2a1b /net-dialup | |
parent | remove old ver (diff) | |
download | gentoo-2-1f6854c09716322003ac242ba151444710db7d8c.tar.gz gentoo-2-1f6854c09716322003ac242ba151444710db7d8c.tar.bz2 gentoo-2-1f6854c09716322003ac242ba151444710db7d8c.zip |
remove old version
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/hsfmodem/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/hsfmodem/files/digest-hsfmodem-7.18.00.02 | 2 | ||||
-rw-r--r-- | net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild | 39 |
3 files changed, 4 insertions, 42 deletions
diff --git a/net-dialup/hsfmodem/ChangeLog b/net-dialup/hsfmodem/ChangeLog index 49ac04a1aafc..84ec6963c10a 100644 --- a/net-dialup/hsfmodem/ChangeLog +++ b/net-dialup/hsfmodem/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/hsfmodem # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/ChangeLog,v 1.9 2005/03/17 11:30:07 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/ChangeLog,v 1.10 2005/04/14 21:11:01 mrness Exp $ + + 14 Apr 2005; Alin Nastac <mrness@gentoo.org> -hsfmodem-7.18.00.02.ebuild: + Remove old version *hsfmodem-7.18.00.03-r2 (17 Mar 2005) diff --git a/net-dialup/hsfmodem/files/digest-hsfmodem-7.18.00.02 b/net-dialup/hsfmodem/files/digest-hsfmodem-7.18.00.02 deleted file mode 100644 index f3b0451b0a54..000000000000 --- a/net-dialup/hsfmodem/files/digest-hsfmodem-7.18.00.02 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 6806cb1a970366ac5eef13691a9aaefa hsfmodem-7.18.00.02full.tar.gz 1121104 -MD5 4d9b6e4052c0f0b2af2dc470d6166132 hsfmodem-7.18.00.02x86_64full.tar.gz 1233555 diff --git a/net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild b/net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild deleted file mode 100644 index ec659ecd3b62..000000000000 --- a/net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild,v 1.3 2005/03/08 05:42:29 mrness Exp $ - -DESCRIPTION="Linuxant's modem driver for Connexant HSF chipset" -HOMEPAGE="http://www.linuxant.com/drivers/hsf/index.php" -SRC_URI="x86? ( http://www.linuxant.com/drivers/hsf/full/archive/${P}full/${P}full.tar.gz ) - amd64? ( http://www.linuxant.com/drivers/hsf/full/archive/${P}x86_64full/${P}x86_64full.tar.gz )" - -DEPEND="virtual/libc" -IUSE="" -SLOT="0" -LICENSE="Conexant" -KEYWORDS="-* x86 ~amd64" - -S="${WORKDIR}" - -pkg_setup() { - if useq x86; then - MY_ARCH_S=${S}/${P}full - elif useq amd64; then - MY_ARCH_S=${S}/${P}x86_64full - fi -} - -src_compile() { - cd ${MY_ARCH_S} - emake all || die "make failed" -} - -src_install () { - cd ${MY_ARCH_S} - make PREFIX=${D}/usr/ ROOT=${D} install || die "make install failed" -} - -pkg_postinst() { - einfo "To complete the installation and configuration of your HSF modem," - einfo "please run hsfconfig." -} |