From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 24C99138010 for ; Tue, 25 Sep 2012 15:47:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B12C521C1E6; Tue, 25 Sep 2012 15:46:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 721FC21C1E2 for ; Tue, 25 Sep 2012 15:46:33 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B11AD33D731 for ; Tue, 25 Sep 2012 15:46:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6DB37E5449 for ; Tue, 25 Sep 2012 15:46:31 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1348586920.789593872f809c93d8e115a6c64252614aed28fe.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.33.14.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 Rostovtsev X-VCS-Revision: 789593872f809c93d8e115a6c64252614aed28fe X-VCS-Branch: master Date: Tue, 25 Sep 2012 15:46:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8c090087-1b61-4c03-b227-3b2aeb977dca X-Archives-Hash: 4b09b15a56efd132a15da19203508d42 commit: 789593872f809c93d8e115a6c64252614aed28fe Author: Alexandre Rostovtsev gentoo org> AuthorDate: Tue Sep 25 15:28:40 2012 +0000 Commit: Alexandre Rostovtsev gentoo 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=""