Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/
Date: Thu, 30 Apr 2020 18:38:03
Message-Id: 1588270737.47b97a7417752301010e29432ac5c084ab391855.asturm@gentoo
1 commit: 47b97a7417752301010e29432ac5c084ab391855
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 10:56:39 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 18:18:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b97a74
7
8 app-i18n/tomoe-gtk: Drop 0.6.0-r5
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r5.ebuild | 47 ----------------------------
14 1 file changed, 47 deletions(-)
15
16 diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r5.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r5.ebuild
17 deleted file mode 100644
18 index f5a0c638be4..00000000000
19 --- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r5.ebuild
20 +++ /dev/null
21 @@ -1,47 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="6"
26 -PYTHON_COMPAT=( python2_7 )
27 -
28 -inherit ltprune python-single-r1
29 -
30 -DESCRIPTION="Tomoe GTK+ interface widget library"
31 -HOMEPAGE="http://tomoe.osdn.jp/"
32 -SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
33 -
34 -LICENSE="LGPL-2.1"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -IUSE="python static-libs"
38 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
39 -
40 -RDEPEND="app-i18n/tomoe[python(+)?,${PYTHON_SINGLE_USEDEP}]
41 - x11-libs/gtk+:2
42 - python? (
43 - ${PYTHON_DEPS}
44 - $(python_gen_cond_dep '
45 - dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
46 - dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
47 - ')
48 - )"
49 -DEPEND="${RDEPEND}
50 - dev-util/gtk-doc-am
51 - sys-devel/gettext
52 - virtual/pkgconfig"
53 -
54 -pkg_setup() {
55 - use python && python-single-r1_pkg_setup
56 -}
57 -
58 -src_configure() {
59 - econf \
60 - $(use_enable static-libs static) \
61 - $(use_with python python "") \
62 - --without-gucharmap
63 -}
64 -
65 -src_install() {
66 - default
67 - prune_libtool_files --modules
68 -}