diff options
author | Alin Năstac <mrness@gentoo.org> | 2008-04-13 11:09:26 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2008-04-13 11:09:26 +0000 |
commit | d296abc9ed1f0d83667d6f8a420926fe3b4532d7 (patch) | |
tree | 47313096abf4c63d2c7f84dc68e6d8e9a2873360 | |
parent | Version bump. (diff) | |
download | gentoo-2-d296abc9ed1f0d83667d6f8a420926fe3b4532d7.tar.gz gentoo-2-d296abc9ed1f0d83667d6f8a420926fe3b4532d7.tar.bz2 gentoo-2-d296abc9ed1f0d83667d6f8a420926fe3b4532d7.zip |
remove src_unpack function.
(Portage version: 2.1.4.4)
-rw-r--r-- | net-dialup/hcfpcimodem/hcfpcimodem-1.15.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-dialup/hcfpcimodem/hcfpcimodem-1.15.ebuild b/net-dialup/hcfpcimodem/hcfpcimodem-1.15.ebuild index 61a155a17675..330b3fb29a56 100644 --- a/net-dialup/hcfpcimodem/hcfpcimodem-1.15.ebuild +++ b/net-dialup/hcfpcimodem/hcfpcimodem-1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/hcfpcimodem/hcfpcimodem-1.15.ebuild,v 1.1 2008/04/13 11:06:53 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/hcfpcimodem/hcfpcimodem-1.15.ebuild,v 1.2 2008/04/13 11:09:26 mrness Exp $ inherit eutils linux-info @@ -48,12 +48,6 @@ pkg_setup() { fi } -src_unpack() { - unpack ${A} - - #epatch "${FILESDIR}/${P}-implicit-declarations.patch" -} - src_compile() { emake all || die "make failed" } |