diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:25:11 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:25:11 +0000 |
commit | e3b270271258e0e61c3c4cc7939d24cc798f0a32 (patch) | |
tree | ea3571a7c6739bde646e3336a1cb8edee2bf06b8 /app-office/openoffice | |
parent | Cleanup (diff) | |
download | gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.gz gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.bz2 gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.zip |
Cleanup
Diffstat (limited to 'app-office/openoffice')
-rw-r--r-- | app-office/openoffice/files/digest-openoffice-605 | 1 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-605.ebuild | 32 |
2 files changed, 0 insertions, 33 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 - -} - - |