summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <torsten@veller.net>2009-02-18 19:19:43 +0100
committerTorsten Veller <torsten@veller.net>2009-02-18 19:19:43 +0100
commite32a479ecfeba73d3a933908ea978398ebff04b3 (patch)
treeb6a7fdf8191b4f7086631304c1c4ba26230047e3 /repo/dev-util/mr/mr-0.38.ebuild
parentVersion bump (diff)
downloadtove-e32a479ecfeba73d3a933908ea978398ebff04b3.tar.gz
tove-e32a479ecfeba73d3a933908ea978398ebff04b3.tar.bz2
tove-e32a479ecfeba73d3a933908ea978398ebff04b3.zip
Add mr
Diffstat (limited to 'repo/dev-util/mr/mr-0.38.ebuild')
-rw-r--r--repo/dev-util/mr/mr-0.38.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/repo/dev-util/mr/mr-0.38.ebuild b/repo/dev-util/mr/mr-0.38.ebuild
new file mode 100644
index 0000000..c9e5aad
--- /dev/null
+++ b/repo/dev-util/mr/mr-0.38.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Multiple Repository management tool"
+HOMEPAGE="http://kitenet.net/~joey/code/mr/"
+SRC_URI="mirror://debian/pool/main/m/${PN}/${PN}_${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+ dobin mr webcheckout || die
+ doman mr.1 webcheckout.1 || die
+ dodoc README TODO debian/changelog \
+ mrconfig mrconfig.complex || die
+ insinto /usr/share/${PN}
+ doins lib/* || die
+}