diff options
Diffstat (limited to 'dev-util/gdbus-codegen/gdbus-codegen-2.32.4-r2.ebuild')
-rw-r--r-- | dev-util/gdbus-codegen/gdbus-codegen-2.32.4-r2.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.32.4-r2.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.32.4-r2.ebuild deleted file mode 100644 index 3c7d7b3f9c2c..000000000000 --- a/dev-util/gdbus-codegen/gdbus-codegen-2.32.4-r2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2013 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.32.4-r2.ebuild,v 1.2 2013/09/05 18:39:23 mgorny Exp $ - -EAPI="5" -GNOME_ORG_MODULE="glib" -PYTHON_COMPAT=( python{2_6,2_7,3_2} ) -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 ~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.32.4-sitedir.patch" - "${FILESDIR}/${PN}-2.36.4-input-encoding.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() { - elog "Skipping tests. This package is tested by dev-libs/glib" - elog "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" -} |