Skip to content

Commit

Permalink
app-admin/eclean-kernel: Update the live ebuild for ek2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jul 18, 2016
1 parent fb73d9e commit 2b51567
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 21 deletions.
31 changes: 12 additions & 19 deletions app-admin/eclean-kernel/eclean-kernel-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
}
4 changes: 2 additions & 2 deletions app-admin/eclean-kernel/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<email>[email protected]</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>

0 comments on commit 2b51567

Please sign in to comment.