diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-29 15:09:39 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-29 15:09:39 +0000 |
commit | c0ef0e718a92c0e0817f8039ac63c8fd689d3270 (patch) | |
tree | 02bb6686d2ac822c8b219f5d3b49f42555f1d006 /dev-util | |
parent | Old. (diff) | |
download | gentoo-2-c0ef0e718a92c0e0817f8039ac63c8fd689d3270.tar.gz gentoo-2-c0ef0e718a92c0e0817f8039ac63c8fd689d3270.tar.bz2 gentoo-2-c0ef0e718a92c0e0817f8039ac63c8fd689d3270.zip |
Drop old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gdbus-codegen/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/gdbus-codegen/gdbus-codegen-2.32.4.ebuild | 45 |
2 files changed, 4 insertions, 46 deletions
diff --git a/dev-util/gdbus-codegen/ChangeLog b/dev-util/gdbus-codegen/ChangeLog index 3e1ee1837654..2e7fe7a97244 100644 --- a/dev-util/gdbus-codegen/ChangeLog +++ b/dev-util/gdbus-codegen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/gdbus-codegen # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.63 2013/09/06 18:34:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.64 2013/09/29 15:09:39 mgorny Exp $ + + 29 Sep 2013; Michał Górny <mgorny@gentoo.org> -gdbus-codegen-2.32.4.ebuild: + Drop old. 06 Sep 2013; Agostino Sarubbo <ago@gentoo.org> gdbus-codegen-2.32.4-r1.ebuild: Stable for sparc, wrt bug #479506 diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.32.4.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.32.4.ebuild deleted file mode 100644 index 7437f45999a8..000000000000 --- a/dev-util/gdbus-codegen/gdbus-codegen-2.32.4.ebuild +++ /dev/null @@ -1,45 +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.ebuild,v 1.11 2013/09/05 18:39:23 mgorny Exp $ - -EAPI="4" -GNOME_ORG_MODULE="glib" -PYTHON_COMPAT="python2_6 python2_7 python3_2" -PYTHON_USE="xml" - -inherit eutils gnome.org python-distutils-ng - -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="" -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" -} |