diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-02-06 19:00:26 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-02-06 19:00:26 +0000 |
commit | ccaa595d15186dc6c4a4f3026b4f470dae7c9481 (patch) | |
tree | 1bafe04fc8a80fffdb8e165fc1ba970c2563eeba /net-dialup/hsfmodem | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-ccaa595d15186dc6c4a4f3026b4f470dae7c9481.tar.gz gentoo-2-ccaa595d15186dc6c4a4f3026b4f470dae7c9481.tar.bz2 gentoo-2-ccaa595d15186dc6c4a4f3026b4f470dae7c9481.zip |
stable on x86 & remove old ebuild
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-dialup/hsfmodem')
-rw-r--r-- | net-dialup/hsfmodem/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/hsfmodem/files/digest-hsfmodem-6.03.00.04111200 | 1 | ||||
-rw-r--r-- | net-dialup/hsfmodem/hsfmodem-6.03.00.04111200.ebuild | 27 | ||||
-rw-r--r-- | net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild | 4 |
4 files changed, 7 insertions, 31 deletions
diff --git a/net-dialup/hsfmodem/ChangeLog b/net-dialup/hsfmodem/ChangeLog index be343b1df806..1472d6654254 100644 --- a/net-dialup/hsfmodem/ChangeLog +++ b/net-dialup/hsfmodem/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2005/01/05 08:43:53 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/ChangeLog,v 1.4 2005/02/06 19:00:26 mrness Exp $ + + 06 Feb 2005; Alin Nastac <mrness@gentoo.org> + -hsfmodem-6.03.00.04111200.ebuild, hsfmodem-7.18.00.02.ebuild: + Mark stable on x86 and remove old one. *hsfmodem-7.18.00.02 (04 Jan 2005) diff --git a/net-dialup/hsfmodem/files/digest-hsfmodem-6.03.00.04111200 b/net-dialup/hsfmodem/files/digest-hsfmodem-6.03.00.04111200 deleted file mode 100644 index 55a33116e855..000000000000 --- a/net-dialup/hsfmodem/files/digest-hsfmodem-6.03.00.04111200 +++ /dev/null @@ -1 +0,0 @@ -MD5 31312c5c79aadf8f5bce73b8371fc72f hsfmodem-6.03.00lnxt04111200full.tar.gz 988763 diff --git a/net-dialup/hsfmodem/hsfmodem-6.03.00.04111200.ebuild b/net-dialup/hsfmodem/hsfmodem-6.03.00.04111200.ebuild deleted file mode 100644 index 93314057b919..000000000000 --- a/net-dialup/hsfmodem/hsfmodem-6.03.00.04111200.ebuild +++ /dev/null @@ -1,27 +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-6.03.00.04111200.ebuild,v 1.2 2005/01/04 19:30:08 mrness Exp $ - -MY_P=${PN}-${PV%.*}lnxt${PV##*.}full -S=${WORKDIR}/${MY_P} -DESCRIPTION="Linuxant's modem driver for Connexant HSF chipset" -SRC_URI="http://www.linuxant.com/drivers/hsf/full/archive/${MY_P}/${MY_P}.tar.gz" -HOMEPAGE="http://www.linuxant.com/drivers/hsf/index.html" -DEPEND="virtual/libc" -IUSE="" -SLOT="0" -LICENSE="Conexant" -KEYWORDS="-* x86" - -src_compile() { - emake all || die -} - -src_install () { - make PREFIX=${D}/usr/ ROOT=${D} install || die -} - -pkg_postinst() { - einfo "To complete the installation and configuration of your HSF modem," - einfo "please run hsfconfig." -} diff --git a/net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild b/net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild index 803b61bbdaa3..f3985d211c9d 100644 --- a/net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild +++ b/net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild @@ -1,6 +1,6 @@ # 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.1 2005/01/04 19:30:08 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild,v 1.2 2005/02/06 19:00:26 mrness Exp $ DESCRIPTION="Linuxant's modem driver for Connexant HSF chipset" HOMEPAGE="http://www.linuxant.com/drivers/hsf/index.php" @@ -11,7 +11,7 @@ DEPEND="virtual/libc" IUSE="" SLOT="0" LICENSE="Conexant" -KEYWORDS="-* ~x86 ~amd64" +KEYWORDS="-* x86 ~amd64" S="${WORKDIR}" |