diff options
author | 2017-04-01 16:27:03 +0200 | |
---|---|---|
committer | 2017-04-01 16:27:03 +0200 | |
commit | 964f459a5db10e456624e53d7daf6e31ff31dd0e (patch) | |
tree | 16300274a10243da1da215d26879b09a042774fa /sys-kernel | |
parent | app-text/epubcheck: revision bump to v1.0.5-r1 (diff) | |
download | AstroFloyd-964f459a5db10e456624e53d7daf6e31ff31dd0e.tar.gz AstroFloyd-964f459a5db10e456624e53d7daf6e31ff31dd0e.tar.bz2 AstroFloyd-964f459a5db10e456624e53d7daf6e31ff31dd0e.zip |
Removing obsolete packages
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/gentoo-sources/gentoo-sources-3.18.9.ebuild | 29 | ||||
-rw-r--r-- | sys-kernel/gentoo-sources/gentoo-sources-4.0.5.ebuild | 29 | ||||
-rw-r--r-- | sys-kernel/gentoo-sources/gentoo-sources-4.4.26.ebuild | 29 |
3 files changed, 0 insertions, 87 deletions
diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.18.9.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.18.9.ebuild deleted file mode 100644 index aeadbee..0000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.18.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/Attic/gentoo-sources-3.18.9.ebuild,v 1.3 2015/05/11 23:02:52 mpagano dead $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="11" -K_DEBLOB_AVAILABLE="0" -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 -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.0.5.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.0.5.ebuild deleted file mode 100644 index 7b79316..0000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.0.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-4.0.5.ebuild,v 1.5 2015/06/29 06:38:25 jer Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="7" -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 -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.26.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.4.26.ebuild deleted file mode 100644 index 9bce93d..0000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.26.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="28" - -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~amd64 ~x86" -HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" -IUSE="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 -} |