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/siag
parentCleanup (diff)
downloadgentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.gz
gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.bz2
gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.zip
Cleanup
Diffstat (limited to 'app-office/siag')
-rw-r--r--app-office/siag/files/digest-siag-3.4.51
-rw-r--r--app-office/siag/siag-3.4.5.ebuild28
2 files changed, 0 insertions, 29 deletions
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
-
-}
-