* [gentoo-commits] proj/gnome:gnome-next commit in: dev-cpp/glibmm/
@ 2011-07-26 8:29 Alexandre Restovtsev
0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Restovtsev @ 2011-07-26 8:29 UTC (permalink / raw
To: gentoo-commits
commit: 40e3f9116206e1978176de2512d71ed895dd0c56
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Jul 26 08:07:55 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Jul 26 08:15:41 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=40e3f911
dev-cpp/glibmm: add 2.29.11
Add gnome-3.1.x version.
---
dev-cpp/glibmm/glibmm-2.29.11.ebuild | 70 ++++++++++++++++++++++++++++++++++
1 files changed, 70 insertions(+), 0 deletions(-)
diff --git a/dev-cpp/glibmm/glibmm-2.29.11.ebuild b/dev-cpp/glibmm/glibmm-2.29.11.ebuild
new file mode 100644
index 0000000..cc54551
--- /dev/null
+++ b/dev-cpp/glibmm/glibmm-2.29.11.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.28.2.ebuild,v 1.4 2011/07/17 21:30:49 maekke Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="C++ interface for glib2"
+HOMEPAGE="http://www.gtkmm.org"
+
+LICENSE="|| ( LGPL-2.1 GPL-2 )"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="doc debug examples test"
+
+RDEPEND=">=dev-libs/libsigc++-2.2:2
+ >=dev-libs/glib-2.29.8:2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ doc? ( app-doc/doxygen )"
+
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog NEWS README"
+ G2CONF="${G2CONF}
+ $(use_enable debug debug-refcounting)
+ $(use_enable doc documentation)
+ --disable-schemas-compile
+ --enable-deprecated-api"
+}
+
+src_prepare() {
+ gnome2_src_prepare
+
+ if ! use test; then
+ # don't waste time building tests
+ sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' \
+ -i Makefile.am Makefile.in || die "sed 1 failed"
+ fi
+
+ if ! use examples; then
+ # don't waste time building examples
+ sed 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \
+ -i Makefile.am Makefile.in || die "sed 2 failed"
+ fi
+}
+
+src_test() {
+ cd "${S}/tests/"
+ emake check
+
+ for i in */test; do
+ ${i} || die "Running tests failed at ${i}"
+ done
+}
+
+src_install() {
+ gnome2_src_install
+
+ if ! use doc && ! use examples; then
+ rm -fr "${ED}usr/share/doc/glibmm*"
+ fi
+
+ if use examples; then
+ find examples -type d -name '.deps' -exec rm -rf {} \; 2>/dev/null
+ dodoc -r examples
+ fi
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: dev-cpp/glibmm/
@ 2011-08-31 9:21 Alexandre Restovtsev
0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Restovtsev @ 2011-08-31 9:21 UTC (permalink / raw
To: gentoo-commits
commit: 5f17639b82cc4dae8385a6e094e8e440b53f787e
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Wed Aug 31 09:19:37 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Aug 31 09:19:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5f17639b
dev-cpp/glibmm: add mm-common dep for eautoreconf
Thanks to dhx1 in #gentoo-desktop for reporting.
---
dev-cpp/glibmm/glibmm-2.29.11-r1.ebuild | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/dev-cpp/glibmm/glibmm-2.29.11-r1.ebuild b/dev-cpp/glibmm/glibmm-2.29.11-r1.ebuild
index fab7e74..5d329cf 100644
--- a/dev-cpp/glibmm/glibmm-2.29.11-r1.ebuild
+++ b/dev-cpp/glibmm/glibmm-2.29.11-r1.ebuild
@@ -20,7 +20,9 @@ RDEPEND=">=dev-libs/libsigc++-2.2:2
>=dev-libs/glib-2.29.8:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
- doc? ( app-doc/doxygen )"
+ doc? ( app-doc/doxygen )
+ dev-cpp/mm-common"
+# dev-cpp/mm-common needed for eautoreconf
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: dev-cpp/glibmm/
@ 2011-09-27 18:57 Alexandre Restovtsev
0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Restovtsev @ 2011-09-27 18:57 UTC (permalink / raw
To: gentoo-commits
commit: 19ec0385e26fda3b6084859276849695f58ae50f
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Sep 27 18:51:31 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Sep 27 18:51:31 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=19ec0385
dev-cpp/glibmm: 2.29.13 → 2.30.0
---
...{glibmm-2.29.13.ebuild => glibmm-2.30.0.ebuild} | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dev-cpp/glibmm/glibmm-2.29.13.ebuild b/dev-cpp/glibmm/glibmm-2.30.0.ebuild
similarity index 98%
rename from dev-cpp/glibmm/glibmm-2.29.13.ebuild
rename to dev-cpp/glibmm/glibmm-2.30.0.ebuild
index 0267ef2..6c189ff 100644
--- a/dev-cpp/glibmm/glibmm-2.29.13.ebuild
+++ b/dev-cpp/glibmm/glibmm-2.30.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-
IUSE="doc debug examples test"
RDEPEND=">=dev-libs/libsigc++-2.2:2
- >=dev-libs/glib-2.29.8:2"
+ >=dev-libs/glib-2.30.0:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
doc? ( app-doc/doxygen )
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-09-27 18:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26 8:29 [gentoo-commits] proj/gnome:gnome-next commit in: dev-cpp/glibmm/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2011-08-31 9:21 Alexandre Restovtsev
2011-09-27 18:57 Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox