diff options
-rw-r--r-- | app-dicts/verbiste/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/verbiste/verbiste-0.1.38-r1.ebuild | 68 | ||||
-rw-r--r-- | app-dicts/verbiste/verbiste-0.1.41.ebuild | 66 |
3 files changed, 0 insertions, 136 deletions
diff --git a/app-dicts/verbiste/Manifest b/app-dicts/verbiste/Manifest index 4228de1be8d9..b8e4ece9defe 100644 --- a/app-dicts/verbiste/Manifest +++ b/app-dicts/verbiste/Manifest @@ -1,3 +1 @@ -DIST verbiste-0.1.38.tar.gz 706222 BLAKE2B 2ec6f5da9ae410faf422afc7717db5c77d288c6994ec4076c9ace1f3589ee98cbe624a82601415e2c736e127a96225da5afda8ada6a26b2b926a501316b723df SHA512 b5d99d08a9d1a7c91c1dbb86e0d4465a46403db881cd28d2abaf8d376adef6b4d4f5ac93e528d45beb639b77aff7e1730dbb436624674ff21c1f5781173db787 -DIST verbiste-0.1.41.tar.gz 751059 BLAKE2B 503411520a2b76463d20cae09af33f28255db5450a6721da248a87f4df102b64084e224261416bff9fba62cf6e1605363c4aae1090e91da06b65892c37ee9e5b SHA512 f89bb1074cd8c65f8516004c89aae50c65b5bd426d78a01b5e6b7418d86b5c348d2c554ab202c9f34cc9c5586a54518160fc225afa237cdb140ff99f78563702 DIST verbiste-0.1.44.tar.gz 780465 BLAKE2B 692fd3bdf00323b08d4c8a66baaf9f6800c4593428d36efb4cd4bfc51eea912297154e4b0610b94b66d1354317ac7cf24d6dca083d521c648338a0974f6d0899 SHA512 36c8a2af31f948dc3970bef260d5cd7f9d230f4966f846bcc823f006cd98ab98229544b7470466529344ac5735d1189c859c539f526cd58410d9a521510db5e5 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 -} diff --git a/app-dicts/verbiste/verbiste-0.1.41.ebuild b/app-dicts/verbiste/verbiste-0.1.41.ebuild deleted file mode 100644 index 4648b20ec985..000000000000 --- a/app-dicts/verbiste/verbiste-0.1.41.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils gnome2-utils ltprune xdg-utils - -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 - xdg_desktop_database_update - gnome2_icon_cache_update - fi -} - -pkg_postrm() { - if use gtk; then - xdg_desktop_database_update - gnome2_icon_cache_update - fi -} |