diff options
Diffstat (limited to 'dev-libs')
3 files changed, 3 insertions, 47 deletions
diff --git a/dev-libs/gobject-introspection/Manifest b/dev-libs/gobject-introspection/Manifest index 3d9d994..2f8bf6c 100644 --- a/dev-libs/gobject-introspection/Manifest +++ b/dev-libs/gobject-introspection/Manifest @@ -1,3 +1 @@ -DIST gobject-introspection-0.6.9.tar.bz2 544356 RMD160 b0441def8a37af0960802cc0348ef5f42f551848 SHA1 155dc624b24e3111d0f2d1eaacee6847141e70b5 SHA256 12ea075fdb90780b047382bc7acf4896c34dad49276f6c8513045a3f584d5ac6 -EBUILD gobject-introspection-0.6.9.ebuild 1002 RMD160 4ddefbbddc7ce3590e05475c3f0608772a02d5b6 SHA1 c812db3be7c81fe45a0b73d281c3604179410b09 SHA256 8dbea3572307c07606209e54d06eba70c6f0d3a88b5cc579c44132ed4f86fdc6 -EBUILD gobject-introspection-9999.ebuild 1016 RMD160 17a7fe8ed0a6e0cbda6062f7e34547d546e4c331 SHA1 f614561f06631744c81458111b2702392ff4157b SHA256 b60194039d91a6738abf0e5f2be089ecd0ce0ebba8b7a35122b854f1d748d03a +EBUILD gobject-introspection-9999.ebuild 1012 RMD160 fd87eebfcac4213824a4b2325ec0e5e9b9686303 SHA1 02f8a0d152234e9b56320c204dc88a650bab72f4 SHA256 923bb0eef5a0e39646e5447e523abd4eb5cc021569f9c772073d8e338de5c2e1 diff --git a/dev-libs/gobject-introspection/gobject-introspection-0.6.9.ebuild b/dev-libs/gobject-introspection/gobject-introspection-0.6.9.ebuild deleted file mode 100644 index 7dfccfe..0000000 --- a/dev-libs/gobject-introspection/gobject-introspection-0.6.9.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.6.8.ebuild,v 1.1 2010/03/18 15:22:23 nirbheek Exp $ - -EAPI="2" - -inherit python gnome2 - -DESCRIPTION="Introspection infrastructure for gobject library bindings" -HOMEPAGE="http://live.gnome.org/GObjectIntrospection/" - -LICENSE="LGPL-2 GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=">=dev-libs/glib-2.19.0 - >=dev-lang/python-2.5 - virtual/libffi" -DEPEND="${RDEPEND} - doc? ( >=dev-util/gtk-doc-1.12 ) - dev-util/pkgconfig - sys-devel/flex" - -src_prepare() { - G2CONF="${G2CONF} --disable-static" - - # FIXME: Parallel compilation failure with USE=doc - use doc && MAKEOPTS="-j1" - - # Don't pre-compile .py - ln -sf $(type -P true) py-compile -} - -pkg_postinst() { - python_mod_optimize /usr/$(get_libdir)/${PN}/giscanner/* - python_need_rebuild -} - -pkg_postrm() { - python_mod_cleanup /usr/lib*/${PN}/giscanner/* -} diff --git a/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild b/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild index f8d90a5..70ed29a 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild @@ -43,10 +43,10 @@ src_unpack() { } pkg_postinst() { - python_mod_optimize /usr/$(get_libdir)/${PN}/giscanner/* + python_mod_optimize /usr/$(get_libdir)/${PN}/giscanner python_need_rebuild } pkg_postrm() { - python_mod_cleanup /usr/lib*/${PN}/giscanner/* + python_mod_cleanup /usr/lib*/${PN}/giscanner } |