summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-10-06 20:15:36 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-10-06 20:15:36 +0000
commit04e2695661dc7d5d7cfc3342b00cf7fb9fb7c0ee (patch)
tree22a1a7ff8439f0e9db00c7fb3fa0d300f7f1e9fc /gnome-extra/guppi
parenta new app, a kde interface to cdrecord etc (diff)
downloadhistorical-04e2695661dc7d5d7cfc3342b00cf7fb9fb7c0ee.tar.gz
historical-04e2695661dc7d5d7cfc3342b00cf7fb9fb7c0ee.tar.bz2
historical-04e2695661dc7d5d7cfc3342b00cf7fb9fb7c0ee.zip
gnome-office almost finished, need to look at gnome-extra/gnome-db
Diffstat (limited to 'gnome-extra/guppi')
-rw-r--r--gnome-extra/guppi/files/digest-guppi-0.35.5-r11
-rw-r--r--gnome-extra/guppi/files/digest-guppi-0.35.5-r2 (renamed from gnome-extra/guppi/files/digest-guppi-0.35.5)0
-rw-r--r--gnome-extra/guppi/guppi-0.35.5-r1.ebuild64
-rw-r--r--gnome-extra/guppi/guppi-0.35.5-r2.ebuild63
-rw-r--r--gnome-extra/guppi/guppi-0.35.5.ebuild64
5 files changed, 63 insertions, 129 deletions
diff --git a/gnome-extra/guppi/files/digest-guppi-0.35.5-r1 b/gnome-extra/guppi/files/digest-guppi-0.35.5-r1
deleted file mode 100644
index 8006822e0ff9..000000000000
--- a/gnome-extra/guppi/files/digest-guppi-0.35.5-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 93ba14b9334e3838466446614149e2b4 Guppi-0.35.5.tar.gz
diff --git a/gnome-extra/guppi/files/digest-guppi-0.35.5 b/gnome-extra/guppi/files/digest-guppi-0.35.5-r2
index 8006822e0ff9..8006822e0ff9 100644
--- a/gnome-extra/guppi/files/digest-guppi-0.35.5
+++ b/gnome-extra/guppi/files/digest-guppi-0.35.5-r2
diff --git a/gnome-extra/guppi/guppi-0.35.5-r1.ebuild b/gnome-extra/guppi/guppi-0.35.5-r1.ebuild
deleted file mode 100644
index f29d6a03e407..000000000000
--- a/gnome-extra/guppi/guppi-0.35.5-r1.ebuild
+++ /dev/null
@@ -1,64 +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>
-# /home/cvsroot/gentoo-x86/gnome-office/gnumeric/gnumeric-0.64-r1.ebuild,v 1.1 2001/05/17 13:29:30 achim Exp
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/guppi/guppi-0.35.5-r1.ebuild,v 1.1 2001/09/14 01:12:24 hallski Exp $
-
-
-A=Guppi-${PV}.tar.gz
-S=${WORKDIR}/Guppi-${PV}
-DESCRIPTION="GNOME Plottin Tool"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/Guppi/${A}"
-HOMEPAGE="http://www.gnome.org/guppi/"
-
-DEPEND="nls? ( sys-devel/gettext )
- >=dev-util/guile-1.4
- >=gnome-office/gnumeric-0.65
- >=dev-util/xml-i18n-tools-0.8.4
- python? ( >=dev-lang/python-2.0 )
- bonobo? ( >=gnome-base/bonobo-0.37 )"
-
-RDEPEND=">=media-libs/gdk-pixbuf-0.11.0
- >=dev-util/guile-1.4
- >=gnome-base/gnome-print-0.29
- bonobo? ( >=gnome-base/bonobo-0.37 )"
-
-src_compile() {
- local myconf
-
- if [ "`use bonobo`" ]
- then
- myconf="--enable-bonobo"
- else
- myconf="--disable-bonobo"
- fi
-
- if [ "`use python`" ]
- then
- myconf="--enable-python"
- else
- myconf="--disable-python"
- fi
- if [ -z "`use nls`" ] ; then
- myconf="$myconf --disable-nls"
- fi
- if [ -z "`use readline`" ] ; then
- myconf="$myconf --disable-guile-readline"
- fi
-
- try ./configure --host=${CHOST} --prefix=/opt/gnome --disable-gnumeric \
- ${myconf}
-
- try make # Doesn't work with -j 4 (hallski)
-}
-
-src_install() {
- try make prefix=${D}/opt/gnome PREFIX=${D}/usr install
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-}
-
-
-
-
-
-
diff --git a/gnome-extra/guppi/guppi-0.35.5-r2.ebuild b/gnome-extra/guppi/guppi-0.35.5-r2.ebuild
new file mode 100644
index 000000000000..13b79d4a9e13
--- /dev/null
+++ b/gnome-extra/guppi/guppi-0.35.5-r2.ebuild
@@ -0,0 +1,63 @@
+# 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>
+# /home/cvsroot/gentoo-x86/gnome-office/gnumeric/gnumeric-0.64-r1.ebuild,v 1.1 2001/05/17 13:29:30 achim Exp
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/guppi/guppi-0.35.5-r2.ebuild,v 1.1 2001/10/06 20:15:36 hallski Exp $
+
+A=Guppi-${PV}.tar.gz
+S=${WORKDIR}/Guppi-${PV}
+DESCRIPTION="GNOME Plottin Tool"
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/Guppi/${A}"
+HOMEPAGE="http://www.gnome.org/guppi/"
+
+RDEPEND=">=media-libs/gdk-pixbuf-0.11.0-r1
+ >=dev-util/guile-1.4
+ >=gnome-base/gnome-print-0.30
+ bonobo? ( >=gnome-base/bonobo-1.0.9-r1 )"
+
+DEPEND="${RDEPEND}
+ nls? ( sys-devel/gettext )
+ >=app-office/gnumeric-0.70-r2
+ >=dev-util/xml-i18n-tools-0.8.4
+ python? ( >=dev-lang/python-2.0 )"
+
+src_compile() {
+ local myconf
+
+ if [ "`use bonobo`" ]
+ then
+ myconf="--enable-bonobo"
+ else
+ myconf="--disable-bonobo"
+ fi
+
+ if [ "`use python`" ]
+ then
+ myconf="--enable-python"
+ else
+ myconf="--disable-python"
+ fi
+
+ if [ -z "`use nls`" ] ; then
+ myconf="$myconf --disable-nls"
+ fi
+
+ if [ -z "`use readline`" ] ; then
+ myconf="$myconf --disable-guile-readline"
+ fi
+
+ CFLAGS="${CFLAGS} `gnome-config --cflags libglade`"
+
+ ./configure --host=${CHOST} \
+ --prefix=/usr \
+ --disable-gnumeric \
+ ${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-extra/guppi/guppi-0.35.5.ebuild b/gnome-extra/guppi/guppi-0.35.5.ebuild
deleted file mode 100644
index c416e8fe551e..000000000000
--- a/gnome-extra/guppi/guppi-0.35.5.ebuild
+++ /dev/null
@@ -1,64 +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>
-# /home/cvsroot/gentoo-x86/gnome-office/gnumeric/gnumeric-0.64-r1.ebuild,v 1.1 2001/05/17 13:29:30 achim Exp
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/guppi/guppi-0.35.5.ebuild,v 1.5 2001/08/31 03:23:39 pm Exp $
-
-
-A=Guppi-${PV}.tar.gz
-S=${WORKDIR}/Guppi-${PV}
-DESCRIPTION="GNOME Plottin Tool"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/Guppi/${A}"
-HOMEPAGE="http://www.gnome.org/guppi/"
-
-DEPEND="nls? ( sys-devel/gettext )
- >=dev-util/guile-1.4
- >=gnome-office/gnumeric-0.65
- >=dev-util/xml-i18n-tools-0.8.4
- python? ( >=dev-lang/python-2.0 )
- bonobo? ( >=gnome-base/bonobo-0.37 )"
-
-RDEPEND=">=media-libs/gdk-pixbuf-0.11.0
- >=dev-util/guile-1.4
- >=gnome-base/gnome-print-0.29
- bonobo? ( >=gnome-base/bonobo-0.37 )"
-
-src_compile() {
- local myconf
-
- if [ "`use bonobo`" ]
- then
- myconf="--enable-bonobo"
- else
- myconf="--disable-bonobo"
- fi
-
- if [ "`use python`" ]
- then
- myconf="--enable-python"
- else
- myconf="--disable-python"
- fi
- if [ -z "`use nls`" ] ; then
- myconf="$myconf --disable-nls"
- fi
- if [ -z "`use readline`" ] ; then
- myconf="$myconf --disable-guile-readline"
- fi
-
- try ./configure --host=${CHOST} --prefix=/opt/gnome --enable-gnumeric \
- ${myconf}
-
- try make # Doesn't work with -j 4 (hallski)
-}
-
-src_install() {
- try make prefix=${D}/opt/gnome PREFIX=${D}/usr install
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-}
-
-
-
-
-
-