public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:gnome-next commit in: dev-cpp/gtkmm/
@ 2011-07-26  8:29 Alexandre Restovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-07-26  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     a4a7395985d563c3a7747e37cba4ed6e5ed3b397
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Jul 26 08:16:06 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Jul 26 08:16:06 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a4a73959

dev-cpp/gtkmm: add 3.1.8

Add gnome-3.1.x version.

---
 dev-cpp/gtkmm/gtkmm-3.1.8.ebuild |   62 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/dev-cpp/gtkmm/gtkmm-3.1.8.ebuild b/dev-cpp/gtkmm/gtkmm-3.1.8.ebuild
new file mode 100644
index 0000000..7ab753c
--- /dev/null
+++ b/dev-cpp/gtkmm/gtkmm-3.1.8.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.0.1.ebuild,v 1.1 2011/05/09 21:46:55 eva Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="C++ interface for GTK+2"
+HOMEPAGE="http://www.gtkmm.org"
+
+LICENSE="LGPL-2.1"
+SLOT="3.0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="doc examples test"
+
+RDEPEND="
+	>=dev-cpp/glibmm-2.27.93:2
+	>=x11-libs/gtk+-3.0.0:3
+	>=x11-libs/gdk-pixbuf-2.22.1:2
+	>=dev-cpp/atkmm-2.22.2
+	>=dev-cpp/cairomm-1.9.2.2
+	>=dev-cpp/pangomm-2.27.1:1.4
+	dev-libs/libsigc++:2"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	doc? (
+		media-gfx/graphviz
+		dev-libs/libxslt
+		app-doc/doxygen )"
+
+pkg_setup() {
+	DOCS="AUTHORS ChangeLog PORTING NEWS README"
+	G2CONF="${G2CONF}
+		--enable-api-atkmm
+		--disable-maintainer-mode
+		$(use_enable doc documentation)"
+}
+
+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 tests
+		sed 's/^\(SUBDIRS =.*\)demos\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
+			|| die "sed 2 failed"
+	fi
+}
+
+src_install() {
+	gnome2_src_install
+
+	find "${D}" -name '*.la' -exec rm -f {} + || die
+}



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/gnome:gnome-next commit in: dev-cpp/gtkmm/
@ 2011-07-27 22:02 Alexandre Restovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-07-27 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ef05a66c5d4ca9d9a684bb33ed0aba4e44af60f2
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Wed Jul 27 21:36:47 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Jul 27 21:36:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ef05a66c

dev-cpp/gtkmm: 3.1.8 → 3.1.10

Version bump, adds missing properties and methods to various classes.

---
 .../{gtkmm-3.1.8.ebuild => gtkmm-3.1.10.ebuild}    |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-cpp/gtkmm/gtkmm-3.1.8.ebuild b/dev-cpp/gtkmm/gtkmm-3.1.10.ebuild
similarity index 100%
rename from dev-cpp/gtkmm/gtkmm-3.1.8.ebuild
rename to dev-cpp/gtkmm/gtkmm-3.1.10.ebuild



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/gnome:gnome-next commit in: dev-cpp/gtkmm/
@ 2011-09-07 21:30 Alexandre Restovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-09-07 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     83cbfdb0a2ef1629f93e8b4cb9e8ffaa6305b7af
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Wed Sep  7 20:44:59 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Sep  7 20:44:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=83cbfdb0

dev-cpp/gtkmm: 3.1.10 → 3.1.18

Version bump, updates for latest gtk+ changes.

---
 .../{gtkmm-3.1.10.ebuild => gtkmm-3.1.18.ebuild}   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dev-cpp/gtkmm/gtkmm-3.1.10.ebuild b/dev-cpp/gtkmm/gtkmm-3.1.18.ebuild
similarity index 98%
rename from dev-cpp/gtkmm/gtkmm-3.1.10.ebuild
rename to dev-cpp/gtkmm/gtkmm-3.1.18.ebuild
index 7ab753c..9a0b5bc 100644
--- a/dev-cpp/gtkmm/gtkmm-3.1.10.ebuild
+++ b/dev-cpp/gtkmm/gtkmm-3.1.18.ebuild
@@ -18,7 +18,7 @@ IUSE="doc examples test"
 
 RDEPEND="
 	>=dev-cpp/glibmm-2.27.93:2
-	>=x11-libs/gtk+-3.0.0:3
+	>=x11-libs/gtk+-3.1.18:3
 	>=x11-libs/gdk-pixbuf-2.22.1:2
 	>=dev-cpp/atkmm-2.22.2
 	>=dev-cpp/cairomm-1.9.2.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/gnome:gnome-next commit in: dev-cpp/gtkmm/
@ 2011-09-08 16:01 Alexandre Restovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-09-08 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e16ff504151af18b57e0dfaf67efd79cef9cf2a0
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Thu Sep  8 16:00:04 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu Sep  8 16:00:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e16ff504

