public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/
@ 2015-12-27 17:14 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2015-12-27 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a8bcb20d3246eda710c11a1c8371641799370693
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 17:10:10 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 17:14:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8bcb20d

app-dicts/verbiste: version bump to 0.1.41

Package-Manager: portage-2.2.26

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

diff --git a/app-dicts/verbiste/Manifest b/app-dicts/verbiste/Manifest
index a2cf3d6..2895fdf 100644
--- a/app-dicts/verbiste/Manifest
+++ b/app-dicts/verbiste/Manifest
@@ -1 +1,2 @@
 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

diff --git a/app-dicts/verbiste/verbiste-0.1.41.ebuild b/app-dicts/verbiste/verbiste-0.1.41.ebuild
new file mode 100644
index 0000000..4155f64
--- /dev/null
+++ b/app-dicts/verbiste/verbiste-0.1.41.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/
@ 2017-08-20 18:18 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2017-08-20 18:18 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/
@ 2020-09-13  8:44 Sergei Trofimovich
  0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2020-09-13  8:44 UTC (permalink / raw
  To: gentoo-commits

commit:     8f6815c51238a0e57d2ed0d17cc352517a89ee6e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 08:39:53 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 08:44:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6815c5

app-dicts/verbiste: stable 0.1.44 for ppc

stable wrt bug #741322

Package-Manager: Portage-3.0.6, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-dicts/verbiste/verbiste-0.1.44.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/verbiste/verbiste-0.1.44.ebuild b/app-dicts/verbiste/verbiste-0.1.44.ebuild
index 4648b20ec98..4cb088601c5 100644
--- a/app-dicts/verbiste/verbiste-0.1.44.ebuild
+++ b/app-dicts/verbiste/verbiste-0.1.44.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://sarrazip.com/dev/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 
 IUSE="gtk"
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/
@ 2020-09-24 19:53 Aaron Bauman
  0 siblings, 0 replies; 13+ messages in thread
From: Aaron Bauman @ 2020-09-24 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     aa97295fd488d8ae5c7d4a74cd7b3c181eb2b9e9
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 19:49:12 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 19:53:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa97295f

app-dicts/verbiste: drop old EAPI=5

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-dicts/verbiste/Manifest                  |  2 -
 app-dicts/verbiste/verbiste-0.1.38-r1.ebuild | 68 ----------------------------
 app-dicts/verbiste/verbiste-0.1.41.ebuild    | 66 ---------------------------
 3 files changed, 136 deletions(-)

diff --git a/app-dicts/verbiste/Manifest b/app-dicts/verbiste/Manifest
index 4228de1be8d..b8e4ece9def 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 3d3ccc0033d..00000000000
--- 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 4648b20ec98..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/
@ 2021-04-18 22:22 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2021-04-18 22:22 UTC (permalink / raw
  To: gentoo-commits

commit:     dcf768987550f7c9a7a3774abf1acea19a846d46
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 21:45:57 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 22:22:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf76898

app-dicts/verbiste: EAPI-7, use desktop.eclass, drop ltprune, gnome2-utils

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-dicts/verbiste/verbiste-0.1.44.ebuild | 27 +++++++++++----------------
 1 file changed, 11 insertions(+), 16 deletions(-)

diff --git a/app-dicts/verbiste/verbiste-0.1.44.ebuild b/app-dicts/verbiste/verbiste-0.1.44.ebuild
index 97076d8d151..216d19d2a72 100644
--- a/app-dicts/verbiste/verbiste-0.1.44.ebuild
+++ b/app-dicts/verbiste/verbiste-0.1.44.ebuild
@@ -1,25 +1,25 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
-inherit eutils gnome2-utils ltprune xdg-utils
+inherit desktop 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"
+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}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	sys-devel/gettext
 	virtual/pkgconfig
 "
@@ -34,33 +34,28 @@ src_configure() {
 
 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
+		domenu src/gnome/verbiste.desktop
 	fi
-}
 
-pkg_preinst() {
-	if use gtk; then
-		gnome2_icon_savelist
-	fi
+	find "${ED}" -name '*.la' -delete || die
 }
 
 pkg_postinst() {
 	if use gtk; then
 		xdg_desktop_database_update
-		gnome2_icon_cache_update
+		xdg_icon_cache_update
 	fi
 }
 
 pkg_postrm() {
 	if use gtk; then
 		xdg_desktop_database_update
-		gnome2_icon_cache_update
+		xdg_icon_cache_update
 	fi
 }


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/
@ 2021-06-02 22:15 Rémi Cardona
  0 siblings, 0 replies; 13+ messages in thread
From: Rémi Cardona @ 2021-06-02 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     bdc551f5c10b44f8c0351162cca08093301b2c80
Author:     Rémi Cardona <remi <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 22:14:15 2021 +0000
Commit:     Rémi Cardona <remi <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 22:14:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc551f5

app-dicts/verbiste: take over as maintainer

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Rémi Cardona <remi <AT> gentoo.org>

 app-dicts/verbiste/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-dicts/verbiste/metadata.xml b/app-dicts/verbiste/metadata.xml
index 7a38bb90096..38fdd24389a 100644
--- a/app-dicts/verbiste/metadata.xml
+++ b/app-dicts/verbiste/metadata.xml
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>remi@gentoo.org</email>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/
@ 2021-06-02 22:15 Rémi Cardona
  0 siblings, 0 replies; 13+ messages in thread
From: Rémi Cardona @ 2021-06-02 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     e16785f31d7db73b55b4f57b36cec94192444669
Author:     Rémi Cardona <remi <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 22:07:07 2021 +0000
Commit:     Rémi Cardona <remi <AT> gentoo <DOT> 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 <remi <AT> 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
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/
@ 2021-09-19 22:12 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-09-19 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     0c9a5b8f8db3cdf85d40623ec73006e27e054498
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 19 22:10:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 19 22:10:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9a5b8f

app-dicts/verbiste: Stabilize 0.1.47 x86, #813897

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-dicts/verbiste/verbiste-0.1.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/verbiste/verbiste-0.1.47.ebuild b/app-dicts/verbiste/verbiste-0.1.47.ebuild
index dc372435661..f5a3c35e71b 100644
--- a/app-dicts/verbiste/verbiste-0.1.47.ebuild
+++ b/app-dicts/verbiste/verbiste-0.1.47.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://sarrazip.com/dev/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="gtk"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/
@ 2021-09-21  6:35 Agostino Sarubbo
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2021-09-21  6:35 UTC (permalink / raw
  To: gentoo-commits

commit:     3abcc235d4d4c616417f7f0758dc0e2d39b22e51
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 06:35:14 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 06:35:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abcc235

app-dicts/verbiste: amd64 stable wrt bug #813897

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-dicts/verbiste/verbiste-0.1.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/verbiste/verbiste-0.1.47.ebuild b/app-dicts/verbiste/verbiste-0.1.47.ebuild
index f5a3c35e71b..bcf34fa11e9 100644
--- a/app-dicts/verbiste/verbiste-0.1.47.ebuild
+++ b/app-dicts/verbiste/verbiste-0.1.47.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://sarrazip.com/dev/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="gtk"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/
@ 2021-09-21 16:35 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-09-21 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     f1799cc5b4d7a691b21a03cdb5923195d23c8396
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 16:33:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 16:33:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1799cc5

app-dicts/verbiste: Stabilize 0.1.47 ppc, #813897

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-dicts/verbiste/verbiste-0.1.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/verbiste/verbiste-0.1.47.ebuild b/app-dicts/verbiste/verbiste-0.1.47.ebuild
index bcf34fa11e9..216d19d2a72 100644
--- a/app-dicts/verbiste/verbiste-0.1.47.ebuild
+++ b/app-dicts/verbiste/verbiste-0.1.47.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://sarrazip.com/dev/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="gtk"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/
@ 2021-09-29 14:12 Yixun Lan
  0 siblings, 0 replies; 13+ messages in thread
From: Yixun Lan @ 2021-09-29 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     1ef10d8834c92a5e6b0a39e93ad926ae4a72f543
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Tue Sep 28 06:18:54 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Sep 29 14:12:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ef10d88

app-dicts/verbiste: keyword 0.1.47 for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-dicts/verbiste/verbiste-0.1.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/verbiste/verbiste-0.1.47.ebuild b/app-dicts/verbiste/verbiste-0.1.47.ebuild
index 216d19d2a72..b69e75d422a 100644
--- a/app-dicts/verbiste/verbiste-0.1.47.ebuild
+++ b/app-dicts/verbiste/verbiste-0.1.47.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://sarrazip.com/dev/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc ~riscv x86"
 IUSE="gtk"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/
@ 2024-06-24  3:13 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2024-06-24  3:13 UTC (permalink / raw
  To: gentoo-commits

commit:     7e291aacd96adbbd096fe2d6950d57f3005481c6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 03:09:36 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 03:09:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e291aac

app-dicts/verbiste: add missing test dep(s)

Closes: https://bugs.gentoo.org/820329
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-dicts/verbiste/verbiste-0.1.48.ebuild | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/app-dicts/verbiste/verbiste-0.1.48.ebuild b/app-dicts/verbiste/verbiste-0.1.48.ebuild
index b5a0b66f3fe5..b1f25b041f94 100644
--- a/app-dicts/verbiste/verbiste-0.1.48.ebuild
+++ b/app-dicts/verbiste/verbiste-0.1.48.ebuild
@@ -12,7 +12,8 @@ SRC_URI="http://sarrazip.com/dev/${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~riscv ~x86"
-IUSE="gtk"
+IUSE="gtk test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
 	>=dev-libs/libxml2-2.4.0:2
@@ -22,6 +23,10 @@ DEPEND="${RDEPEND}"
 BDEPEND="
 	sys-devel/gettext
 	virtual/pkgconfig
+	test? (
+		dev-lang/perl
+		dev-perl/XML-Parser
+	)
 "
 
 src_configure() {
@@ -34,6 +39,10 @@ src_configure() {
 	econf "${myeconfargs[@]}"
 }
 
+src_test() {
+	emake VERBOSE=1 check
+}
+
 src_install() {
 	default
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/
@ 2024-06-28 15:45 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2024-06-28 15:45 UTC (permalink / raw
  To: gentoo-commits

commit:     ae369b30b820a2c7bab3074afe164baf6fc53130
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 15:44:33 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 15:44:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae369b30

app-dicts/verbiste: unconditionally BDEPEND on perl+xml-parser

Not worth a configure patch to downgrade error->warn given xml-parser
is so common and it's only a BDEPEND.

Closes: https://bugs.gentoo.org/935056
Bug: https://bugs.gentoo.org/820329
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-dicts/verbiste/verbiste-0.1.48.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-dicts/verbiste/verbiste-0.1.48.ebuild b/app-dicts/verbiste/verbiste-0.1.48.ebuild
index b1f25b041f94..d8d3ec98d114 100644
--- a/app-dicts/verbiste/verbiste-0.1.48.ebuild
+++ b/app-dicts/verbiste/verbiste-0.1.48.ebuild
@@ -21,12 +21,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
+	dev-lang/perl
+	dev-perl/XML-Parser
 	sys-devel/gettext
 	virtual/pkgconfig
-	test? (
-		dev-lang/perl
-		dev-perl/XML-Parser
-	)
 "
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-06-28 15:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-21 16:35 [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-06-28 15:45 Sam James
2024-06-24  3:13 Sam James
2021-09-29 14:12 Yixun Lan
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
2017-08-20 18:18 Gilles Dartiguelongue
2015-12-27 17:14 Gilles Dartiguelongue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox