diff options
author | Simone Gotti <motaboy@gentoo.org> | 2005-01-29 14:48:52 +0000 |
---|---|---|
committer | Simone Gotti <motaboy@gentoo.org> | 2005-01-29 14:48:52 +0000 |
commit | ad925dc66d283bf25585bccc402f4dbd15ac96fd (patch) | |
tree | 4ea4a299a8ace9ad8c671ba4d2f7d572e315ad4c /app-office | |
parent | Added dev-cpp/glibmm to DEPEND and closing bug #79922. (diff) | |
download | gentoo-2-ad925dc66d283bf25585bccc402f4dbd15ac96fd.tar.gz gentoo-2-ad925dc66d283bf25585bccc402f4dbd15ac96fd.tar.bz2 gentoo-2-ad925dc66d283bf25585bccc402f4dbd15ac96fd.zip |
Add blockers on split packages derived from koffice.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/koffice/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/koffice/koffice-1.3.5-r1.ebuild | 12 | ||||
-rw-r--r-- | app-office/koffice/koffice-1.3.5-r2.ebuild | 12 |
3 files changed, 23 insertions, 7 deletions
diff --git a/app-office/koffice/ChangeLog b/app-office/koffice/ChangeLog index 19d718f7f404..03797522796b 100644 --- a/app-office/koffice/ChangeLog +++ b/app-office/koffice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/koffice # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.97 2005/01/21 20:50:08 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.98 2005/01/29 14:48:52 motaboy Exp $ + + 29 Jan 2005; Simone Gotti <motaboy@gentoo.org> koffice-1.3.5-r1.ebuild, + koffice-1.3.5-r2.ebuild: + Add blockers on split packages derived from koffice. 21 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> koffice-1.3.5-r2.ebuild: diff --git a/app-office/koffice/koffice-1.3.5-r1.ebuild b/app-office/koffice/koffice-1.3.5-r1.ebuild index 0484a0c45036..946c834c525b 100644 --- a/app-office/koffice/koffice-1.3.5-r1.ebuild +++ b/app-office/koffice/koffice-1.3.5-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.5-r1.ebuild,v 1.7 2005/01/01 15:35:59 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.5-r1.ebuild,v 1.8 2005/01/29 14:48:52 motaboy Exp $ -inherit kde eutils +inherit kde kde-functions eutils # TODO : mysql support # other refs from configure: jasper, qt-docs, doxygen, libxml2, libxslt, freetype, fontconfig, qt being built with sql support (???) @@ -16,8 +16,14 @@ KEYWORDS="x86 amd64 ppc sparc alpha ppc64" IUSE="" SLOT="0" +# add blockers on split packages derived from this one +for x in $(get-child-packages ${CATEGORY}/${PN}); do + DEPEND="${DEPEND} !${x}" + RDEPEND="${RDEPEND} !${x}" +done -DEPEND=">=dev-lang/python-2.2.1 +DEPEND="${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 diff --git a/app-office/koffice/koffice-1.3.5-r2.ebuild b/app-office/koffice/koffice-1.3.5-r2.ebuild index 1c8c17edb627..cbb857c2fcd9 100644 --- a/app-office/koffice/koffice-1.3.5-r2.ebuild +++ b/app-office/koffice/koffice-1.3.5-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.5-r2.ebuild,v 1.6 2005/01/21 20:50:08 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.5-r2.ebuild,v 1.7 2005/01/29 14:48:52 motaboy Exp $ -inherit kde eutils +inherit kde kde-functions eutils # TODO : mysql support # other refs from configure: jasper, qt-docs, doxygen, libxml2, libxslt, freetype, fontconfig, qt being built with sql support (???) @@ -16,8 +16,14 @@ KEYWORDS="x86 amd64 ppc sparc alpha ppc64" IUSE="" SLOT="0" +# add blockers on split packages derived from this one +for x in $(get-child-packages ${CATEGORY}/${PN}); do + DEPEND="${DEPEND} !${x}" + RDEPEND="${RDEPEND} !${x}" +done -DEPEND=">=dev-lang/python-2.2.1 +DEPEND="${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 |