Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gtranslator/
Date: Thu, 27 Apr 2017 22:08:23
Message-Id: 1493330412.9c95e26c14bb5746b737481c4c4092486acc4f7a.leio@gentoo
1 commit: 9c95e26c14bb5746b737481c4c4092486acc4f7a
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 27 22:00:12 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 27 22:00:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c95e26c
7
8 app-text/gtranslator: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-text/gtranslator/gtranslator-2.91.7.ebuild | 76 --------------------------
13 1 file changed, 76 deletions(-)
14
15 diff --git a/app-text/gtranslator/gtranslator-2.91.7.ebuild b/app-text/gtranslator/gtranslator-2.91.7.ebuild
16 deleted file mode 100644
17 index 7d9bebcb5de..00000000000
18 --- a/app-text/gtranslator/gtranslator-2.91.7.ebuild
19 +++ /dev/null
20 @@ -1,76 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="5"
25 -GCONF_DEBUG="no"
26 -GNOME2_LA_PUNT="yes"
27 -PYTHON_COMPAT=( python2_7 )
28 -
29 -inherit gnome2 python-single-r1
30 -
31 -DESCRIPTION="An enhanced gettext po file editor for GNOME"
32 -HOMEPAGE="https://wiki.gnome.org/Apps/Gtranslator"
33 -
34 -LICENSE="GPL-3+ FDL-1.1+"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~ppc x86"
37 -IUSE="gnome spell"
38 -REQUIRED_USE="gnome? ( ${PYTHON_REQUIRED_USE} )"
39 -
40 -COMMON_DEPEND="
41 - >=dev-libs/glib-2.32:2[dbus]
42 - >=x11-libs/gtk+-3.4.2:3
43 - >=x11-libs/gtksourceview-3.0.0:3.0
44 - >=dev-libs/gdl-3.6:3=
45 - >=dev-libs/libxml2-2.4.12:2
46 - >=dev-libs/json-glib-0.12.0
47 - >=dev-libs/libpeas-1.2[gtk]
48 - gnome-extra/libgda:5=
49 - >=app-text/iso-codes-0.35
50 -
51 - gnome-base/gsettings-desktop-schemas
52 -
53 - gnome? (
54 - ${PYTHON_DEPS}
55 - app-dicts/gnome-dictionary:=
56 - x11-libs/gtk+:3[introspection] )
57 - spell? ( app-text/gtkspell:3= )
58 -"
59 -RDEPEND="${COMMON_DEPEND}
60 - x11-themes/gnome-icon-theme-symbolic
61 - gnome? (
62 - >=dev-libs/libpeas-1.2[gtk,python,${PYTHON_USEDEP}]
63 - dev-python/pygobject:3[${PYTHON_USEDEP}]
64 - gnome-extra/gucharmap:2.90[introspection] )
65 -"
66 -DEPEND="${COMMON_DEPEND}
67 - >=dev-util/gtk-doc-am-1
68 - >=dev-util/intltool-0.50.1
69 - >=sys-devel/gettext-0.17
70 - virtual/pkgconfig
71 -"
72 -# eautoreconf requires gnome-base/gnome-common, app-text/yelp-tools
73 -
74 -pkg_setup() {
75 - use gnome && python-single-r1_pkg_setup
76 -}
77 -
78 -src_prepare() {
79 - DOCS="AUTHORS ChangeLog HACKING INSTALL NEWS README THANKS"
80 -
81 - gnome2_src_prepare
82 -
83 - if ! use gnome; then
84 - # don't install charmap plugin, it requires gnome-extra/gucharmap
85 - sed -e 's:\scharmap\s: :g' -i plugins/Makefile.* ||
86 - die "sed plugins/Makefile.* failed"
87 - fi
88 -}
89 -
90 -src_configure() {
91 - gnome2_src_configure \
92 - --disable-static \
93 - $(use_with gnome dictionary) \
94 - $(use_enable gnome introspection) \
95 - $(use_with spell gtkspell)
96 -}