diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-11-07 15:47:39 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-11-07 17:21:02 +0200 |
commit | 9d48d4c00969fd19df1d6e95f8555a0ae4bf28a8 (patch) | |
tree | a55154c8538ad6ca1271c588ce65c00aa8949173 /app-text/gtranslator | |
parent | app-text/evince: remove old (diff) | |
download | gentoo-9d48d4c00969fd19df1d6e95f8555a0ae4bf28a8.tar.gz gentoo-9d48d4c00969fd19df1d6e95f8555a0ae4bf28a8.tar.bz2 gentoo-9d48d4c00969fd19df1d6e95f8555a0ae4bf28a8.zip |
app-text/gtranslator: remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-text/gtranslator')
-rw-r--r-- | app-text/gtranslator/Manifest | 1 | ||||
-rw-r--r-- | app-text/gtranslator/gtranslator-3.32.0.ebuild | 51 |
2 files changed, 0 insertions, 52 deletions
diff --git a/app-text/gtranslator/Manifest b/app-text/gtranslator/Manifest index c217df424a12..9aef51e723ec 100644 --- a/app-text/gtranslator/Manifest +++ b/app-text/gtranslator/Manifest @@ -1,2 +1 @@ -DIST gtranslator-3.32.0.tar.xz 2767988 BLAKE2B cf05561d35adaa77e1bb15adb11faad5346a236d6bf82ccc2b474c2478ea537c89852e0c0322067de1bb24c320ad6732eff5a0f6489a97e57c980b0f1c7d56f6 SHA512 4119b64f671ccb4d8132c4b18f53b614a80c6faaecef212b23268b2a189e7b337dd63f9c0d82e139976a6d5615c4c047ad3be97397734930b5c0d07b57e13531 DIST gtranslator-3.36.0.tar.xz 2121776 BLAKE2B 745ae74a9a1a47af609b30712f5e6e99474081da9136cc15ecf0bd121e0dd01d326574466ddf4551df7255247a6a895dd468b085cee91735fe8883e4feb16c97 SHA512 63393a33db031ea549763113d6bc55cd00c081e671a31654d225968d8d31d671ca7e577b4df8336603fe2c769c5c443e9ebf69d558c888438d194a503e044044 diff --git a/app-text/gtranslator/gtranslator-3.32.0.ebuild b/app-text/gtranslator/gtranslator-3.32.0.ebuild deleted file mode 100644 index a833ec4d1aa2..000000000000 --- a/app-text/gtranslator/gtranslator-3.32.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome.org gnome2-utils meson xdg - -DESCRIPTION="GNOME Translation Editor" -HOMEPAGE="https://wiki.gnome.org/Apps/Gtranslator" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.36.0:2 - >=x11-libs/gtk+-3.22.20:3 - gnome-extra/libgda:5= - gnome-base/gsettings-desktop-schemas - >=app-text/gspell-1.2.0:= - >=x11-libs/gtksourceview-4.0.2:4 - >=dev-libs/libxml2-2.4.12:2 -" -DEPEND="${RDEPEND} - dev-libs/appstream-glib - dev-libs/libxml2:2 - dev-util/glib-utils - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" -# gtk-doc? ( >=dev-util/gtk-doc-1.28 ) - -src_configure() { - # Needs gtk-doc we don't have at the time of gtranslator-3.32.0 introduction - #local emesonargs=( - # $(meson_use gtk-doc gtk_doc) - #) - meson_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |