Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/libktnef/
Date: Tue, 28 Feb 2017 21:28:06
Message-Id: 1488317266.78a79c5f110c8df3dcf4b2e0fe68441d832c53be.johu@gentoo
1 commit: 78a79c5f110c8df3dcf4b2e0fe68441d832c53be
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 21:27:46 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 21:27:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a79c5f
7
8 kde-apps/libktnef: Remove 16.12.2 (r0)
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 kde-apps/libktnef/libktnef-16.12.2.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/kde-apps/libktnef/libktnef-16.12.2.ebuild b/kde-apps/libktnef/libktnef-16.12.2.ebuild
16 deleted file mode 100644
17 index 757edc61cc8..00000000000
18 --- a/kde-apps/libktnef/libktnef-16.12.2.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -KDE_TEST="true"
27 -KMNAME="ktnef"
28 -inherit kde5
29 -
30 -DESCRIPTION="Library for handling TNEF data"
31 -LICENSE="GPL-2+"
32 -KEYWORDS="~amd64 ~x86"
33 -IUSE=""
34 -
35 -DEPEND="
36 - $(add_frameworks_dep kdelibs4support)
37 - $(add_frameworks_dep ki18n)
38 - $(add_kdeapps_dep kcalcore)
39 - $(add_kdeapps_dep kcalutils)
40 - $(add_kdeapps_dep kcontacts)
41 -"
42 -RDEPEND="${DEPEND}"