diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-14 19:33:14 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-14 19:33:14 +0000 |
commit | 69e9d0c81880ad7e50df6a4d071fac51e9babb46 (patch) | |
tree | ad8c8706e0bd7837c3c4aacb022ab2353d3925af /kde-base/kaddressbook | |
parent | Version bumps. Remove old (diff) | |
download | gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.tar.gz gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.tar.bz2 gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.zip |
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key )
Diffstat (limited to 'kde-base/kaddressbook')
-rw-r--r-- | kde-base/kaddressbook/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kaddressbook/kaddressbook-4.13.3.ebuild | 48 | ||||
-rw-r--r-- | kde-base/kaddressbook/kaddressbook-4.14.1.ebuild | 51 |
3 files changed, 5 insertions, 100 deletions
diff --git a/kde-base/kaddressbook/ChangeLog b/kde-base/kaddressbook/ChangeLog index cb932692056b..e8046ba88760 100644 --- a/kde-base/kaddressbook/ChangeLog +++ b/kde-base/kaddressbook/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kaddressbook # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.343 2014/10/25 20:40:43 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.344 2014/11/14 19:33:02 mrueg Exp $ + + 14 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -kaddressbook-4.13.3.ebuild, + -kaddressbook-4.14.1.ebuild: + Cleanup old. 25 Oct 2014; Manuel Rüger <mrueg@gentoo.org> -kaddressbook-4.14.0.ebuild: Cleanup KDE SC 4.14.0 diff --git a/kde-base/kaddressbook/kaddressbook-4.13.3.ebuild b/kde-base/kaddressbook/kaddressbook-4.13.3.ebuild deleted file mode 100644 index 669281ca24cb..000000000000 --- a/kde-base/kaddressbook/kaddressbook-4.13.3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-4.13.3.ebuild,v 1.3 2014/10/12 13:31:13 zlogene Exp $ - -EAPI=5 - -KDE_HANDBOOK="optional" -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="The KDE Address Book" -HOMEPAGE="http://www.kde.org/applications/office/kaddressbook/" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - >=dev-libs/grantlee-0.2.0 - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep kdepim-common-libs) -" -RDEPEND="${DEPEND}" - -KMEXTRA=" - plugins/kaddressbook/ - plugins/ktexteditor/ -" -KMCOMPILEONLY=" - grantleetheme/ - kaddressbookgrantlee/ -" -KMEXTRACTONLY=" - akonadi_next/ - calendarsupport/ - libkleo/ - pimcommon/ -" - -KMLOADLIBS="kdepim-common-libs" - -pkg_postinst() { - kde4-meta_pkg_postinst - - if ! has_version kde-base/kdepim-kresources:${SLOT}; then - echo - elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}" - echo - fi -} diff --git a/kde-base/kaddressbook/kaddressbook-4.14.1.ebuild b/kde-base/kaddressbook/kaddressbook-4.14.1.ebuild deleted file mode 100644 index 469269de8346..000000000000 --- a/kde-base/kaddressbook/kaddressbook-4.14.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-4.14.1.ebuild,v 1.3 2014/10/12 13:31:13 zlogene Exp $ - -EAPI=5 - -KDE_HANDBOOK="optional" -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="The KDE Address Book" -HOMEPAGE="http://www.kde.org/applications/office/kaddressbook/" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - >=dev-libs/grantlee-0.2.0 - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep kdepim-common-libs) - !kde-base/contactthemeeditor -" -RDEPEND="${DEPEND}" - -KMEXTRA=" - grantleeeditor/contactthemeeditor - plugins/kaddressbook/ - plugins/ktexteditor/ -" -KMCOMPILEONLY=" - grantleetheme/ - kaddressbookgrantlee/ -" -KMEXTRACTONLY=" - akonadi_next/ - calendarsupport/ - grantleeeditor/grantleethemeeditor/ - libkleo/ - pimcommon/ -" - -KMLOADLIBS="kdepim-common-libs" - -pkg_postinst() { - kde4-meta_pkg_postinst - - if ! has_version kde-base/kdepim-kresources:${SLOT}; then - echo - elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}" - echo - fi -} |