app-admin/eclean-kernel: Update the live ebuild for ek2
authorMichał Górny <mgorny@gentoo.org>
Mon, 18 Jul 2016 20:16:06 +0000 (22:16 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 18 Jul 2016 20:29:00 +0000 (22:29 +0200)
app-admin/eclean-kernel/eclean-kernel-9999.ebuild
app-admin/eclean-kernel/metadata.xml

index 055d2644d1431d54282fb6d9c4bcfd07090c4e84..1cec2e13bae187b3cd8a5509a2cc833d3f109954 100644 (file)
@@ -1,29 +1,22 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+EAPI=6
 
-inherit distutils-r1
+EGIT_REPO_URI="https://github.com/mgorny/eclean-kernel2.git"
+inherit autotools git-r3
 
-#if LIVE
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
-inherit git-r3
-#endif
-
-DESCRIPTION="Remove outdated built kernels"
-HOMEPAGE="https://bitbucket.org/mgorny/eclean-kernel/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+DESCRIPTION="Clean up old and stale kernel files"
+HOMEPAGE="https://github.com/mgorny/eclean-kernel2"
+SRC_URI=""
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd"
+KEYWORDS=""
 IUSE=""
 
-RDEPEND="kernel_linux? ( dev-python/pymountboot[${PYTHON_USEDEP}] )"
-#if LIVE
-
-KEYWORDS=
-SRC_URI=
-#endif
+src_prepare() {
+       default
+       eautoreconf
+}
index 8cfdc75499d402b787136ad372ed1176f158638f..e71faa736f6f49b4ffbd4c8080ffff7903b5afc6 100644 (file)
@@ -10,7 +10,7 @@
       <email>mgorny@gentoo.org</email>
       <name>Michał Górny</name>
     </maintainer>
-    <bugs-to>https://bitbucket.org/mgorny/eclean-kernel/issues/</bugs-to>
-    <remote-id type="bitbucket">mgorny/eclean-kernel</remote-id>
+       <bugs-to>https://github.com/mgorny/eclean-kernel2/issues/</bugs-to>
+    <remote-id type="github">mgorny/eclean-kernel2</remote-id>
   </upstream>
 </pkgmetadata>