summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-office/dia/dia-0.88.1-r1.ebuild5
-rw-r--r--app-office/gnumeric/files/digest-gnumeric-0.70-r21
-rw-r--r--app-office/gnumeric/files/digest-gnumeric-0.741
-rw-r--r--app-office/gnumeric/gnumeric-0.70-r2.ebuild80
-rw-r--r--app-office/gnumeric/gnumeric-0.74.ebuild99
-rw-r--r--app-office/gnumeric/gnumeric-0.75.ebuild4
-rw-r--r--app-office/lyx-base/lyx-base-1.1.6.2.ebuild5
-rw-r--r--app-office/lyx-base/lyx-base-1.1.6.3.ebuild5
-rw-r--r--app-office/sc/sc-7.12.ebuild6
9 files changed, 11 insertions, 195 deletions
diff --git a/app-office/dia/dia-0.88.1-r1.ebuild b/app-office/dia/dia-0.88.1-r1.ebuild
index a4166b7c9e36..6c63f345a153 100644
--- a/app-office/dia/dia-0.88.1-r1.ebuild
+++ b/app-office/dia/dia-0.88.1-r1.ebuild
@@ -1,12 +1,11 @@
# 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/app-office/dia/dia-0.88.1-r1.ebuild,v 1.1 2001/10/06 20:15:36 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.88.1-r1.ebuild,v 1.2 2001/11/10 03:03:57 hallski Exp $
-A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Diagram Creation Program"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml"
RDEPEND=">=dev-libs/libxml-1.8.15
diff --git a/app-office/gnumeric/files/digest-gnumeric-0.70-r2 b/app-office/gnumeric/files/digest-gnumeric-0.70-r2
deleted file mode 100644
index 97489e7a9f55..000000000000
--- a/app-office/gnumeric/files/digest-gnumeric-0.70-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f81b8457da205282fe074bf4890ddefd gnumeric-0.70.tar.gz 8114176
diff --git a/app-office/gnumeric/files/digest-gnumeric-0.74 b/app-office/gnumeric/files/digest-gnumeric-0.74
deleted file mode 100644
index 9e41610b7a3e..000000000000
--- a/app-office/gnumeric/files/digest-gnumeric-0.74
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2e5499aa530ccb139267fed6f538cb90 gnumeric-0.74.tar.bz2 6238208
diff --git a/app-office/gnumeric/gnumeric-0.70-r2.ebuild b/app-office/gnumeric/gnumeric-0.70-r2.ebuild
deleted file mode 100644
index 30c45cb0a482..000000000000
--- a/app-office/gnumeric/gnumeric-0.70-r2.ebuild
+++ /dev/null
@@ -1,80 +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.66.ebuild,v 1.1 2001/06/28 09:47:57 hallski Exp
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-0.70-r2.ebuild,v 1.2 2001/10/22 10:04:44 hallski Exp $
-
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="gnumeric"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnumeric/"${A}
-HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml"
-
-RDEPEND=">=gnome-base/gnome-print-0.30
- >=gnome-extra/gal-0.13-r1
- >=dev-libs/libxml-1.8.15
- >=dev-libs/libole2-0.2.3-r1
- perl? ( >=sys-devel/perl-5 )
- python? ( >=dev-lang/python-2.0 )
- gb? ( >=gnome-extra/gb-0.0.20-r1 )
- libgda? ( >=gnome-extra/libgda-0.2.91 )
- bonobo? ( >=gnome-base/bonobo-1.0.9-r1 ) "
-
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.11
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- patch -p0 < ${FILESDIR}/${P}-gdk-gc-ref.patch
- patch -p1 < ${FILESDIR}/${P}-compile.patch
- automake
-}
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- if [ -z "`use bonobo`" ] ; then
- myconf="$myconf --without-bonobo"
- fi
- if [ "`use gb`" ]; then
- #does not work atm
- myconf="$myconf --without-gb"
- else
- myconf="$myconf --without-gb"
- fi
- if [ "`use perl`" ]; then
- myconf="$myconf --with-perl"
- else
- myconf="$myconf --without-perl"
- fi
- if [ "`use python`" ]; then
- myconf="$myconf --with-python"
- else
- myconf="$myconf --without-python"
- fi
- if [ "`use libgda`" ]; then
- myconf="$myconf --with-gda"
- else
- myconf="$myconf --without-gda"
- fi
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- ${myconf} || die
-
- emake || die "Building of package failed."
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO
-}
-
diff --git a/app-office/gnumeric/gnumeric-0.74.ebuild b/app-office/gnumeric/gnumeric-0.74.ebuild
deleted file mode 100644
index f63ff3d8c719..000000000000
--- a/app-office/gnumeric/gnumeric-0.74.ebuild
+++ /dev/null
@@ -1,99 +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.66.ebuild,v 1.1 2001/06/28 09:47:57 hallski Exp
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-0.74.ebuild,v 1.1 2001/11/04 04:54:30 azarah Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="gnumeric"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnumeric/${P}.tar.bz2"
-HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml"
-
-# We actually need guile-1.5
-RDEPEND=">=x11-libs/gtk+-1.2.10-r3
- >=gnome-base/gnome-libs-1.4.1.2
- >=gnome-base/oaf-0.6.6
- >=gnome-base/libglade-0.16
- >=gnome-base/gnome-print-0.31
- >=gnome-extra/gal-0.14
- >=dev-libs/libxml-1.8.16
- >=dev-libs/libole2-0.2.3-r1
- perl? ( >=sys-devel/perl-5 )
- python? ( >=dev-lang/python-2.0 )
- gb? ( >=gnome-extra/gb-0.0.20-r1 )
- guile? ( >=dev-util/guile-1.4 )
- libgda? ( >=gnome-extra/libgda-0.2.91 )
- bonobo? ( >=gnome-base/bonobo-1.0.9-r1 )
- evo? ( >=net-mail/evolution-0.13 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.11
- nls? ( sys-devel/gettext )"
-
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
-
-# patch -p0 < ${FILESDIR}/${P}-gdk-gc-ref.patch
-# patch -p1 < ${FILESDIR}/${P}-compile.patch
-# automake
-}
-
-src_compile() {
-
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- if [ -z "`use bonobo`" ] ; then
- myconf="${myconf} --without-bonobo"
- fi
- if [ "`use gb`" ]; then
- #does not work atm
- myconf="${myconf} --without-gb"
- else
- myconf="${myconf} --without-gb"
- fi
- if [ "`use guile`"]; then
- myconf="${myconf} --with-guile"
- else
- myconf="${myconf} --without-guile"
- fi
- if [ "`use perl`" ]; then
- myconf="${myconf} --with-perl"
- else
- myconf="${myconf} --without-perl"
- fi
- if [ "`use python`" ]; then
- myconf="${myconf} --with-python"
- else
- myconf="${myconf} --without-python"
- fi
- if [ "`use libgda`" ]; then
- myconf="${myconf} --with-gda"
- else
- myconf="${myconf} --without-gda"
- fi
- if [ "`use evo`" ]; then
- myconf="${myconf} --with-evolution"
- fi
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- ${myconf} || die
-
- emake || die "Building of package failed."
-}
-
-src_install() {
-
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- install || die
-
- dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO
-}
-
diff --git a/app-office/gnumeric/gnumeric-0.75.ebuild b/app-office/gnumeric/gnumeric-0.75.ebuild
index 2b5b72d26924..b85902bf48f2 100644
--- a/app-office/gnumeric/gnumeric-0.75.ebuild
+++ b/app-office/gnumeric/gnumeric-0.75.ebuild
@@ -2,7 +2,7 @@
# 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.66.ebuild,v 1.1 2001/06/28 09:47:57 hallski Exp
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-0.75.ebuild,v 1.1 2001/11/05 22:34:48 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-0.75.ebuild,v 1.2 2001/11/10 03:03:57 hallski Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Gnumeric, the GNOME Spreadsheet"
@@ -71,6 +71,8 @@ src_compile() {
myconf="${myconf} --with-evolution"
fi
+ CFLAGS="$CFLAGS `gdk-pixbuf-config --cflags`"
+
./configure --host=${CHOST} \
--prefix=/usr \
--sysconfdir=/etc \
diff --git a/app-office/lyx-base/lyx-base-1.1.6.2.ebuild b/app-office/lyx-base/lyx-base-1.1.6.2.ebuild
index 2d4d55382dd1..611ad47224a6 100644
--- a/app-office/lyx-base/lyx-base-1.1.6.2.ebuild
+++ b/app-office/lyx-base/lyx-base-1.1.6.2.ebuild
@@ -1,19 +1,18 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx-base/lyx-base-1.1.6.2.ebuild,v 1.5 2001/08/18 14:04:35 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx-base/lyx-base-1.1.6.2.ebuild,v 1.6 2001/11/10 03:03:57 hallski Exp $
# The real version of LyX is 1.1.6fix2. As Portage has no support for
# arbitrary suffixes like 'fix' (yet), this is translated into 1.1.6.2.
P=lyx-1.1.6fix2
-A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="LyX is an Xwindows graphical frontend for LaTeX. Instead\
of forcing you to learn LaTeX markup syntax and use the\
proper tags, however, it is a WYSIWYM program."
-SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${A}"
+SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.gz"
HOMEPAGE="http://www.lyx.org/"
diff --git a/app-office/lyx-base/lyx-base-1.1.6.3.ebuild b/app-office/lyx-base/lyx-base-1.1.6.3.ebuild
index 618a41893d78..532420ccb49e 100644
--- a/app-office/lyx-base/lyx-base-1.1.6.3.ebuild
+++ b/app-office/lyx-base/lyx-base-1.1.6.3.ebuild
@@ -1,19 +1,18 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx-base/lyx-base-1.1.6.3.ebuild,v 1.2 2001/08/18 14:04:35 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx-base/lyx-base-1.1.6.3.ebuild,v 1.3 2001/11/10 03:03:57 hallski Exp $
# The real version of LyX is 1.1.6fix3. As Portage has no support for
# arbitrary suffixes like 'fix' (yet), this is translated into 1.1.6.3.
P=lyx-1.1.6fix3
-A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="LyX is an Xwindows graphical frontend for LaTeX. Instead\
of forcing you to learn LaTeX markup syntax and use the\
proper tags, however, it is a WYSIWYM program."
-SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${A}"
+SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.gz"
HOMEPAGE="http://www.lyx.org/"
diff --git a/app-office/sc/sc-7.12.ebuild b/app-office/sc/sc-7.12.ebuild
index 48fd0ea0e51c..a8b2dc568c51 100644
--- a/app-office/sc/sc-7.12.ebuild
+++ b/app-office/sc/sc-7.12.ebuild
@@ -1,13 +1,11 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/sc/sc-7.12.ebuild,v 1.2 2001/08/11 04:42:31 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/sc/sc-7.12.ebuild,v 1.3 2001/11/10 03:03:57 hallski Exp $
-#P=
-A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="sc is a free curses-based spreadsheet program that uses key bindings similar to vi and less."
-SRC_URI="ftp://ibiblio.org/pub/Linux/apps/financial/spreadsheet/${A}"
+SRC_URI="ftp://ibiblio.org/pub/Linux/apps/financial/spreadsheet/${P}.tar.gz"
HOMEPAGE=""
DEPEND="virtual/glibc