diff options
author | Alin Năstac <mrness@gentoo.org> | 2004-12-05 21:40:11 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2004-12-05 21:40:11 +0000 |
commit | 422b694ab42ec04ddc610bf4ff0945ab9d155b8b (patch) | |
tree | 8df17d7b3c12c787817b013fee83a0f1defdb265 /net-dialup | |
parent | Added better info to direct user how to recompile gcc if objc support is not ... (diff) | |
download | historical-422b694ab42ec04ddc610bf4ff0945ab9d155b8b.tar.gz historical-422b694ab42ec04ddc610bf4ff0945ab9d155b8b.tar.bz2 historical-422b694ab42ec04ddc610bf4ff0945ab9d155b8b.zip |
remove dependenc of kernel-mod eclass and mark stable on x86
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/gigaset-isdn/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/gigaset-isdn/Manifest | 10 | ||||
-rw-r--r-- | net-dialup/gigaset-isdn/gigaset-isdn-0.4.0.ebuild | 11 |
3 files changed, 12 insertions, 14 deletions
diff --git a/net-dialup/gigaset-isdn/ChangeLog b/net-dialup/gigaset-isdn/ChangeLog index f9ca27619673..d9e179bf9ef0 100644 --- a/net-dialup/gigaset-isdn/ChangeLog +++ b/net-dialup/gigaset-isdn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/gigaset-isdn # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gigaset-isdn/ChangeLog,v 1.1 2004/11/07 21:44:26 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gigaset-isdn/ChangeLog,v 1.2 2004/12/05 21:40:11 mrness Exp $ + + 05 Dec 2004; Alin Nastac <mrness@gentoo.org> gigaset-isdn-0.4.0.ebuild: + Remove inherit kernel-mod and mark stable on x86. *gigaset-isdn-0.4.0 (07 Nov 2004) diff --git a/net-dialup/gigaset-isdn/Manifest b/net-dialup/gigaset-isdn/Manifest index b2362c080f1f..052dd287a56a 100644 --- a/net-dialup/gigaset-isdn/Manifest +++ b/net-dialup/gigaset-isdn/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 e5db7beb4fee1b5148cfa9ea89f9a950 gigaset-isdn-0.4.0.ebuild 1042 +MD5 e3339bb11df8c658f21cd17d2575cbc2 gigaset-isdn-0.4.0.ebuild 969 MD5 bcb8da102fb210674bba37f6ae00d38f metadata.xml 271 -MD5 dc955104e7d785c7e211c22d07f1bf7e ChangeLog 490 +MD5 059a14930a0973e0bce16c15054d8b48 ChangeLog 617 MD5 a283ea44b003b4bf0c6fd0dfcb336b22 files/digest-gigaset-isdn-0.4.0 66 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBjpddjtv59x0+BrURApNoAJ0eBax2wPz8sgN7+erD0WM8gtP56ACfax6i -KgqZZPdGdo24o+2CY7t7a+0= -=NPza +iD8DBQFBs4BPjtv59x0+BrURAiAWAKC61xBM3Q4s48eJ7E/8iiCo8ctA2wCg0Ij6 +2Pa9odCT81AoOb+d7fgMApE= +=n2NE -----END PGP SIGNATURE----- diff --git a/net-dialup/gigaset-isdn/gigaset-isdn-0.4.0.ebuild b/net-dialup/gigaset-isdn/gigaset-isdn-0.4.0.ebuild index 830636ac82d9..529a101b8a93 100644 --- a/net-dialup/gigaset-isdn/gigaset-isdn-0.4.0.ebuild +++ b/net-dialup/gigaset-isdn/gigaset-isdn-0.4.0.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gigaset-isdn/gigaset-isdn-0.4.0.ebuild,v 1.1 2004/11/07 21:44:26 mrness Exp $ - -inherit kernel-mod +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gigaset-isdn/gigaset-isdn-0.4.0.ebuild,v 1.2 2004/12/05 21:40:11 mrness Exp $ MY_P=${P/-isdn/} S=${WORKDIR}/${MY_P} @@ -13,13 +11,12 @@ DEPEND="virtual/linux-sources" SRC_URI="mirror://sourceforge/gigaset307x/${MY_P}.tar.bz2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="debug" src_compile() { - check_KV cd "${S}" - ./configure --kernel=${KV} --kerneldir=${KV_DIR} --root=${D} --prefix=/usr \ + ./configure --kernel=${KV} --root=${D} --prefix=/usr \ --with-ring `use_with debug` ( @@ -29,7 +26,6 @@ src_compile() { } src_install () { - check_KV cd "${S}" #Disable depmod while in sandbox sed -i -e 's:.*depmod :#&:' generic/post @@ -39,6 +35,5 @@ src_install () { } pkg_postinst () { - check_KV depmod -ae ${KV} } |