diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-12 11:22:14 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-12 11:22:14 +0000 |
commit | 38afe1e34fae915aa07f2ddd257f7b4d16a347be (patch) | |
tree | 4c0e2877e91160b0a57d4ed415adbae5c5f9aa30 /gnome-base/gconf | |
parent | finally a stable version (diff) | |
download | historical-38afe1e34fae915aa07f2ddd257f7b4d16a347be.tar.gz historical-38afe1e34fae915aa07f2ddd257f7b4d16a347be.tar.bz2 historical-38afe1e34fae915aa07f2ddd257f7b4d16a347be.zip |
New stable version
Diffstat (limited to 'gnome-base/gconf')
-rw-r--r-- | gnome-base/gconf/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gconf/files/digest-gconf-1.2.0 | 1 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-1.2.0.ebuild | 35 |
3 files changed, 41 insertions, 1 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index e902603369ef..23b40dea0891 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for gnome-base/gconf # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.12 2002/06/11 23:52:07 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.13 2002/06/12 11:22:14 spider Exp $ +*gconf-1.2.0 (12 Jun 2002) + 12 Jun 2002; Spider <spider@gentoo.org> gconf-1.2.0.ebuild : + new stable version + *gconf-1.1.11-r3 (11 Jun 2002) 11 Jun 2002; Spider <spider@gentoo.org> gconf-1.1.11-r3.ebuild: hack around a directory fcreation thing x2 diff --git a/gnome-base/gconf/files/digest-gconf-1.2.0 b/gnome-base/gconf/files/digest-gconf-1.2.0 new file mode 100644 index 000000000000..04dc91a16097 --- /dev/null +++ b/gnome-base/gconf/files/digest-gconf-1.2.0 @@ -0,0 +1 @@ +MD5 9815ca4ee765e86047d0f096baf8783b GConf-1.2.0.tar.bz2 935782 diff --git a/gnome-base/gconf/gconf-1.2.0.ebuild b/gnome-base/gconf/gconf-1.2.0.ebuild new file mode 100644 index 000000000000..30c424895fcb --- /dev/null +++ b/gnome-base/gconf/gconf-1.2.0.ebuild @@ -0,0 +1,35 @@ +# 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/gconf/gconf-1.2.0.ebuild,v 1.1 2002/06/12 11:19:25 spider Exp $ + +inherit gnome2 + +MY_PN=GConf +S=${WORKDIR}/${MY_PN}-${PV} +DESCRIPTION="Gnome Configuration System and Daemon" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${MY_PN}/${MY_PN}-${PV}.tar.bz2 ftp://archive.progeny.com/GNOME/pre-gnome2/sources/${MY_PN}/${MY_PN}-${PV}.tar.bz2" +HOMEPAGE="http://www.gnome.org/" + +SLOT="2" + +RDEPEND=">=dev-libs/glib-2.0.1 + >=gnome-base/ORBit2-2.4.0 + >=dev-libs/libxml2-2.4.17 + >=net-libs/linc-0.5.0" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" + +LIBTOOL_FIX="1" + +pkg_preinst () { + # hack hack + dodir /etc/gconf/gconf.xml.mandatory + dodir /etc/gconf/gconf.xml.defaults + touch ${D}/etc/gconf/gconf.xml.mandatory/.keep + touch ${D}/etc/gconf/gconf.xml.defaults/.keep + +} +DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING README* INSTALL NEWS TODO" + + |