summaryrefslogtreecommitdiff
blob: a152f1b5f4671d3b53130d93059bba815b727e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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}"