Skip to content

Commit

Permalink
dev-vcs/mr: version bump to 1.20160123
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
tamiko committed Feb 28, 2016
1 parent 7eac174 commit 395071e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-vcs/mr/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST mr-1.20150503.tar.gz 45613 SHA256 6e61e2a0b298841cbc2ea0106fae7c628a5b34e705aafa7536848c60eb448e89 SHA512 ea850c338c9488b964cffbbf510d65354b6773239d8ba7030e33a881ff7e0490cee6b3aa5f3ae0cd3a298bf874cc6d0edd344b9a801b162cb4b2cd11bfcdb1ee WHIRLPOOL 9c9cea6df047471809a7576e4d24e31a54ba1f23f4cc1b697a77e8188fec5d823e185e72c8944dce57356852bd76fb16ba6d699c21ad977a0aa428ae713e512c
DIST mr-1.20160123.tar.gz 46724 SHA256 13d3b2c309d8130896e54456ae466763dc187433f737de12179f5e05cb63439c SHA512 ad22f0369530347d104815338f27f5b375b88f323ef3821040db7270e179974018e269ecb650d7fd3a3d42ad62b17dfb7be43645f25e06578e0269f1f744ee4d WHIRLPOOL 3d42223e72b362b4121e312c1526fce4ac19f67ced2345905e085daed5b1e6f172875294fbb0f4faa12db09dc774fb412c3164f7238888824d88b25134242335
32 changes: 32 additions & 0 deletions dev-vcs/mr/mr-1.20160123.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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/*
}

0 comments on commit 395071e

Please sign in to comment.