From f70a1bfc721336d4fc7dfb711c2f518a6b18cf16 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 30 Sep 2020 17:27:54 +0100 Subject: gentoo resync : 30.09.2020 --- app-dicts/verbiste/verbiste-0.1.38-r1.ebuild | 68 ---------------------------- 1 file changed, 68 deletions(-) delete mode 100644 app-dicts/verbiste/verbiste-0.1.38-r1.ebuild (limited to 'app-dicts/verbiste/verbiste-0.1.38-r1.ebuild') diff --git a/app-dicts/verbiste/verbiste-0.1.38-r1.ebuild b/app-dicts/verbiste/verbiste-0.1.38-r1.ebuild deleted file mode 100644 index 3d3ccc0033df..000000000000 --- a/app-dicts/verbiste/verbiste-0.1.38-r1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils gnome2-utils fdo-mime ltprune - -DESCRIPTION="French conjugation system" -HOMEPAGE="http://sarrazip.com/dev/verbiste.html" -SRC_URI="http://sarrazip.com/dev/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" - -IUSE="gtk" - -RDEPEND=" - >=dev-libs/libxml2-2.4.0:2 - gtk? ( >=x11-libs/gtk+-2.6:2 ) -" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig -" - -src_configure() { - econf \ - --with-console-app \ - --without-gnome-app \ - --without-gnome-applet \ - $(use_with gtk gtk-app) -} - -src_install() { - default - prune_libtool_files - dodoc HACKING LISEZMOI - # file is only installed with USE=gnome - if use gtk; then - sed -e 's/Exec=.*/Exec=verbiste-gtk/' \ - -i src/gnome/verbiste.desktop || die - insinto usr/share/applications - doins src/gnome/verbiste.desktop - fi -} - -pkg_preinst() { - if use gtk; then - gnome2_icon_savelist - fi -} - -pkg_postinst() { - if use gtk; then - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - gnome2_icon_cache_update - fi -} - -pkg_postrm() { - if use gtk; then - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - gnome2_icon_cache_update - fi -} -- cgit v1.2.3