summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2004-06-29 11:42:09 +0000
committerCarsten Lohrke <carlo@gentoo.org>2004-06-29 11:42:09 +0000
commit128cb5e5e33f4fa20b809edc1925dd89fe1290d0 (patch)
tree51e7682c7cd154bb9cd4d6b3a0a0778d5219840f
parentQA: inherit kde-base -> inherit kde, newdepend -> DEPEND, need-kde after R/DE... (diff)
downloadhistorical-128cb5e5e33f4fa20b809edc1925dd89fe1290d0.tar.gz
historical-128cb5e5e33f4fa20b809edc1925dd89fe1290d0.tar.bz2
historical-128cb5e5e33f4fa20b809edc1925dd89fe1290d0.zip
QA: kde-base -> kde, need-kde after DEPEND
-rw-r--r--app-office/koffice/ChangeLog6
-rw-r--r--app-office/koffice/Manifest10
-rw-r--r--app-office/koffice/koffice-1.2.1-r1.ebuild10
-rw-r--r--app-office/koffice/koffice-1.3.1-r1.ebuild13
-rw-r--r--app-office/koffice/koffice-1.3.1.ebuild10
-rw-r--r--app-office/koffice/koffice-1.3.ebuild11
6 files changed, 26 insertions, 34 deletions
diff --git a/app-office/koffice/ChangeLog b/app-office/koffice/ChangeLog
index 9ab157ce912f..aa21bb9c5d56 100644
--- a/app-office/koffice/ChangeLog
+++ b/app-office/koffice/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/koffice
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.49 2004/06/24 22:42:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.50 2004/06/29 11:42:09 carlo Exp $
+
+ 29 Jun 2004; Carsten Lohrke <carlo@gentoo.org> koffice-1.2.1-r1.ebuild,
+ koffice-1.3.1-r1.ebuild, koffice-1.3.1.ebuild, koffice-1.3.ebuild:
+ QA: kde-base -> kde, need-kde after DEPEND
*koffice-1.3.1-r1 (09 Jun 2004)
diff --git a/app-office/koffice/Manifest b/app-office/koffice/Manifest
index e43993c323f9..831cd6075001 100644
--- a/app-office/koffice/Manifest
+++ b/app-office/koffice/Manifest
@@ -1,8 +1,8 @@
-MD5 292a8e40a9fa47cbb59cdd208c915bd1 koffice-1.2.1-r1.ebuild 893
-MD5 80e7301d7dc7d0289824d13b87b7a197 koffice-1.3.ebuild 917
-MD5 9acc734d89e325702c46f3907542f38c koffice-1.3.1.ebuild 928
-MD5 a2d3031ba62b2b9f899a65498d34bd46 koffice-1.3.1-r1.ebuild 1009
-MD5 8ebb8f20052f7660df2bec92f28c2916 ChangeLog 7257
+MD5 82d58e79457d600e2e1eb47c83d9fb8d koffice-1.2.1-r1.ebuild 875
+MD5 f073cce5ca5665ca1e11d32d285374aa koffice-1.3.ebuild 863
+MD5 ed7d6a329bdae14fbb43a40819100887 koffice-1.3.1.ebuild 873
+MD5 bab9a6560c48cec935644c4866e84ec3 koffice-1.3.1-r1.ebuild 955
+MD5 795f1a4ef483b55196c02dd5f7c6e289 ChangeLog 7443
MD5 3567b0f5f53ad3a98e67fe21ecb23624 metadata.xml 225
MD5 c2693c413d437317f4bcd2c6aa7a6673 files/koffice-1.3.1-gcc34.patch 497
MD5 bd89862f0c15396ad54e30a1c9f2f5d9 files/koffice-1.2.1-kword-crashes.diff 3840
diff --git a/app-office/koffice/koffice-1.2.1-r1.ebuild b/app-office/koffice/koffice-1.2.1-r1.ebuild
index 670254a56418..0529fb40bd26 100644
--- a/app-office/koffice/koffice-1.2.1-r1.ebuild
+++ b/app-office/koffice/koffice-1.2.1-r1.ebuild
@@ -1,12 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.2.1-r1.ebuild,v 1.14 2004/06/24 22:42:00 agriffis Exp $
-inherit kde-base flag-o-matic
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.2.1-r1.ebuild,v 1.15 2004/06/29 11:42:09 carlo Exp $
+inherit kde flag-o-matic
filter-flags "-fomit-frame-pointer"
-need-kde 3
-
DESCRIPTION="A free, integrated office suite for KDE, the K Desktop Environment."
HOMEPAGE="http://www.koffice.org/"
LICENSE="GPL-2 LGPL-2"
@@ -17,10 +15,10 @@ KEYWORDS="x86 ppc sparc alpha"
IUSE=""
SLOT="0"
-DEPEND="$DEPEND
- >=dev-lang/python-2.2.1
+DEPEND=">=dev-lang/python-2.2.1
>=media-libs/libart_lgpl-2.3.9
>=media-gfx/imagemagick-5.4.5"
+need-kde 3
PATCHES="$FILESDIR/${P}-kword-crashes.diff"
diff --git a/app-office/koffice/koffice-1.3.1-r1.ebuild b/app-office/koffice/koffice-1.3.1-r1.ebuild
index 8c989b9fdc1c..8cf16048e1f9 100644
--- a/app-office/koffice/koffice-1.3.1-r1.ebuild
+++ b/app-office/koffice/koffice-1.3.1-r1.ebuild
@@ -1,31 +1,28 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.1-r1.ebuild,v 1.3 2004/06/24 22:42:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.1-r1.ebuild,v 1.4 2004/06/29 11:42:09 carlo Exp $
+
inherit kde eutils
# TODO : mysql support
# other refs from configure: jasper, qt-docs, doxygen, libxml2, libxslt, freetype, fontconfig, qt being built with sql support (???)
-need-kde 3
-
DESCRIPTION="A free, integrated office suite for KDE, the K Desktop Environment."
HOMEPAGE="http://www.koffice.org/"
-LICENSE="GPL-2 LGPL-2"
SRC_URI="mirror://kde/stable/${P}/src/${P}.tar.bz2"
+LICENSE="GPL-2 LGPL-2"
KEYWORDS="~x86 amd64 ~ppc ~sparc ~alpha"
-RESTRICT="nomirror"
IUSE=""
SLOT="0"
-DEPEND="$DEPEND
- >=kde-base/kdelibs-3.1
- >=dev-lang/python-2.2.1
+DEPEND=">=dev-lang/python-2.2.1
>=media-libs/libart_lgpl-2.3.9
>=media-gfx/imagemagick-5.4.5
>=app-text/wv2-0.1.8
dev-util/pkgconfig"
+need-kde 3.1
src_unpack() {
kde_src_unpack
diff --git a/app-office/koffice/koffice-1.3.1.ebuild b/app-office/koffice/koffice-1.3.1.ebuild
index a9b7a2cf2991..6612feedee3c 100644
--- a/app-office/koffice/koffice-1.3.1.ebuild
+++ b/app-office/koffice/koffice-1.3.1.ebuild
@@ -1,31 +1,27 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.1.ebuild,v 1.4 2004/06/24 22:42:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.1.ebuild,v 1.5 2004/06/29 11:42:09 carlo Exp $
inherit kde
# TODO : mysql support
# other refs from configure: jasper, qt-docs, doxygen, libxml2, libxslt, freetype, fontconfig, qt being built with sql support (???)
-need-kde 3
-
DESCRIPTION="A free, integrated office suite for KDE, the K Desktop Environment."
HOMEPAGE="http://www.koffice.org/"
LICENSE="GPL-2 LGPL-2"
SRC_URI="mirror://kde/stable/${P}/src/${P}.tar.bz2"
KEYWORDS="~x86 ~amd64 ppc ~sparc ~alpha"
-RESTRICT="nomirror"
IUSE=""
SLOT="0"
-DEPEND="$DEPEND
- >=kde-base/kdelibs-3.1
- >=dev-lang/python-2.2.1
+DEPEND=">=dev-lang/python-2.2.1
>=media-libs/libart_lgpl-2.3.9
>=media-gfx/imagemagick-5.4.5
>=app-text/wv2-0.1.8
dev-util/pkgconfig"
+need-kde 3.1
src_compile() {
export LIBPYTHON="`python-config --libs`"
diff --git a/app-office/koffice/koffice-1.3.ebuild b/app-office/koffice/koffice-1.3.ebuild
index afc8a3a62c0e..f86064f26913 100644
--- a/app-office/koffice/koffice-1.3.ebuild
+++ b/app-office/koffice/koffice-1.3.ebuild
@@ -1,31 +1,28 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.ebuild,v 1.10 2004/06/24 22:42:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.ebuild,v 1.11 2004/06/29 11:42:09 carlo Exp $
+
inherit kde
# TODO : mysql support
# other refs from configure: jasper, qt-docs, doxygen, libxml2, libxslt, freetype, fontconfig, qt being built with sql support (???)
-need-kde 3
-
DESCRIPTION="A free, integrated office suite for KDE, the K Desktop Environment."
HOMEPAGE="http://www.koffice.org/"
LICENSE="GPL-2 LGPL-2"
SRC_URI="mirror://kde/stable/${P}/src/${P}.tar.bz2"
KEYWORDS="x86 amd64 ppc sparc"
-RESTRICT="nomirror"
IUSE=""
SLOT="0"
-DEPEND="$DEPEND
- >=kde-base/kdelibs-3.1
- >=dev-lang/python-2.2.1
+DEPEND=">=dev-lang/python-2.2.1
>=media-libs/libart_lgpl-2.3.9
>=media-gfx/imagemagick-5.4.5
>=app-text/wv2-0.1.8
dev-util/pkgconfig"
+need-kde 3.1
src_compile() {
export LIBPYTHON="`python-config --libs`"