summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-03-09 21:44:36 +0000
committerMart Raudsepp <leio@gentoo.org>2008-03-09 21:44:36 +0000
commit27333012a244ea7750b26e8f7c4f8a42afe8d146 (patch)
tree24a91a2e151737335e3e5472a18a086a739123e8 /gnome-base/libbonobo
parentfix tests and use emake at src_install to respect MAKEOPTS (diff)
downloadgentoo-2-27333012a244ea7750b26e8f7c4f8a42afe8d146.tar.gz
gentoo-2-27333012a244ea7750b26e8f7c4f8a42afe8d146.tar.bz2
gentoo-2-27333012a244ea7750b26e8f7c4f8a42afe8d146.zip
Remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'gnome-base/libbonobo')
-rw-r--r--gnome-base/libbonobo/libbonobo-2.20.1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/gnome-base/libbonobo/libbonobo-2.20.1.ebuild b/gnome-base/libbonobo/libbonobo-2.20.1.ebuild
deleted file mode 100644
index 56c43af4675f..000000000000
--- a/gnome-base/libbonobo/libbonobo-2.20.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.20.1.ebuild,v 1.7 2007/11/29 05:10:42 jer Exp $
-
-inherit gnome2
-
-DESCRIPTION="GNOME CORBA framework"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2.1 GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
-IUSE="debug doc"
-
-RDEPEND=">=dev-libs/glib-2.8
- >=gnome-base/orbit-2.14.0
- >=dev-libs/libxml2-2.4.20
- >=dev-libs/popt-1.5
- !gnome-base/bonobo-activation"
-DEPEND="${RDEPEND}
- x11-apps/xrdb
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.35
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- G2CONF="$(use_enable debug bonobo-activation-debug)"
-}