diff options
author | 2014-08-14 23:48:00 +0000 | |
---|---|---|
committer | 2014-08-14 23:48:00 +0000 | |
commit | 907273a276884b2cc378d69144d945098a92d489 (patch) | |
tree | 63e3eb94b772a47ac9f7a7f39c3265d0bd5532f7 /sys-kernel/gentoo-sources/gentoo-sources-3.14.15.ebuild | |
parent | Keyword ~ppc and ~ppc64, bug #481462 (diff) | |
download | historical-907273a276884b2cc378d69144d945098a92d489.tar.gz historical-907273a276884b2cc378d69144d945098a92d489.tar.bz2 historical-907273a276884b2cc378d69144d945098a92d489.zip |
Remove old versions
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0xB576E4E3
Diffstat (limited to 'sys-kernel/gentoo-sources/gentoo-sources-3.14.15.ebuild')
-rw-r--r-- | sys-kernel/gentoo-sources/gentoo-sources-3.14.15.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.14.15.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.14.15.ebuild deleted file mode 100644 index e2f6c9cbded3..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.14.15.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.14.15.ebuild,v 1.1 2014/08/02 00:29:06 mpagano Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="19" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" -IUSE="deblob experimental" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} |