summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-29 19:31:03 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-29 19:31:03 +0000
commitd9844749e624dfcca105ddc989a4ab2b715aa46f (patch)
treeb2dd9a0a2be6aa3d6c5aa6b31be9ba78c5aa5cc6 /gnome-base/libbonoboui
parentRemoved fperms calls, instead the doins calls have been replaced by doexe cal... (diff)
downloadgentoo-2-d9844749e624dfcca105ddc989a4ab2b715aa46f.tar.gz
gentoo-2-d9844749e624dfcca105ddc989a4ab2b715aa46f.tar.bz2
gentoo-2-d9844749e624dfcca105ddc989a4ab2b715aa46f.zip
Clean up old revision.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-base/libbonoboui')
-rw-r--r--gnome-base/libbonoboui/ChangeLog8
-rw-r--r--gnome-base/libbonoboui/libbonoboui-2.24.4-r1.ebuild70
2 files changed, 6 insertions, 72 deletions
diff --git a/gnome-base/libbonoboui/ChangeLog b/gnome-base/libbonoboui/ChangeLog
index 5b8fbbad3573..824bd1434732 100644
--- a/gnome-base/libbonoboui/ChangeLog
+++ b/gnome-base/libbonoboui/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/libbonoboui
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.218 2012/05/29 16:26:21 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.219 2013/03/29 19:31:03 eva Exp $
+
+ 29 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
+ -libbonoboui-2.24.4-r1.ebuild:
+ Clean up old revision.
29 May 2012; Alexis Ballier <aballier@gentoo.org> libbonoboui-2.24.5.ebuild:
keyword ~amd64-fbsd
diff --git a/gnome-base/libbonoboui/libbonoboui-2.24.4-r1.ebuild b/gnome-base/libbonoboui/libbonoboui-2.24.4-r1.ebuild
deleted file mode 100644
index 96252e6d997b..000000000000
--- a/gnome-base/libbonoboui/libbonoboui-2.24.4-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.4-r1.ebuild,v 1.10 2012/05/05 05:38:12 jdhore Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2 virtualx
-
-DESCRIPTION="User Interface part of libbonobo"
-HOMEPAGE="http://library.gnome.org/devel/libbonoboui/"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-IUSE="doc examples test"
-
-# GTK+ dep due to bug #126565
-RDEPEND=">=gnome-base/libgnomecanvas-1.116
- >=gnome-base/libbonobo-2.22
- >=gnome-base/libgnome-2.13.7
- >=dev-libs/libxml2-2.4.20:2
- >=gnome-base/gconf-2:2
- >=x11-libs/gtk+-2.8.12:2
- >=dev-libs/glib-2.6.0:2
- >=gnome-base/libglade-1.99.11:2.0
- >=dev-libs/popt-1.5"
-
-DEPEND="${RDEPEND}
- x11-apps/xrdb
- sys-devel/gettext
- virtual/pkgconfig
- >=dev-util/intltool-0.40
- doc? ( >=dev-util/gtk-doc-1 )"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README"
- G2CONF="${G2CONF}
- --disable-static
- --disable-maintainer-mode"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- if ! use test; then
- # don't waste time building tests
- sed 's/tests//' -i Makefile.am Makefile.in || die "sed 1 failed"
- fi
-
- if ! use examples; then
- sed 's/samples//' -i Makefile.am Makefile.in || die "sed 2 failed"
- fi
-}
-
-src_configure() {
- addpredict "/root/.gnome2_private"
-
- gnome2_src_configure
-}
-
-src_test() {
- addwrite "/root/.gnome2_private"
- Xemake check || die "tests failed"
-}
-
-src_install() {
- gnome2_src_install
- find "${ED}" -name '*.la' -exec rm -f {} +
-}