dastergon    14/03/24 21:02:53

  Modified:             ChangeLog
  Added:                mr-1.20140227.ebuild
  Log:
  Version bump, bug #483330
  
  (Portage version: 2.1.13.1/cvs/Linux x86_64, signed Manifest commit with key 
0x3A051746)

Revision  Changes    Path
1.15                 dev-vcs/mr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mr/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mr/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mr/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mr/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   24 Dec 2013 22:58:37 -0000      1.14
+++ ChangeLog   24 Mar 2014 21:02:53 -0000      1.15
@@ -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 <[email protected]> +mr-1.20140227.ebuild:
+  Version bump, bug #483330
 
   24 Dec 2013; Pavlos Ratis <[email protected]> metadata.xml:
   add myself as maintainer



1.1                  dev-vcs/mr/mr-1.20140227.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mr/mr-1.20140227.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mr/mr-1.20140227.ebuild?rev=1.1&content-type=text/plain

Index: mr-1.20140227.ebuild
===================================================================
# 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/*
}




Reply via email to