forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-admin/eclean-kernel: Update the live ebuild for ek2
- Loading branch information
Showing
2 changed files
with
14 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |