public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2011-12-31  3:12 Alexandre Restovtsev
  0 siblings, 0 replies; 25+ messages in thread
From: Alexandre Restovtsev @ 2011-12-31  3:12 UTC (permalink / raw
  To: gentoo-commits

commit:     1acdb5df5c14fbe284607cc34c4a5eabe8de7cb3
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 31 03:11:45 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Dec 31 03:11:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1acdb5df

dev-util/gdbus-codegen: add 2.31.6

---
 dev-util/gdbus-codegen/gdbus-codegen-2.31.6.ebuild |   70 ++++++++++++++++++++
 1 files changed, 70 insertions(+), 0 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.31.6.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.31.6.ebuild
new file mode 100644
index 0000000..25622a9
--- /dev/null
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.31.6.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-util/gdbus-codegen/gdbus-codegen-2.30.2.ebuild,v 1.3 2011/12/29 17:36:36 pacho Exp $
+
+EAPI="4"
+GNOME_ORG_MODULE="glib"
+PYTHON_DEPEND="2:2.5"
+PYTHON_USE_WITH="xml"
+
+inherit gnome.org multilib python
+
+DESCRIPTION="GDBus code and documentation generator"
+HOMEPAGE="http://www.gtk.org/"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+# To prevent circular dependencies with glib[test]
+PDEPEND=">=dev-libs/glib-${PV}:2"
+
+S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
+
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
+
+src_prepare() {
+	python_convert_shebangs 2 gdbus-codegen.in
+	sed -e "s:@libdir@:${EPREFIX}/usr/$(get_libdir):" \
+		-i gdbus-codegen.in || die "sed gdbus-codegen.in failed"
+	sed -e "s:\"/usr/local\":\"${EPREFIX}/usr\":" \
+		-i config.py || die "sed config.py failed"
+}
+
+src_test() {
+	elog "Skipping tests. To test ${PN}, emerge dev-libs/glib"
+	elog "with FEATURES=test"
+}
+
+src_install() {
+	insinto "/usr/$(get_libdir)/gdbus-2.0/codegen"
+
+	# Keep in sync with Makefile.am!
+	doins __init__.py \
+		codegen.py \
+		codegen_main.py \
+		codegen_docbook.py \
+		config.py \
+		dbustypes.py \
+		parser.py \
+		utils.py
+
+	newbin gdbus-codegen.in gdbus-codegen
+
+	doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
+}
+
+pkg_postinst() {
+	python_need_rebuild
+	python_mod_optimize /usr/$(get_libdir)/gdbus-2.0/codegen
+}
+
+pkg_postrm() {
+	python_mod_cleanup /usr/$(get_libdir)/gdbus-2.0/codegen
+}



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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2012-01-16  3:43 Nirbheek Chauhan
  0 siblings, 0 replies; 25+ messages in thread
From: Nirbheek Chauhan @ 2012-01-16  3:43 UTC (permalink / raw
  To: gentoo-commits

commit:     161ab03596c92033778b85860998dd2c18f7f994
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 03:42:50 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 03:42:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=161ab035

dev-util/gdbus-codegen: reset KEYWORDS

---
 dev-util/gdbus-codegen/gdbus-codegen-2.31.6.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.31.6.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.31.6.ebuild
index 25622a9..cbd829a 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.31.6.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.31.6.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.gtk.org/"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
 IUSE=""
 
 DEPEND=""



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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2012-01-18  7:20 Alexandre Restovtsev
  0 siblings, 0 replies; 25+ messages in thread
From: Alexandre Restovtsev @ 2012-01-18  7:20 UTC (permalink / raw
  To: gentoo-commits

commit:     6b168cf032427fc049931f0b91f9f7e74d3c73ee
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 07:16:51 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Jan 18 07:16:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6b168cf0

dev-util/gdbus-codegen: 2.31.6 → 2.31.10

Bump, sync with gx86. Now uses g_list_free_full() in generated code.

---
 ...-2.31.6.ebuild => gdbus-codegen-2.31.10.ebuild} |    4 ++--
 dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild   |   20 +++++++++++---------
 2 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.31.6.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.31.10.ebuild
similarity index 94%
rename from dev-util/gdbus-codegen/gdbus-codegen-2.31.6.ebuild
rename to dev-util/gdbus-codegen/gdbus-codegen-2.31.10.ebuild
index cbd829a..bf7c35d 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.31.6.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.31.10.ebuild
@@ -38,8 +38,8 @@ src_prepare() {
 }
 
 src_test() {
-	elog "Skipping tests. To test ${PN}, emerge dev-libs/glib"
-	elog "with FEATURES=test"
+	elog "Skipping tests. This package is tested by dev-libs/glib"
+	elog "when merged with FEATURES=test"
 }
 
 src_install() {

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
index 03139c3..0ecbb66 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
@@ -16,14 +16,14 @@ else
 fi
 
 DESCRIPTION="GDBus code and documentation generator"
+HOMEPAGE="http://www.gtk.org/"
 
 LICENSE="LGPL-2"
 SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh
-	~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
+	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
 fi
 IUSE=""
 
@@ -48,13 +48,14 @@ src_prepare() {
 }
 
 src_test() {
-	elog "Skipping tests. To test ${PN}, emerge dev-libs/glib"
-	elog "with FEATURES=test"
+	elog "Skipping tests. This package is tested by dev-libs/glib"
+	elog "when merged with FEATURES=test"
 }
 
 src_install() {
 	insinto "/usr/$(get_libdir)/gdbus-2.0/codegen"
-	# keep in sync with Makefile.am
+
+	# keep in sync with Makefile.am!
 	doins __init__.py \
 		codegen.py \
 		codegen_main.py \
@@ -62,10 +63,11 @@ src_install() {
 		config.py \
 		dbustypes.py \
 		parser.py \
-		utils.py || die "doins failed"
-	newbin gdbus-codegen.in gdbus-codegen || die "dobin failed"
-	doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1" ||
-		die "doman failed"
+		utils.py
+
+	newbin gdbus-codegen.in gdbus-codegen
+
+	doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
 }
 
 pkg_postinst() {



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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2012-01-22 10:09 Priit Laes
  0 siblings, 0 replies; 25+ messages in thread
From: Priit Laes @ 2012-01-22 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c76c421c7c1be0f60d150d3ba52e5fcfa56bf1c3
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Sun Jan 22 10:06:27 2012 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Sun Jan 22 10:06:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c76c421c

dev-util/gdbus-codegen: 2.31.10 → 2.31.12

---
 ...2.31.10.ebuild => gdbus-codegen-2.31.12.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.31.10.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.31.12.ebuild
similarity index 100%
rename from dev-util/gdbus-codegen/gdbus-codegen-2.31.10.ebuild
rename to dev-util/gdbus-codegen/gdbus-codegen-2.31.12.ebuild



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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2012-02-03  8:32 Priit Laes
  0 siblings, 0 replies; 25+ messages in thread
From: Priit Laes @ 2012-02-03  8:32 UTC (permalink / raw
  To: gentoo-commits

commit:     5602b0c555f1b7991672e3e25db19c0d246d87c7
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Fri Feb  3 08:24:12 2012 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Fri Feb  3 08:24:12 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5602b0c5

dev-libs/gdbus-codegen: 2.31.12 → 2.31.14

---
 ...2.31.12.ebuild => gdbus-codegen-2.31.14.ebuild} |    2 +-
 dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.31.12.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.31.14.ebuild
similarity index 96%
rename from dev-util/gdbus-codegen/gdbus-codegen-2.31.12.ebuild
rename to dev-util/gdbus-codegen/gdbus-codegen-2.31.14.ebuild
index bf7c35d..620acf9 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.31.12.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.31.14.ebuild
@@ -45,7 +45,7 @@ src_test() {
 src_install() {
 	insinto "/usr/$(get_libdir)/gdbus-2.0/codegen"
 
-	# Keep in sync with Makefile.am!
+	# Keep in sync with gio/gdbus-2.0/codegen/Makefile.am!
 	doins __init__.py \
 		codegen.py \
 		codegen_main.py \

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
index 0ecbb66..ff2d6f4 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
@@ -55,7 +55,7 @@ src_test() {
 src_install() {
 	insinto "/usr/$(get_libdir)/gdbus-2.0/codegen"
 
-	# keep in sync with Makefile.am!
+	# Keep in sync with gio/gdbus-2.0/codegen/Makefile.am!
 	doins __init__.py \
 		codegen.py \
 		codegen_main.py \



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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2012-02-05  9:18 Priit Laes
  0 siblings, 0 replies; 25+ messages in thread
From: Priit Laes @ 2012-02-05  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     1b6fec9d176867b9e19d98b8add21b041fdd1bc2
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Sun Feb  5 09:14:45 2012 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Sun Feb  5 09:14:45 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1b6fec9d

dev-utils/gdbus-codegen: 2.31.14 → 2.31.16

---
 ...2.31.14.ebuild => gdbus-codegen-2.31.16.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.31.14.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.31.16.ebuild
similarity index 100%
rename from dev-util/gdbus-codegen/gdbus-codegen-2.31.14.ebuild
rename to dev-util/gdbus-codegen/gdbus-codegen-2.31.16.ebuild



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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2012-03-06 23:29 Alexandre Restovtsev
  0 siblings, 0 replies; 25+ messages in thread
From: Alexandre Restovtsev @ 2012-03-06 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     950c3bc46ef976e98ea57fee6babf95df549fa16
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  6 23:06:45 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Mar  6 23:17:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=950c3bc4

dev-util/gdbus-codegen: 2.31.18 → 2.31.20

---
 ...2.31.18.ebuild => gdbus-codegen-2.31.20.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.31.18.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.31.20.ebuild
similarity index 100%
rename from dev-util/gdbus-codegen/gdbus-codegen-2.31.18.ebuild
rename to dev-util/gdbus-codegen/gdbus-codegen-2.31.20.ebuild



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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2012-03-21 18:27 Alexandre Restovtsev
  0 siblings, 0 replies; 25+ messages in thread
From: Alexandre Restovtsev @ 2012-03-21 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     58f0cba5875ac54ac684977bb9024ce60bb99c44
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 17:22:12 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Mar 21 17:37:46 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=58f0cba5

dev-util/gdbus-codegen: 2.31.20 → 2.31.22

---
 ...2.31.20.ebuild => gdbus-codegen-2.31.22.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.31.20.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.31.22.ebuild
similarity index 100%
rename from dev-util/gdbus-codegen/gdbus-codegen-2.31.20.ebuild
rename to dev-util/gdbus-codegen/gdbus-codegen-2.31.22.ebuild



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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2012-03-24 21:04 Alexandre Restovtsev
  0 siblings, 0 replies; 25+ messages in thread
From: Alexandre Restovtsev @ 2012-03-24 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c0f31dfd66639f622029471ac0383c9258531bc3
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 24 20:51:21 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Mar 24 20:51:21 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c0f31dfd

dev-util/gdbus-codegen: 2.31.22 → 2.32.0

---
 ...-2.31.22.ebuild => gdbus-codegen-2.32.0.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.31.22.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.32.0.ebuild
similarity index 100%
rename from dev-util/gdbus-codegen/gdbus-codegen-2.31.22.ebuild
rename to dev-util/gdbus-codegen/gdbus-codegen-2.32.0.ebuild



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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2012-07-03 11:10 Priit Laes
  0 siblings, 0 replies; 25+ messages in thread
From: Priit Laes @ 2012-07-03 11:10 UTC (permalink / raw
  To: gentoo-commits

commit:     893c0f5c071c752411cff6a4afcd8a6d6190d4fb
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Tue Jul  3 10:40:57 2012 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Tue Jul  3 10:40:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=893c0f5c

dev-libs/gdbus-codegen: Add 2.33.3 to overlay

---
 dev-util/gdbus-codegen/gdbus-codegen-2.33.3.ebuild |   80 ++++++++++++++++++++
 1 files changed, 80 insertions(+), 0 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.33.3.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.33.3.ebuild
new file mode 100644
index 0000000..ff2d6f4
--- /dev/null
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.33.3.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GNOME_ORG_MODULE="glib"
+PYTHON_DEPEND="2:2.5"
+PYTHON_USE_WITH="xml"
+
+inherit multilib python
+if [[ ${PV} = 9999 ]]; then
+	EGIT_REPO_URI="git://git.gnome.org/${GNOME_ORG_MODULE}"
+	inherit git-2
+else
+	inherit gnome.org
+fi
+
+DESCRIPTION="GDBus code and documentation generator"
+HOMEPAGE="http://www.gtk.org/"
+
+LICENSE="LGPL-2"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
+fi
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+# To prevent circular dependencies with glib[test]
+PDEPEND=">=dev-libs/glib-${PV}:2"
+
+S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
+
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
+
+src_prepare() {
+	python_convert_shebangs 2 gdbus-codegen.in
+	sed -e "s:@libdir@:${EPREFIX}/usr/$(get_libdir):" \
+		-i gdbus-codegen.in || die "sed gdbus-codegen.in failed"
+	sed -e "s:\"/usr/local\":\"${EPREFIX}/usr\":" \
+		-i config.py || die "sed config.py failed"
+}
+
+src_test() {
+	elog "Skipping tests. This package is tested by dev-libs/glib"
+	elog "when merged with FEATURES=test"
+}
+
+src_install() {
+	insinto "/usr/$(get_libdir)/gdbus-2.0/codegen"
+
+	# Keep in sync with gio/gdbus-2.0/codegen/Makefile.am!
+	doins __init__.py \
+		codegen.py \
+		codegen_main.py \
+		codegen_docbook.py \
+		config.py \
+		dbustypes.py \
+		parser.py \
+		utils.py
+
+	newbin gdbus-codegen.in gdbus-codegen
+
+	doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
+}
+
+pkg_postinst() {
+	python_need_rebuild
+	python_mod_optimize /usr/$(get_libdir)/gdbus-2.0/codegen
+}
+
+pkg_postrm() {
+	python_mod_cleanup /usr/$(get_libdir)/gdbus-2.0/codegen
+}



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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2012-07-21 20:07 Alexandre Restovtsev
  0 siblings, 0 replies; 25+ messages in thread
From: Alexandre Restovtsev @ 2012-07-21 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ba37d7ddaf0e7365dc67d8eaa427a0b6929b75de
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 21 20:07:11 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Jul 21 20:07:11 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ba37d7dd

dev-util/gdbus-codegen: enable python3 support

---
 dev-util/gdbus-codegen/gdbus-codegen-2.33.6.ebuild |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.33.6.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.33.6.ebuild
index 9c65f0d..5e66e1b 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.33.6.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.33.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="4"
 GNOME_ORG_MODULE="glib"
-PYTHON_COMPAT="python2_5 python2_6 python2_7" # python3_1 python3_2 in >=2.33.4
+PYTHON_COMPAT="python2_5 python2_6 python2_7 python3_1 python3_2"
 
 inherit eutils python-distutils-ng
 if [[ ${PV} = 9999 ]]; then
@@ -29,9 +29,9 @@ IUSE=""
 RDEPEND="python_targets_python2_5? ( dev-lang/python:2.5[xml] )
 	python_targets_python2_6? ( dev-lang/python:2.6[xml] )
 	python_targets_python2_7? ( dev-lang/python:2.7[xml] )
+	python_targets_python3_1? ( dev-lang/python:3.1[xml] )
+	python_targets_python3_2? ( dev-lang/python:3.2[xml] )
 "
-#	python_targets_python3_1? ( dev-lang/python:3.1[xml] )
-#	python_targets_python3_2? ( dev-lang/python:3.2[xml] )
 DEPEND=""
 
 # To prevent circular dependencies with glib[test]


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2012-08-24 18:14 Priit Laes
  0 siblings, 0 replies; 25+ messages in thread
From: Priit Laes @ 2012-08-24 18:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c374916d15140b4bf363783fbf7195e2b29c575e
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Fri Aug 24 18:12:31 2012 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Fri Aug 24 18:12:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c374916d

dev-util/gdbus-codegen: 2.33.6 → 2.33.10

---
 ...-2.33.6.ebuild => gdbus-codegen-2.33.10.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.33.6.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.33.10.ebuild
similarity index 100%
rename from dev-util/gdbus-codegen/gdbus-codegen-2.33.6.ebuild
rename to dev-util/gdbus-codegen/gdbus-codegen-2.33.10.ebuild


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2012-09-15  4:01 Alexandre Rostovtsev
  0 siblings, 0 replies; 25+ messages in thread
From: Alexandre Rostovtsev @ 2012-09-15  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     cb20fabe5d37f619acf06e2f86670739a8711c0f
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 15 03:57:27 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Sat Sep 15 03:57:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cb20fabe

dev-util/gdbus-codegen: 2.33.10 → 2.33.12

---
 ...2.33.10.ebuild => gdbus-codegen-2.33.12.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.33.10.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.33.12.ebuild
similarity index 100%
rename from dev-util/gdbus-codegen/gdbus-codegen-2.33.10.ebuild
rename to dev-util/gdbus-codegen/gdbus-codegen-2.33.12.ebuild


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2012-09-25 15:46 Alexandre Rostovtsev
  0 siblings, 0 replies; 25+ messages in thread
From: Alexandre Rostovtsev @ 2012-09-25 15:46 UTC (permalink / raw
  To: gentoo-commits

commit:     789593872f809c93d8e115a6c64252614aed28fe
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 25 15:28:40 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Tue Sep 25 15:28:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=78959387

dev-util/gdbus-codegen: 2.34.0 now in gx86

---
 .../gdbus-codegen/gdbus-codegen-2.33.14.ebuild     |   59 --------------------
 dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild   |    2 +-
 2 files changed, 1 insertions(+), 60 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.33.14.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.33.14.ebuild
deleted file mode 100644
index 5e66e1b..0000000
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.33.14.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GNOME_ORG_MODULE="glib"
-PYTHON_COMPAT="python2_5 python2_6 python2_7 python3_1 python3_2"
-
-inherit eutils python-distutils-ng
-if [[ ${PV} = 9999 ]]; then
-	EGIT_REPO_URI="git://git.gnome.org/${GNOME_ORG_MODULE}"
-	inherit git-2
-else
-	inherit gnome.org
-fi
-
-DESCRIPTION="GDBus code and documentation generator"
-HOMEPAGE="http://www.gtk.org/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-fi
-IUSE=""
-
-RDEPEND="python_targets_python2_5? ( dev-lang/python:2.5[xml] )
-	python_targets_python2_6? ( dev-lang/python:2.6[xml] )
-	python_targets_python2_7? ( dev-lang/python:2.7[xml] )
-	python_targets_python3_1? ( dev-lang/python:3.1[xml] )
-	python_targets_python3_2? ( dev-lang/python:3.2[xml] )
-"
-DEPEND=""
-
-# To prevent circular dependencies with glib[test]
-PDEPEND=">=dev-libs/glib-${PV}:2"
-
-S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
-
-python_prepare_all() {
-	epatch "${FILESDIR}/${PN}-2.32.4-sitedir.patch"
-	sed -e "s:\"/usr/local\":\"${EPREFIX}/usr\":" \
-		-i config.py || die "sed config.py failed"
-
-	mv gdbus-codegen.in gdbus-codegen || die "mv failed"
-	cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
-	sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
-}
-
-src_test() {
-	elog "Skipping tests. This package is tested by dev-libs/glib"
-	elog "when merged with FEATURES=test"
-}
-
-python_install_all() {
-	doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
-}

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
index 5e66e1b..4a78961 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
@@ -17,7 +17,7 @@ fi
 DESCRIPTION="GDBus code and documentation generator"
 HOMEPAGE="http://www.gtk.org/"
 
-LICENSE="LGPL-2"
+LICENSE="LGPL-2+"
 SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2012-10-04  0:00 Alexandre Rostovtsev
  0 siblings, 0 replies; 25+ messages in thread
From: Alexandre Rostovtsev @ 2012-10-04  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     fae09cb693f4ea3090f6691038c0333723204d8d
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  4 00:00:24 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Thu Oct  4 00:00:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fae09cb6

dev-util/gdbus-codegen: use PYTHON_USE

---
 dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
index 4a78961..db331da 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
@@ -5,6 +5,7 @@
 EAPI="4"
 GNOME_ORG_MODULE="glib"
 PYTHON_COMPAT="python2_5 python2_6 python2_7 python3_1 python3_2"
+PYTHON_USE="xml"
 
 inherit eutils python-distutils-ng
 if [[ ${PV} = 9999 ]]; then
@@ -26,12 +27,7 @@ else
 fi
 IUSE=""
 
-RDEPEND="python_targets_python2_5? ( dev-lang/python:2.5[xml] )
-	python_targets_python2_6? ( dev-lang/python:2.6[xml] )
-	python_targets_python2_7? ( dev-lang/python:2.7[xml] )
-	python_targets_python3_1? ( dev-lang/python:3.1[xml] )
-	python_targets_python3_2? ( dev-lang/python:3.2[xml] )
-"
+RDEPEND=""
 DEPEND=""
 
 # To prevent circular dependencies with glib[test]


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2012-12-20 19:42 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-20 19:42 UTC (permalink / raw
  To: gentoo-commits

commit:     73b6bf87578bf04aa9aa7eff0d4b67251d542a22
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 20 19:41:44 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Dec 20 19:41:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=73b6bf87

dev-util/gdbus-codegen: sync with gx86, add metadata.xml

---
 dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild |   14 +++++++-------
 dev-util/gdbus-codegen/metadata.xml              |    5 +++++
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
index db331da..ea72e49 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
@@ -2,12 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GNOME_ORG_MODULE="glib"
-PYTHON_COMPAT="python2_5 python2_6 python2_7 python3_1 python3_2"
-PYTHON_USE="xml"
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
+PYTHON_REQ_USE="xml"
 
-inherit eutils python-distutils-ng
+inherit eutils distutils-r1
 if [[ ${PV} = 9999 ]]; then
 	EGIT_REPO_URI="git://git.gnome.org/${GNOME_ORG_MODULE}"
 	inherit git-2
@@ -27,8 +27,8 @@ else
 fi
 IUSE=""
 
-RDEPEND=""
-DEPEND=""
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
 
 # To prevent circular dependencies with glib[test]
 PDEPEND=">=dev-libs/glib-${PV}:2"
@@ -40,7 +40,7 @@ python_prepare_all() {
 	sed -e "s:\"/usr/local\":\"${EPREFIX}/usr\":" \
 		-i config.py || die "sed config.py failed"
 
-	mv gdbus-codegen.in gdbus-codegen || die "mv failed"
+	sed -e 's:#!@PYTHON@:#!/usr/bin/env python:' gdbus-codegen.in > gdbus-codegen || die
 	cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
 	sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
 }

diff --git a/dev-util/gdbus-codegen/metadata.xml b/dev-util/gdbus-codegen/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/dev-util/gdbus-codegen/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+</pkgmetadata>


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2013-12-24 16:56 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-24 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     eaebb90178ff5b3632dbd500d426f8ac152b94fd
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 22:55:39 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 22:55:39 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=eaebb901

dev-util/gdbus-codegen: moved to gentoo-x86

---
 dev-util/gdbus-codegen/gdbus-codegen-2.38.2.ebuild | 49 ----------------------
 1 file changed, 49 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.38.2.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.38.2.ebuild
deleted file mode 100644
index ddba018..0000000
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.38.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GNOME_ORG_MODULE="glib"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-PYTHON_REQ_USE="xml"
-
-inherit eutils gnome.org distutils-r1
-
-DESCRIPTION="GDBus code and documentation generator"
-HOMEPAGE="http://www.gtk.org/"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-
-# To prevent circular dependencies with glib[test]
-PDEPEND=">=dev-libs/glib-${PV}:2"
-
-S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
-
-python_prepare_all() {
-	PATCHES=(
-		"${FILESDIR}/${PN}-2.36.0-sitedir.patch"
-	)
-	distutils-r1_python_prepare_all
-	sed -e "s:\"/usr/local\":\"${EPREFIX}/usr\":" \
-		-i config.py || die "sed config.py failed"
-
-	sed -e 's:#!@PYTHON@:#!/usr/bin/env python:' gdbus-codegen.in > gdbus-codegen || die
-	cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
-	sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
-}
-
-src_test() {
-	einfo "Skipping tests. This package is tested by dev-libs/glib"
-	einfo "when merged with FEATURES=test"
-}
-
-python_install_all() {
-	distutils-r1_python_install_all # no-op, but prevents QA warning
-	doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
-}


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2014-11-24 19:42 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-24 19:42 UTC (permalink / raw
  To: gentoo-commits

commit:     4e47ec72ca5ee774d157c206798ee7734b0d1c20
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 24 19:32:01 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Nov 24 19:32:01 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4e47ec72

dev-util/gdbus-codegen: 2.42.0 → 2.42.1

---
 .../{gdbus-codegen-2.42.0.ebuild => gdbus-codegen-2.42.1.ebuild}        | 2 +-
 dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.42.0.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.42.1.ebuild
similarity index 97%
rename from dev-util/gdbus-codegen/gdbus-codegen-2.42.0.ebuild
rename to dev-util/gdbus-codegen/gdbus-codegen-2.42.1.ebuild
index 4ca10bd..a5b8798 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.42.0.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.42.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 GNOME_ORG_MODULE="glib"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils gnome.org distutils-r1

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
index 51b59b6..3314918 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 GNOME_ORG_MODULE="glib"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils python-r1


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2014-12-14 22:46 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-14 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     1cd3a8722dd40329e46e5f516251171d11d46e5b
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 14 22:37:24 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 14 22:45:40 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1cd3a872

dev-util/gdbus-codegen: moved to gentoo-x86

---
 dev-util/gdbus-codegen/gdbus-codegen-2.42.1.ebuild | 49 ----------------------
 1 file changed, 49 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.42.1.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.42.1.ebuild
deleted file mode 100644
index a5b8798..0000000
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.42.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GNOME_ORG_MODULE="glib"
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
-PYTHON_REQ_USE="xml"
-
-inherit eutils gnome.org distutils-r1
-
-DESCRIPTION="GDBus code and documentation generator"
-HOMEPAGE="http://www.gtk.org/"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-
-# To prevent circular dependencies with glib[test]
-PDEPEND=">=dev-libs/glib-${PV}:2"
-
-S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
-
-python_prepare_all() {
-	PATCHES=(
-		"${FILESDIR}/${PN}-2.40.0-sitedir.patch"
-	)
-	distutils-r1_python_prepare_all
-	sed -e "s:\"/usr/local\":\"${EPREFIX}/usr\":" \
-		-i config.py || die "sed config.py failed"
-
-	sed -e 's:#!@PYTHON@:#!/usr/bin/env python:' gdbus-codegen.in > gdbus-codegen || die
-	cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
-	sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
-}
-
-src_test() {
-	einfo "Skipping tests. This package is tested by dev-libs/glib"
-	einfo "when merged with FEATURES=test"
-}
-
-python_install_all() {
-	distutils-r1_python_install_all # no-op, but prevents QA warning
-	doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
-}


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2015-04-18  9:00 Ole Reifschneider
  0 siblings, 0 replies; 25+ messages in thread
From: Ole Reifschneider @ 2015-04-18  9:00 UTC (permalink / raw
  To: gentoo-commits

commit:     f239068e4e3287e6063275306a018e76af604dd4
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 19:48:05 2015 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sat Apr 18 08:49:23 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f239068e

Add dev-util/gdbus-codegen-2.44.0

Package-Manager: portage-2.2.14
Manifest-Sign-Key: 7E8B4D42

 dev-util/gdbus-codegen/gdbus-codegen-2.44.0.ebuild | 47 ++++++++++++++++++++++
 dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild   |  4 +-
 2 files changed, 49 insertions(+), 2 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.44.0.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.44.0.ebuild
new file mode 100644
index 0000000..70c2a85
--- /dev/null
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.44.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.42.2.ebuild,v 1.6 2015/03/29 10:12:52 jer Exp $
+
+EAPI="5"
+GNOME_ORG_MODULE="glib"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE="xml"
+
+inherit eutils gnome.org distutils-r1
+
+DESCRIPTION="GDBus code and documentation generator"
+HOMEPAGE="http://www.gtk.org/"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+
+# To prevent circular dependencies with glib[test]
+PDEPEND=">=dev-libs/glib-${PV}:2"
+
+S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
+
+python_prepare_all() {
+	PATCHES=(
+		"${FILESDIR}/${PN}-2.40.0-sitedir.patch"
+	)
+	distutils-r1_python_prepare_all
+
+	sed -e 's:#!@PYTHON@:#!/usr/bin/env python:' gdbus-codegen.in > gdbus-codegen || die
+	cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
+	sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
+}
+
+src_test() {
+	einfo "Skipping tests. This package is tested by dev-libs/glib"
+	einfo "when merged with FEATURES=test"
+}
+
+python_install_all() {
+	distutils-r1_python_install_all # no-op, but prevents QA warning
+	doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
+}

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
index 3314918..d5a9d4d 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="5"
 GNOME_ORG_MODULE="glib"
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils python-r1


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2015-05-14 13:39 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-14 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     c198c6b5762d5f369381e3f34163db6533529e89
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu May 14 10:42:49 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 14 10:42:49 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c198c6b5

dev-util/gdbus-codegen: 2.44.0 → 2.44.1

 .../{gdbus-codegen-2.44.0.ebuild => gdbus-codegen-2.44.1.ebuild}          | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.44.0.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.44.1.ebuild
similarity index 100%
rename from dev-util/gdbus-codegen/gdbus-codegen-2.44.0.ebuild
rename to dev-util/gdbus-codegen/gdbus-codegen-2.44.1.ebuild


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2015-09-13 22:03 Ole Reifschneider
  0 siblings, 0 replies; 25+ messages in thread
From: Ole Reifschneider @ 2015-09-13 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3df08f852431edfe786fb9383f3a30f2d818852d
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 19:34:05 2015 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 19:34:05 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=3df08f85

dev-util/gdbus-codegen: Bump version to 2.45.7

Package-Manager: portage-2.2.20.1
Manifest-Sign-Key: 7E8B4D42

 dev-util/gdbus-codegen/gdbus-codegen-2.45.7.ebuild | 47 ++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.45.7.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.45.7.ebuild
new file mode 100644
index 0000000..eb59bd0
--- /dev/null
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.45.7.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GNOME_ORG_MODULE="glib"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE="xml"
+
+inherit eutils gnome.org distutils-r1
+
+DESCRIPTION="GDBus code and documentation generator"
+HOMEPAGE="http://www.gtk.org/"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+
+# To prevent circular dependencies with glib[test]
+PDEPEND=">=dev-libs/glib-${PV}:2"
+
+S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
+
+python_prepare_all() {
+	PATCHES=(
+		"${FILESDIR}/${PN}-2.40.0-sitedir.patch"
+	)
+	distutils-r1_python_prepare_all
+
+	sed -e 's:#!@PYTHON@:#!/usr/bin/env python:' gdbus-codegen.in > gdbus-codegen || die
+	cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
+	sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
+}
+
+src_test() {
+	einfo "Skipping tests. This package is tested by dev-libs/glib"
+	einfo "when merged with FEATURES=test"
+}
+
+python_install_all() {
+	distutils-r1_python_install_all # no-op, but prevents QA warning
+	doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
+}


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2015-09-21 21:55 Remi Cardona
  0 siblings, 0 replies; 25+ messages in thread
From: Remi Cardona @ 2015-09-21 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     8a81186e037a86c73b3dc02d6eb89f704f0bd659
Author:     Rémi Cardona <remi <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 21:53:45 2015 +0000
Commit:     Remi Cardona <remi <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 21:53:45 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8a81186e

dev-util/gdbus-codegen: bump to 2.46.0

Package-Manager: portage-2.2.20.1
Manifest-Sign-Key: 901AB08A

 .../{gdbus-codegen-2.45.7.ebuild => gdbus-codegen-2.46.0.ebuild}          | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.45.7.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.46.0.ebuild
similarity index 100%
rename from dev-util/gdbus-codegen/gdbus-codegen-2.45.7.ebuild
rename to dev-util/gdbus-codegen/gdbus-codegen-2.46.0.ebuild


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2018-01-12 11:33 Dennis Lamm
  0 siblings, 0 replies; 25+ messages in thread
From: Dennis Lamm @ 2018-01-12 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     128f6d7207ee1364c4be3192034a37e1acdf7fd3
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 11:33:36 2018 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 11:33:36 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=128f6d72

dev-util/gdbus-codegen: drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-util/gdbus-codegen/gdbus-codegen-2.46.0.ebuild | 47 ----------------------
 dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild   |  3 +-
 2 files changed, 1 insertion(+), 49 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.46.0.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.46.0.ebuild
deleted file mode 100644
index eb59bd06..00000000
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.46.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GNOME_ORG_MODULE="glib"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-PYTHON_REQ_USE="xml"
-
-inherit eutils gnome.org distutils-r1
-
-DESCRIPTION="GDBus code and documentation generator"
-HOMEPAGE="http://www.gtk.org/"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-
-# To prevent circular dependencies with glib[test]
-PDEPEND=">=dev-libs/glib-${PV}:2"
-
-S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
-
-python_prepare_all() {
-	PATCHES=(
-		"${FILESDIR}/${PN}-2.40.0-sitedir.patch"
-	)
-	distutils-r1_python_prepare_all
-
-	sed -e 's:#!@PYTHON@:#!/usr/bin/env python:' gdbus-codegen.in > gdbus-codegen || die
-	cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
-	sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
-}
-
-src_test() {
-	einfo "Skipping tests. This package is tested by dev-libs/glib"
-	einfo "when merged with FEATURES=test"
-}
-
-python_install_all() {
-	distutils-r1_python_install_all # no-op, but prevents QA warning
-	doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
-}

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
index 6bb9cd17..34284cbd 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI="5"
 GNOME_ORG_MODULE="glib"


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

* [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/
@ 2018-08-20  8:33 Mart Raudsepp
  0 siblings, 0 replies; 25+ messages in thread
From: Mart Raudsepp @ 2018-08-20  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     0e54780468ec8a6b1f8a17d3aff2552bc51fc818
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 20 08:32:03 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Aug 20 08:32:07 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0e547804

dev-util/gdbus-codegen: remove old; 2.56.2 available in main tree

9999 remains, but probably needs updates. Leaving leftover patches
in files/ as well until 9999 update, as a newer one might be better
suited for an updated 9999.

Package-Manager: Portage-2.3.47, Repoman-2.3.10

 dev-util/gdbus-codegen/gdbus-codegen-2.54.2.ebuild | 46 ----------------------
 dev-util/gdbus-codegen/gdbus-codegen-2.54.3.ebuild | 46 ----------------------
 .../gdbus-codegen/gdbus-codegen-2.56.1-r1.ebuild   | 46 ----------------------
 3 files changed, 138 deletions(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.54.2.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.54.2.ebuild
deleted file mode 100644
index c8d1fb9c..00000000
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.54.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-GNOME_ORG_MODULE="glib"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE="xml"
-
-inherit gnome.org distutils-r1
-
-DESCRIPTION="GDBus code and documentation generator"
-HOMEPAGE="https://www.gtk.org/"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-
-# To prevent circular dependencies with glib[test]
-PDEPEND=">=dev-libs/glib-${PV}:2"
-
-S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
-
-python_prepare_all() {
-	PATCHES=(
-		"${FILESDIR}/${PN}-2.54.2-sitedir.patch"
-	)
-	distutils-r1_python_prepare_all
-
-	sed -e 's:@PYTHON@:python:' gdbus-codegen.in > gdbus-codegen || die
-	cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
-	sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
-}
-
-src_test() {
-	einfo "Skipping tests. This package is tested by dev-libs/glib"
-	einfo "when merged with FEATURES=test"
-}
-
-python_install_all() {
-	distutils-r1_python_install_all # no-op, but prevents QA warning
-	doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
-}

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.54.3.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.54.3.ebuild
deleted file mode 100644
index 1ac95b47..00000000
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.54.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME_ORG_MODULE="glib"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE="xml"
-
-inherit gnome.org distutils-r1
-
-DESCRIPTION="GDBus code and documentation generator"
-HOMEPAGE="https://www.gtk.org/"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-
-# To prevent circular dependencies with glib[test]
-PDEPEND=">=dev-libs/glib-${PV}:2"
-
-S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
-
-python_prepare_all() {
-	PATCHES=(
-		"${FILESDIR}/${PN}-2.54.3-sitedir.patch"
-	)
-	distutils-r1_python_prepare_all
-
-	sed -e 's:@PYTHON@:python:' gdbus-codegen.in > gdbus-codegen || die
-	cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
-	sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
-}
-
-src_test() {
-	einfo "Skipping tests. This package is tested by dev-libs/glib"
-	einfo "when merged with FEATURES=test"
-}
-
-python_install_all() {
-	distutils-r1_python_install_all # no-op, but prevents QA warning
-	doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
-}

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.56.1-r1.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.56.1-r1.ebuild
deleted file mode 100644
index 943c070c..00000000
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.56.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME_ORG_MODULE="glib"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE="xml"
-
-inherit gnome.org distutils-r1
-
-DESCRIPTION="GDBus code and documentation generator"
-HOMEPAGE="https://www.gtk.org/"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-
-# To prevent circular dependencies with glib[test]
-PDEPEND=">=dev-libs/glib-${PV}:2"
-
-S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
-
-python_prepare_all() {
-	PATCHES=(
-		"${FILESDIR}/${PN}-2.56.1-sitedir.patch"
-	)
-	distutils-r1_python_prepare_all
-
-	sed -e 's:@PYTHON@:python:' gdbus-codegen.in > gdbus-codegen || die
-	cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
-	sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
-}
-
-src_test() {
-	einfo "Skipping tests. This package is tested by dev-libs/glib"
-	einfo "when merged with FEATURES=test"
-}
-
-python_install_all() {
-	distutils-r1_python_install_all # no-op, but prevents QA warning
-	doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
-}


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

end of thread, other threads:[~2018-08-20  8:33 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24 18:14 [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/ Priit Laes
  -- strict thread matches above, loose matches on Subject: below --
2018-08-20  8:33 Mart Raudsepp
2018-01-12 11:33 Dennis Lamm
2015-09-21 21:55 Remi Cardona
2015-09-13 22:03 Ole Reifschneider
2015-05-14 13:39 Gilles Dartiguelongue
2015-04-18  9:00 Ole Reifschneider
2014-12-14 22:46 Gilles Dartiguelongue
2014-11-24 19:42 Gilles Dartiguelongue
2013-12-24 16:56 Gilles Dartiguelongue
2012-12-20 19:42 Gilles Dartiguelongue
2012-10-04  0:00 Alexandre Rostovtsev
2012-09-25 15:46 Alexandre Rostovtsev
2012-09-15  4:01 Alexandre Rostovtsev
2012-07-21 20:07 Alexandre Restovtsev
2012-07-03 11:10 Priit Laes
2012-03-24 21:04 Alexandre Restovtsev
2012-03-21 18:27 Alexandre Restovtsev
2012-03-06 23:29 Alexandre Restovtsev
2012-02-05  9:18 Priit Laes
2012-02-03  8:32 Priit Laes
2012-01-22 10:09 Priit Laes
2012-01-18  7:20 Alexandre Restovtsev
2012-01-16  3:43 Nirbheek Chauhan
2011-12-31  3:12 Alexandre Restovtsev

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