summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/mr')
-rw-r--r--dev-vcs/mr/ChangeLog9
-rw-r--r--dev-vcs/mr/mr-1.02.ebuild28
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-vcs/mr/ChangeLog b/dev-vcs/mr/ChangeLog
index 2ec8efd53d61..c0cc6d6ba274 100644
--- a/dev-vcs/mr/ChangeLog
+++ b/dev-vcs/mr/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-vcs/mr
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mr/ChangeLog,v 1.4 2010/12/17 10:31:49 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mr/ChangeLog,v 1.5 2011/01/22 16:26:54 tove Exp $
+
+*mr-1.02 (22 Jan 2011)
+
+ 22 Jan 2011; Torsten Veller <tove@gentoo.org> +mr-1.02.ebuild:
+ Version bump
*mr-0.51 (17 Dec 2010)
diff --git a/dev-vcs/mr/mr-1.02.ebuild b/dev-vcs/mr/mr-1.02.ebuild
new file mode 100644
index 000000000000..40525bd3bf32
--- /dev/null
+++ b/dev-vcs/mr/mr-1.02.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mr/mr-1.02.ebuild,v 1.1 2011/01/22 16:26:54 tove Exp $
+
+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="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}
+ dev-perl/libwww-perl
+ dev-perl/HTML-Parser"
+
+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
+}