summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlos Ratis <dastergon@gentoo.org>2014-03-24 21:02:53 +0000
committerPavlos Ratis <dastergon@gentoo.org>2014-03-24 21:02:53 +0000
commit7dc1e9ef352664dc389092bc6a4c6cb34ebf4345 (patch)
tree9956d8f3d3f1cd894ea995cbdf2e8b19c63ae4b7 /dev-vcs/mr
parentmedia-plugins/vdr-amarok removal (pending 08/Mar/2014, see #424255 for refere... (diff)
downloadgentoo-2-7dc1e9ef352664dc389092bc6a4c6cb34ebf4345.tar.gz
gentoo-2-7dc1e9ef352664dc389092bc6a4c6cb34ebf4345.tar.bz2
gentoo-2-7dc1e9ef352664dc389092bc6a4c6cb34ebf4345.zip
Version bump, bug #483330
(Portage version: 2.1.13.1/cvs/Linux x86_64, signed Manifest commit with key 0x3A051746)
Diffstat (limited to 'dev-vcs/mr')
-rw-r--r--dev-vcs/mr/ChangeLog9
-rw-r--r--dev-vcs/mr/mr-1.20140227.ebuild32
2 files changed, 39 insertions, 2 deletions
diff --git a/dev-vcs/mr/ChangeLog b/dev-vcs/mr/ChangeLog
index 7e0562db1300..2ee719480d42 100644
--- a/dev-vcs/mr/ChangeLog
+++ b/dev-vcs/mr/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-vcs/mr
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mr/ChangeLog,v 1.14 2013/12/24 22:58:37 dastergon Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mr/ChangeLog,v 1.15 2014/03/24 21:02:53 dastergon Exp $
+
+*mr-1.20140227 (24 Mar 2014)
+
+ 24 Mar 2014; Pavlos Ratis <dastergon@gentoo.org> +mr-1.20140227.ebuild:
+ Version bump, bug #483330
24 Dec 2013; Pavlos Ratis <dastergon@gentoo.org> metadata.xml:
add myself as maintainer
diff --git a/dev-vcs/mr/mr-1.20140227.ebuild b/dev-vcs/mr/mr-1.20140227.ebuild
new file mode 100644
index 000000000000..823e630d8fc7
--- /dev/null
+++ b/dev-vcs/mr/mr-1.20140227.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mr/mr-1.20140227.ebuild,v 1.1 2014/03/24 21:02:53 dastergon Exp $
+
+EAPI=5
+
+MY_P="myrepos-${PV}"
+
+DESCRIPTION="Multiple Repository management tool"
+HOMEPAGE="https://github.com/joeyh/myrepos"
+SRC_URI="https://github.com/joeyh/myrepos/archive/${PV}.tar.gz -> ${P}.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}/${MY_P}
+
+src_install() {
+ dobin mr webcheckout
+ doman mr.1 webcheckout.1
+ dodoc README debian/changelog \
+ mrconfig mrconfig.complex
+ insinto /usr/share/${PN}
+ doins lib/*
+}