* [gentoo-commits] gentoo-x86 commit in x11-libs/libdesktop-agnostic: libdesktop-agnostic-0.3.92.ebuild ChangeLog
@ 2012-01-22 20:43 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-22 20:43 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/01/22 20:43:12
Modified: libdesktop-agnostic-0.3.92.ebuild ChangeLog
Log:
Enable introspection by default.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.4 x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?r1=1.3&r2=1.4
Index: libdesktop-agnostic-0.3.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libdesktop-agnostic-0.3.92.ebuild 24 May 2011 15:49:00 -0000 1.3
+++ libdesktop-agnostic-0.3.92.ebuild 22 Jan 2012 20:43:12 -0000 1.4
@@ -1,9 +1,11 @@
-# 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/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.3 2011/05/24 15:49:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.4 2012/01/22 20:43:12 ssuominen Exp $
+
+EAPI=4
+
+PYTHON_DEPEND="2:2.7"
-EAPI=3
-PYTHON_DEPEND="2"
inherit python waf-utils
DESCRIPTION="A desktop-agnostic library for GLib-based projects"
@@ -13,9 +15,9 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug +gconf glade gnome introspection"
+IUSE="debug +gconf glade gnome +introspection"
-RDEPEND="dev-libs/glib:2
+RDEPEND=">=dev-libs/glib-2
dev-python/pygobject:2
dev-python/pygtk:2
x11-libs/gtk+:2
@@ -29,6 +31,7 @@
pkg_setup() {
python_set_active_version 2
+ python_pkg_setup
}
src_configure() {
@@ -40,7 +43,7 @@
use glade && myconf="${myconf} --enable-glade"
use introspection || myconf="${myconf} --disable-gi"
- VALAC=$(type -p valac-0.10) \
+ VALAC=$(type -P valac-0.10) \
waf-utils_src_configure \
--sysconfdir="${EPREFIX}"/etc \
--config-backends=${cfg} \
1.4 x11-libs/libdesktop-agnostic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 24 May 2011 15:49:00 -0000 1.3
+++ ChangeLog 22 Jan 2012 20:43:12 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libdesktop-agnostic
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.3 2011/05/24 15:49:00 angelos Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.4 2012/01/22 20:43:12 ssuominen Exp $
+
+ 22 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
+ libdesktop-agnostic-0.3.92.ebuild:
+ Enable introspection by default.
24 May 2011; Christoph Mende <angelos@gentoo.org>
libdesktop-agnostic-0.3.92.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libdesktop-agnostic: libdesktop-agnostic-0.3.92.ebuild ChangeLog
@ 2013-03-29 21:13 Christoph Mende (angelos)
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2013-03-29 21:13 UTC (permalink / raw
To: gentoo-commits
angelos 13/03/29 21:13:21
Modified: libdesktop-agnostic-0.3.92.ebuild ChangeLog
Log:
Convert to vala.eclass
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
Revision Changes Path
1.5 x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?r1=1.4&r2=1.5
Index: libdesktop-agnostic-0.3.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libdesktop-agnostic-0.3.92.ebuild 22 Jan 2012 20:43:12 -0000 1.4
+++ libdesktop-agnostic-0.3.92.ebuild 29 Mar 2013 21:13:21 -0000 1.5
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.4 2012/01/22 20:43:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.5 2013/03/29 21:13:21 angelos Exp $
EAPI=4
-
PYTHON_DEPEND="2:2.7"
+VALA_USE_DEPEND="vapigen"
-inherit python waf-utils
+inherit python waf-utils vala
DESCRIPTION="A desktop-agnostic library for GLib-based projects"
HOMEPAGE="https://launchpad.net/libdesktop-agnostic"
@@ -25,7 +25,7 @@
glade? ( gnome-base/libglade:2.0 )
gnome? ( gnome-base/gnome-desktop:2 )"
DEPEND="${RDEPEND}
- dev-lang/vala:0.10[vapigen]
+ $(vala_depend)
dev-libs/gobject-introspection
introspection? ( x11-libs/gtk+:2[introspection] )"
@@ -43,7 +43,6 @@
use glade && myconf="${myconf} --enable-glade"
use introspection || myconf="${myconf} --disable-gi"
- VALAC=$(type -P valac-0.10) \
waf-utils_src_configure \
--sysconfdir="${EPREFIX}"/etc \
--config-backends=${cfg} \
1.5 x11-libs/libdesktop-agnostic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 22 Jan 2012 20:43:12 -0000 1.4
+++ ChangeLog 29 Mar 2013 21:13:21 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libdesktop-agnostic
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.4 2012/01/22 20:43:12 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.5 2013/03/29 21:13:21 angelos Exp $
+
+ 29 Mar 2013; Christoph Mende <angelos@gentoo.org>
+ libdesktop-agnostic-0.3.92.ebuild:
+ Convert to vala.eclass
22 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
libdesktop-agnostic-0.3.92.ebuild:
@@ -19,4 +23,3 @@
13 Mar 2011; <angelos@gentoo.org> +libdesktop-agnostic-0.3.92.ebuild,
+metadata.xml:
Initial import
-
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libdesktop-agnostic: libdesktop-agnostic-0.3.92.ebuild ChangeLog
@ 2013-04-09 18:14 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-09 18:14 UTC (permalink / raw
To: gentoo-commits
ago 13/04/09 18:14:17
Modified: libdesktop-agnostic-0.3.92.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #465222
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?r1=1.5&r2=1.6
Index: libdesktop-agnostic-0.3.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libdesktop-agnostic-0.3.92.ebuild 29 Mar 2013 21:13:21 -0000 1.5
+++ libdesktop-agnostic-0.3.92.ebuild 9 Apr 2013 18:14:16 -0000 1.6
@@ -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/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.5 2013/03/29 21:13:21 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.6 2013/04/09 18:14:16 ago Exp $
EAPI=4
PYTHON_DEPEND="2:2.7"
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="debug +gconf glade gnome +introspection"
RDEPEND=">=dev-libs/glib-2
1.6 x11-libs/libdesktop-agnostic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 29 Mar 2013 21:13:21 -0000 1.5
+++ ChangeLog 9 Apr 2013 18:14:16 -0000 1.6
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libdesktop-agnostic
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.5 2013/03/29 21:13:21 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.6 2013/04/09 18:14:16 ago Exp $
+
+ 09 Apr 2013; Agostino Sarubbo <ago@gentoo.org>
+ libdesktop-agnostic-0.3.92.ebuild:
+ Stable for amd64, wrt bug #465222
29 Mar 2013; Christoph Mende <angelos@gentoo.org>
libdesktop-agnostic-0.3.92.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libdesktop-agnostic: libdesktop-agnostic-0.3.92.ebuild ChangeLog
@ 2013-04-09 18:25 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-09 18:25 UTC (permalink / raw
To: gentoo-commits
ago 13/04/09 18:25:26
Modified: libdesktop-agnostic-0.3.92.ebuild ChangeLog
Log:
Stable for x86, wrt bug #465222
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?r1=1.6&r2=1.7
Index: libdesktop-agnostic-0.3.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libdesktop-agnostic-0.3.92.ebuild 9 Apr 2013 18:14:16 -0000 1.6
+++ libdesktop-agnostic-0.3.92.ebuild 9 Apr 2013 18:25:26 -0000 1.7
@@ -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/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.6 2013/04/09 18:14:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.7 2013/04/09 18:25:26 ago Exp $
EAPI=4
PYTHON_DEPEND="2:2.7"
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug +gconf glade gnome +introspection"
RDEPEND=">=dev-libs/glib-2
1.7 x11-libs/libdesktop-agnostic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 9 Apr 2013 18:14:16 -0000 1.6
+++ ChangeLog 9 Apr 2013 18:25:26 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libdesktop-agnostic
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.6 2013/04/09 18:14:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.7 2013/04/09 18:25:26 ago Exp $
+
+ 09 Apr 2013; Agostino Sarubbo <ago@gentoo.org>
+ libdesktop-agnostic-0.3.92.ebuild:
+ Stable for x86, wrt bug #465222
09 Apr 2013; Agostino Sarubbo <ago@gentoo.org>
libdesktop-agnostic-0.3.92.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libdesktop-agnostic: libdesktop-agnostic-0.3.92.ebuild ChangeLog
@ 2014-06-27 16:41 Christoph Mende (angelos)
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2014-06-27 16:41 UTC (permalink / raw
To: gentoo-commits
angelos 14/06/27 16:41:55
Modified: libdesktop-agnostic-0.3.92.ebuild ChangeLog
Log:
Correct glade configure parameter (bug #514828)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
Revision Changes Path
1.8 x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?r1=1.7&r2=1.8
Index: libdesktop-agnostic-0.3.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libdesktop-agnostic-0.3.92.ebuild 9 Apr 2013 18:25:26 -0000 1.7
+++ libdesktop-agnostic-0.3.92.ebuild 27 Jun 2014 16:41:55 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.7 2013/04/09 18:25:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.8 2014/06/27 16:41:55 angelos Exp $
EAPI=4
PYTHON_DEPEND="2:2.7"
@@ -40,7 +40,7 @@
use gconf && cfg="gconf,${cfg}"
use gnome && fdo="${fdo},gnome"
use debug && myconf="${myconf} --enable-debug"
- use glade && myconf="${myconf} --enable-glade"
+ use glade && myconf="${myconf} --with-glade"
use introspection || myconf="${myconf} --disable-gi"
waf-utils_src_configure \
1.8 x11-libs/libdesktop-agnostic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 9 Apr 2013 18:25:26 -0000 1.7
+++ ChangeLog 27 Jun 2014 16:41:55 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libdesktop-agnostic
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.7 2013/04/09 18:25:26 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.8 2014/06/27 16:41:55 angelos Exp $
+
+ 27 Jun 2014; Christoph Mende <angelos@gentoo.org>
+ libdesktop-agnostic-0.3.92.ebuild:
+ Correct glade configure parameter (bug #514828)
09 Apr 2013; Agostino Sarubbo <ago@gentoo.org>
libdesktop-agnostic-0.3.92.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-06-27 16:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09 18:14 [gentoo-commits] gentoo-x86 commit in x11-libs/libdesktop-agnostic: libdesktop-agnostic-0.3.92.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-06-27 16:41 Christoph Mende (angelos)
2013-04-09 18:25 Agostino Sarubbo (ago)
2013-03-29 21:13 Christoph Mende (angelos)
2012-01-22 20:43 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox