summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-10-01 11:04:22 +0000
committerDan Armak <danarmak@gentoo.org>2001-10-01 11:04:22 +0000
commiteeaa105921a7f1d53ba72d958656f91e1d7ce61d (patch)
treea9b324d616e8659af477ae426d5ce90745a49e80 /app-office/koffice
parentupdated to 0.10.3 (diff)
downloadhistorical-eeaa105921a7f1d53ba72d958656f91e1d7ce61d.tar.gz
historical-eeaa105921a7f1d53ba72d958656f91e1d7ce61d.tar.bz2
historical-eeaa105921a7f1d53ba72d958656f91e1d7ce61d.zip
eclasses v3. read the gentoo-dev announcement, and news.txt and howto.*
in doc/.
Diffstat (limited to 'app-office/koffice')
-rw-r--r--app-office/koffice/koffice-1.1.ebuild21
1 files changed, 9 insertions, 12 deletions
diff --git a/app-office/koffice/koffice-1.1.ebuild b/app-office/koffice/koffice-1.1.ebuild
index 642cd0214ffa..3d6d9bdf3acb 100644
--- a/app-office/koffice/koffice-1.1.ebuild
+++ b/app-office/koffice/koffice-1.1.ebuild
@@ -1,28 +1,25 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.1.ebuild,v 1.1 2001/09/29 18:37:30 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.1.ebuild,v 1.2 2001/10/01 11:04:22 danarmak Exp $
. /usr/portage/eclass/inherit.eclass || die
-inherit kde || die
+inherit kde-base kde.org || die
DESCRIPTION="KDE ${PV} - KOffice"
-SRC_PATH="kde/stable/${P}/src/${P}.tar.bz2"
-SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH
- ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH"
HOMEPAGE="http://www.koffice.org/"
DEPEND="$DEPEND
>=kde-base/kdelibs-2.2
- >=dev-lang/python-2.0-r4
- >=sys-devel/automake-1.4
- >=sys-devel/autoconf-1.13"
+ >=dev-lang/python-2.0-r4"
+# >=sys-devel/automake-1.4
+# >=sys-devel/autoconf-1.13"
+ # hm. This was in achim's original. are these versions superior to the ones we have by default in a current-day rc6?
RDEPEND="$RDEPEND
>=kde-base/kdelibs-2.2"
-
+echo DEPEND=$DEPEND > /1
+echo RDEPEND=$RDEPEND > /2
src_unpack() {
- base_src_unpack
- cd ${S}
- patch -p0 < ${FILESDIR}/${P}-gentoo.diff
+ base_src_unpack all patch
}