diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2010-10-16 08:43:47 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2010-10-16 08:43:47 +0000 |
commit | 8c8c40f4dc29c30119a36bba49bef38f5f54bf86 (patch) | |
tree | 136d509a65abaab5b55dd90be8255fbb16165f93 /dev-libs | |
parent | Add startup-notification with app-based patch for gnome-shell (diff) | |
download | suka-8c8c40f4dc29c30119a36bba49bef38f5f54bf86.tar.gz suka-8c8c40f4dc29c30119a36bba49bef38f5f54bf86.tar.bz2 suka-8c8c40f4dc29c30119a36bba49bef38f5f54bf86.zip |
Remove, in portage now
svn path=/; revision=273
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gobject-introspection/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-9999.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/dev-libs/gobject-introspection/Manifest b/dev-libs/gobject-introspection/Manifest deleted file mode 100644 index 2f8bf6c..0000000 --- a/dev-libs/gobject-introspection/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD gobject-introspection-9999.ebuild 1012 RMD160 fd87eebfcac4213824a4b2325ec0e5e9b9686303 SHA1 02f8a0d152234e9b56320c204dc88a650bab72f4 SHA256 923bb0eef5a0e39646e5447e523abd4eb5cc021569f9c772073d8e338de5c2e1 diff --git a/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild b/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild deleted file mode 100644 index 70ed29a..0000000 --- a/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit autotools python gnome2 git - -EGIT_REPO_URI="git://git.gnome.org/gobject-introspection" - -DESCRIPTION="Introspection infrastructure for gobject library bindings" -HOMEPAGE="http://live.gnome.org/GObjectIntrospection/" -SRC_URI="" - -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} - >=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 -} - -src_unpack() { - git_src_unpack - cd ${S} - gtkdocize - eautoreconf -} - -pkg_postinst() { - python_mod_optimize /usr/$(get_libdir)/${PN}/giscanner - python_need_rebuild -} - -pkg_postrm() { - python_mod_cleanup /usr/lib*/${PN}/giscanner -} |