summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 10:13:15 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 10:13:15 +0000
commitccabb5fde4969a57fb6ecfff444e8303c468c3d1 (patch)
treedb88281621251a1b8c697b7c745c74b7a3e4f0b5 /gnome-base/gconf
parentChangeLog added (diff)
downloadgentoo-2-ccabb5fde4969a57fb6ecfff444e8303c468c3d1.tar.gz
gentoo-2-ccabb5fde4969a57fb6ecfff444e8303c468c3d1.tar.bz2
gentoo-2-ccabb5fde4969a57fb6ecfff444e8303c468c3d1.zip
more repoman'ing
Diffstat (limited to 'gnome-base/gconf')
-rw-r--r--gnome-base/gconf/files/digest-gconf-1.0.8-r21
-rw-r--r--gnome-base/gconf/files/digest-gconf-1.2.01
-rw-r--r--gnome-base/gconf/files/digest-gconf-1.2.0-r11
-rw-r--r--gnome-base/gconf/files/digest-gconf-1.2.0-r21
-rw-r--r--gnome-base/gconf/gconf-1.0.8-r2.ebuild56
-rw-r--r--gnome-base/gconf/gconf-1.0.8-r3.ebuild4
-rw-r--r--gnome-base/gconf/gconf-1.2.0-r1.ebuild36
-rw-r--r--gnome-base/gconf/gconf-1.2.0-r2.ebuild37
-rw-r--r--gnome-base/gconf/gconf-1.2.0-r3.ebuild3
-rw-r--r--gnome-base/gconf/gconf-1.2.0.ebuild35
10 files changed, 5 insertions, 170 deletions
diff --git a/gnome-base/gconf/files/digest-gconf-1.0.8-r2 b/gnome-base/gconf/files/digest-gconf-1.0.8-r2
deleted file mode 100644
index 94b9f10e773b..000000000000
--- a/gnome-base/gconf/files/digest-gconf-1.0.8-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b0d662f3fa1dbab01796efe695577c74 GConf-1.0.8.tar.gz 1240140
diff --git a/gnome-base/gconf/files/digest-gconf-1.2.0 b/gnome-base/gconf/files/digest-gconf-1.2.0
deleted file mode 100644
index 04dc91a16097..000000000000
--- a/gnome-base/gconf/files/digest-gconf-1.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9815ca4ee765e86047d0f096baf8783b GConf-1.2.0.tar.bz2 935782
diff --git a/gnome-base/gconf/files/digest-gconf-1.2.0-r1 b/gnome-base/gconf/files/digest-gconf-1.2.0-r1
deleted file mode 100644
index 04dc91a16097..000000000000
--- a/gnome-base/gconf/files/digest-gconf-1.2.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9815ca4ee765e86047d0f096baf8783b GConf-1.2.0.tar.bz2 935782
diff --git a/gnome-base/gconf/files/digest-gconf-1.2.0-r2 b/gnome-base/gconf/files/digest-gconf-1.2.0-r2
deleted file mode 100644
index 04dc91a16097..000000000000
--- a/gnome-base/gconf/files/digest-gconf-1.2.0-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9815ca4ee765e86047d0f096baf8783b GConf-1.2.0.tar.bz2 935782
diff --git a/gnome-base/gconf/gconf-1.0.8-r2.ebuild b/gnome-base/gconf/gconf-1.0.8-r2.ebuild
deleted file mode 100644
index 9e298116aee5..000000000000
--- a/gnome-base/gconf/gconf-1.0.8-r2.ebuild
+++ /dev/null
@@ -1,56 +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/gconf/gconf-1.0.8-r2.ebuild,v 1.5 2002/07/11 06:30:25 drobbins Exp $
-
-S=${WORKDIR}/GConf-${PV}
-DESCRIPTION="Gconf"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/GConf/GConf-${PV}.tar.gz"
-HOMEPAGE="http://www.gnome.org/"
-RDEPEND=">=sys-libs/db-3.2.3h >=gnome-base/oaf-0.6.6-r1"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- >=dev-util/guile-1.4
- dev-util/indent"
-
-src_compile() {
- local myconf
-
- libtoolize --copy --force
-
- use nls \
- || myconf="--disable-nls" \
- && mkdir intl \
- && touch intl/libgettext.h
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- ${myconf} || die
-
- make || die # Doesn't work with -j 4 (hallski)
-}
-
-src_install() {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
- # gconf 1.0.8 seems to gets the perms wrong on this dir.
- chmod 0755 ${D}/etc/gconf/gconf.xml.mandatory
- # this fix closes bug #803
- dodoc AUTHORS COPYING ChangeLog NEWS README* TODO
-}
-
-pkg_postinst() {
- # this is to fix installations where the following dir
- # has already been merged with incorrect permissions.
- # We can remove this fix after gconf 1.0.8 is an ancient
- # version.
- if [ ! -e ${ROOT}/etc/gconf/gconf.xml.mandatory ]
- then
- #unmerge of older revisions nuke this one
- mkdir -p ${ROOT}/etc/gconf/gconf.xml.mandatory
- fi
- chmod 0755 ${ROOT}/etc/gconf/gconf.xml.mandatory
-}
diff --git a/gnome-base/gconf/gconf-1.0.8-r3.ebuild b/gnome-base/gconf/gconf-1.0.8-r3.ebuild
index 3d66347d69d4..288ad7590928 100644
--- a/gnome-base/gconf/gconf-1.0.8-r3.ebuild
+++ b/gnome-base/gconf/gconf-1.0.8-r3.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/gconf/gconf-1.0.8-r3.ebuild,v 1.3 2002/07/11 06:30:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.0.8-r3.ebuild,v 1.4 2002/07/17 10:13:15 seemant Exp $
S=${WORKDIR}/GConf-${PV}
DESCRIPTION="Gconf"
@@ -8,6 +8,8 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/GConf/GConf-${PV}.tar.gz"
HOMEPAGE="http://www.gnome.org/"
SLOT="1"
+LICENSE="LGPL-2.1"
+KEYWORDS="x86 ppc"
RDEPEND=">=sys-libs/db-3.2.3h
nls? ( sys-devel/gettext )"
diff --git a/gnome-base/gconf/gconf-1.2.0-r1.ebuild b/gnome-base/gconf/gconf-1.2.0-r1.ebuild
deleted file mode 100644
index 379a971852ca..000000000000
--- a/gnome-base/gconf/gconf-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,36 +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/gconf/gconf-1.2.0-r1.ebuild,v 1.1 2002/06/18 01:36:36 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
- dodir /etc/env.d
- echo 'CONFIG_PROTECT_MASK="/etc/gconf"' >${D}/etc/env.d/50gconf
-}
-DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING README* INSTALL NEWS TODO"
-
-
diff --git a/gnome-base/gconf/gconf-1.2.0-r2.ebuild b/gnome-base/gconf/gconf-1.2.0-r2.ebuild
deleted file mode 100644
index 111ea5462da8..000000000000
--- a/gnome-base/gconf/gconf-1.2.0-r2.ebuild
+++ /dev/null
@@ -1,37 +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/gconf/gconf-1.2.0-r2.ebuild,v 1.1 2002/06/28 07:16:45 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
- doc? ( dev-util/gtk-doc )"
-
-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
- dodir /etc/env.d
- echo 'CONFIG_PROTECT_MASK="/etc/gconf"' >${D}/etc/env.d/50gconf
-}
-DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING README* INSTALL NEWS TODO"
-
-
diff --git a/gnome-base/gconf/gconf-1.2.0-r3.ebuild b/gnome-base/gconf/gconf-1.2.0-r3.ebuild
index 26dcc311b33e..7b333c08da04 100644
--- a/gnome-base/gconf/gconf-1.2.0-r3.ebuild
+++ b/gnome-base/gconf/gconf-1.2.0-r3.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/gconf/gconf-1.2.0-r3.ebuild,v 1.3 2002/07/07 23:58:00 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.2.0-r3.ebuild,v 1.4 2002/07/17 10:13:15 seemant Exp $
inherit gnome2
@@ -11,6 +11,7 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${MY_PN}/${MY_PN}-${PV
HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2.1"
SLOT="2"
+KEYWORDS="x86 ppc"
RDEPEND=">=dev-libs/glib-2.0.1
>=gnome-base/ORBit2-2.4.0
diff --git a/gnome-base/gconf/gconf-1.2.0.ebuild b/gnome-base/gconf/gconf-1.2.0.ebuild
deleted file mode 100644
index 30c424895fcb..000000000000
--- a/gnome-base/gconf/gconf-1.2.0.ebuild
+++ /dev/null
@@ -1,35 +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/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"
-
-