diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-12-11 15:45:09 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-12-11 15:45:09 +0000 |
commit | 6f9becf33e347c5c9e45fff64582534b7a794e97 (patch) | |
tree | db9d49b9e6ec5fe816b3437debfadcd2884bcc7e /kde-base/kjots | |
parent | fix -9999 to use paxmark.sh (diff) | |
download | gentoo-2-6f9becf33e347c5c9e45fff64582534b7a794e97.tar.gz gentoo-2-6f9becf33e347c5c9e45fff64582534b7a794e97.tar.bz2 gentoo-2-6f9becf33e347c5c9e45fff64582534b7a794e97.zip |
Remove KDE SC 4.14.2
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'kde-base/kjots')
-rw-r--r-- | kde-base/kjots/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kjots/kjots-4.14.2.ebuild | 26 |
2 files changed, 4 insertions, 27 deletions
diff --git a/kde-base/kjots/ChangeLog b/kde-base/kjots/ChangeLog index 4183e41553dc..00f9c6e84b1b 100644 --- a/kde-base/kjots/ChangeLog +++ b/kde-base/kjots/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kjots # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.326 2014/12/11 13:05:49 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.327 2014/12/11 15:45:04 mrueg Exp $ + + 11 Dec 2014; Manuel Rüger <mrueg@gentoo.org> -kjots-4.14.2.ebuild: + Remove KDE SC 4.14.2 11 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> kjots-4.14.3.ebuild: amd64 stable wrt bug #517344 diff --git a/kde-base/kjots/kjots-4.14.2.ebuild b/kde-base/kjots/kjots-4.14.2.ebuild deleted file mode 100644 index 22a39f244578..000000000000 --- a/kde-base/kjots/kjots-4.14.2.ebuild +++ /dev/null @@ -1,26 +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/kjots/kjots-4.14.2.ebuild,v 1.1 2014/10/25 19:58:32 kensington Exp $ - -EAPI=5 - -KDE_HANDBOOK="optional" -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KDE note taking utility" -HOMEPAGE="http://www.kde.org/applications/utilities/kjots/" -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}" - -KMEXTRACTONLY=" - akonadi_next/ - noteshared/ -" |