diff options
author | Gabriele Giorgetti <stroke@gentoo.org> | 2002-07-19 12:54:42 +0000 |
---|---|---|
committer | Gabriele Giorgetti <stroke@gentoo.org> | 2002-07-19 12:54:42 +0000 |
commit | 1058271021ec15c4d83a8f540061838c57c9e290 (patch) | |
tree | fe1c20d870dc18a99b2226fcaff18ebca47bfc46 /gnome-base/libbonobo | |
parent | Added LICENSE, KEYWORDS (diff) | |
download | historical-1058271021ec15c4d83a8f540061838c57c9e290.tar.gz historical-1058271021ec15c4d83a8f540061838c57c9e290.tar.bz2 historical-1058271021ec15c4d83a8f540061838c57c9e290.zip |
Added KEYWORDS, removed stale ebuilds. (beta versions)
Diffstat (limited to 'gnome-base/libbonobo')
-rw-r--r-- | gnome-base/libbonobo/files/digest-libbonobo-1.116.0 | 1 | ||||
-rw-r--r-- | gnome-base/libbonobo/files/digest-libbonobo-1.117.0 | 1 | ||||
-rw-r--r-- | gnome-base/libbonobo/files/digest-libbonobo-1.117.1 | 1 | ||||
-rw-r--r-- | gnome-base/libbonobo/libbonobo-1.116.0.ebuild | 57 | ||||
-rw-r--r-- | gnome-base/libbonobo/libbonobo-1.117.0.ebuild | 53 | ||||
-rw-r--r-- | gnome-base/libbonobo/libbonobo-1.117.1.ebuild | 53 | ||||
-rw-r--r-- | gnome-base/libbonobo/libbonobo-2.0.0.ebuild | 3 |
7 files changed, 2 insertions, 167 deletions
diff --git a/gnome-base/libbonobo/files/digest-libbonobo-1.116.0 b/gnome-base/libbonobo/files/digest-libbonobo-1.116.0 deleted file mode 100644 index b65cc6332bca..000000000000 --- a/gnome-base/libbonobo/files/digest-libbonobo-1.116.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 a4c5c79d6997c3073806d602930a0a5d libbonobo-1.116.0.tar.bz2 372480 diff --git a/gnome-base/libbonobo/files/digest-libbonobo-1.117.0 b/gnome-base/libbonobo/files/digest-libbonobo-1.117.0 deleted file mode 100644 index d3513429acbf..000000000000 --- a/gnome-base/libbonobo/files/digest-libbonobo-1.117.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 e3ecc01f2f250b3143f0dee600f42e80 libbonobo-1.117.0.tar.bz2 470127 diff --git a/gnome-base/libbonobo/files/digest-libbonobo-1.117.1 b/gnome-base/libbonobo/files/digest-libbonobo-1.117.1 deleted file mode 100644 index fc2e0f65b9b9..000000000000 --- a/gnome-base/libbonobo/files/digest-libbonobo-1.117.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 924b2f3734045a950f028fa6252b757c libbonobo-1.117.1.tar.bz2 471083 diff --git a/gnome-base/libbonobo/libbonobo-1.116.0.ebuild b/gnome-base/libbonobo/libbonobo-1.116.0.ebuild deleted file mode 100644 index b245fa782e37..000000000000 --- a/gnome-base/libbonobo/libbonobo-1.116.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-1.116.0.ebuild,v 1.1 2002/05/22 22:01:06 spider Exp $ - -# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ -DEBUG="yes" -RESTRICT="nostrip" -# force debug information -CFLAGS="${CFLAGS} -g" -CXXFLAGS="${CXXFLAGS} -g" - -S=${WORKDIR}/${P} -DESCRIPTION="a CORBA framework " -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" -SLOT="0" -LICENSE="LGPL-2.1 GPL-2" - -RDEPEND=">=dev-libs/glib-2.0.0 - >=gnome-base/ORBit2-2.3.108 - >=gnome-base/bonobo-activation-0.9.8" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - >=dev-util/intltool-0.17 - doc? ( >=dev-util/gtk-doc-0.9-r2 )" - - -src_compile() { - local myconf - libtoolize --copy --force - use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --disable-gtk-doc" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - ${myconf} \ - --enable-debug=yes || die "configure failure" - - emake || die "compile failure" -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - - dodoc AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO -} - - - - - diff --git a/gnome-base/libbonobo/libbonobo-1.117.0.ebuild b/gnome-base/libbonobo/libbonobo-1.117.0.ebuild deleted file mode 100644 index 5cdaf87587ff..000000000000 --- a/gnome-base/libbonobo/libbonobo-1.117.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-1.117.0.ebuild,v 1.1 2002/05/23 19:15:17 spider Exp $ - -# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ -DEBUG="yes" -RESTRICT="nostrip" -# force debug information -CFLAGS="${CFLAGS} -g" -CXXFLAGS="${CXXFLAGS} -g" - -S=${WORKDIR}/${P} -DESCRIPTION="a CORBA framework " -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" -SLOT="0" -LICENSE="LGPL-2.1 GPL-2" - -RDEPEND=">=dev-libs/glib-2.0.0 - >=gnome-base/ORBit2-2.3.110 - >=gnome-base/bonobo-activation-0.9.9" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - >=dev-util/intltool-0.17 - doc? ( >=dev-util/gtk-doc-0.9-r2 )" - - -src_compile() { - local myconf - libtoolize --copy --force - use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --disable-gtk-doc" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - ${myconf} \ - --enable-debug=yes || die "configure failure" - emake || die "compile failure" -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - - dodoc AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO -} - - diff --git a/gnome-base/libbonobo/libbonobo-1.117.1.ebuild b/gnome-base/libbonobo/libbonobo-1.117.1.ebuild deleted file mode 100644 index e52d07421363..000000000000 --- a/gnome-base/libbonobo/libbonobo-1.117.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-1.117.1.ebuild,v 1.1 2002/05/28 00:48:35 spider Exp $ - -# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ -DEBUG="yes" -RESTRICT="nostrip" -# force debug information -CFLAGS="${CFLAGS} -g" -CXXFLAGS="${CXXFLAGS} -g" - -S=${WORKDIR}/${P} -DESCRIPTION="a CORBA framework " -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" -SLOT="0" -LICENSE="LGPL-2.1 GPL-2" - -RDEPEND=">=dev-libs/glib-2.0.0 - >=gnome-base/ORBit2-2.4.0 - >=gnome-base/bonobo-activation-0.9.9" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - >=dev-util/intltool-0.17 - doc? ( >=dev-util/gtk-doc-0.9-r2 )" - - -src_compile() { - local myconf - libtoolize --copy --force - use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --disable-gtk-doc" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - ${myconf} \ - --enable-debug=yes || die "configure failure" - emake || die "compile failure" -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - - dodoc AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO -} - - diff --git a/gnome-base/libbonobo/libbonobo-2.0.0.ebuild b/gnome-base/libbonobo/libbonobo-2.0.0.ebuild index fce7565d891a..a6e65b540c37 100644 --- a/gnome-base/libbonobo/libbonobo-2.0.0.ebuild +++ b/gnome-base/libbonobo/libbonobo-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.0.0.ebuild,v 1.1 2002/06/02 00:13:57 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.0.0.ebuild,v 1.2 2002/07/19 12:54:42 stroke Exp $ # Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ DEBUG="yes" @@ -14,6 +14,7 @@ DESCRIPTION="a CORBA framework " SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" +KEYWORDS="x86" LICENSE="LGPL-2.1 GPL-2" RDEPEND=">=dev-libs/glib-2.0.0 |