diff options
author | Daniel Drake <dsd@gentoo.org> | 2004-06-29 22:12:57 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2004-06-29 22:12:57 +0000 |
commit | 8be4788a6b620f2424389c5b3b9616c13f6ec1d0 (patch) | |
tree | d19c7bc9bcee5df22af8217123a3dbb2d85f8534 /sys-kernel/gs-sources | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-8be4788a6b620f2424389c5b3b9616c13f6ec1d0.tar.gz gentoo-2-8be4788a6b620f2424389c5b3b9616c13f6ec1d0.tar.bz2 gentoo-2-8be4788a6b620f2424389c5b3b9616c13f6ec1d0.zip |
Fix installation path
Diffstat (limited to 'sys-kernel/gs-sources')
-rw-r--r-- | sys-kernel/gs-sources/ChangeLog | 5 | ||||
-rw-r--r-- | sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r7.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-kernel/gs-sources/ChangeLog b/sys-kernel/gs-sources/ChangeLog index 9e81f9152022..41bae4791f08 100644 --- a/sys-kernel/gs-sources/ChangeLog +++ b/sys-kernel/gs-sources/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-kernel/gs-sources # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/ChangeLog,v 1.45 2004/06/29 20:25:35 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/ChangeLog,v 1.46 2004/06/29 22:12:57 dsd Exp $ + + 29 Jun 2004; Daniel Drake <dsd@gentoo.org> gs-sources-2.4.25_pre7-r7.ebuild: + Fix installation path 29 Jun 2004; Daniel Drake <dsd@gentoo.org> gs-sources-2.4.25_pre7-r7.ebuild, files/gs-sources.MKI.CompileFix.patch: diff --git a/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r7.ebuild b/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r7.ebuild index 846330225feb..6e69423b17be 100644 --- a/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r7.ebuild +++ b/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r7.ebuild,v 1.4 2004/06/29 20:25:35 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r7.ebuild,v 1.5 2004/06/29 22:12:57 dsd Exp $ IUSE="build crypt" @@ -20,8 +20,8 @@ ETYPE="sources" inherit kernel eutils PROVIDE="virtual/linux-sources virtual/winkernel" OKV=2.4.24 -EXTRAVERSION=_pre7-gss-r6 -KV=2.4.25_pre7-gss-r6 +EXTRAVERSION=_pre7-gss-r7 +KV=2.4.25_pre7-gss-r7 S=${WORKDIR}/linux-${KV} # Documentation on the patches contained in this kernel will be installed @@ -30,14 +30,14 @@ S=${WORKDIR}/linux-${KV} DESCRIPTION="This kernel stays up to date with current kernel -pre's, with recent ACPI, EVMS, Win4Lin, aic79xx, Super FreeS/WAN, preempt, and various hardware fixes." SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2 - mirror://gentoo/patches-${KV/r6/r1}.tar.bz2" + mirror://gentoo/patches-${KV/r7/r1}.tar.bz2" KEYWORDS="x86 -ppc -sparc" SLOT="${KV}" src_unpack() { unpack ${A} mv linux-${OKV} linux-${KV} || die - cd ${KV/r6/r1} || die + cd ${KV/r7/r1} || die # Kill patches we aren't suppposed to use, don't worry about # failures, if they aren't there that is a good thing! # This is the ratified crypt USE flag, enables IPSEC and patch-int |