summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 09:25:11 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 09:25:11 +0000
commite3b270271258e0e61c3c4cc7939d24cc798f0a32 (patch)
treeea3571a7c6739bde646e3336a1cb8edee2bf06b8 /app-office
parentCleanup (diff)
downloadgentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.gz
gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.bz2
gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.zip
Cleanup
Diffstat (limited to 'app-office')
-rw-r--r--app-office/openoffice/files/digest-openoffice-6051
-rw-r--r--app-office/openoffice/openoffice-605.ebuild32
-rw-r--r--app-office/siag/files/digest-siag-3.4.51
-rw-r--r--app-office/siag/siag-3.4.5.ebuild28
4 files changed, 0 insertions, 62 deletions
diff --git a/app-office/openoffice/files/digest-openoffice-605 b/app-office/openoffice/files/digest-openoffice-605
deleted file mode 100644
index 254cf60b3972..000000000000
--- a/app-office/openoffice/files/digest-openoffice-605
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9b7a175c8c72c26a5f2a850c6cdd7f87 oo_605_src.tar.gz
diff --git a/app-office/openoffice/openoffice-605.ebuild b/app-office/openoffice/openoffice-605.ebuild
deleted file mode 100644
index 4edb8472cac6..000000000000
--- a/app-office/openoffice/openoffice-605.ebuild
+++ /dev/null
@@ -1,32 +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/openoffice/openoffice-605.ebuild,v 1.2 2000/10/18 06:16:17 achim Exp $
-
-P=oo_605_src
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Open Office"
-SRC_URI="http://anoncvs.openoffice.org/download/OpenOffice${PV}/${A}"
-HOMEPAGE="http://www.openoffice.org"
-
-
-src_compile() {
-
- cd ${S}/config_office
- try ./configure --prefix=/opt/oo --host=${CHOST}
-
- cd ${S}
-
- try dmake
-
-}
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
-
-}
-
-
diff --git a/app-office/siag/files/digest-siag-3.4.5 b/app-office/siag/files/digest-siag-3.4.5
deleted file mode 100644
index 421fb3663f5f..000000000000
--- a/app-office/siag/files/digest-siag-3.4.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5fc6f3be12d98bf8e533da5bd89b3596 siag-3.4.5.tar.gz
diff --git a/app-office/siag/siag-3.4.5.ebuild b/app-office/siag/siag-3.4.5.ebuild
deleted file mode 100644
index a6476ff3ab90..000000000000
--- a/app-office/siag/siag-3.4.5.ebuild
+++ /dev/null
@@ -1,28 +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/siag/siag-3.4.5.ebuild,v 1.1 2000/11/26 12:54:33 achim Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A free Office package for Linux"
-SRC_URI="ftp://siag.nu/pub/siag/${P}.tar.gz"
-HOMEPAGE="http://siag.nu/"
-
-
-src_compile() {
-
- cd ${S}
- try ./configure --prefix=/opt/siag --host=${CHOST} \
- --with-guile --with-gmp \
- --with-mysql --with-t1lib
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
-
-}
-