summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <ford_prefect@gentoo.org>2010-06-11 06:51:51 +0000
committerArun Raghavan <ford_prefect@gentoo.org>2010-06-11 06:51:51 +0000
commitc5dcd88043b88e58f06750026c162d0a75a20303 (patch)
tree8162cb6e98df353df8a8333a7d97c09b70b5bc5c /dev-libs
parentBump to 0.6.14. Upstream doesn't like ChangeLogs, so meh. Added USE=test and ... (diff)
downloadgentoo-2-c5dcd88043b88e58f06750026c162d0a75a20303.tar.gz
gentoo-2-c5dcd88043b88e58f06750026c162d0a75a20303.tar.bz2
gentoo-2-c5dcd88043b88e58f06750026c162d0a75a20303.zip
Remove old ebuilds
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/gobject-introspection/ChangeLog6
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-0.6.7.ebuild42
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-0.6.8.ebuild42
3 files changed, 5 insertions, 85 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog
index b6c05fcbd7be..23b93d4fe594 100644
--- a/dev-libs/gobject-introspection/ChangeLog
+++ b/dev-libs/gobject-introspection/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/gobject-introspection
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.4 2010/06/11 06:45:19 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.5 2010/06/11 06:51:51 ford_prefect Exp $
+
+ 11 Jun 2010; Arun Raghavan <ford_prefect@gentoo.org>
+ -gobject-introspection-0.6.7.ebuild, -gobject-introspection-0.6.8.ebuild:
+ Remove old ebuilds
*gobject-introspection-0.6.14 (11 Jun 2010)
diff --git a/dev-libs/gobject-introspection/gobject-introspection-0.6.7.ebuild b/dev-libs/gobject-introspection/gobject-introspection-0.6.7.ebuild
deleted file mode 100644
index 10a5421b2ee6..000000000000
--- a/dev-libs/gobject-introspection/gobject-introspection-0.6.7.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.7.ebuild,v 1.1 2010/02/26 23:41:36 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-0.6.8.ebuild b/dev-libs/gobject-introspection/gobject-introspection-0.6.8.ebuild
deleted file mode 100644
index 7dfccfe5a083..000000000000
--- a/dev-libs/gobject-introspection/gobject-introspection-0.6.8.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/*
-}