summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-03-26 12:45:17 +0000
committerTorsten Veller <tove@gentoo.org>2009-03-26 12:45:17 +0000
commit6c5b6d2d9d584b48ff4d1310aec34e58c9710a42 (patch)
treee5c49c3e798adae9d5653465703cf2eeee2d8885 /dev-util/mr
parentm68k love, thanks to kolla for testing (diff)
downloadhistorical-6c5b6d2d9d584b48ff4d1310aec34e58c9710a42.tar.gz
historical-6c5b6d2d9d584b48ff4d1310aec34e58c9710a42.tar.bz2
historical-6c5b6d2d9d584b48ff4d1310aec34e58c9710a42.zip
Initial commit
Package-Manager: portage-2.2_rc27/cvs/Linux i686
Diffstat (limited to 'dev-util/mr')
-rw-r--r--dev-util/mr/ChangeLog10
-rw-r--r--dev-util/mr/Manifest14
-rw-r--r--dev-util/mr/metadata.xml30
-rw-r--r--dev-util/mr/mr-0.39.ebuild28
4 files changed, 82 insertions, 0 deletions
diff --git a/dev-util/mr/ChangeLog b/dev-util/mr/ChangeLog
new file mode 100644
index 000000000000..53a7d3aae6f5
--- /dev/null
+++ b/dev-util/mr/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-util/mr
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mr/ChangeLog,v 1.1 2009/03/26 12:45:17 tove Exp $
+
+*mr-0.39 (26 Mar 2009)
+
+ 26 Mar 2009; Torsten Veller <tove@gentoo.org> +metadata.xml,
+ +mr-0.39.ebuild:
+ Initial commit
+
diff --git a/dev-util/mr/Manifest b/dev-util/mr/Manifest
new file mode 100644
index 000000000000..44582977e27a
--- /dev/null
+++ b/dev-util/mr/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST mr_0.39.tar.gz 29684 RMD160 564f9ed7a1ed911f9aeb1e4bbacf38328129de6c SHA1 956880838cbb2870e58f94ffba9cf9ef157c4b07 SHA256 f64d18f27e84125b2d3690c5740ab6d2a378afc091a6ebb15bb89788cd8539d3
+EBUILD mr-0.39.ebuild 730 RMD160 a641bc9469e345fdba7d7e5a92a80480a8101106 SHA1 7ae32345852bd4dde2c8eca5c6e71f3de4142338 SHA256 3a180a3389bd11e25f88b61ce94a167a8182997a55459a2aad3543126580db83
+MISC ChangeLog 317 RMD160 06ca3649b862dc9921967ead541028ac855872c4 SHA1 81cd44f79aeb5fb445a06a588261ed66bf50a236 SHA256 0f7c3bf501410d51c55a7b9bb46734e5723a7db57bcb077125dfe67ae9eb3173
+MISC metadata.xml 1236 RMD160 1ff285ab6fe8e705e991a538f8dac5212ea107ad SHA1 9acea90f14220f80c1cc98f104471079f3a5bb2f SHA256 ca6f7a0b33501dc2cac1c620e947ba0caac3ff79983ac0ca96a5a4d66a30c0e6
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.10 (GNU/Linux)
+
+iEYEARECAAYFAknLeOQACgkQV3J2n04EauyjGgCeKIXgIKvJfmfh3Xt3pIiZ2MYc
+xtMAn3zF5z0NE6JoJQ6zbel+qcGBVdbs
+=f8F4
+-----END PGP SIGNATURE-----
diff --git a/dev-util/mr/metadata.xml b/dev-util/mr/metadata.xml
new file mode 100644
index 000000000000..4121691feb94
--- /dev/null
+++ b/dev-util/mr/metadata.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>tove@gentoo.org</email>
+ </maintainer>
+ <longdescription lang="en">
+ The mr(1) command can checkout, update, or perform other actions on a
+ set of repositories as if they were one combined respository. It
+ supports any combination of subversion, git, cvs, mecurial, bzr, and
+ darcs repositories, and support for other revision control systems can
+ easily be added. (There are extensions adding support for unison and
+ git-svn.)
+
+ It is extremely configurable via simple shell scripting. Some examples
+ of things it can do include:
+
+ * Update a repository no more frequently than once every twelve hours.
+ * Run an arbitrary command before committing to a repository.
+ * When updating a git repository, pull from two different upstreams
+ and merge the two together.
+ * Run several repository updates in parallel, greatly speeding up
+ the update process.
+ * Remember actions that failed due to a laptop being offline,
+ so they can be retried when it comes back online.
+
+ This package also includes webcheckout.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-util/mr/mr-0.39.ebuild b/dev-util/mr/mr-0.39.ebuild
new file mode 100644
index 000000000000..ef4f0a999209
--- /dev/null
+++ b/dev-util/mr/mr-0.39.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mr/mr-0.39.ebuild,v 1.1 2009/03/26 12:45:17 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
+}