dev-cpp/gtkmm: increase glibmm dependency

glibmm-2.29.12 is needed for Gio::Application. Thanks to dhx1
on #gentoo-desktop for reporting.

---
 dev-cpp/gtkmm/gtkmm-3.1.18.ebuild |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dev-cpp/gtkmm/gtkmm-3.1.18.ebuild b/dev-cpp/gtkmm/gtkmm-3.1.18.ebuild
index 9a0b5bc..7147c85 100644
--- a/dev-cpp/gtkmm/gtkmm-3.1.18.ebuild
+++ b/dev-cpp/gtkmm/gtkmm-3.1.18.ebuild
@@ -16,8 +16,9 @@ SLOT="3.0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc examples test"
 
+# glibmm-2.29.12 needed for Gio::Application
 RDEPEND="
-	>=dev-cpp/glibmm-2.27.93:2
+	>=dev-cpp/glibmm-2.29.12:2
 	>=x11-libs/gtk+-3.1.18:3
 	>=x11-libs/gdk-pixbuf-2.22.1:2
 	>=dev-cpp/atkmm-2.22.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/gnome:gnome-next commit in: dev-cpp/gtkmm/
@ 2011-09-18 23:01 Alexandre Restovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-09-18 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     474d9c3e1b2f66530f4ec8c477858893e2c27f7c
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sun Sep 18 22:32:07 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Sep 18 22:34:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=474d9c3e

dev-cpp/gtkmm: 3.1.18 → 3.1.90

---
 .../{gtkmm-3.1.18.ebuild => gtkmm-3.1.90.ebuild}   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dev-cpp/gtkmm/gtkmm-3.1.18.ebuild b/dev-cpp/gtkmm/gtkmm-3.1.90.ebuild
similarity index 98%
rename from dev-cpp/gtkmm/gtkmm-3.1.18.ebuild
rename to dev-cpp/gtkmm/gtkmm-3.1.90.ebuild
index 7147c85..6976157 100644
--- a/dev-cpp/gtkmm/gtkmm-3.1.18.ebuild
+++ b/dev-cpp/gtkmm/gtkmm-3.1.90.ebuild
@@ -19,7 +19,7 @@ IUSE="doc examples test"
 # glibmm-2.29.12 needed for Gio::Application
 RDEPEND="
 	>=dev-cpp/glibmm-2.29.12:2
-	>=x11-libs/gtk+-3.1.18:3
+	>=x11-libs/gtk+-3.1.90:3
 	>=x11-libs/gdk-pixbuf-2.22.1:2
 	>=dev-cpp/atkmm-2.22.2
 	>=dev-cpp/cairomm-1.9.2.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/gnome:gnome-next commit in: dev-cpp/gtkmm/
@ 2011-09-27 18:57 Alexandre Restovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-09-27 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a37308a54393b6de360a7ae42330c59b206e3e9e
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Sep 27 18:53:34 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Sep 27 18:53:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a37308a5

dev-cpp/gtkmm: 3.1.90 → 3.2.0

Bump and update dependencies.

---
 .../{gtkmm-3.1.90.ebuild => gtkmm-3.2.0.ebuild}    |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/gtkmm/gtkmm-3.1.90.ebuild b/dev-cpp/gtkmm/gtkmm-3.2.0.ebuild
similarity index 93%
rename from dev-cpp/gtkmm/gtkmm-3.1.90.ebuild
rename to dev-cpp/gtkmm/gtkmm-3.2.0.ebuild
index 6976157..0634194 100644
--- a/dev-cpp/gtkmm/gtkmm-3.1.90.ebuild
+++ b/dev-cpp/gtkmm/gtkmm-3.2.0.ebuild
@@ -16,10 +16,9 @@ SLOT="3.0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc examples test"
 
-# glibmm-2.29.12 needed for Gio::Application
 RDEPEND="
-	>=dev-cpp/glibmm-2.29.12:2
-	>=x11-libs/gtk+-3.1.90:3
+	>=dev-cpp/glibmm-2.30.0:2
+	>=x11-libs/gtk+-3.2.0:3
 	>=x11-libs/gdk-pixbuf-2.22.1:2
 	>=dev-cpp/atkmm-2.22.2
 	>=dev-cpp/cairomm-1.9.2.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-09-27 18:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-07 21:30 [gentoo-commits] proj/gnome:gnome-next commit in: dev-cpp/gtkmm/ Alexandre Restovtsev
  -- strict thread matches above, loose matches on Subject: below --
2011-09-27 18:57 Alexandre Restovtsev
2011-09-18 23:01 Alexandre Restovtsev
2011-09-08 16:01 Alexandre Restovtsev
2011-07-27 22:02 Alexandre Restovtsev
2011-07-26  8:29 Alexandre Restovtsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox