From 04e2695661dc7d5d7cfc3342b00cf7fb9fb7c0ee Mon Sep 17 00:00:00 2001 From: Mikael Hallendal Date: Sat, 6 Oct 2001 20:15:36 +0000 Subject: gnome-office almost finished, need to look at gnome-extra/gnome-db --- gnome-extra/guppi/files/digest-guppi-0.35.5 | 1 - gnome-extra/guppi/files/digest-guppi-0.35.5-r1 | 1 - gnome-extra/guppi/files/digest-guppi-0.35.5-r2 | 1 + gnome-extra/guppi/guppi-0.35.5-r1.ebuild | 64 -------------------------- gnome-extra/guppi/guppi-0.35.5-r2.ebuild | 63 +++++++++++++++++++++++++ gnome-extra/guppi/guppi-0.35.5.ebuild | 64 -------------------------- 6 files changed, 64 insertions(+), 130 deletions(-) delete mode 100644 gnome-extra/guppi/files/digest-guppi-0.35.5 delete mode 100644 gnome-extra/guppi/files/digest-guppi-0.35.5-r1 create mode 100644 gnome-extra/guppi/files/digest-guppi-0.35.5-r2 delete mode 100644 gnome-extra/guppi/guppi-0.35.5-r1.ebuild create mode 100644 gnome-extra/guppi/guppi-0.35.5-r2.ebuild delete mode 100644 gnome-extra/guppi/guppi-0.35.5.ebuild (limited to 'gnome-extra/guppi') diff --git a/gnome-extra/guppi/files/digest-guppi-0.35.5 b/gnome-extra/guppi/files/digest-guppi-0.35.5 deleted file mode 100644 index 8006822e0ff9..000000000000 --- a/gnome-extra/guppi/files/digest-guppi-0.35.5 +++ /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-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-r2 b/gnome-extra/guppi/files/digest-guppi-0.35.5-r2 new file mode 100644 index 000000000000..8006822e0ff9 --- /dev/null +++ b/gnome-extra/guppi/files/digest-guppi-0.35.5-r2 @@ -0,0 +1 @@ +MD5 93ba14b9334e3838466446614149e2b4 Guppi-0.35.5.tar.gz 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 -# /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 +# /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 -# /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 -} - - - - - - -- cgit v1.2.3-65-gdbad