public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/
Date: Sun, 20 Aug 2017 18:18:30 +0000 (UTC)	[thread overview]
Message-ID: <1503253093.075b5f709e2f2bc71a4bcdfe1c16e5e77189b8fe.eva@gentoo> (raw)

commit:     075b5f709e2f2bc71a4bcdfe1c16e5e77189b8fe
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 15:20:10 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 18:18:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075b5f70

app-dicts/verbiste: version bump 0.1.41 → 0.1.44

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-dicts/verbiste/Manifest               |  1 +
 app-dicts/verbiste/verbiste-0.1.44.ebuild | 66 +++++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)

diff --git a/app-dicts/verbiste/Manifest b/app-dicts/verbiste/Manifest
index 2895fdf8989..662a3ee68a2 100644
--- a/app-dicts/verbiste/Manifest
+++ b/app-dicts/verbiste/Manifest
@@ -1,2 +1,3 @@
 DIST verbiste-0.1.38.tar.gz 706222 SHA256 7be13f0cc5c415ea5382ed2ee4391c21c700910eef2771086a28e44ff32817ff SHA512 b5d99d08a9d1a7c91c1dbb86e0d4465a46403db881cd28d2abaf8d376adef6b4d4f5ac93e528d45beb639b77aff7e1730dbb436624674ff21c1f5781173db787 WHIRLPOOL 9e7558e36c33eb7cd89f0cb888c01fb6040292ff7cdaeecd6f9ee51c7354939d5b9d23f769c67462be613abf0e275ab5580539a10fb5d0d8e8eca3489f16b027
 DIST verbiste-0.1.41.tar.gz 751059 SHA256 b4490d99dc768c8947536c01a5fbbecf71d067f472c0bd4d79b828df45d79f9f SHA512 f89bb1074cd8c65f8516004c89aae50c65b5bd426d78a01b5e6b7418d86b5c348d2c554ab202c9f34cc9c5586a54518160fc225afa237cdb140ff99f78563702 WHIRLPOOL 8a3d6a29f0bf428f2ec5f9852bf4381abb02eb4aac16153cd95fda367e1227cca3035a00de02f3d00757b254fba9dcc2d19a0f91454f82097ce4026d84ab83aa
+DIST verbiste-0.1.44.tar.gz 780465 SHA256 5ca77a342d234a10a376e2765f69ad358131b502520325c2f0c4303c38cab26e SHA512 36c8a2af31f948dc3970bef260d5cd7f9d230f4966f846bcc823f006cd98ab98229544b7470466529344ac5735d1189c859c539f526cd58410d9a521510db5e5 WHIRLPOOL 12ed4faeb60d6ebec5356b5e2a1f21e943b294c6c51bfd24bfbca84f63f61c2ef7c2af7b83cb01c2a8970f2f3ab0b9bc14385c11ca739f9c2e448ee1f16f72c4

diff --git a/app-dicts/verbiste/verbiste-0.1.44.ebuild b/app-dicts/verbiste/verbiste-0.1.44.ebuild
new file mode 100644
index 00000000000..c9a1c7a067d
--- /dev/null
+++ b/app-dicts/verbiste/verbiste-0.1.44.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils gnome2-utils 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
+}


             reply	other threads:[~2017-08-20 18:18 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-20 18:18 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-27 17:31 [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/ Arthur Zamarin
2024-11-23 15:05 Michał Górny
2024-11-23 12:09 Sam James
2024-06-28 15:45 Sam James
2024-06-24  3:13 Sam James
2021-09-29 14:12 Yixun Lan
2021-09-21 16:35 Sam James
2021-09-21  6:35 Agostino Sarubbo
2021-09-19 22:12 Sam James
2021-06-02 22:15 Rémi Cardona
2021-06-02 22:15 Rémi Cardona
2021-04-18 22:22 Andreas Sturmlechner
2020-09-24 19:53 Aaron Bauman
2020-09-13  8:44 Sergei Trofimovich
2015-12-27 17:14 Gilles Dartiguelongue

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1503253093.075b5f709e2f2bc71a4bcdfe1c16e5e77189b8fe.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox