summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2013-10-08 16:52:28 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2013-10-08 16:52:28 +0000
commit5ba581e8e49765f883cf4e18facbded54fb91a82 (patch)
treedb082cc13061514e7dd6c24b9bb714db7dea3e31 /app-cdr
parentVersion bump. Remove old. (diff)
downloadgentoo-2-5ba581e8e49765f883cf4e18facbded54fb91a82.tar.gz
gentoo-2-5ba581e8e49765f883cf4e18facbded54fb91a82.tar.bz2
gentoo-2-5ba581e8e49765f883cf4e18facbded54fb91a82.zip
Version bump. Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/gcdemu/ChangeLog8
-rw-r--r--app-cdr/gcdemu/gcdemu-2.1.1.ebuild (renamed from app-cdr/gcdemu/gcdemu-2.0.0.ebuild)8
2 files changed, 12 insertions, 4 deletions
diff --git a/app-cdr/gcdemu/ChangeLog b/app-cdr/gcdemu/ChangeLog
index cf54c44955e0..f05a276d281e 100644
--- a/app-cdr/gcdemu/ChangeLog
+++ b/app-cdr/gcdemu/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-cdr/gcdemu
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v 1.30 2013/07/20 11:11:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v 1.31 2013/10/08 16:52:28 tetromino Exp $
+
+*gcdemu-2.1.1 (08 Oct 2013)
+
+ 08 Oct 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
+ -gcdemu-2.0.0.ebuild, +gcdemu-2.1.1.ebuild:
+ Version bump. Remove old.
20 Jul 2013; Agostino Sarubbo <ago@gentoo.org> gcdemu-2.1.0.ebuild:
Stable for x86, wrt bug #477004
diff --git a/app-cdr/gcdemu/gcdemu-2.0.0.ebuild b/app-cdr/gcdemu/gcdemu-2.1.1.ebuild
index 1d03ea7649a5..ee7a2771c09b 100644
--- a/app-cdr/gcdemu/gcdemu-2.0.0.ebuild
+++ b/app-cdr/gcdemu/gcdemu-2.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-2.0.0.ebuild,v 1.3 2013/06/25 16:56:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-2.1.1.ebuild,v 1.1 2013/10/08 16:52:28 tetromino Exp $
EAPI="5"
@@ -17,14 +17,15 @@ SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="${PYTHON_DEPS}
- app-cdr/cdemu-daemon:0/4
+ app-cdr/cdemu-daemon:0/6
>=dev-libs/glib-2.28:2
dev-libs/gobject-introspection
dev-python/pygobject:3[${PYTHON_USEDEP}]
+ gnome-base/librsvg:2
sys-apps/dbus
x11-libs/gdk-pixbuf[introspection]
x11-libs/gtk+:3[introspection]
@@ -42,6 +43,7 @@ pkg_setup() {
src_prepare() {
python_fix_shebang src/gcdemu
# build system doesn't respect LINGUAS :/
+ l10n_find_plocales_changes po "" ".po"
rm_po() {
rm po/$1.po || die
}