diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-12-21 03:27:27 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-12-21 03:27:27 +0000 |
commit | b1c05c3b29a24c7278c43471005c8f45465303ee (patch) | |
tree | 63945177ef7b5a56ca86a2837a9bdc5011ff3f62 | |
parent | gnome 1.x removal (diff) | |
download | gentoo-2-b1c05c3b29a24c7278c43471005c8f45465303ee.tar.gz gentoo-2-b1c05c3b29a24c7278c43471005c8f45465303ee.tar.bz2 gentoo-2-b1c05c3b29a24c7278c43471005c8f45465303ee.zip |
gnome 1.x removal
-rw-r--r-- | gnome-extra/bonobo-conf/ChangeLog | 39 | ||||
-rw-r--r-- | gnome-extra/bonobo-conf/Manifest | 6 | ||||
-rw-r--r-- | gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild | 49 | ||||
-rw-r--r-- | gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild | 49 | ||||
-rw-r--r-- | gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.14 | 1 | ||||
-rw-r--r-- | gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.16 | 1 | ||||
-rw-r--r-- | gnome-extra/bonobo-conf/metadata.xml | 5 |
7 files changed, 0 insertions, 150 deletions
diff --git a/gnome-extra/bonobo-conf/ChangeLog b/gnome-extra/bonobo-conf/ChangeLog deleted file mode 100644 index 3335f88804cb..000000000000 --- a/gnome-extra/bonobo-conf/ChangeLog +++ /dev/null @@ -1,39 +0,0 @@ -# ChangeLog for gnome-extra/bonobo-conf -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/ChangeLog,v 1.12 2005/09/11 07:56:58 agriffis Exp $ - - 11 Sep 2005; Aron Griffis <agriffis@gentoo.org> bonobo-conf-0.16.ebuild: - Mark 0.16 stable on alpha - - 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> bonobo-conf-0.14.ebuild: - Fix use invocation - - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - -*bonobo-conf-0.16 (28 Sep 2002) - - 06 Jul 2003; Guy Martin <gmsoft@gentoo.org> bonobo-conf-0.16.ebuild : - Added hppa to KEYWORDS. - - 29 Mar 2003; Aron Griffis <agriffis@gentoo.org> bonobo-conf-0.16.ebuild: - Add ~alpha to KEYWORDS - - 28 Sep 2002; Martin Schlemmer <azarah@gentoo.org> : - New version. Update to use gnome.org eclass. - -*bonobo-conf-0.14 (11 Apr 2002) - 25 Jul 2002; Spider <spider@gentoo.org> - SLOT KEYWORDS and LICENSE added - - 11 Apr 2002; Spider <spider@gentoo.org> - Update all glib dependencies to use glib-1.2* in preparation of unmasking the glib-2.0.1 packages - -*bonobo-conf-0.14 (1 Feb 2002) - - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/gnome-extra/bonobo-conf/Manifest b/gnome-extra/bonobo-conf/Manifest deleted file mode 100644 index 3f6e785c994b..000000000000 --- a/gnome-extra/bonobo-conf/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 4b1c53d06cc2cf5fba10d3939f547003 ChangeLog 1564 -MD5 5976ce666d3f004879f572133a75283b bonobo-conf-0.14.ebuild 1168 -MD5 e714f9326a887acad3c0ba96f432e1e3 bonobo-conf-0.16.ebuild 1045 -MD5 aeca55f4f94d65d65ccc5482f4c6541c files/digest-bonobo-conf-0.14 68 -MD5 dfa7edf21e04d750f82339aa1743615e files/digest-bonobo-conf-0.16 68 diff --git a/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild b/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild deleted file mode 100644 index 661d5e16e314..000000000000 --- a/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild,v 1.16 2004/07/14 15:22:18 agriffis Exp $ - -IUSE="nls" - -DESCRIPTION="Bonobo Configuration System" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz - ftp://ftp.ximian.com/pub/source/evolution/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc" - -RDEPEND="=dev-libs/glib-1.2* - =x11-libs/gtk+-1.2* - >=gnome-base/bonobo-1.0.15 - >=gnome-base/oaf-0.6.6-r1" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - >=dev-util/intltool-0.11" - -src_compile() { - local myconf - - if ! use nls ; then - myconf="--disable-nls" - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --disable-more-warnings \ - $myconf || die - - make || die -} - -src_install () { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS COPYING ChangeLog README NEWS TODO -} diff --git a/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild b/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild deleted file mode 100644 index 58804b75a43e..000000000000 --- a/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild,v 1.11 2005/09/11 07:56:58 agriffis Exp $ - -IUSE="nls" - -GNOME_TARBALL_SUFFIX="gz" -inherit gnome.org libtool - -DESCRIPTION="Bonobo Configuration System" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha hppa ppc sparc x86" - -RDEPEND="=dev-libs/glib-1.2* - =x11-libs/gtk+-1.2* - >=gnome-base/bonobo-1.0.15 - >=gnome-base/oaf-0.6.6-r1" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - >=dev-util/intltool-0.11" - -src_compile() { - elibtoolize - - local myconf="" - use nls || myconf="--disable-nls" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --disable-more-warnings \ - ${myconf} || die - - make || die -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS COPYING ChangeLog README NEWS TODO -} diff --git a/gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.14 b/gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.14 deleted file mode 100644 index 26bcd00c9c3a..000000000000 --- a/gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.14 +++ /dev/null @@ -1 +0,0 @@ -MD5 ba37bffe8b6ac5c9281e0112de548b9d bonobo-conf-0.14.tar.gz 438259 diff --git a/gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.16 b/gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.16 deleted file mode 100644 index e4bc7739038d..000000000000 --- a/gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 03467d42b8a74d379cfef238017eb862 bonobo-conf-0.16.tar.gz 459686 diff --git a/gnome-extra/bonobo-conf/metadata.xml b/gnome-extra/bonobo-conf/metadata.xml deleted file mode 100644 index da6fd63d0085..000000000000 --- a/gnome-extra/bonobo-conf/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>gnome</herd> -</pkgmetadata> |