* [gentoo-commits] gentoo-x86 commit in dev-vcs/gitg: ChangeLog gitg-0.0.6.ebuild
@ 2010-07-17 11:21 Thomas Anderson (tanderson)
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Anderson (tanderson) @ 2010-07-17 11:21 UTC (permalink / raw
To: gentoo-commits
tanderson 10/07/17 11:21:23
Modified: ChangeLog gitg-0.0.6.ebuild
Log:
stable amd64, bug 327337
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-vcs/gitg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 17 Jul 2010 09:16:13 -0000 1.3
+++ ChangeLog 17 Jul 2010 11:21:22 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/gitg
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.3 2010/07/17 09:16:13 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.4 2010/07/17 11:21:22 tanderson Exp $
+
+ 17 Jul 2010; Thomas Anderson <tanderson@gentoo.org> gitg-0.0.6.ebuild:
+ stable amd64, bug 327337
17 Jul 2010; Christian Faulhammer <fauli@gentoo.org> gitg-0.0.6.ebuild:
stable x86, bug 327337
1.4 dev-vcs/gitg/gitg-0.0.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.0.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.0.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.0.6.ebuild?r1=1.3&r2=1.4
Index: gitg-0.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gitg-0.0.6.ebuild 17 Jul 2010 09:16:13 -0000 1.3
+++ gitg-0.0.6.ebuild 17 Jul 2010 11:21:22 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.6.ebuild,v 1.3 2010/07/17 09:16:13 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.6.ebuild,v 1.4 2010/07/17 11:21:22 tanderson Exp $
EAPI="2"
@@ -11,7 +11,7 @@
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.16
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-vcs/gitg: ChangeLog gitg-0.0.6.ebuild
@ 2010-07-17 9:16 Christian Faulhammer (fauli)
0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-17 9:16 UTC (permalink / raw
To: gentoo-commits
fauli 10/07/17 09:16:13
Modified: ChangeLog gitg-0.0.6.ebuild
Log:
stable x86, bug 327337
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.3 dev-vcs/gitg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 17 Mar 2010 16:13:43 -0000 1.2
+++ ChangeLog 17 Jul 2010 09:16:13 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/gitg
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.2 2010/03/17 16:13:43 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.3 2010/07/17 09:16:13 fauli Exp $
+
+ 17 Jul 2010; Christian Faulhammer <fauli@gentoo.org> gitg-0.0.6.ebuild:
+ stable x86, bug 327337
17 Mar 2010; Sebastian Pipping <sping@gentoo.org> gitg-0.0.1.ebuild,
gitg-0.0.2.ebuild, gitg-0.0.3.ebuild, gitg-0.0.4.ebuild,
1.3 dev-vcs/gitg/gitg-0.0.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.0.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.0.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.0.6.ebuild?r1=1.2&r2=1.3
Index: gitg-0.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gitg-0.0.6.ebuild 17 Mar 2010 16:13:43 -0000 1.2
+++ gitg-0.0.6.ebuild 17 Jul 2010 09:16:13 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.6.ebuild,v 1.2 2010/03/17 16:13:43 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.6.ebuild,v 1.3 2010/07/17 09:16:13 fauli Exp $
EAPI="2"
@@ -11,7 +11,7 @@
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.16
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-17 11:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-17 11:21 [gentoo-commits] gentoo-x86 commit in dev-vcs/gitg: ChangeLog gitg-0.0.6.ebuild Thomas Anderson (tanderson)
-- strict thread matches above, loose matches on Subject: below --
2010-07-17 9:16 Christian Faulhammer (fauli)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox