summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-11-04 09:30:33 +0100
committerMichał Górny <mgorny@gentoo.org>2018-11-04 09:33:43 +0100
commit41293544c28944ba72a7009843717796cef2981d (patch)
treeed9a900c991d3e9546a0d37493c52405e68aecd8 /app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild
parentdev-python/pymountboot: Add py3.7 love (diff)
downloadgentoo-41293544c28944ba72a7009843717796cef2981d.tar.gz
gentoo-41293544c28944ba72a7009843717796cef2981d.tar.bz2
gentoo-41293544c28944ba72a7009843717796cef2981d.zip
app-admin/eclean-kernel: Bump to 0.4.3 (legacy branch)
Closes: https://bugs.gentoo.org/603418 Closes: https://bugs.gentoo.org/646668 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild')
-rw-r--r--app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild b/app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild
new file mode 100644
index 000000000000..c1901d1d4cce
--- /dev/null
+++ b/app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Remove outdated built kernels"
+HOMEPAGE="https://github.com/mgorny/eclean-kernel/"
+SRC_URI="https://github.com/mgorny/eclean-kernel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="kernel_linux? ( dev-python/pymountboot[${PYTHON_USEDEP}] )"