diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-10-06 10:06:52 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-10-06 10:06:52 +0000 |
commit | ef3d732e641510ce6d44846df208f1ea60f181cd (patch) | |
tree | b4bdfbe01a46969c42d4cdb0cd54127499abacc6 /gnome-base/gconf | |
parent | Added KMerlin 0.3.1, a KDE MSN client (diff) | |
download | gentoo-2-ef3d732e641510ce6d44846df208f1ea60f181cd.tar.gz gentoo-2-ef3d732e641510ce6d44846df208f1ea60f181cd.tar.bz2 gentoo-2-ef3d732e641510ce6d44846df208f1ea60f181cd.zip |
gnome-base finished! gnome-libs/gnome-office and gnome-apps left
Diffstat (limited to 'gnome-base/gconf')
-rw-r--r-- | gnome-base/gconf/files/digest-gconf-1.0.1 | 1 | ||||
-rw-r--r-- | gnome-base/gconf/files/digest-gconf-1.0.4-r1 | 1 | ||||
-rw-r--r-- | gnome-base/gconf/files/digest-gconf-1.0.4-r2 (renamed from gnome-base/gconf/files/digest-gconf-1.0.4) | 0 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-1.0.1.ebuild | 53 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-1.0.4-r1.ebuild | 48 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-1.0.4.ebuild | 44 |
6 files changed, 0 insertions, 147 deletions
diff --git a/gnome-base/gconf/files/digest-gconf-1.0.1 b/gnome-base/gconf/files/digest-gconf-1.0.1 deleted file mode 100644 index f126a8cfe5be..000000000000 --- a/gnome-base/gconf/files/digest-gconf-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 dd8abf58d3c13db1751d64cc1d30d763 GConf-1.0.1.tar.gz diff --git a/gnome-base/gconf/files/digest-gconf-1.0.4-r1 b/gnome-base/gconf/files/digest-gconf-1.0.4-r1 deleted file mode 100644 index 4e926a61ae4c..000000000000 --- a/gnome-base/gconf/files/digest-gconf-1.0.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6eb7072552d8d9a02bdca38376f58863 GConf-1.0.4.tar.gz diff --git a/gnome-base/gconf/files/digest-gconf-1.0.4 b/gnome-base/gconf/files/digest-gconf-1.0.4-r2 index 4e926a61ae4c..4e926a61ae4c 100644 --- a/gnome-base/gconf/files/digest-gconf-1.0.4 +++ b/gnome-base/gconf/files/digest-gconf-1.0.4-r2 diff --git a/gnome-base/gconf/gconf-1.0.1.ebuild b/gnome-base/gconf/gconf-1.0.1.ebuild deleted file mode 100644 index f1b5e5452472..000000000000 --- a/gnome-base/gconf/gconf-1.0.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header - -P=GConf-${PV} -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Gconf" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/${A}" - -HOMEPAGE="http://www.gnome.org/" - -DEPEND="nls? ( sys-devel/gettext ) - >=sys-libs/db-3.2.3h - >=gnome-base/gnome-env-1.0 - >=gnome-base/oaf-0.6.5 - >=gnome-base/gnome-libs-1.2.10 - >=dev-util/guile-1.4" - -RDEPEND=">=sys-libs/db-3.2.3h - >=gnome-base/gnome-env-1.0 - >=gnome-base/oaf-0.6.5 - >=gnome-base/gnome-libs-1.2.10" - -src_unpack() { - unpack ${A} - # for some reason, the GConf package doesn't come w/ an intl - # directory, so I copied it from another package, and made a diff - - cd ${S} - patch -p1 < ${FILESDIR}/${PF}-gentoo-intl.diff || die -} - -src_compile() { - local myconf - - if [ -z "`use nls`" ] - then - myconf="--disable-nls" - fi - - ./configure --host=${CHOST} --prefix=/opt/gnome \ - --sysconfdir=/etc/opt/gnome ${myconf} || die - - make || die # Doesn't work with -j 4 (hallski) -} - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog NEWS README* TODO -} diff --git a/gnome-base/gconf/gconf-1.0.4-r1.ebuild b/gnome-base/gconf/gconf-1.0.4-r1.ebuild deleted file mode 100644 index 0a94d0ec4389..000000000000 --- a/gnome-base/gconf/gconf-1.0.4-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.0.4-r1.ebuild,v 1.1 2001/09/25 00:54:15 chouser Exp $ - -P=GConf-${PV} -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Gconf" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/${A}" - -HOMEPAGE="http://www.gnome.org/" - -DEPEND="nls? ( sys-devel/gettext ) - >=sys-libs/db-3.2.3h - >=gnome-base/gnome-env-1.0 - >=gnome-base/oaf-0.6.5 - >=gnome-base/gnome-libs-1.2.10 - >=dev-util/guile-1.4" - -RDEPEND=">=sys-libs/db-3.2.3h - >=gnome-base/gnome-env-1.0 - >=gnome-base/oaf-0.6.5 - >=gnome-base/gnome-libs-1.2.10" - -src_compile() { - local myconf - - if [ -z "`use nls`" ] - then - myconf="--disable-nls" - mkdir intl - touch intl/libgettext.h - fi - - echo ./configure --host=${CHOST} --prefix=/opt/gnome \ - --sysconfdir=/etc/opt/gnome ${myconf} || die - ./configure --host=${CHOST} --prefix=/opt/gnome \ - --sysconfdir=/etc/opt/gnome ${myconf} || die - - make || die # Doesn't work with -j 4 (hallski) -} - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog NEWS README* TODO -} diff --git a/gnome-base/gconf/gconf-1.0.4.ebuild b/gnome-base/gconf/gconf-1.0.4.ebuild deleted file mode 100644 index 51df70fabc74..000000000000 --- a/gnome-base/gconf/gconf-1.0.4.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-1.0.4.ebuild,v 1.3 2001/08/31 21:50:33 hallski Exp $ - -P=GConf-${PV} -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Gconf" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/${A}" - -HOMEPAGE="http://www.gnome.org/" - -DEPEND="nls? ( sys-devel/gettext ) - >=sys-libs/db-3.2.3h - >=gnome-base/gnome-env-1.0 - >=gnome-base/oaf-0.6.5 - >=gnome-base/gnome-libs-1.2.10 - >=dev-util/guile-1.4" - -RDEPEND=">=sys-libs/db-3.2.3h - >=gnome-base/gnome-env-1.0 - >=gnome-base/oaf-0.6.5 - >=gnome-base/gnome-libs-1.2.10" - -src_compile() { - local myconf - - if [ -z "`use nls`" ] - then - myconf="--disable-nls" - fi - - ./configure --host=${CHOST} --prefix=/opt/gnome \ - --sysconfdir=/etc/opt/gnome ${myconf} || die - - make || die # Doesn't work with -j 4 (hallski) -} - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog NEWS README* TODO -} |