summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-12-09 13:14:36 +0000
committerTorsten Veller <tove@gentoo.org>2009-12-09 13:14:36 +0000
commit8c1e88e81cf23cf0cedb7f6c8e10ce05e03512d8 (patch)
treea5a8d5d57aecddd685cbc4957a18080d5598d65e /dev-util/mr
parentVersion bump (diff)
downloadgentoo-2-8c1e88e81cf23cf0cedb7f6c8e10ce05e03512d8.tar.gz
gentoo-2-8c1e88e81cf23cf0cedb7f6c8e10ce05e03512d8.tar.bz2
gentoo-2-8c1e88e81cf23cf0cedb7f6c8e10ce05e03512d8.zip
Version bump. Cleanup
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/mr')
-rw-r--r--dev-util/mr/ChangeLog8
-rw-r--r--dev-util/mr/mr-0.43.ebuild28
-rw-r--r--dev-util/mr/mr-0.44.ebuild28
-rw-r--r--dev-util/mr/mr-0.45.ebuild (renamed from dev-util/mr/mr-0.40.ebuild)2
4 files changed, 8 insertions, 58 deletions
diff --git a/dev-util/mr/ChangeLog b/dev-util/mr/ChangeLog
index 8f42e0434efd..fdcc0cf915e9 100644
--- a/dev-util/mr/ChangeLog
+++ b/dev-util/mr/ChangeLog
@@ -1,6 +1,12 @@
# 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.4 2009/11/26 18:07:30 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mr/ChangeLog,v 1.5 2009/12/09 13:14:36 tove Exp $
+
+*mr-0.45 (09 Dec 2009)
+
+ 09 Dec 2009; Torsten Veller <tove@gentoo.org> -mr-0.40.ebuild,
+ -mr-0.43.ebuild, -mr-0.44.ebuild, +mr-0.45.ebuild:
+ Version bump. Cleanup
*mr-0.44 (26 Nov 2009)
diff --git a/dev-util/mr/mr-0.43.ebuild b/dev-util/mr/mr-0.43.ebuild
deleted file mode 100644
index 6591cb45f4fc..000000000000
--- a/dev-util/mr/mr-0.43.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.43.ebuild,v 1.1 2009/09/09 06:49:18 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-util/mr/mr-0.44.ebuild b/dev-util/mr/mr-0.44.ebuild
deleted file mode 100644
index e2394e24768c..000000000000
--- a/dev-util/mr/mr-0.44.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.44.ebuild,v 1.1 2009/11/26 18:07:30 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-util/mr/mr-0.40.ebuild b/dev-util/mr/mr-0.45.ebuild
index 6bbeed4af7ec..fa01cf82908b 100644
--- a/dev-util/mr/mr-0.40.ebuild
+++ b/dev-util/mr/mr-0.45.ebuild
@@ -1,6 +1,6 @@
# 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.40.ebuild,v 1.1 2009/08/04 05:28:34 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mr/mr-0.45.ebuild,v 1.1 2009/12/09 13:14:36 tove Exp $
DESCRIPTION="Multiple Repository management tool"
HOMEPAGE="http://kitenet.net/~joey/code/mr/"