diff options
author | Torsten Veller <tove@gentoo.org> | 2010-08-30 06:22:38 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-08-30 06:22:38 +0000 |
commit | 1080898175124f08e68d1a0f3329a98ded5f2283 (patch) | |
tree | a2f6e2609609b1159878f840d2314047e9a62699 /dev-vcs/mr | |
parent | Mark s390 stable #297079. (diff) | |
download | gentoo-2-1080898175124f08e68d1a0f3329a98ded5f2283.tar.gz gentoo-2-1080898175124f08e68d1a0f3329a98ded5f2283.tar.bz2 gentoo-2-1080898175124f08e68d1a0f3329a98ded5f2283.zip |
Version bump. Cleanup. Update longdescription
(Portage version: 2.2_rc71/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/mr')
-rw-r--r-- | dev-vcs/mr/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/mr/metadata.xml | 10 | ||||
-rw-r--r-- | dev-vcs/mr/mr-0.50.ebuild (renamed from dev-vcs/mr/mr-0.48.ebuild) | 2 |
3 files changed, 13 insertions, 7 deletions
diff --git a/dev-vcs/mr/ChangeLog b/dev-vcs/mr/ChangeLog index f1e40b56d4b2..e0ffb80630a6 100644 --- a/dev-vcs/mr/ChangeLog +++ b/dev-vcs/mr/ChangeLog @@ -1,6 +1,12 @@ # 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.2 2010/07/24 13:31:21 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mr/ChangeLog,v 1.3 2010/08/30 06:22:38 tove Exp $ + +*mr-0.50 (30 Aug 2010) + + 30 Aug 2010; Torsten Veller <tove@gentoo.org> -mr-0.48.ebuild, + +mr-0.50.ebuild, metadata.xml: + Version bump. Cleanup. Update longdescription *mr-0.49 (24 Jul 2010) diff --git a/dev-vcs/mr/metadata.xml b/dev-vcs/mr/metadata.xml index 4121691feb94..c2f039a701b4 100644 --- a/dev-vcs/mr/metadata.xml +++ b/dev-vcs/mr/metadata.xml @@ -8,10 +8,10 @@ <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.) + supports any combination of git, svn, mercurial, bzr, darcs, cvs, and + fossil 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: @@ -25,6 +25,6 @@ * 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. + This package also includes the webcheckout command. </longdescription> </pkgmetadata> diff --git a/dev-vcs/mr/mr-0.48.ebuild b/dev-vcs/mr/mr-0.50.ebuild index 998c5bba571b..d1fadce97ccc 100644 --- a/dev-vcs/mr/mr-0.48.ebuild +++ b/dev-vcs/mr/mr-0.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mr/mr-0.48.ebuild,v 1.1 2010/03/04 20:51:51 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mr/mr-0.50.ebuild,v 1.1 2010/08/30 06:22:38 tove Exp $ DESCRIPTION="Multiple Repository management tool" HOMEPAGE="http://kitenet.net/~joey/code/mr/" |