summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-10-13 14:16:21 +0200
committerJustin Lecher <jlec@gentoo.org>2013-10-13 14:16:21 +0200
commit73bde62811388b055c64c7ca6fa76860ef581e58 (patch)
tree92b66da59af342c734060b9c0c33c97d9ed786e0 /dev-vcs
parentapp-admin/findcruft2: Bump to git-2.eclass (diff)
downloadbetagarden-73bde62811388b055c64c7ca6fa76860ef581e58.tar.gz
betagarden-73bde62811388b055c64c7ca6fa76860ef581e58.tar.bz2
betagarden-73bde62811388b055c64c7ca6fa76860ef581e58.zip
dev-vcs/gitscene: Bump to git-2.eclass and python-r1.eclass
Package-Manager: portage-2.2.7
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/gitscene/ChangeLog8
-rw-r--r--dev-vcs/gitscene/Manifest1
-rw-r--r--dev-vcs/gitscene/gitscene-9999.ebuild24
-rw-r--r--dev-vcs/gitscene/metadata.xml7
4 files changed, 28 insertions, 12 deletions
diff --git a/dev-vcs/gitscene/ChangeLog b/dev-vcs/gitscene/ChangeLog
new file mode 100644
index 0000000..2a5a9bf
--- /dev/null
+++ b/dev-vcs/gitscene/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-vcs/gitscene
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 13 Oct 2013; Justin Lecher <jlec@gentoo.org> gitscene-9999.ebuild,
+ +metadata.xml:
+ Bump to git-2.eclass and python-r1.eclass
+
diff --git a/dev-vcs/gitscene/Manifest b/dev-vcs/gitscene/Manifest
deleted file mode 100644
index 5f78802..0000000
--- a/dev-vcs/gitscene/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD gitscene-9999.ebuild 605 RMD160 33ac4c7d1b92303127874c8fc813753851f2abd6 SHA1 a23db5cddd9b21c473db53a1d2fb77a5a7951e58 SHA256 adb35140cc5bea0dcb5a450125e94f2523b9c3130ee94889278b1a3644712484
diff --git a/dev-vcs/gitscene/gitscene-9999.ebuild b/dev-vcs/gitscene/gitscene-9999.ebuild
index 8c563f7..58e8f46 100644
--- a/dev-vcs/gitscene/gitscene-9999.ebuild
+++ b/dev-vcs/gitscene/gitscene-9999.ebuild
@@ -1,29 +1,31 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI=5
-inherit git
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit git-2 python-r1
DESCRIPTION="A GTK based repository browser for git "
HOMEPAGE="http://github.com/pta/gitscene"
-EGIT_REPO_URI="git://github.com/pta/gitscene.git"
SRC_URI=""
+EGIT_REPO_URI="git://github.com/pta/gitscene.git"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-lang/python
- dev-python/pygtk
- dev-python/pycairo
- dev-python/pygobject
- dev-python/pygtksourceview"
+DEPEND="
+ dev-python/pygtk[${PYTHON_USEDEP}]
+ dev-python/pycairo[${PYTHON_USEDEP}]
+ dev-python/pygobject[${PYTHON_USEDEP}]
+ dev-python/pygtksourceview[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
src_install() {
- newdoc gitscene README || 'newdoc failed'
- dobin gitscene || die 'dobin failed'
+ python_parallel_foreach_impl python_doscript ${PN}
+ dodoc ${PN}.txt
}
diff --git a/dev-vcs/gitscene/metadata.xml b/dev-vcs/gitscene/metadata.xml
new file mode 100644
index 0000000..a759be0
--- /dev/null
+++ b/dev-vcs/gitscene/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>maintainer-wanted@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>