summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Hron <jaroslav.hron@mff.cuni.cz>2013-02-26 23:29:13 +0100
committerJaroslav Hron <jaroslav.hron@mff.cuni.cz>2013-02-26 23:29:13 +0100
commit0f320c939425f15faccf76e25d2cfec22c9427a9 (patch)
tree15fa799cc25b462d7901b349ed055bb515d54593
parentremove gramps (diff)
downloadjxh-0f320c939425f15faccf76e25d2cfec22c9427a9.tar.gz
jxh-0f320c939425f15faccf76e25d2cfec22c9427a9.tar.bz2
jxh-0f320c939425f15faccf76e25d2cfec22c9427a9.zip
add rmlint
-rw-r--r--app-misc/rmlint/Manifest2
-rw-r--r--app-misc/rmlint/rmlint-1.0.6b.ebuild20
2 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/rmlint/Manifest b/app-misc/rmlint/Manifest
new file mode 100644
index 0000000..56b42e2
--- /dev/null
+++ b/app-misc/rmlint/Manifest
@@ -0,0 +1,2 @@
+DIST 1.0.6b.tar.gz 128063 SHA256 2ff32fac56b95697d55387df89079fdd05b9b61a6f7d2044f42f2839b48a6a6a SHA512 7bd5995d869ff0b3ee30e161a00a9ef042a15492e157d58f8ccd507ee4ebd2d97aac50b131221221bbb1f3248bbcb8cac0f9d08016136294b406cfbedcfdf440 WHIRLPOOL 8a026a47af4ca178dd1d2bd9b9d92736073249f956da9f3ac295a63d491fa7f8d47beb1a35be7d661e40dd01d16a82e518c1e4db08adfe1b545c2f941fde7f9c
+EBUILD rmlint-1.0.6b.ebuild 548 SHA256 97fc6486931864c4a8a940f10c1a142e4412f676d5da333b4b97c6176bd58eb5 SHA512 c6329e1559fc51a34185033a199aee17a8848af38c9520f0bc13e4b7dcb2c879de7f42430f2c1f45ce51e7dc53bdfed446498ba67c7049acb82c10ce4e86db40 WHIRLPOOL 592e7e2ea965a986248ba68be9bc8a5229f96edea3888662c86bb6f84fea261d466bf6d809b6aad6e0e85f5a133d95c742236ad91f761291fb0ff47e2b353b74
diff --git a/app-misc/rmlint/rmlint-1.0.6b.ebuild b/app-misc/rmlint/rmlint-1.0.6b.ebuild
new file mode 100644
index 0000000..a152f1b
--- /dev/null
+++ b/app-misc/rmlint/rmlint-1.0.6b.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit
+
+DESCRIPTION="rmlint is a commandline tool to clean your filesystem from various sort of lint (unused files, twins, etc.)."
+HOMEPAGE="https://github.com/sahib/rmlint"
+SRC_URI="https://github.com/sahib/${PN}/archive/${PV}.tar.gz"
+
+LICENSE=""
+SLOT="0"
+# That's where the author says it works on:
+KEYWORDS="~amd64 ~amd64-linux ~ia64 ~ia64-linux ~x86 ~x86-linux ~x86-solaris"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"