public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: dev-cpp/gtksourceviewmm/
@ 2011-03-29  8:36 Nirbheek Chauhan
  0 siblings, 0 replies; 4+ messages in thread
From: Nirbheek Chauhan @ 2011-03-29  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     e5ad27fb3e415913d4de3de186819840f49a570c
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 08:19:42 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 08:35:26 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e5ad27fb

Add dev-cpp/gtksourceviewmm:3.0

---
 .../gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild  |   46 ++++++++++++++++++++
 1 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild
new file mode 100644
index 0000000..ae1494d
--- /dev/null
+++ b/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.1.ebuild,v 1.6 2011/01/24 16:22:47 eva Exp $
+
+EAPI="2"
+
+inherit gnome2
+
+DESCRIPTION="C++ bindings for gtksourceview"
+HOMEPAGE="http://projects.gnome.org/gtksourceviewmm/"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+SLOT="3.0"
+LICENSE="LGPL-2.1"
+
+RDEPEND=">=dev-cpp/glibmm-2.27.93:2
+	>=dev-cpp/gtkmm-2.91.2:3.0
+	>=x11-libs/gtksourceview-2.91.9:3.0
+
+	dev-cpp/atkmm
+	dev-cpp/cairomm
+	dev-cpp/pangomm:1.4"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	>=dev-cpp/mm-common-0.9.4
+	doc? ( app-doc/doxygen )"
+
+pkg_setup() {
+	DOCS="AUTHORS ChangeLog* NEWS README"
+	G2CONF="${G2CONF} $(use_enable doc documentation)"
+}
+
+src_prepare() {
+	gnome2_src_prepare
+
+	# Remove docs from SUBDIRS so that docs are not installed, as
+	# we handle it in src_install.
+	sed -i -e 's|^\(SUBDIRS =.*\)$(doc_subdirs)\(.*\)|\1\2|' Makefile.in || \
+		die "sed Makefile.in failed"
+}
+
+src_install() {
+	gnome2_src_install
+	use doc && dohtml -r docs/reference/html/*
+}



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

* [gentoo-commits] proj/gnome:master commit in: dev-cpp/gtksourceviewmm/
@ 2011-04-05 12:52 Gilles Dartiguelongue
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-05 12:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b29a7f58191b7c1077f7c03389bd7b2bbf316c68
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  5 11:05:14 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 12:42:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b29a7f58

dev-cpp/gtksourceviewmm: QAed

	* Bump to EAPI 3
	* Drop custom handling of docs
	* Drop useless mm-common dependency
	* Set GCONF_DEBUG=no

(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)

---
 .../gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild  |   19 +++----------------
 1 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild
index ae1494d..31107f8 100644
--- a/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild
+++ b/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild
@@ -2,7 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.1.ebuild,v 1.6 2011/01/24 16:22:47 eva Exp $
 
-EAPI="2"
+EAPI="3"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
 
 inherit gnome2
 
@@ -23,24 +25,9 @@ RDEPEND=">=dev-cpp/glibmm-2.27.93:2
 	dev-cpp/pangomm:1.4"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
-	>=dev-cpp/mm-common-0.9.4
 	doc? ( app-doc/doxygen )"
 
 pkg_setup() {
 	DOCS="AUTHORS ChangeLog* NEWS README"
 	G2CONF="${G2CONF} $(use_enable doc documentation)"
 }
-
-src_prepare() {
-	gnome2_src_prepare
-
-	# Remove docs from SUBDIRS so that docs are not installed, as
-	# we handle it in src_install.
-	sed -i -e 's|^\(SUBDIRS =.*\)$(doc_subdirs)\(.*\)|\1\2|' Makefile.in || \
-		die "sed Makefile.in failed"
-}
-
-src_install() {
-	gnome2_src_install
-	use doc && dohtml -r docs/reference/html/*
-}



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

* [gentoo-commits] proj/gnome:master commit in: dev-cpp/gtksourceviewmm/
@ 2011-04-07 11:55 Gilles Dartiguelongue
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-07 11:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f8fb890e12680d938279624dc0f7d08ab756e72e
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 11:54:45 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 11:54:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f8fb890e

dev-cpp/gtksourceviewmm: 2.91.9 → 3.0.0

(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)

---
 ...-2.91.9.ebuild => gtksourceviewmm-3.0.0.ebuild} |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild
similarity index 87%
rename from dev-cpp/gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild
rename to dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild
index 31107f8..5452c61 100644
--- a/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild
+++ b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild
@@ -16,9 +16,9 @@ IUSE="doc"
 SLOT="3.0"
 LICENSE="LGPL-2.1"
 
-RDEPEND=">=dev-cpp/glibmm-2.27.93:2
-	>=dev-cpp/gtkmm-2.91.2:3.0
-	>=x11-libs/gtksourceview-2.91.9:3.0
+RDEPEND=">=dev-cpp/glibmm-2.28:2
+	>=dev-cpp/gtkmm-3:3.0
+	>=x11-libs/gtksourceview-3:3.0
 
 	dev-cpp/atkmm
 	dev-cpp/cairomm



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

* [gentoo-commits] proj/gnome:master commit in: dev-cpp/gtksourceviewmm/
@ 2011-05-08 17:36 Gilles Dartiguelongue
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2011-05-08 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     aec534ef1035fc96725265378440c8a6e94f3c53
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May  8 17:36:33 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May  8 17:36:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=aec534ef

dev-cpp/gtksourceviewmm: moved to gentoo-x86

---
 .../gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild   |   33 --------------------
 1 files changed, 0 insertions(+), 33 deletions(-)

diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild
deleted file mode 100644
index 5452c61..0000000
--- a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.1.ebuild,v 1.6 2011/01/24 16:22:47 eva Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="C++ bindings for gtksourceview"
-HOMEPAGE="http://projects.gnome.org/gtksourceviewmm/"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc"
-SLOT="3.0"
-LICENSE="LGPL-2.1"
-
-RDEPEND=">=dev-cpp/glibmm-2.28:2
-	>=dev-cpp/gtkmm-3:3.0
-	>=x11-libs/gtksourceview-3:3.0
-
-	dev-cpp/atkmm
-	dev-cpp/cairomm
-	dev-cpp/pangomm:1.4"
-DEPEND="${RDEPEND}
-	dev-util/pkgconfig
-	doc? ( app-doc/doxygen )"
-
-pkg_setup() {
-	DOCS="AUTHORS ChangeLog* NEWS README"
-	G2CONF="${G2CONF} $(use_enable doc documentation)"
-}



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

end of thread, other threads:[~2011-05-08 17:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-08 17:36 [gentoo-commits] proj/gnome:master commit in: dev-cpp/gtksourceviewmm/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2011-04-07 11:55 Gilles Dartiguelongue
2011-04-05 12:52 Gilles Dartiguelongue
2011-03-29  8:36 Nirbheek Chauhan

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