Skip to content

Commit

Permalink
dev-vcs/git-imerge: bump to EAPI 6, add maintainer-needed
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
austin987 committed Jul 8, 2016
1 parent 30411a7 commit 68452c9
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
38 changes: 38 additions & 0 deletions dev-vcs/git-imerge/git-imerge-0.7.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit bash-completion-r1 python-r1

DESCRIPTION="Incremental merge for git"
HOMEPAGE="https://github.com/mhagger/git-imerge"
SRC_URI="https://github.com/mhagger/git-imerge/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
dev-vcs/git"
DEPEND="dev-python/docutils"

src_compile() {
rst2html.py README.rst > README.html || die
rst2s5.py \
--theme=small-white \
--current-slide \
doc/presentations/GitMerge-2013/talk.rst doc/presentations/GitMerge-2013/talk.html || die
}

src_install() {
dobin ${PN}
python_replicate_script "${D}"/usr/bin/${PN}
newbashcomp "${FILESDIR}"/git-imerge.bashcomplete git-imerge
dodoc README.rst README.html doc/presentations/GitMerge-2013/talk.html
}
1 change: 1 addition & 0 deletions dev-vcs/git-imerge/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">mhagger/git-imerge</remote-id>
</upstream>
Expand Down

0 comments on commit 68452c9

Please sign in to comment.