diff options
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/dia/dia-0.86.ebuild | 33 | ||||
-rw-r--r-- | app-office/dia/files/digest-dia-0.86 | 1 | ||||
-rw-r--r-- | app-office/gnumeric/files/digest-gnumeric-0.57 | 1 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-0.57.ebuild | 42 |
4 files changed, 0 insertions, 77 deletions
diff --git a/app-office/dia/dia-0.86.ebuild b/app-office/dia/dia-0.86.ebuild deleted file mode 100644 index 27d1f8416e0c..000000000000 --- a/app-office/dia/dia-0.86.ebuild +++ /dev/null @@ -1,33 +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/app-office/dia/dia-0.86.ebuild,v 1.6 2000/11/04 18:43:06 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Diagram Creation Program" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" -HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml" - -DEPEND=">=gnome-base/gnome-print-0.24 - >=app-arch/rpm-3.0.5" - -src_compile() { - - cd ${S} - try ./configure --host=${CHOST} --prefix=/opt/gnome \ - --with-catgets --enable-gnome --enable-gnome-print - # bonobo support does not work yet - try make - -} - -src_install () { - - cd ${S} - try make prefix=${D}/opt/gnome install - dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS -} - - - diff --git a/app-office/dia/files/digest-dia-0.86 b/app-office/dia/files/digest-dia-0.86 deleted file mode 100644 index 77e2182066bb..000000000000 --- a/app-office/dia/files/digest-dia-0.86 +++ /dev/null @@ -1 +0,0 @@ -MD5 66c32ceb8d034137be88d4b649e405a2 dia-0.86.tar.gz diff --git a/app-office/gnumeric/files/digest-gnumeric-0.57 b/app-office/gnumeric/files/digest-gnumeric-0.57 deleted file mode 100644 index d06b6ceb0832..000000000000 --- a/app-office/gnumeric/files/digest-gnumeric-0.57 +++ /dev/null @@ -1 +0,0 @@ -MD5 abe5002a4b812c86c85363cc24ac3a8a gnumeric-0.57.tar.gz diff --git a/app-office/gnumeric/gnumeric-0.57.ebuild b/app-office/gnumeric/gnumeric-0.57.ebuild deleted file mode 100644 index 9aed8df3ed8b..000000000000 --- a/app-office/gnumeric/gnumeric-0.57.ebuild +++ /dev/null @@ -1,42 +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/app-office/gnumeric/gnumeric-0.57.ebuild,v 1.2 2000/11/04 18:43:06 achim 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" - -DEPEND=">=sys-devel/perl-5 - || ( >=sys-devel/python-basic-1.5 >=dev-lang/python-1.5 ) - >=gnome-base/gnome-print-0.24 - >=gnome-base/libglade-0.14 - >=gnome-libs/libunicode-0.4 - >=gnome-libs/gal-0.1 - >=gnome-apps/gb-0.0.12 - >=gnome-libs/libole2-0.1.6" - -src_compile() { - cd ${S} - LDFLAGS="-L/opt/gnome/lib -lunicode" try ./configure --host=${CHOST} --prefix=/opt/gnome \ - --with-catgets --without-bonobo --with-gb - cd plugins/perl - cp Makefile Makefile.orig - sed -e "s:perl Makefile\.PL:perl Makefile\.PL $PERLINSTALL:" \ - Makefile.orig > Makefile - cd ${S} - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/opt/gnome install - dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO - -} - - - - |