diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:58:12 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:58:12 +0000 |
commit | fa4804fa15848dcbdb6c6bd72d006d0f88546885 (patch) | |
tree | 8df278cdae07d7721d7a660602b6dd40e32fe1f4 /sys-kernel/alpha-sources | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-fa4804fa15848dcbdb6c6bd72d006d0f88546885.tar.gz gentoo-2-fa4804fa15848dcbdb6c6bd72d006d0f88546885.tar.bz2 gentoo-2-fa4804fa15848dcbdb6c6bd72d006d0f88546885.zip |
Add inherit eutils
Diffstat (limited to 'sys-kernel/alpha-sources')
5 files changed, 16 insertions, 7 deletions
diff --git a/sys-kernel/alpha-sources/ChangeLog b/sys-kernel/alpha-sources/ChangeLog index c1039e69d247..e380464563f2 100644 --- a/sys-kernel/alpha-sources/ChangeLog +++ b/sys-kernel/alpha-sources/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-kernel/alpha-sources # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/ChangeLog,v 1.23 2004/04/17 09:07:59 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/ChangeLog,v 1.24 2004/04/27 21:57:02 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> + alpha-sources-2.4.19-r2.ebuild, alpha-sources-2.4.20-r2.ebuild, + alpha-sources-2.4.21-r2.ebuild, alpha-sources-2.4.21-r3.ebuild: + Add inherit eutils *alpha-sources-2.4.21-r6 (17 Apr 2004) diff --git a/sys-kernel/alpha-sources/alpha-sources-2.4.19-r2.ebuild b/sys-kernel/alpha-sources/alpha-sources-2.4.19-r2.ebuild index 96ceb3f38eef..4cf722348388 100644 --- a/sys-kernel/alpha-sources/alpha-sources-2.4.19-r2.ebuild +++ b/sys-kernel/alpha-sources/alpha-sources-2.4.19-r2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/alpha-sources-2.4.19-r2.ebuild,v 1.14 2004/01/06 16:31:48 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/alpha-sources-2.4.19-r2.ebuild,v 1.15 2004/04/27 21:57:02 agriffis Exp $ + +inherit eutils #OKV=original kernel version, KV=patched kernel version. They can be the same. diff --git a/sys-kernel/alpha-sources/alpha-sources-2.4.20-r2.ebuild b/sys-kernel/alpha-sources/alpha-sources-2.4.20-r2.ebuild index 2ff7d87e2c9e..af511d8c61c9 100644 --- a/sys-kernel/alpha-sources/alpha-sources-2.4.20-r2.ebuild +++ b/sys-kernel/alpha-sources/alpha-sources-2.4.20-r2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/alpha-sources-2.4.20-r2.ebuild,v 1.11 2004/01/06 16:16:49 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/alpha-sources-2.4.20-r2.ebuild,v 1.12 2004/04/27 21:57:02 agriffis Exp $ + +inherit eutils #OKV=original kernel version, KV=patched kernel version. They can be the same. diff --git a/sys-kernel/alpha-sources/alpha-sources-2.4.21-r2.ebuild b/sys-kernel/alpha-sources/alpha-sources-2.4.21-r2.ebuild index 99d6ba5549a4..ddf83513539e 100644 --- a/sys-kernel/alpha-sources/alpha-sources-2.4.21-r2.ebuild +++ b/sys-kernel/alpha-sources/alpha-sources-2.4.21-r2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/alpha-sources-2.4.21-r2.ebuild,v 1.3 2004/02/22 23:31:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/alpha-sources-2.4.21-r2.ebuild,v 1.4 2004/04/27 21:57:02 agriffis Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. IUSE="build crypt usagi" ETYPE="sources" -inherit kernel +inherit kernel eutils OKV="`echo ${PV}|sed -e 's:^\([0-9]\+\.[0-9]\+\.[0-9]\+\).*:\1:'`" EXTRAVERSION="-${PN/-*/}" [ ! "${PR}" == "r0" ] && EXTRAVERSION="${EXTRAVERSION}-${PR}" diff --git a/sys-kernel/alpha-sources/alpha-sources-2.4.21-r3.ebuild b/sys-kernel/alpha-sources/alpha-sources-2.4.21-r3.ebuild index 9ddec589d74c..2617d40ab4d3 100644 --- a/sys-kernel/alpha-sources/alpha-sources-2.4.21-r3.ebuild +++ b/sys-kernel/alpha-sources/alpha-sources-2.4.21-r3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/alpha-sources-2.4.21-r3.ebuild,v 1.3 2004/02/22 23:31:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/alpha-sources-2.4.21-r3.ebuild,v 1.4 2004/04/27 21:57:02 agriffis Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. IUSE="build crypt usagi" ETYPE="sources" -inherit kernel +inherit kernel eutils OKV="`echo ${PV}|sed -e 's:^\([0-9]\+\.[0-9]\+\.[0-9]\+\).*:\1:'`" EXTRAVERSION="-${PN/-*/}" [ ! "${PR}" == "r0" ] && EXTRAVERSION="${EXTRAVERSION}-${PR}" |