diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-04-02 18:44:38 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-04-02 18:44:38 +0000 |
commit | 087334d7dc29af28baec8e122d1efcc27dd1c499 (patch) | |
tree | bd5e22fa7eba75fe53a86a8cf1e2d0ad3512d261 /app-office | |
parent | forgot to add a changelog :) (diff) | |
download | gentoo-2-087334d7dc29af28baec8e122d1efcc27dd1c499.tar.gz gentoo-2-087334d7dc29af28baec8e122d1efcc27dd1c499.tar.bz2 gentoo-2-087334d7dc29af28baec8e122d1efcc27dd1c499.zip |
new version (snapshot) for KDE/QT 3
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/koffice/ChangeLog | 15 | ||||
-rw-r--r-- | app-office/koffice/files/digest-koffice-1.1 | 1 | ||||
-rw-r--r-- | app-office/koffice/files/digest-koffice-1.2_pre20020402 | 1 | ||||
-rw-r--r-- | app-office/koffice/koffice-1.1.ebuild | 36 | ||||
-rw-r--r-- | app-office/koffice/koffice-1.2_pre20020402.ebuild | 21 |
5 files changed, 36 insertions, 38 deletions
diff --git a/app-office/koffice/ChangeLog b/app-office/koffice/ChangeLog index ea27320884e3..145eeec4016c 100644 --- a/app-office/koffice/ChangeLog +++ b/app-office/koffice/ChangeLog @@ -1,6 +1,19 @@ # ChangeLog for app-office/koffice # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.1 2002/02/01 21:53:09 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.2 2002/04/02 18:44:38 verwilst Exp $ + +*koffice-1.2_pre20020402 (2 April 2002) + + 2 April 2002; Bart Verwilst <verwilst@gentoo.org> ChangeLog : + + This Koffice works with KDE/QT 3. It's MUCH better than the 1.x + releases, and IMHO is the first version that's useable for real work, + like writing my thesis. Because there isn't an official version out just + yet, this snapshot will be our official koffice version for Gentoo.. + If you have any problems, just bugreport them to bugs.kde.org, and if + it's a grave bug, and it's fixed in a more current snapshot, tell me, + and i'll consider upgrading this gentoo-snapshot to the one with the + bugfixes. Enjoy! *koffice-1.1.1 (1 Feb 2002) diff --git a/app-office/koffice/files/digest-koffice-1.1 b/app-office/koffice/files/digest-koffice-1.1 deleted file mode 100644 index 821fbbb999e3..000000000000 --- a/app-office/koffice/files/digest-koffice-1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9c00587760676f2ac844a5696ec5a7bc koffice-1.1.tar.bz2 6324542 diff --git a/app-office/koffice/files/digest-koffice-1.2_pre20020402 b/app-office/koffice/files/digest-koffice-1.2_pre20020402 new file mode 100644 index 000000000000..39916fff964e --- /dev/null +++ b/app-office/koffice/files/digest-koffice-1.2_pre20020402 @@ -0,0 +1 @@ +MD5 a0973ced4aebce162cefefc1eab185cf koffice-20020402.tar.bz2 8107750 diff --git a/app-office/koffice/koffice-1.1.ebuild b/app-office/koffice/koffice-1.1.ebuild deleted file mode 100644 index 617d4b7cbd5b..000000000000 --- a/app-office/koffice/koffice-1.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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.12 2001/12/27 19:01:42 danarmak Exp $ -. /usr/portage/eclass/inherit.eclass || die -inherit kde-base || die - -need-kde 2.2 - -DESCRIPTION="KDE ${PV} - KOffice" - -HOMEPAGE="http://www.koffice.org/" - -# turns out kde.org.eclass doesn't work here -SRC_PATH="kde/stable/${P}/src/${P}.tar.bz2" -SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH - ftp://ftp.fh-heilbronn.de/pub/mirrors/$SRC_PATH - ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH" - -DEPEND="$DEPEND - >=dev-lang/python-2.0-r5" -# >=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? - -src_unpack() { - base_src_unpack all patch -} - -src_compile() { - - kde_src_compile myconf configure - cd ${S} - make LIBPYTHON="`python-config --libs`" - -} diff --git a/app-office/koffice/koffice-1.2_pre20020402.ebuild b/app-office/koffice/koffice-1.2_pre20020402.ebuild new file mode 100644 index 000000000000..0ac16b9487d0 --- /dev/null +++ b/app-office/koffice/koffice-1.2_pre20020402.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Author Bart Verwilst <verwilst@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.2_pre20020402.ebuild,v 1.1 2002/04/02 18:44:38 verwilst Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit kde-base || die + +need-kde 2.2.2 + +S=${WORKDIR}/${PN} +DESCRIPTION="KDE Office Set" +HOMEPAGE="http://www.koffice.org/" +SLOT="0" + +SRC_URI="http://www.ibiblio.org/gentoo/distfiles/koffice-20020402.tar.bz2" + +DEPEND="$DEPEND + >=dev-lang/python-2.0-r5" +# >=sys-devel/automake-1.4 +# >=sys-devel/autoconf-1.13" + |