* [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/gdl/
@ 2011-07-24 18:24 Alexandre Restovtsev
0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Restovtsev @ 2011-07-24 18:24 UTC (permalink / raw
To: gentoo-commits
commit: de095c8bedcf46b50565d2a9ce4a9fadaff034cb
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sun Jul 24 18:23:27 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Jul 24 18:23:27 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=de095c8b
dev-libs/gdl: add 3.1.2
Add gnome-3.1.x version.
---
dev-libs/gdl/gdl-3.1.2.ebuild | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/dev-libs/gdl/gdl-3.1.2.ebuild b/dev-libs/gdl/gdl-3.1.2.ebuild
new file mode 100644
index 0000000..58a5410
--- /dev/null
+++ b/dev-libs/gdl/gdl-3.1.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.0.1.ebuild,v 1.2 2011/07/11 15:40:59 mattst88 Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="The Gnome Devtool Libraries"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="LGPL-2.1"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="doc +introspection"
+
+RDEPEND="dev-libs/glib:2
+ >=x11-libs/gtk+-3.0.0:3[introspection?]
+ >=dev-libs/libxml2-2.4:2
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ >=sys-devel/gettext-0.17
+ >=dev-util/intltool-0.40.1
+ doc? ( >=dev-util/gtk-doc-1.4 )"
+
+DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/gdl/
@ 2011-08-13 6:37 Alexandre Restovtsev
0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Restovtsev @ 2011-08-13 6:37 UTC (permalink / raw
To: gentoo-commits
commit: 8bd8eaf0b2b0c187170146aca616cb7e2b0d54a5
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sat Aug 13 06:26:30 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Aug 13 06:26:30 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8bd8eaf0
dev-libs/gdl: 3.1.2 → 3.1.5
Version bump, fixing various bugs and bringing compatibility with >=gtk+-3.1.6.
---
.../gdl/{gdl-3.1.2.ebuild => gdl-3.1.5.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-libs/gdl/gdl-3.1.2.ebuild b/dev-libs/gdl/gdl-3.1.5.ebuild
similarity index 100%
rename from dev-libs/gdl/gdl-3.1.2.ebuild
rename to dev-libs/gdl/gdl-3.1.5.ebuild
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/gdl/
@ 2011-09-25 23:55 Alexandre Restovtsev
0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Restovtsev @ 2011-09-25 23:55 UTC (permalink / raw
To: gentoo-commits
commit: 406a668ff49c9f6aea87099df16609279b4b66f6
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sun Sep 25 23:52:47 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Sep 25 23:52:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=406a668f
dev-libs/gdl: fix introspection support (#383635)
Add $(use_enable introspection) to G2CONF to ensure that the introspection
USE flag has an actual effect. Also, disable maintainer mode.
Addresses bug #383635, thanks to optiluca <AT> gmail.com for reporting.
---
.../gdl/{gdl-3.1.5.ebuild => gdl-3.1.5-r1.ebuild} | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/dev-libs/gdl/gdl-3.1.5.ebuild b/dev-libs/gdl/gdl-3.1.5-r1.ebuild
similarity index 85%
rename from dev-libs/gdl/gdl-3.1.5.ebuild
rename to dev-libs/gdl/gdl-3.1.5-r1.ebuild
index 58a5410..1707484 100644
--- a/dev-libs/gdl/gdl-3.1.5.ebuild
+++ b/dev-libs/gdl/gdl-3.1.5-r1.ebuild
@@ -26,4 +26,8 @@ DEPEND="${RDEPEND}
>=dev-util/intltool-0.40.1
doc? ( >=dev-util/gtk-doc-1.4 )"
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
+pkg_setup() {
+ G2CONF="--disable-maintainer-mode
+ $(use_enable introspection)"
+ DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/gdl/
@ 2011-09-26 4:46 Alexandre Restovtsev
0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Restovtsev @ 2011-09-26 4:46 UTC (permalink / raw
To: gentoo-commits
commit: cdf06957a4e8388009eb219b8eaf684396b3d4c0
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Mon Sep 26 04:02:40 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Sep 26 04:02:40 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cdf06957
dev-libs/gdl: brown-paper-bag G2CONF fix
Also, with the gnome2.eclass change, maintainer mode will be disabled
automatically.
---
dev-libs/gdl/gdl-3.1.5-r1.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dev-libs/gdl/gdl-3.1.5-r1.ebuild b/dev-libs/gdl/gdl-3.1.5-r1.ebuild
index 1707484..d51f665 100644
--- a/dev-libs/gdl/gdl-3.1.5-r1.ebuild
+++ b/dev-libs/gdl/gdl-3.1.5-r1.ebuild
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
doc? ( >=dev-util/gtk-doc-1.4 )"
pkg_setup() {
- G2CONF="--disable-maintainer-mode
+ G2CONF="${G2CONF}
$(use_enable introspection)"
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-09-26 5:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-24 18:24 [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/gdl/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2011-08-13 6:37 Alexandre Restovtsev
2011-09-25 23:55 Alexandre Restovtsev
2011-09-26 4:46 Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox