mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
app-text/gtranslator: Drop old
Package-Manager: portage-2.3.2
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST gtranslator-2.91.6.tar.xz 2235796 SHA256 a1fd4b17b1f32cc7223a31d34e34f95b20acc7b5a23768351a34ff0b7a4bcdf6 SHA512 5cb5ca318201a08b530390073a9e87be93c6fb30629e899d6d23e38a790771cacf5188a26c61584a24170a3a12e9d1670440fd3f4eb3eab2da1a76a7ec4c385f WHIRLPOOL 6241316e3b759f4d21934ca9fce06cb2e3019288d3916957b5316112eab66fea3674c4b83974afdbdc19c905da86cd65939f83e9862414b2383b8a4f397d1659
|
||||
DIST gtranslator-2.91.7.tar.xz 2835836 SHA256 2b25b45b33e4aa856953b4a5da1d98bd51a343ddb479aeae3934bfe0c3651f9d SHA512 8d2a582e06ab0fecb9c18bde372ca0cd02d426155d4b30b876bd8f2e177c88c79d410adb0297ab85f18a952eeef32c17352cde18eda3c4c4fe33833db25022b5 WHIRLPOOL f39557d03cd0d8d833478b8e9d356c4db6ac13a9a5ebd2c09c0bc022a383342d490762eb53b99a1f32182c348e27ab21aa5d2ef1950f19b0913584997e1cac98
|
||||
|
||||
@@ -1,72 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit gnome2 python-single-r1
|
||||
|
||||
DESCRIPTION="An enhanced gettext po file editor for GNOME"
|
||||
HOMEPAGE="http://gtranslator.sourceforge.net/"
|
||||
|
||||
LICENSE="GPL-3+ FDL-1.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
IUSE="gnome spell"
|
||||
|
||||
COMMON_DEPEND="
|
||||
>=dev-libs/glib-2.32:2
|
||||
>=x11-libs/gtk+-3.4.2:3
|
||||
>=x11-libs/gtksourceview-3.0.0:3.0
|
||||
>=dev-libs/gdl-3.6:3=
|
||||
>=dev-libs/libxml2-2.4.12:2
|
||||
>=dev-libs/json-glib-0.12.0
|
||||
>=dev-libs/libpeas-1.2[gtk]
|
||||
gnome-extra/libgda:5=
|
||||
>=app-text/iso-codes-0.35
|
||||
|
||||
gnome-base/gsettings-desktop-schemas
|
||||
|
||||
gnome? (
|
||||
${PYTHON_DEPS}
|
||||
|| ( app-dicts/gnome-dictionary =gnome-extra/gnome-utils-3.2* )
|
||||
x11-libs/gtk+:3[introspection] )
|
||||
spell? ( app-text/gtkspell:3= )"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
x11-themes/gnome-icon-theme-symbolic
|
||||
gnome? (
|
||||
>=dev-libs/libpeas-1.2[gtk,python,${PYTHON_USEDEP}]
|
||||
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
||||
gnome-extra/gucharmap:2.90[introspection] )"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
>=dev-util/gtk-doc-am-1
|
||||
>=dev-util/intltool-0.40
|
||||
>=sys-devel/gettext-0.17
|
||||
virtual/pkgconfig
|
||||
"
|
||||
# eautoreconf requires gnome-base/gnome-common, app-text/yelp-tools
|
||||
|
||||
pkg_setup() {
|
||||
use gnome && python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
DOCS="AUTHORS ChangeLog HACKING INSTALL NEWS README THANKS"
|
||||
G2CONF="${G2CONF}
|
||||
--disable-static
|
||||
$(use_with gnome dictionary)
|
||||
$(use_enable gnome introspection)
|
||||
$(use_with spell gtkspell3)
|
||||
ITSTOOL=$(type -P true)"
|
||||
|
||||
gnome2_src_prepare
|
||||
|
||||
if ! use gnome; then
|
||||
# don't install charmap plugin, it requires gnome-extra/gucharmap
|
||||
sed -e 's:\scharmap\s: :g' -i plugins/Makefile.* ||
|
||||
die "sed plugins/Makefile.* failed"
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user