diff options
author | 2011-01-09 12:39:06 +0000 | |
---|---|---|
committer | 2011-01-09 12:39:06 +0000 | |
commit | 5b3c303b17003e762fa1ada2ad96e086ec86371e (patch) | |
tree | 215b23fafcefc3a245734fd5d5810288d52280cc /sys-kernel/pf-sources/pf-sources-2.6.34_p7.ebuild | |
parent | Remove unneccessary RDEPEND on x11-apps/xdpyinfo (diff) | |
download | historical-5b3c303b17003e762fa1ada2ad96e086ec86371e.tar.gz historical-5b3c303b17003e762fa1ada2ad96e086ec86371e.tar.bz2 historical-5b3c303b17003e762fa1ada2ad96e086ec86371e.zip |
version bumps, removed old, switched URI and HOMEPAGE to new host
Package-Manager: portage-2.2.0_alpha14/cvs/Linux x86_64
Diffstat (limited to 'sys-kernel/pf-sources/pf-sources-2.6.34_p7.ebuild')
-rw-r--r-- | sys-kernel/pf-sources/pf-sources-2.6.34_p7.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-kernel/pf-sources/pf-sources-2.6.34_p7.ebuild b/sys-kernel/pf-sources/pf-sources-2.6.34_p7.ebuild index ab598c185f05..7ec7f01bdf2f 100644 --- a/sys-kernel/pf-sources/pf-sources-2.6.34_p7.ebuild +++ b/sys-kernel/pf-sources/pf-sources-2.6.34_p7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-2.6.34_p7.ebuild,v 1.2 2010/09/03 18:44:22 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-2.6.34_p7.ebuild,v 1.3 2011/01/09 12:39:06 wired Exp $ EAPI="2" @@ -16,13 +16,13 @@ detect_version K_NOSETEXTRAVERSION="don't_set_it" DESCRIPTION="Linux kernel fork with new features, including the -ck patchset (BFS), BFQ, TuxOnIce and LinuxIMQ" -HOMEPAGE="http://pf-kernel.org.ua/" +HOMEPAGE="http://pf.natalenko.name/" PF_PATCHSET="${PV/*_p}" PF_KERNEL="${PV/_p[0-9]*}" PF_KERNEL="${PF_KERNEL/_/-}" PF_FILE="patch-${PF_KERNEL}-pf${PF_PATCHSET}${COMPRESSTYPE}" -PF_URI="http://pf-kernel.org.ua/sources/$(get_version_component_range 1-3)/${PF_FILE}" +PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-3)/${PF_FILE}" SRC_URI="${KERNEL_URI} ${PF_URI}" KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" |