commit: a1c3aee0042aa2104871527808727557ba1c66ad Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Jun 8 15:07:14 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Jun 8 15:07:14 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=a1c3aee0
app-admin/findcruft2: Bump to EAPI=5 Package-Manager: portage-2.2.20 app-admin/findcruft2/ChangeLog | 6 ++++-- app-admin/findcruft2/findcruft2-20090615.ebuild | 10 ++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/app-admin/findcruft2/ChangeLog b/app-admin/findcruft2/ChangeLog index 52c19ff..83ee3cb 100644 --- a/app-admin/findcruft2/ChangeLog +++ b/app-admin/findcruft2/ChangeLog @@ -1,8 +1,10 @@ # ChangeLog for app-admin/findcruft2 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 08 Jun 2015; Justin Lecher <[email protected]> findcruft2-20090615.ebuild: + app-admin/findcruft2: Bump to EAPI=5 + 13 Oct 2013; Justin Lecher <[email protected]> findcruft2-20090615.ebuild, metadata.xml: Bump to git-2.eclass - diff --git a/app-admin/findcruft2/findcruft2-20090615.ebuild b/app-admin/findcruft2/findcruft2-20090615.ebuild index c747327..04fc460 100644 --- a/app-admin/findcruft2/findcruft2-20090615.ebuild +++ b/app-admin/findcruft2/findcruft2-20090615.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit git-2 +EAPI=5 -DESCRIPTION="findcruft2 is a tool to find orphaned files for unmerged packages" +inherit git-r3 + +DESCRIPTION="Find orphaned files for unmerged packages" HOMEPAGE="http://git.xnull.de/cgit/findcruft2/" EGIT_REPO_URI="git://git.xnull.de/findcruft2.git" EGIT_COMMIT="aaff6e79079764f7f3b4e1bbebbeb88a13f3267d" @@ -16,7 +18,7 @@ IUSE="" DEPEND="" RDEPEND=" - app-shells/bash + app-shells/bash:* sys-apps/coreutils sys-apps/findutils sys-apps/grep
