* [gentoo-commits] gentoo-x86 commit in app-office/gtimelog: gtimelog-0.7.1.ebuild gtimelog-0.7.0.ebuild ChangeLog
@ 2012-07-25 18:39 Zac Medico (zmedico)
0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico (zmedico) @ 2012-07-25 18:39 UTC (permalink / raw
To: gentoo-commits
zmedico 12/07/25 18:39:55
Modified: gtimelog-0.7.1.ebuild gtimelog-0.7.0.ebuild
ChangeLog
Log:
Fix libappindicator DEPEND to be conditional on ayatana for bug #427944.
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Revision Changes Path
1.2 app-office/gtimelog/gtimelog-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/gtimelog-0.7.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/gtimelog-0.7.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/gtimelog-0.7.1.ebuild?r1=1.1&r2=1.2
Index: gtimelog-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gtimelog/gtimelog-0.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtimelog-0.7.1.ebuild 2 May 2012 03:22:35 -0000 1.1
+++ gtimelog-0.7.1.ebuild 25 Jul 2012 18:39:54 -0000 1.2
@@ -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 @@
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"
1.2 app-office/gtimelog/gtimelog-0.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/gtimelog-0.7.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/gtimelog-0.7.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/gtimelog-0.7.0.ebuild?r1=1.1&r2=1.2
Index: gtimelog-0.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gtimelog/gtimelog-0.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtimelog-0.7.0.ebuild 21 Feb 2012 04:40:54 -0000 1.1
+++ gtimelog-0.7.0.ebuild 25 Jul 2012 18:39:54 -0000 1.2
@@ -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 @@
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"
1.3 app-office/gtimelog/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gtimelog/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 2 May 2012 03:22:35 -0000 1.2
+++ ChangeLog 25 Jul 2012 18:39:54 -0000 1.3
@@ -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.
-
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-office/gtimelog: gtimelog-0.7.1.ebuild gtimelog-0.7.0.ebuild ChangeLog
@ 2012-09-05 9:21 Justin Lecher (jlec)
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-09-05 9:21 UTC (permalink / raw
To: gentoo-commits
jlec 12/09/05 09:21:06
Modified: gtimelog-0.7.1.ebuild gtimelog-0.7.0.ebuild
ChangeLog
Log:
Use doicon instead insinto + doins to install icon files
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Revision Changes Path
1.3 app-office/gtimelog/gtimelog-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/gtimelog-0.7.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/gtimelog-0.7.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/gtimelog-0.7.1.ebuild?r1=1.2&r2=1.3
Index: gtimelog-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gtimelog/gtimelog-0.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gtimelog-0.7.1.ebuild 25 Jul 2012 18:39:54 -0000 1.2
+++ gtimelog-0.7.1.ebuild 5 Sep 2012 09:21:06 -0000 1.3
@@ -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.2 2012/07/25 18:39:54 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/gtimelog-0.7.1.ebuild,v 1.3 2012/09/05 09:21:06 jlec Exp $
EAPI="4"
@@ -55,8 +55,7 @@
src_install() {
domenu gtimelog.desktop
- insinto /usr/share/pixmaps
- doins src/gtimelog/gtimelog-*.png
+ doicon src/gtimelog/gtimelog-*.png
insinto /usr/share/gtimelog
doins src/gtimelog/*.ui src/gtimelog/gtimelog.png
exeinto /usr/share/gtimelog/scripts
1.3 app-office/gtimelog/gtimelog-0.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/gtimelog-0.7.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/gtimelog-0.7.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/gtimelog-0.7.0.ebuild?r1=1.2&r2=1.3
Index: gtimelog-0.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gtimelog/gtimelog-0.7.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gtimelog-0.7.0.ebuild 25 Jul 2012 18:39:54 -0000 1.2
+++ gtimelog-0.7.0.ebuild 5 Sep 2012 09:21:06 -0000 1.3
@@ -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.2 2012/07/25 18:39:54 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/gtimelog-0.7.0.ebuild,v 1.3 2012/09/05 09:21:06 jlec Exp $
EAPI="4"
@@ -55,8 +55,7 @@
src_install() {
domenu gtimelog.desktop
- insinto /usr/share/pixmaps
- doins src/gtimelog/gtimelog-*.png
+ doicon src/gtimelog/gtimelog-*.png
insinto /usr/share/gtimelog
doins src/gtimelog/*.ui src/gtimelog/gtimelog.png
exeinto /usr/share/gtimelog/scripts
1.4 app-office/gtimelog/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gtimelog/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 25 Jul 2012 18:39:54 -0000 1.3
+++ ChangeLog 5 Sep 2012 09:21:06 -0000 1.4
@@ -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.3 2012/07/25 18:39:54 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/ChangeLog,v 1.4 2012/09/05 09:21:06 jlec Exp $
+
+ 05 Sep 2012; Justin Lecher <jlec@gentoo.org> gtimelog-0.7.0.ebuild,
+ gtimelog-0.7.1.ebuild:
+ Use doicon instead insinto + doins to install icon files
25 Jul 2012; Zac Medico <zmedico@gentoo.org> gtimelog-0.7.0.ebuild,
gtimelog-0.7.1.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-05 9:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-05 9:21 [gentoo-commits] gentoo-x86 commit in app-office/gtimelog: gtimelog-0.7.1.ebuild gtimelog-0.7.0.ebuild ChangeLog Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2012-07-25 18:39 Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox