summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/findcruft2/Manifest1
-rw-r--r--app-admin/findcruft2/findcruft2-20090615.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/app-admin/findcruft2/Manifest b/app-admin/findcruft2/Manifest
new file mode 100644
index 0000000..22dcd97
--- /dev/null
+++ b/app-admin/findcruft2/Manifest
@@ -0,0 +1 @@
+EBUILD findcruft2-20090615.ebuild 610 RMD160 79726f018b862d99a9e85550f0bfd406836cead4 SHA1 2dece34ef8bc51a7bf9a2e761b4dd078a21dd5a8 SHA256 0349ab935e79b377912a1a1dfd66da80f28e7e0f1e06638c4613473394e586ba
diff --git a/app-admin/findcruft2/findcruft2-20090615.ebuild b/app-admin/findcruft2/findcruft2-20090615.ebuild
new file mode 100644
index 0000000..6bd26f4
--- /dev/null
+++ b/app-admin/findcruft2/findcruft2-20090615.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit git
+
+DESCRIPTION="findcruft2 is a tool to 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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ app-shells/bash
+ sys-apps/coreutils
+ sys-apps/findutils
+ sys-apps/grep
+ sys-apps/sed
+"
+
+src_install() {
+ dosbin findcruft
+ insinto /etc/findcruft
+ doins -r etc/*
+}