diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-09-28 06:20:14 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-09-28 06:20:14 +0000 |
commit | dbe0803291cb996bff7eb0d9c8a64a3f2ea4da0e (patch) | |
tree | 890fb1e254c063702ab98e6a1ab5486e204d5cde /gnome-extra/bonobo-conf | |
parent | support diff suffix in gnojme.org eclass (diff) | |
download | gentoo-2-dbe0803291cb996bff7eb0d9c8a64a3f2ea4da0e.tar.gz gentoo-2-dbe0803291cb996bff7eb0d9c8a64a3f2ea4da0e.tar.bz2 gentoo-2-dbe0803291cb996bff7eb0d9c8a64a3f2ea4da0e.zip |
new version
Diffstat (limited to 'gnome-extra/bonobo-conf')
-rw-r--r-- | gnome-extra/bonobo-conf/ChangeLog | 5 | ||||
-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.16 | 1 |
3 files changed, 54 insertions, 1 deletions
diff --git a/gnome-extra/bonobo-conf/ChangeLog b/gnome-extra/bonobo-conf/ChangeLog index be83fc5b0ff7..73cb5c58bed3 100644 --- a/gnome-extra/bonobo-conf/ChangeLog +++ b/gnome-extra/bonobo-conf/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for gnome-extra/bonobo-conf # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/ChangeLog,v 1.3 2002/07/25 02:46:34 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/ChangeLog,v 1.4 2002/09/28 06:20:14 azarah Exp $ +*bonobo-conf-0.16 (28 Sep 2002) + 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> diff --git a/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild b/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild new file mode 100644 index 000000000000..bfde228e79da --- /dev/null +++ b/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild @@ -0,0 +1,49 @@ +# 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-extra/bonobo-conf/bonobo-conf-0.16.ebuild,v 1.1 2002/09/28 06:20:14 azarah Exp $ + +GNOME_TARBALL_SUFFIX="gz" +inherit gnome.org libtool + +S=${WORKDIR}/${P} +DESCRIPTION="Bonobo Configuration System" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc sparc64" + +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.16 b/gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.16 new file mode 100644 index 000000000000..e4bc7739038d --- /dev/null +++ b/gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.16 @@ -0,0 +1 @@ +MD5 03467d42b8a74d379cfef238017eb862 bonobo-conf-0.16.tar.gz 459686 |