summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-10-10 21:38:23 +0000
committerMarinus Schraal <foser@gentoo.org>2003-10-10 21:38:23 +0000
commit420615ffa34203a0a84be7b7a12399729ea69716 (patch)
tree91cc072d1d130ac67466def39353f98b6d7d3754 /gnome-extra
parentfix the fix (diff)
downloadgentoo-2-420615ffa34203a0a84be7b7a12399729ea69716.tar.gz
gentoo-2-420615ffa34203a0a84be7b7a12399729ea69716.tar.bz2
gentoo-2-420615ffa34203a0a84be7b7a12399729ea69716.zip
mark x86
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/libgsf/files/digest-libgsf-1.3.0-r11
-rw-r--r--gnome-extra/libgsf/files/digest-libgsf-1.7.21
-rw-r--r--gnome-extra/libgsf/files/digest-libgsf-1.8.01
-rw-r--r--gnome-extra/libgsf/libgsf-1.3.0-r1.ebuild54
-rw-r--r--gnome-extra/libgsf/libgsf-1.7.2.ebuild49
-rw-r--r--gnome-extra/libgsf/libgsf-1.8.0.ebuild40
-rw-r--r--gnome-extra/libgsf/libgsf-1.8.2.ebuild4
7 files changed, 2 insertions, 148 deletions
diff --git a/gnome-extra/libgsf/files/digest-libgsf-1.3.0-r1 b/gnome-extra/libgsf/files/digest-libgsf-1.3.0-r1
deleted file mode 100644
index a21c3e227ad5..000000000000
--- a/gnome-extra/libgsf/files/digest-libgsf-1.3.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 49bae0d52e91e98a0c635b595584aa8e libgsf-1.3.0.tar.bz2 211789
diff --git a/gnome-extra/libgsf/files/digest-libgsf-1.7.2 b/gnome-extra/libgsf/files/digest-libgsf-1.7.2
deleted file mode 100644
index f1a716e4d427..000000000000
--- a/gnome-extra/libgsf/files/digest-libgsf-1.7.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b89147bf49e5840f87f6f9b83a28e86d libgsf-1.7.2.tar.bz2 247639
diff --git a/gnome-extra/libgsf/files/digest-libgsf-1.8.0 b/gnome-extra/libgsf/files/digest-libgsf-1.8.0
deleted file mode 100644
index 5e83c808b179..000000000000
--- a/gnome-extra/libgsf/files/digest-libgsf-1.8.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 104723ba800e47798819b4b94b269f74 libgsf-1.8.0.tar.bz2 259399
diff --git a/gnome-extra/libgsf/libgsf-1.3.0-r1.ebuild b/gnome-extra/libgsf/libgsf-1.3.0-r1.ebuild
deleted file mode 100644
index 1059f21ea926..000000000000
--- a/gnome-extra/libgsf/libgsf-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.3.0-r1.ebuild,v 1.7 2003/09/06 23:52:57 msterret Exp $
-
-IUSE="gnome doc"
-
-S=${WORKDIR}/${P}
-
-DESCRIPTION="The GNOME Structured File Library"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/sources/${PN}/1.3/${P}.tar.bz2 mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://www.gnome.org/"
-
-SLOT="0"
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS="x86 sparc ppc"
-
-DEPEND=">=dev-libs/glib-2.0.4
- >=dev-libs/libxml2-2.4.23
- >=sys-libs/zlib-1.1.4
- gnome? ( >=gnome-base/libbonobo-2.0.0
- >=gnome-base/gnome-vfs-2.0.1 )
- doc? ( dev-util/gtk-doc )"
-
-
-src_unpack() {
- unpack ${A}
- cd ${S}/doc/
-
- # little hack to fix bug 7570
- cp Makefile.in Makefile.in.orig
- sed -e "s:doc\$(TARGET_DIR):\$(TARGET_DIR):" \
- Makefile.in.orig > Makefile.in
-}
-
-src_compile() {
- local myconf
-
- use gnome && myconf="--with-gnome" || myconf="--without-gnome"
- use doc && myconf="${myconf} --enable-gtk-doc" || \
- myconf="${myconf} --disable-gtk-doc"
- econf $myconf --with-zlib || die
- make || die
-}
-
-src_install() {
-
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- datadir=${D}/usr/share/doc/${PF} \
- install || die
-
- dodoc AUTHORS COPYING* ChangeLog INSTALL NEWS README
-}
diff --git a/gnome-extra/libgsf/libgsf-1.7.2.ebuild b/gnome-extra/libgsf/libgsf-1.7.2.ebuild
deleted file mode 100644
index c2ed7ed4ed2a..000000000000
--- a/gnome-extra/libgsf/libgsf-1.7.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.7.2.ebuild,v 1.4 2003/09/06 23:52:57 msterret Exp $
-
-inherit gnome2
-
-IUSE="gnome doc"
-S=${WORKDIR}/${P}
-DESCRIPTION="The GNOME Structured File Library"
-HOMEPAGE="http://www.gnome.org/"
-SLOT="0"
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS="x86 ~sparc ~ppc"
-
-RDEPEND=">=dev-libs/libxml2-2.4.16
- >=dev-libs/glib-2
- >=sys-libs/zlib-1.1.4
- gnome? ( >=gnome-base/libbonobo-2
- >=gnome-base/gnome-vfs-2 )"
-
-DEPEND=">=dev-util/pkgconfig-0.9
- doc? ( dev-util/gtk-doc )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}/doc/
-
- # little hack to fix bug 7570
- cp Makefile.in Makefile.in.orig
- sed -e "s:doc\$(TARGET_DIR):\$(TARGET_DIR):" \
- Makefile.in.orig > Makefile.in
-}
-
-src_compile() {
- local myconf
-
- use gnome \
- && myconf="--with-gnome" \
- || myconf="--without-gnome"
-
- use doc \
- && myconf="${myconf} --enable-gtk-doc" \
- || myconf="${myconf} --disable-gtk-doc"
-
- econf ${myconf} --with-zlib || die
- emake || die
-}
-
-DOCS="dodoc AUTHORS COPYING* ChangeLog INSTALL NEWS README"
diff --git a/gnome-extra/libgsf/libgsf-1.8.0.ebuild b/gnome-extra/libgsf/libgsf-1.8.0.ebuild
deleted file mode 100644
index 41212314129d..000000000000
--- a/gnome-extra/libgsf/libgsf-1.8.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.8.0.ebuild,v 1.3 2003/09/06 23:52:57 msterret Exp $
-
-inherit gnome2
-
-IUSE="gnome doc"
-DESCRIPTION="The GNOME Structured File Library"
-HOMEPAGE="http://www.gnome.org/"
-SLOT="0"
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS="x86 ~sparc ~ppc"
-
-RDEPEND=">=dev-libs/libxml2-2.4.16
- >=dev-libs/glib-2
- >=sys-libs/zlib-1.1.4
- gnome? ( >=gnome-base/libbonobo-2
- >=gnome-base/gnome-vfs-2 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- doc? ( >=dev-util/gtk-doc-0.9 )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}/doc/
-
- # little hack to fix bug 7570
- cp Makefile.in Makefile.in.orig
- sed -e "s:doc\$(TARGET_DIR):\$(TARGET_DIR):" \
- Makefile.in.orig > Makefile.in
-}
-
-use gnome \
- && G2CONF="${G2CONF} --with-gnome" \
- || G2CONF="${G2CONF} --without-gnome"
-
-G2CONF="${G2CONF} --with-gnome --with-zlib"
-
-DOCS="dodoc AUTHORS COPYING* ChangeLog INSTALL NEWS README"
diff --git a/gnome-extra/libgsf/libgsf-1.8.2.ebuild b/gnome-extra/libgsf/libgsf-1.8.2.ebuild
index 8ca06077557c..1c8e4c8e27bc 100644
--- a/gnome-extra/libgsf/libgsf-1.8.2.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.8.2.ebuild,v 1.1 2003/09/17 20:12:18 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.8.2.ebuild,v 1.2 2003/10/10 21:34:45 foser Exp $
inherit gnome2
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnome.org/"
IUSE="gnome doc"
SLOT="0"
LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~x86 ~sparc ~ppc ~hppa"
+KEYWORDS="x86 ~sparc ~ppc ~hppa"
# FIXME : should add optional bz2 support
RDEPEND=">=dev-libs/libxml2-2.4.16