summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-07-25 18:39:54 +0000
committerZac Medico <zmedico@gentoo.org>2012-07-25 18:39:54 +0000
commitf953299a78b6bc88566bffee14d7d21f2b95a136 (patch)
treec791d3d3c0bc4cfd953eb9012bcff05e67c2f254 /app-office/gtimelog
parentenable generation of ldscripts for freebsd systems #428014 by Yuta SATOH (diff)
downloadgentoo-2-f953299a78b6bc88566bffee14d7d21f2b95a136.tar.gz
gentoo-2-f953299a78b6bc88566bffee14d7d21f2b95a136.tar.bz2
gentoo-2-f953299a78b6bc88566bffee14d7d21f2b95a136.zip
Fix libappindicator DEPEND to be conditional on ayatana for bug #427944.
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Diffstat (limited to 'app-office/gtimelog')
-rw-r--r--app-office/gtimelog/ChangeLog7
-rw-r--r--app-office/gtimelog/gtimelog-0.7.0.ebuild4
-rw-r--r--app-office/gtimelog/gtimelog-0.7.1.ebuild4
3 files changed, 9 insertions, 6 deletions
diff --git a/app-office/gtimelog/ChangeLog b/app-office/gtimelog/ChangeLog
index f14dba1b0a5d..6e76e099c798 100644
--- a/app-office/gtimelog/ChangeLog
+++ b/app-office/gtimelog/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/gtimelog
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/ChangeLog,v 1.2 2012/05/02 03:22:35 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/ChangeLog,v 1.3 2012/07/25 18:39:54 zmedico Exp $
+
+ 25 Jul 2012; Zac Medico <zmedico@gentoo.org> gtimelog-0.7.0.ebuild,
+ gtimelog-0.7.1.ebuild:
+ Fix libappindicator DEPEND to be conditional on ayatana for bug #427944.
*gtimelog-0.7.1 (02 May 2012)
@@ -13,4 +17,3 @@
21 Feb 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+gtimelog-0.7.0.ebuild, +metadata.xml:
New ebuild for a small, convenient time tracker.
-
diff --git a/app-office/gtimelog/gtimelog-0.7.0.ebuild b/app-office/gtimelog/gtimelog-0.7.0.ebuild
index 5ed8e377af21..3508ce9be029 100644
--- a/app-office/gtimelog/gtimelog-0.7.0.ebuild
+++ b/app-office/gtimelog/gtimelog-0.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/gtimelog-0.7.0.ebuild,v 1.1 2012/02/21 04:40:54 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/gtimelog-0.7.0.ebuild,v 1.2 2012/07/25 18:39:54 zmedico Exp $
EAPI="4"
@@ -30,7 +30,7 @@ RDEPEND="dev-libs/gobject-introspection
ayatana? ( dev-libs/libappindicator:3[introspection] )"
DEPEND="test? (
${RDEPEND}
- dev-libs/libappindicator:3[introspection] )"
+ ayatana? ( dev-libs/libappindicator:3[introspection] ) )"
DISTUTILS_SRC_TEST="setup.py"
diff --git a/app-office/gtimelog/gtimelog-0.7.1.ebuild b/app-office/gtimelog/gtimelog-0.7.1.ebuild
index 8ad3424f5cc0..4fd86ef68707 100644
--- a/app-office/gtimelog/gtimelog-0.7.1.ebuild
+++ b/app-office/gtimelog/gtimelog-0.7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/gtimelog-0.7.1.ebuild,v 1.1 2012/05/02 03:22:35 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/gtimelog-0.7.1.ebuild,v 1.2 2012/07/25 18:39:54 zmedico Exp $
EAPI="4"
@@ -30,7 +30,7 @@ RDEPEND="dev-libs/gobject-introspection
ayatana? ( dev-libs/libappindicator:3[introspection] )"
DEPEND="test? (
${RDEPEND}
- dev-libs/libappindicator:3[introspection] )"
+ ayatana? ( dev-libs/libappindicator:3[introspection] ) )"
DISTUTILS_SRC_TEST="setup.py"