summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-10-13 14:21:40 +0200
committerJustin Lecher <jlec@gentoo.org>2013-10-13 14:21:40 +0200
commitd66b9a6c99c937a733c58b3287c8d2918329ff11 (patch)
treeee3dc315404f905d2b9f40d42bdccb356c0baa56 /x11-misc/accentuate
parentsys-process/multiwatch: Bump to git-2.eclass (diff)
downloadbetagarden-d66b9a6c99c937a733c58b3287c8d2918329ff11.tar.gz
betagarden-d66b9a6c99c937a733c58b3287c8d2918329ff11.tar.bz2
betagarden-d66b9a6c99c937a733c58b3287c8d2918329ff11.zip
x11-misc/accentuate: Bump to git-2.eclass and python-r1.eclass
Package-Manager: portage-2.2.7
Diffstat (limited to 'x11-misc/accentuate')
-rw-r--r--x11-misc/accentuate/ChangeLog8
-rw-r--r--x11-misc/accentuate/Manifest1
-rw-r--r--x11-misc/accentuate/accentuate-9999.ebuild19
-rw-r--r--x11-misc/accentuate/metadata.xml7
4 files changed, 26 insertions, 9 deletions
diff --git a/x11-misc/accentuate/ChangeLog b/x11-misc/accentuate/ChangeLog
new file mode 100644
index 0000000..cd084a8
--- /dev/null
+++ b/x11-misc/accentuate/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for x11-misc/accentuate
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 13 Oct 2013; Justin Lecher <jlec@gentoo.org> accentuate-9999.ebuild,
+ +metadata.xml:
+ Bump to git-2.eclass and python-r1.eclass
+
diff --git a/x11-misc/accentuate/Manifest b/x11-misc/accentuate/Manifest
deleted file mode 100644
index 278aeba..0000000
--- a/x11-misc/accentuate/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD accentuate-9999.ebuild 511 RMD160 0c2785b4bb18a7510d7ec8dec83336ef81dd5b1c SHA1 40d005637438a79a2e1d1b17dcf6d938dd5a3c04 SHA256 3acd06ae43db0dc2a658f82dc00f8852104a4cd2935ebe9e10b3d5f9744d08be
diff --git a/x11-misc/accentuate/accentuate-9999.ebuild b/x11-misc/accentuate/accentuate-9999.ebuild
index 62fd0e3..5282b20 100644
--- a/x11-misc/accentuate/accentuate-9999.ebuild
+++ b/x11-misc/accentuate/accentuate-9999.ebuild
@@ -1,26 +1,29 @@
-# Copyright 1999-2XXX Gentoo Foundation
+# Copyright 1999-2013XXX 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="PDF Slideshow Presentation Software"
HOMEPAGE="http://repo.or.cz/w/accentuate.git"
-EGIT_REPO_URI="git://repo.or.cz/accentuate.git"
SRC_URI=""
+EGIT_REPO_URI="git://repo.or.cz/accentuate.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="lirc"
-DEPEND="lirc? ( dev-python/pylirc )
- dev-python/pygame
- dev-python/imaging"
+DEPEND="
+ dev-python/pygame[${PYTHON_USEDEP}]
+ dev-python/imaging[${PYTHON_USEDEP}]
+ lirc? ( dev-python/pylirc[${PYTHON_USEDEP}] )"
RDEPEND="${DEPEND}"
src_install() {
- dobin ${PN} || die 'dobin failed'
+ python_parallel_foreach_impl python_doscript ${PN}
}
diff --git a/x11-misc/accentuate/metadata.xml b/x11-misc/accentuate/metadata.xml
new file mode 100644
index 0000000..a759be0
--- /dev/null
+++ b/x11-misc/accentuate/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>