From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE6B71382C5 for ; Wed, 2 Jun 2021 22:15:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E13DE0898; Wed, 2 Jun 2021 22:15:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CD32E0898 for ; Wed, 2 Jun 2021 22:15:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 344B333FEF1 for ; Wed, 2 Jun 2021 22:15:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7D64644 for ; Wed, 2 Jun 2021 22:15:02 +0000 (UTC) From: "Rémi Cardona" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rémi Cardona" Message-ID: <1622672092.e16785f31d7db73b55b4f57b36cec94192444669.remi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/verbiste/Manifest app-dicts/verbiste/verbiste-0.1.47.ebuild X-VCS-Directories: app-dicts/verbiste/ X-VCS-Committer: remi X-VCS-Committer-Name: Rémi Cardona X-VCS-Revision: e16785f31d7db73b55b4f57b36cec94192444669 X-VCS-Branch: master Date: Wed, 2 Jun 2021 22:15:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 885be4e1-4b09-49d0-8290-3579798d16d3 X-Archives-Hash: 22b5b95d1c0b2636441f09dda9a3b3cc commit: e16785f31d7db73b55b4f57b36cec94192444669 Author: Rémi Cardona gentoo org> AuthorDate: Wed Jun 2 22:07:07 2021 +0000 Commit: Rémi Cardona gentoo org> CommitDate: Wed Jun 2 22:14:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16785f3 app-dicts/verbiste: bump to 0.1.47 Closes: https://bugs.gentoo.org/786876 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Rémi Cardona gentoo.org> app-dicts/verbiste/Manifest | 1 + app-dicts/verbiste/verbiste-0.1.47.ebuild | 61 +++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) diff --git a/app-dicts/verbiste/Manifest b/app-dicts/verbiste/Manifest index b8e4ece9def..4c1f7c52b8d 100644 --- a/app-dicts/verbiste/Manifest +++ b/app-dicts/verbiste/Manifest @@ -1 +1,2 @@ DIST verbiste-0.1.44.tar.gz 780465 BLAKE2B 692fd3bdf00323b08d4c8a66baaf9f6800c4593428d36efb4cd4bfc51eea912297154e4b0610b94b66d1354317ac7cf24d6dca083d521c648338a0974f6d0899 SHA512 36c8a2af31f948dc3970bef260d5cd7f9d230f4966f846bcc823f006cd98ab98229544b7470466529344ac5735d1189c859c539f526cd58410d9a521510db5e5 +DIST verbiste-0.1.47.tar.gz 781085 BLAKE2B 39f92bffc2165b49a2cd66ced4337aa4eb4253a1d767f0c26cea0bc10e965a5547158ab0de796b76016fd46bd220b305a14c9be42b76f5a25f0fde85e4ff1b97 SHA512 cc06d3e4a09b9edf2fe3996f527ae05fa50af909cc5ea6ed830d1b4f5706cf9b29028160cff842a211148e13d736f7e2cb74f10b3c5fd84d93a1038e05a26cbf diff --git a/app-dicts/verbiste/verbiste-0.1.47.ebuild b/app-dicts/verbiste/verbiste-0.1.47.ebuild new file mode 100644 index 00000000000..dc372435661 --- /dev/null +++ b/app-dicts/verbiste/verbiste-0.1.47.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop xdg-utils + +DESCRIPTION="French conjugation system" +HOMEPAGE="http://sarrazip.com/dev/verbiste.html" +SRC_URI="http://sarrazip.com/dev/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="gtk" + +RDEPEND=" + >=dev-libs/libxml2-2.4.0:2 + gtk? ( >=x11-libs/gtk+-2.6:2 ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + 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 + + 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 + domenu src/gnome/verbiste.desktop + fi + + find "${ED}" -name '*.la' -delete || die +} + +pkg_postinst() { + if use gtk; then + xdg_desktop_database_update + xdg_icon_cache_update + fi +} + +pkg_postrm() { + if use gtk; then + xdg_desktop_database_update + xdg_icon_cache_update + fi +}