diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2011-03-17 11:56:52 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2011-03-17 11:56:52 +0000 |
commit | 2291755244b25a593a362f2b5bb7de76f4aa9686 (patch) | |
tree | 17a41a72f6995b6a5067fb1ed7cb42fd6d231266 /app-office | |
parent | Properly install all sizes of app and mimetype icons (diff) | |
download | gentoo-2-2291755244b25a593a362f2b5bb7de76f4aa9686.tar.gz gentoo-2-2291755244b25a593a362f2b5bb7de76f4aa9686.tar.bz2 gentoo-2-2291755244b25a593a362f2b5bb7de76f4aa9686.zip |
Remove kde stuff, this is KDE3-only, which is not even in the tree anymore.
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice-bin/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-3.3.0.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-office/openoffice-bin/ChangeLog b/app-office/openoffice-bin/ChangeLog index 88aeecac410a..a71e9eb37a62 100644 --- a/app-office/openoffice-bin/ChangeLog +++ b/app-office/openoffice-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/openoffice-bin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.238 2011/03/17 11:47:50 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.239 2011/03/17 11:56:52 suka Exp $ + + 17 Mar 2011; Andreas Proschofsky <suka@gentoo.org> + openoffice-bin-3.3.0.ebuild: + Remove kde stuff, this is KDE3-only, which is not even in the tree anymore. + Bug upstream about + packaging KDE4-support 17 Mar 2011; Andreas Proschofsky <suka@gentoo.org> openoffice-bin-3.3.0.ebuild: diff --git a/app-office/openoffice-bin/openoffice-bin-3.3.0.ebuild b/app-office/openoffice-bin/openoffice-bin-3.3.0.ebuild index a191701b9e78..a98c84ea7b56 100644 --- a/app-office/openoffice-bin/openoffice-bin-3.3.0.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-3.3.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.3.0.ebuild,v 1.2 2011/03/17 11:47:50 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.3.0.ebuild,v 1.3 2011/03/17 11:56:52 suka Exp $ EAPI="3" inherit eutils fdo-mime gnome2-utils pax-utils prefix rpm multilib -IUSE="gnome java kde" +IUSE="gnome java" BUILDID="9567" BUILDID2="9556" @@ -96,7 +96,6 @@ src_unpack() { rpm_unpack "./${UP}/desktop-integration/openoffice.org3.3-freedesktop-menus-3.3-${BUILDID2}.noarch.rpm" use gnome && rpm_unpack "./${UP}/${BASIS}-gnome-integration-${MY_PV3}.${OOARCH}.rpm" - use kde && rpm_unpack "./${UP}/${BASIS}-kde-integration-${MY_PV3}.${OOARCH}.rpm" use java && rpm_unpack "./${UP}/${BASIS}-javafilter-${MY_PV3}.${OOARCH}.rpm" # Unpack provided dictionaries, unless there is a better solution... |