diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2010-10-20 20:28:39 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2010-10-20 20:28:39 +0000 |
commit | 1564227106172f0d4d48eabfb8bc5a59bc91c91b (patch) | |
tree | 35ebdf53a8bc2fae76ab72a84e556922dfc16a30 /app-office | |
parent | Cleanup (diff) | |
download | gentoo-2-1564227106172f0d4d48eabfb8bc5a59bc91c91b.tar.gz gentoo-2-1564227106172f0d4d48eabfb8bc5a59bc91c91b.tar.bz2 gentoo-2-1564227106172f0d4d48eabfb8bc5a59bc91c91b.zip |
Cleanup
(Portage version: 2.1.9.20/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/kchart/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/kchart/kchart-2.1.1.ebuild | 29 | ||||
-rw-r--r-- | app-office/kchart/kchart-2.1.2.ebuild | 4 |
3 files changed, 7 insertions, 32 deletions
diff --git a/app-office/kchart/ChangeLog b/app-office/kchart/ChangeLog index 4be917fe5534..a5a91f6e5fc8 100644 --- a/app-office/kchart/ChangeLog +++ b/app-office/kchart/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/kchart # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.108 2010/10/15 21:42:49 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.109 2010/10/20 20:28:39 dilfridge Exp $ + + 20 Oct 2010; Andreas K. Huettel <dilfridge@gentoo.org> + -kchart-2.1.1.ebuild, kchart-2.1.2.ebuild: + Cleanup 15 Oct 2010; Andreas K. Huettel <dilfridge@gentoo.org> kchart-2.2.2.ebuild: diff --git a/app-office/kchart/kchart-2.1.1.ebuild b/app-office/kchart/kchart-2.1.1.ebuild deleted file mode 100644 index a1d407e981fa..000000000000 --- a/app-office/kchart/kchart-2.1.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-2.1.1.ebuild,v 1.2 2010/06/21 13:57:21 ssuominen Exp $ - -EAPI="2" - -KMNAME="koffice" -KMMODULE="${PN}" -inherit kde4-meta - -DESCRIPTION="KOffice chart application." - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY=" - libs/ - interfaces/ - filters/ - plugins/ -" -KMEXTRA=" - filters/${KMMODULE}/ -" - -KMLOADLIBS="koffice-libs" diff --git a/app-office/kchart/kchart-2.1.2.ebuild b/app-office/kchart/kchart-2.1.2.ebuild index 7716ee8d85b5..a65cb9d3d606 100644 --- a/app-office/kchart/kchart-2.1.2.ebuild +++ b/app-office/kchart/kchart-2.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-2.1.2.ebuild,v 1.2 2010/06/21 13:57:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-2.1.2.ebuild,v 1.3 2010/10/20 20:28:39 dilfridge Exp $ EAPI="2" @@ -10,7 +10,7 @@ inherit kde4-meta DESCRIPTION="KOffice chart application." -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~ppc ~ppc64" IUSE="" DEPEND="" |