summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-06-22 03:59:25 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-06-22 03:59:25 +0000
commit42b11e34841b93170f63276b1091a7ac8f1bd5fd (patch)
treecce4fa45eeba6c8f13b2d34e681c9a7729852ff3 /gnome-base/bonobo-activation
parentthe documentation for gnome2 users, first introduction to portage, third revi... (diff)
downloadgentoo-2-42b11e34841b93170f63276b1091a7ac8f1bd5fd.tar.gz
gentoo-2-42b11e34841b93170f63276b1091a7ac8f1bd5fd.tar.bz2
gentoo-2-42b11e34841b93170f63276b1091a7ac8f1bd5fd.zip
adding the new version and removing some wipeout old ones.
Diffstat (limited to 'gnome-base/bonobo-activation')
-rw-r--r--gnome-base/bonobo-activation/ChangeLog10
-rw-r--r--gnome-base/bonobo-activation/bonobo-activation-0.9.9.ebuild60
-rw-r--r--gnome-base/bonobo-activation/bonobo-activation-1.0.0.ebuild60
-rw-r--r--gnome-base/bonobo-activation/bonobo-activation-1.0.2.ebuild (renamed from gnome-base/bonobo-activation/bonobo-activation-1.0.0-r1.ebuild)6
-rw-r--r--gnome-base/bonobo-activation/files/digest-bonobo-activation-0.9.91
-rw-r--r--gnome-base/bonobo-activation/files/digest-bonobo-activation-1.0.01
-rw-r--r--gnome-base/bonobo-activation/files/digest-bonobo-activation-1.0.0-r11
-rw-r--r--gnome-base/bonobo-activation/files/digest-bonobo-activation-1.0.21
8 files changed, 9 insertions, 131 deletions
diff --git a/gnome-base/bonobo-activation/ChangeLog b/gnome-base/bonobo-activation/ChangeLog
index 65a3a69d4b56..fddedf1577fb 100644
--- a/gnome-base/bonobo-activation/ChangeLog
+++ b/gnome-base/bonobo-activation/ChangeLog
@@ -1,18 +1,18 @@
# ChangeLog for gnome-base/bonobo-activation
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo-activation/ChangeLog,v 1.6 2002/06/19 17:00:44 stroke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo-activation/ChangeLog,v 1.7 2002/06/22 03:59:25 spider Exp $
-*bonobo-activation-1.0.1 (19 Jun 2002)
+*bonobo-activation-1.0.2 (21 Jun 2002)
+ 21 Jun 2002; Spider <spider@gentoo.org> bonobo-activation-1.0.2.ebuild :
+ updated version, some minor dep changes
+*bonobo-activation-1.0.1 (19 Jun 2002)
19 Jun 2002; Gabriele Giorgetti <stroke@gentoo.org> bonobo-activation-1.0.1.ebuild:
-
New version.
bonobo-activation-1.0.0-r1 (04 Jun 2002)
-
04 Jun 2002; Bruce A. Locke <blocke@shivan.org> bonobo-activation-1.0.0-r1.ebuild:
-
Converted to gnome2.eclass
bonobo-activation-1.0.0 (1 Jun 2002)
diff --git a/gnome-base/bonobo-activation/bonobo-activation-0.9.9.ebuild b/gnome-base/bonobo-activation/bonobo-activation-0.9.9.ebuild
deleted file mode 100644
index a94cc8891766..000000000000
--- a/gnome-base/bonobo-activation/bonobo-activation-0.9.9.ebuild
+++ /dev/null
@@ -1,60 +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/bonobo-activation/bonobo-activation-0.9.9.ebuild,v 1.2 2002/05/23 19:30:12 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="This is the Gnome2 replacement of OAF"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://www.gnome.org/"
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-
-RDEPEND=">=dev-libs/glib-2.0.1
- >=dev-libs/libxml2-2.4.20
- >=dev-libs/popt-1.6.3
- >=gnome-base/ORBit2-2.3.108"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0
- doc? ( >=dev-util/gtk-doc-0.9-r2
- >=app-text/openjade-1.3 )"
-
-src_compile() {
- libtoolize --copy --force
- local myconf
- 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 \
- --localstatedir=/var/lib \
- ${myconf} \
- --enable-bonobo-activation-debug \
- --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 \
- localstatedir=${D}/var/lib \
- install || die
-
- dodoc AUTHORS ABOUT-NLS COPYING* ChangeLog README* INSTALL NEWS TODO docs/* api-docs/*
-}
-
-
-
-
-
diff --git a/gnome-base/bonobo-activation/bonobo-activation-1.0.0.ebuild b/gnome-base/bonobo-activation/bonobo-activation-1.0.0.ebuild
deleted file mode 100644
index 4d26e6a293dc..000000000000
--- a/gnome-base/bonobo-activation/bonobo-activation-1.0.0.ebuild
+++ /dev/null
@@ -1,60 +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/bonobo-activation/bonobo-activation-1.0.0.ebuild,v 1.1 2002/06/02 00:10:39 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="This is the Gnome2 replacement of OAF"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://www.gnome.org/"
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-
-RDEPEND=">=dev-libs/glib-2.0.1
- >=dev-libs/libxml2-2.4.20
- >=dev-libs/popt-1.6.3
- >=gnome-base/ORBit2-2.3.108"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0
- doc? ( >=dev-util/gtk-doc-0.9-r2
- >=app-text/openjade-1.3 )"
-
-src_compile() {
- libtoolize --copy --force
- local myconf
- 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 \
- --localstatedir=/var/lib \
- ${myconf} \
- --enable-bonobo-activation-debug \
- --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 \
- localstatedir=${D}/var/lib \
- install || die
-
- dodoc AUTHORS ABOUT-NLS COPYING* ChangeLog README* INSTALL NEWS TODO docs/* api-docs/*
-}
-
-
-
-
-
diff --git a/gnome-base/bonobo-activation/bonobo-activation-1.0.0-r1.ebuild b/gnome-base/bonobo-activation/bonobo-activation-1.0.2.ebuild
index ecf16998054b..2b68613cc056 100644
--- a/gnome-base/bonobo-activation/bonobo-activation-1.0.0-r1.ebuild
+++ b/gnome-base/bonobo-activation/bonobo-activation-1.0.2.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/bonobo-activation/bonobo-activation-1.0.0-r1.ebuild,v 1.1 2002/06/04 08:59:46 blocke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo-activation/bonobo-activation-1.0.2.ebuild,v 1.1 2002/06/22 03:59:25 spider Exp $
inherit gnome2
@@ -11,10 +11,10 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-RDEPEND=">=dev-libs/glib-2.0.1
+RDEPEND=">=dev-libs/glib-2.0.4
>=dev-libs/libxml2-2.4.20
>=dev-libs/popt-1.6.3
- >=gnome-base/ORBit2-2.3.108"
+ >=gnome-base/ORBit2-2.4.0"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
diff --git a/gnome-base/bonobo-activation/files/digest-bonobo-activation-0.9.9 b/gnome-base/bonobo-activation/files/digest-bonobo-activation-0.9.9
deleted file mode 100644
index b0a4ff3e0d45..000000000000
--- a/gnome-base/bonobo-activation/files/digest-bonobo-activation-0.9.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 088decd1510740ff16b2e5e6940e4a18 bonobo-activation-0.9.9.tar.bz2 416834
diff --git a/gnome-base/bonobo-activation/files/digest-bonobo-activation-1.0.0 b/gnome-base/bonobo-activation/files/digest-bonobo-activation-1.0.0
deleted file mode 100644
index a0fb5c353719..000000000000
--- a/gnome-base/bonobo-activation/files/digest-bonobo-activation-1.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4cd1154d61ada02892224729275b9df0 bonobo-activation-1.0.0.tar.bz2 423462
diff --git a/gnome-base/bonobo-activation/files/digest-bonobo-activation-1.0.0-r1 b/gnome-base/bonobo-activation/files/digest-bonobo-activation-1.0.0-r1
deleted file mode 100644
index a0fb5c353719..000000000000
--- a/gnome-base/bonobo-activation/files/digest-bonobo-activation-1.0.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4cd1154d61ada02892224729275b9df0 bonobo-activation-1.0.0.tar.bz2 423462
diff --git a/gnome-base/bonobo-activation/files/digest-bonobo-activation-1.0.2 b/gnome-base/bonobo-activation/files/digest-bonobo-activation-1.0.2
new file mode 100644
index 000000000000..e37987fe124d
--- /dev/null
+++ b/gnome-base/bonobo-activation/files/digest-bonobo-activation-1.0.2
@@ -0,0 +1 @@
+MD5 12e959429016c59365b4cd4bb9746bd0 bonobo-activation-1.0.2.tar.bz2 425653