* [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+extra: ChangeLog gtk+extra-3.0.1.ebuild
@ 2011-12-29 18:14 Pacho Ramos (pacho)
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2011-12-29 18:14 UTC (permalink / raw
To: gentoo-commits
pacho 11/12/29 18:14:32
Modified: ChangeLog gtk+extra-3.0.1.ebuild
Log:
amd64 stable, bug 393007
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.37 x11-libs/gtk+extra/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 26 Nov 2011 15:51:01 -0000 1.36
+++ ChangeLog 29 Dec 2011 18:14:32 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtk+extra
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.36 2011/11/26 15:51:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.37 2011/12/29 18:14:32 pacho Exp $
+
+ 29 Dec 2011; Pacho Ramos <pacho@gentoo.org> gtk+extra-3.0.1.ebuild:
+ amd64 stable, bug 393007
*gtk+extra-3.0.1 (26 Nov 2011)
1.3 x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild?r1=1.2&r2=1.3
Index: gtk+extra-3.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gtk+extra-3.0.1.ebuild 30 Nov 2011 19:52:12 -0000 1.2
+++ gtk+extra-3.0.1.ebuild 29 Dec 2011 18:14:32 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild,v 1.2 2011/11/30 19:52:12 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild,v 1.3 2011/12/29 18:14:32 pacho Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="FDL-1.1 LGPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+introspection static-libs"
RDEPEND=">=x11-libs/gtk+-2.12.0:2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+extra: ChangeLog gtk+extra-3.0.1.ebuild
@ 2012-01-09 17:37 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-01-09 17:37 UTC (permalink / raw
To: gentoo-commits
tetromino 12/01/09 17:37:09
Modified: ChangeLog gtk+extra-3.0.1.ebuild
Log:
introspection.m4 is required for eautoreconf (bug #397761, thanks to Oleg for reporting). Also, fix building with >=glib-2.31.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.38 x11-libs/gtk+extra/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 29 Dec 2011 18:14:32 -0000 1.37
+++ ChangeLog 9 Jan 2012 17:37:09 -0000 1.38
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/gtk+extra
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.37 2011/12/29 18:14:32 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.38 2012/01/09 17:37:09 tetromino Exp $
+
+ 09 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ gtk+extra-3.0.1.ebuild, +files/gtk+extra-3.0.1-gunicode.h.patch:
+ introspection.m4 is required for eautoreconf (bug #397761, thanks to Oleg for
+ reporting). Also, fix building with >=glib-2.31.
29 Dec 2011; Pacho Ramos <pacho@gentoo.org> gtk+extra-3.0.1.ebuild:
amd64 stable, bug 393007
1.4 x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild?r1=1.3&r2=1.4
Index: gtk+extra-3.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtk+extra-3.0.1.ebuild 29 Dec 2011 18:14:32 -0000 1.3
+++ gtk+extra-3.0.1.ebuild 9 Jan 2012 17:37:09 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild,v 1.3 2011/12/29 18:14:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild,v 1.4 2012/01/09 17:37:09 tetromino Exp $
EAPI="4"
@@ -8,7 +8,8 @@
DESCRIPTION="Useful Additional GTK+ widgets"
HOMEPAGE="http://gtkextra.sourceforge.net"
-SRC_URI="mirror://sourceforge/gtkextra/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/gtkextra/${P}.tar.gz
+ mirror://gentoo/introspection.m4.bz2"
LICENSE="FDL-1.1 LGPL-2"
SLOT="0"
@@ -25,7 +26,13 @@
# Fix configure,
# https://sourceforge.net/tracker/?func=detail&aid=3414011&group_id=11638&atid=111638
epatch "${FILESDIR}/${P}-fix-configure.patch"
- eautoreconf
+
+ # Upstream patch to fix building with >=glib-2.31
+ epatch "${FILESDIR}/${P}-gunicode.h.patch"
+
+ # eautoreconf needs introspection.m4
+ cp "${WORKDIR}"/introspection.m4 . || die
+ AT_M4DIR="." eautoreconf
}
src_configure() {
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+extra: ChangeLog gtk+extra-3.0.1.ebuild
@ 2012-01-14 17:57 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2012-01-14 17:57 UTC (permalink / raw
To: gentoo-commits
maekke 12/01/14 17:57:10
Modified: ChangeLog gtk+extra-3.0.1.ebuild
Log:
x86 stable, bug #393007
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.39 x11-libs/gtk+extra/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 9 Jan 2012 17:37:09 -0000 1.38
+++ ChangeLog 14 Jan 2012 17:57:10 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtk+extra
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.38 2012/01/09 17:37:09 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.39 2012/01/14 17:57:10 maekke Exp $
+
+ 14 Jan 2012; Markus Meier <maekke@gentoo.org> gtk+extra-3.0.1.ebuild:
+ x86 stable, bug #393007
09 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
gtk+extra-3.0.1.ebuild, +files/gtk+extra-3.0.1-gunicode.h.patch:
1.5 x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild?r1=1.4&r2=1.5
Index: gtk+extra-3.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtk+extra-3.0.1.ebuild 9 Jan 2012 17:37:09 -0000 1.4
+++ gtk+extra-3.0.1.ebuild 14 Jan 2012 17:57:10 -0000 1.5
@@ -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/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild,v 1.4 2012/01/09 17:37:09 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild,v 1.5 2012/01/14 17:57:10 maekke Exp $
EAPI="4"
@@ -13,7 +13,7 @@
LICENSE="FDL-1.1 LGPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="+introspection static-libs"
RDEPEND=">=x11-libs/gtk+-2.12.0:2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+extra: ChangeLog gtk+extra-3.0.1.ebuild
@ 2012-03-05 16:50 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-03-05 16:50 UTC (permalink / raw
To: gentoo-commits
ranger 12/03/05 16:50:34
Modified: ChangeLog gtk+extra-3.0.1.ebuild
Log:
Marking gtk+extra-3.0.1 ppc64 for bug 393007
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.40 x11-libs/gtk+extra/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 14 Jan 2012 17:57:10 -0000 1.39
+++ ChangeLog 5 Mar 2012 16:50:34 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtk+extra
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.39 2012/01/14 17:57:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.40 2012/03/05 16:50:34 ranger Exp $
+
+ 05 Mar 2012; Brent Baude <ranger@gentoo.org> gtk+extra-3.0.1.ebuild:
+ Marking gtk+extra-3.0.1 ppc64 stable for bug 393007
14 Jan 2012; Markus Meier <maekke@gentoo.org> gtk+extra-3.0.1.ebuild:
x86 stable, bug #393007
1.6 x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild?r1=1.5&r2=1.6
Index: gtk+extra-3.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gtk+extra-3.0.1.ebuild 14 Jan 2012 17:57:10 -0000 1.5
+++ gtk+extra-3.0.1.ebuild 5 Mar 2012 16:50:34 -0000 1.6
@@ -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/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild,v 1.5 2012/01/14 17:57:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild,v 1.6 2012/03/05 16:50:34 ranger Exp $
EAPI="4"
@@ -13,7 +13,7 @@
LICENSE="FDL-1.1 LGPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ia64 ~ppc ppc64 ~sparc x86"
IUSE="+introspection static-libs"
RDEPEND=">=x11-libs/gtk+-2.12.0:2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+extra: ChangeLog gtk+extra-3.0.1.ebuild
@ 2012-03-05 22:18 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-03-05 22:18 UTC (permalink / raw
To: gentoo-commits
ranger 12/03/05 22:18:13
Modified: ChangeLog gtk+extra-3.0.1.ebuild
Log:
Marking gtk+extra-3.0.1 ppc for bug 393007
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.41 x11-libs/gtk+extra/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 5 Mar 2012 16:50:34 -0000 1.40
+++ ChangeLog 5 Mar 2012 22:18:12 -0000 1.41
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtk+extra
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.40 2012/03/05 16:50:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.41 2012/03/05 22:18:12 ranger Exp $
+
+ 05 Mar 2012; Brent Baude <ranger@gentoo.org> gtk+extra-3.0.1.ebuild:
+ Marking gtk+extra-3.0.1 ppc stable for bug 393007
05 Mar 2012; Brent Baude <ranger@gentoo.org> gtk+extra-3.0.1.ebuild:
Marking gtk+extra-3.0.1 ppc64 stable for bug 393007
1.7 x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild?r1=1.6&r2=1.7
Index: gtk+extra-3.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gtk+extra-3.0.1.ebuild 5 Mar 2012 16:50:34 -0000 1.6
+++ gtk+extra-3.0.1.ebuild 5 Mar 2012 22:18:12 -0000 1.7
@@ -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/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild,v 1.6 2012/03/05 16:50:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild,v 1.7 2012/03/05 22:18:12 ranger Exp $
EAPI="4"
@@ -13,7 +13,7 @@
LICENSE="FDL-1.1 LGPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86"
IUSE="+introspection static-libs"
RDEPEND=">=x11-libs/gtk+-2.12.0:2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+extra: ChangeLog gtk+extra-3.0.1.ebuild
@ 2014-04-27 9:27 Pacho Ramos (pacho)
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2014-04-27 9:27 UTC (permalink / raw
To: gentoo-commits
pacho 14/04/27 09:27:44
Modified: ChangeLog
Removed: gtk+extra-3.0.1.ebuild
Log:
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.49 x11-libs/gtk+extra/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 22 Feb 2014 22:45:06 -0000 1.48
+++ ChangeLog 27 Apr 2014 09:27:44 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtk+extra
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.48 2014/02/22 22:45:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.49 2014/04/27 09:27:44 pacho Exp $
+
+ 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gtk+extra-3.0.1.ebuild:
+ drop old
22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gtk+extra-3.0.5.ebuild:
Fix wrong commit, bug 502160
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-04-27 9:27 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-05 16:50 [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+extra: ChangeLog gtk+extra-3.0.1.ebuild Brent Baude (ranger)
-- strict thread matches above, loose matches on Subject: below --
2014-04-27 9:27 Pacho Ramos (pacho)
2012-03-05 22:18 Brent Baude (ranger)
2012-01-14 17:57 Markus Meier (maekke)
2012-01-09 17:37 Alexandre Rostovtsev (tetromino)
2011-12-29 18:14 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox