summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-04-22 11:55:28 +0000
committerTorsten Veller <tove@gentoo.org>2012-04-22 11:55:28 +0000
commit9086f86fdc960643536dfb16794321d0b426bdc8 (patch)
treeb2ee405a393f7f4dc51a60c4ec91cafd74aac815 /dev-vcs
parentStable for amd64, wrt bug #398539 (diff)
downloadhistorical-9086f86fdc960643536dfb16794321d0b426bdc8.tar.gz
historical-9086f86fdc960643536dfb16794321d0b426bdc8.tar.bz2
historical-9086f86fdc960643536dfb16794321d0b426bdc8.zip
Cleanup
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/mr/ChangeLog6
-rw-r--r--dev-vcs/mr/metadata.xml1
-rw-r--r--dev-vcs/mr/mr-1.04.ebuild28
-rw-r--r--dev-vcs/mr/mr-1.10.ebuild28
4 files changed, 5 insertions, 58 deletions
diff --git a/dev-vcs/mr/ChangeLog b/dev-vcs/mr/ChangeLog
index de5ce0ec88d1..db83d9a26a74 100644
--- a/dev-vcs/mr/ChangeLog
+++ b/dev-vcs/mr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/mr
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mr/ChangeLog,v 1.8 2012/02/18 15:49:20 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mr/ChangeLog,v 1.9 2012/04/22 11:55:28 tove Exp $
+
+ 22 Apr 2012; Torsten Veller <tove@gentoo.org> -mr-1.04.ebuild,
+ -mr-1.10.ebuild, metadata.xml:
+ Cleanup
*mr-1.11 (18 Feb 2012)
diff --git a/dev-vcs/mr/metadata.xml b/dev-vcs/mr/metadata.xml
index e314724afb2f..fc646131475c 100644
--- a/dev-vcs/mr/metadata.xml
+++ b/dev-vcs/mr/metadata.xml
@@ -10,7 +10,6 @@
supports any combination of git, svn, mercurial, bzr, darcs, cvs, vcsh,
fossil, and veracity repositories, and support for other version control
systems can easily be added. (There are extensions adding support for unison
- can easily be added. (There are extensions adding support for unison
and git-svn.)
It is extremely configurable via simple shell scripting. Some examples
diff --git a/dev-vcs/mr/mr-1.04.ebuild b/dev-vcs/mr/mr-1.04.ebuild
deleted file mode 100644
index 1f3213868b77..000000000000
--- a/dev-vcs/mr/mr-1.04.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.04.ebuild,v 1.1 2011/06/23 18:10:29 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
-}
diff --git a/dev-vcs/mr/mr-1.10.ebuild b/dev-vcs/mr/mr-1.10.ebuild
deleted file mode 100644
index 2622c3584081..000000000000
--- a/dev-vcs/mr/mr-1.10.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mr/mr-1.10.ebuild,v 1.1 2012/01/07 08:54:46 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
-}