From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RnPpC-0000jc-M9 for garchives@archives.gentoo.org; Wed, 18 Jan 2012 07:20:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAFBCE07EB; Wed, 18 Jan 2012 07:20:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8B418E07EB for ; Wed, 18 Jan 2012 07:20:42 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA46B1B4025 for ; Wed, 18 Jan 2012 07:20:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2850880042 for ; Wed, 18 Jan 2012 07:20:41 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <6b168cf032427fc049931f0b91f9f7e74d3c73ee.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-util/gdbus-codegen/gdbus-codegen-2.31.10.ebuild dev-util/gdbus-codegen/gdbus-codegen-2.31.6.ebuild dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild X-VCS-Directories: dev-util/gdbus-codegen/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 6b168cf032427fc049931f0b91f9f7e74d3c73ee Date: Wed, 18 Jan 2012 07:20:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ae6c0cba-5a5d-4bbb-aa5b-5dcc56656867 X-Archives-Hash: ed4ef57fa24f16c456fe98437f0fd6fe commit: 6b168cf032427fc049931f0b91f9f7e74d3c73ee Author: Alexandre Rostovtsev gentoo org> AuthorDate: Wed Jan 18 07:16:51 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Wed Jan 18 07:16:51 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D6b168cf0 dev-util/gdbus-codegen: 2.31.6 =E2=86=92 2.31.10 Bump, sync with gx86. Now uses g_list_free_full() in generated code. --- ...-2.31.6.ebuild =3D> 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-uti= l/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() { } =20 src_test() { - elog "Skipping tests. To test ${PN}, emerge dev-libs/glib" - elog "with FEATURES=3Dtest" + elog "Skipping tests. This package is tested by dev-libs/glib" + elog "when merged with FEATURES=3Dtest" } =20 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 =20 DESCRIPTION=3D"GDBus code and documentation generator" +HOMEPAGE=3D"http://www.gtk.org/" =20 LICENSE=3D"LGPL-2" SLOT=3D"0" if [[ ${PV} =3D 9999 ]]; then KEYWORDS=3D"" else - KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s39= 0 ~sh - ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux" + KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s39= 0 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux" fi IUSE=3D"" =20 @@ -48,13 +48,14 @@ src_prepare() { } =20 src_test() { - elog "Skipping tests. To test ${PN}, emerge dev-libs/glib" - elog "with FEATURES=3Dtest" + elog "Skipping tests. This package is tested by dev-libs/glib" + elog "when merged with FEATURES=3Dtest" } =20 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" } =20 pkg_postinst() {