Skip to content

Commit

Permalink
dev-vcs/topgit: 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 68452c9 commit 2c457f3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-vcs/topgit/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">greenrd/topgit</remote-id>
</upstream>
Expand Down
34 changes: 34 additions & 0 deletions dev-vcs/topgit/topgit-0.9-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

inherit bash-completion-r1

DESCRIPTION="A different patch queue manager"
HOMEPAGE="https://github.com/greenrd/topgit"
SRC_URI="https://github.com/greenrd/${PN}/archive/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="sys-apps/sed
virtual/awk"
RDEPEND="dev-vcs/git"

S="${WORKDIR}/${PN}-${P}"

src_compile() {
# Needed because of "hardcoded" paths
emake prefix="/usr" sharedir="/usr/share/doc/${PF}"
}

src_install() {
emake prefix="${D}/usr" sharedir="${D}/usr/share/doc/${PF}" install

newbashcomp contrib/tg-completion.bash tg
dodoc README
}

0 comments on commit 2c457f3

Please sign in to comment.