diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-29 20:42:23 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-29 20:42:23 +0000 |
commit | 3dc1554dcf520c1a618198f3871356366a510e95 (patch) | |
tree | 1e04eff253aad009327bb5db60002e9db52e3b92 /app-office | |
parent | *** empty log message *** (diff) | |
download | historical-3dc1554dcf520c1a618198f3871356366a510e95.tar.gz historical-3dc1554dcf520c1a618198f3871356366a510e95.tar.bz2 historical-3dc1554dcf520c1a618198f3871356366a510e95.zip |
*** empty log message ***
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/koffice/files/digest-koffice-1.94 | 1 | ||||
-rw-r--r-- | app-office/koffice/files/digest-koffice-2.0_rc2 | 1 | ||||
-rw-r--r-- | app-office/koffice/koffice-1.94.ebuild | 26 | ||||
-rw-r--r-- | app-office/koffice/koffice-2.0_rc2.ebuild | 27 |
4 files changed, 0 insertions, 55 deletions
diff --git a/app-office/koffice/files/digest-koffice-1.94 b/app-office/koffice/files/digest-koffice-1.94 deleted file mode 100644 index 81d9e1477b6b..000000000000 --- a/app-office/koffice/files/digest-koffice-1.94 +++ /dev/null @@ -1 +0,0 @@ -MD5 8d7bb47ab75e19e15c98bdd460bb72ee koffice-1.94.tar.bz2 diff --git a/app-office/koffice/files/digest-koffice-2.0_rc2 b/app-office/koffice/files/digest-koffice-2.0_rc2 deleted file mode 100644 index 08ef2f44906c..000000000000 --- a/app-office/koffice/files/digest-koffice-2.0_rc2 +++ /dev/null @@ -1 +0,0 @@ -MD5 5cfb65fbca52435826cd8252e6096b62 koffice-2.0rc2.tar.bz2 diff --git a/app-office/koffice/koffice-1.94.ebuild b/app-office/koffice/koffice-1.94.ebuild deleted file mode 100644 index 8b1bc8fce82f..000000000000 --- a/app-office/koffice/koffice-1.94.ebuild +++ /dev/null @@ -1,26 +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/koffice/koffice-1.94.ebuild,v 1.3 2000/10/06 01:12:13 achim Exp $ - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="KDE 2 Final Beta - KOffice" -SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/src/${A} - http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0Beta5/tar/src/${A}" -HOMEPAGE="http://www.kde.org/" - -src_compile() { - - try ./configure --prefix=/opt/kde --host=${CHOST} \ - --with-qt-dir=/usr/lib/qt-x11-2.2.0 \ - --with-qt-includes=/usr/lib/qt-x11-2.2.0/include \ - --with-qt-libs=/usr/lib/qt-x11-2.2.0/lib - try make -} - -src_install() { - try make install DESTDIR=${D} - dodoc ChangeLog COPYING AUTHORS NEWS README -} - diff --git a/app-office/koffice/koffice-2.0_rc2.ebuild b/app-office/koffice/koffice-2.0_rc2.ebuild deleted file mode 100644 index 9e520eabc22a..000000000000 --- a/app-office/koffice/koffice-2.0_rc2.ebuild +++ /dev/null @@ -1,27 +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/koffice/koffice-2.0_rc2.ebuild,v 1.2 2000/10/23 11:27:15 achim Exp $ - -P=${PN}-2.0rc2 -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="KDE 2 Final Beta - KOffice" -SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0RC2/tar/src/${A} - http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0RC2/tar/src/${A}" -HOMEPAGE="http://www.kde.org/" - -src_compile() { - - try ./configure --prefix=/opt/kde2 --host=${CHOST} \ - --with-qt-dir=/usr/lib/qt-x11-2.2.1 \ - --with-qt-includes=/usr/lib/qt-x11-2.2.1/include \ - --with-qt-libs=/usr/lib/qt-x11-2.2.1/lib - try make -} - -src_install() { - try make install DESTDIR=${D} - dodoc ChangeLog COPYING AUTHORS NEWS README -} - |