diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 23:04:15 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 23:04:15 +0000 |
commit | 6466632b68e9699ad938dec7e685a33b9beaece2 (patch) | |
tree | ec791830a40e9bb8515c777ff89a52d90ca90a06 /app-text/gtranslator | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-6466632b68e9699ad938dec7e685a33b9beaece2.tar.gz gentoo-2-6466632b68e9699ad938dec7e685a33b9beaece2.tar.bz2 gentoo-2-6466632b68e9699ad938dec7e685a33b9beaece2.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-text/gtranslator')
-rw-r--r-- | app-text/gtranslator/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/gtranslator/gtranslator-2.91.5.ebuild | 92 |
2 files changed, 6 insertions, 94 deletions
diff --git a/app-text/gtranslator/ChangeLog b/app-text/gtranslator/ChangeLog index 3f07f0e9c951..990b22657aad 100644 --- a/app-text/gtranslator/ChangeLog +++ b/app-text/gtranslator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gtranslator -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtranslator/ChangeLog,v 1.57 2012/12/30 00:07:33 tetromino Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/gtranslator/ChangeLog,v 1.58 2013/03/05 23:04:15 eva Exp $ + + 05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + -gtranslator-2.91.5.ebuild: + Clean up old revision. *gtranslator-2.91.6 (29 Dec 2012) diff --git a/app-text/gtranslator/gtranslator-2.91.5.ebuild b/app-text/gtranslator/gtranslator-2.91.5.ebuild deleted file mode 100644 index 9d9a11ffc012..000000000000 --- a/app-text/gtranslator/gtranslator-2.91.5.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtranslator/gtranslator-2.91.5.ebuild,v 1.3 2012/12/17 08:20:16 tetromino Exp $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -PYTHON_DEPEND="gnome? 2" - -inherit gnome2 multilib python - -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-2.91.91:3= - <dev-libs/gdl-3.5 - >=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? ( - || ( 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] - dev-python/pygobject:3 - gnome-extra/gucharmap:2.90[introspection] )" -DEPEND="${COMMON_DEPEND} - app-text/docbook-xml-dtd:4.1.2 - app-text/gnome-doc-utils - >=app-text/scrollkeeper-0.1.4 - >=dev-util/gtk-doc-am-1 - >=dev-util/intltool-0.40 - >=sys-devel/gettext-0.17 - virtual/pkgconfig -" -# eautoreconf requires gnome-base/gnome-common - -pkg_setup() { - if use gnome; then - python_set_active_version 2 - python_pkg_setup - fi -} - -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)" - - gnome2_src_prepare - - if use gnome; then - python_clean_py-compile_files - else - # 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 -} - -pkg_postinst() { - gnome2_pkg_postinst - if use gnome; then - python_need_rebuild - python_mod_optimize /usr/$(get_libdir)/gtranslator/plugins - fi -} - -pkg_postrm() { - gnome2_pkg_postrm - use gnome && python_mod_cleanup /usr/$(get_libdir)/gtranslator/plugins -} |