[gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/yad/

2024-02-19 Thread Takuya Wakazono
commit: 65bccbe06364a76cda7590425dd2d6481d61423a
Author: Takuya Wakazono  gmail  com>
AuthorDate: Mon Feb 19 11:26:46 2024 +
Commit: Takuya Wakazono  gmail  com>
CommitDate: Mon Feb 19 12:41:49 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65bccbe0

gnome-extra/yad: add 13.0

Closes: https://bugs.gentoo.org/921917
Signed-off-by: Takuya Wakazono  gmail.com>

 gnome-extra/yad/Manifest|  1 +
 gnome-extra/yad/metadata.xml|  1 +
 gnome-extra/yad/yad-13.0.ebuild | 36 
 3 files changed, 38 insertions(+)

diff --git a/gnome-extra/yad/Manifest b/gnome-extra/yad/Manifest
index abec8d94c9..09cb79d1bf 100644
--- a/gnome-extra/yad/Manifest
+++ b/gnome-extra/yad/Manifest
@@ -1 +1,2 @@
 DIST yad-10.1.tar.xz 290776 BLAKE2B 
05801869314752b443beac56527909cf4ed3047bdcc3531d27a038ca866f1ae2c43dbc7c10c38829c6ec3cfa7b87158de800d833a3d7c2ac834cbfb9f7ebaa89
 SHA512 
2e55779074c64da679eab03c4e5d655470293d9fd7c7e7bc0e653610d5952f37cb96829185fab84471a8fe833f0a9fb2daef18f2ab2936acc1e141d8166a7355
+DIST yad-13.0.tar.xz 298092 BLAKE2B 
b07e796109daf27471ad74dae91637a297b6a830a7ea5f5386f7c9c4c4effdbc794b92e7e747adb5f0df80540b2fe75ae87856f695d4f578aa5cfbd6ea4b42ab
 SHA512 
89f438a49722b9aa63ec942a200b4684f88e0e2b489b77b909c03208af644c46d22601a072bcbad1c36707013ee308417d73ce08f2494b8962bce9bf06d58a16

diff --git a/gnome-extra/yad/metadata.xml b/gnome-extra/yad/metadata.xml
index 900ce7cedc..13856c99f3 100644
--- a/gnome-extra/yad/metadata.xml
+++ b/gnome-extra/yad/metadata.xml
@@ -15,6 +15,7 @@
 v1cont/yad
   
   
+Enable GtkSourceView support with 
x11-libs/gtksourceview
 Enable spell check support with 
app-text/gspell
   
 

diff --git a/gnome-extra/yad/yad-13.0.ebuild b/gnome-extra/yad/yad-13.0.ebuild
new file mode 100644
index 00..35a88eb3ca
--- /dev/null
+++ b/gnome-extra/yad/yad-13.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2
+
+DESCRIPTION="Display GTK+ dialog boxes from command line or shell scripts"
+HOMEPAGE="https://github.com/v1cont/yad;
+SRC_URI="https://github.com/v1cont/${PN}/releases/download/v${PV}/${P}.tar.xz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="nls sourceview spell webkit"
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3
+   sourceview? ( x11-libs/gtksourceview:3.0= )
+   spell? ( app-text/gspell:= )
+   webkit? ( net-libs/webkit-gtk:4= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND=">=dev-util/intltool-0.40"
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable nls) \
+   $(use_enable sourceview) \
+   $(use_enable spell) \
+   $(use_enable webkit html) \
+   --disable-standalone \
+   --enable-icon-browser \
+   --enable-tools \
+   --enable-tray
+}



[gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/yad/

2024-02-19 Thread Takuya Wakazono
commit: c92fc9e66ab0a4c2f413b78ae07f3a1d6e475095
Author: Takuya Wakazono  gmail  com>
AuthorDate: Mon Feb 19 11:26:59 2024 +
Commit: Takuya Wakazono  gmail  com>
CommitDate: Mon Feb 19 12:41:50 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c92fc9e6

gnome-extra/yad: drop 10.1

Signed-off-by: Takuya Wakazono  gmail.com>

 gnome-extra/yad/Manifest|  1 -
 gnome-extra/yad/yad-10.1.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/gnome-extra/yad/Manifest b/gnome-extra/yad/Manifest
index 09cb79d1bf..0a63ccc3f7 100644
--- a/gnome-extra/yad/Manifest
+++ b/gnome-extra/yad/Manifest
@@ -1,2 +1 @@
-DIST yad-10.1.tar.xz 290776 BLAKE2B 
05801869314752b443beac56527909cf4ed3047bdcc3531d27a038ca866f1ae2c43dbc7c10c38829c6ec3cfa7b87158de800d833a3d7c2ac834cbfb9f7ebaa89
 SHA512 
2e55779074c64da679eab03c4e5d655470293d9fd7c7e7bc0e653610d5952f37cb96829185fab84471a8fe833f0a9fb2daef18f2ab2936acc1e141d8166a7355
 DIST yad-13.0.tar.xz 298092 BLAKE2B 
b07e796109daf27471ad74dae91637a297b6a830a7ea5f5386f7c9c4c4effdbc794b92e7e747adb5f0df80540b2fe75ae87856f695d4f578aa5cfbd6ea4b42ab
 SHA512 
89f438a49722b9aa63ec942a200b4684f88e0e2b489b77b909c03208af644c46d22601a072bcbad1c36707013ee308417d73ce08f2494b8962bce9bf06d58a16

diff --git a/gnome-extra/yad/yad-10.1.ebuild b/gnome-extra/yad/yad-10.1.ebuild
deleted file mode 100644
index c57eed634c..00
--- a/gnome-extra/yad/yad-10.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2
-
-DESCRIPTION="Display GTK+ dialog boxes from command line or shell scripts"
-HOMEPAGE="https://github.com/v1cont/yad;
-SRC_URI="https://github.com/v1cont/${PN}/releases/download/v${PV}/${P}.tar.xz;
-LICENSE="GPL-3"
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-IUSE="nls spell webkit"
-
-DEPEND="
-   >=x11-libs/gtk+-3.22.0:3=
-   spell? ( app-text/gspell:0 )
-   webkit? ( net-libs/webkit-gtk:4 )"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable nls) \
-   $(use_enable spell) \
-   $(use_enable webkit html) \
-   --disable-sourceview \
-   --disable-standalone \
-   --enable-tools \
-   --enable-icon-browser \
-   --enable-tools \
-   --enable-tray
-}



[gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/yad/

2022-01-15 Thread Peter Levine
commit: a013252b103eda3489a484dd211fe899c613aacb
Author: Peter Levine  gmail  com>
AuthorDate: Sun Jan 16 00:52:59 2022 +
Commit: Peter Levine  gmail  com>
CommitDate: Sun Jan 16 01:11:29 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a013252b

gnome-extra/yad: initial commit

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Peter Levine  gmail.com>

 gnome-extra/yad/Manifest|  1 +
 gnome-extra/yad/metadata.xml| 20 
 gnome-extra/yad/yad-10.1.ebuild | 36 
 3 files changed, 57 insertions(+)

diff --git a/gnome-extra/yad/Manifest b/gnome-extra/yad/Manifest
new file mode 100644
index 0..abec8d94c
--- /dev/null
+++ b/gnome-extra/yad/Manifest
@@ -0,0 +1 @@
+DIST yad-10.1.tar.xz 290776 BLAKE2B 
05801869314752b443beac56527909cf4ed3047bdcc3531d27a038ca866f1ae2c43dbc7c10c38829c6ec3cfa7b87158de800d833a3d7c2ac834cbfb9f7ebaa89
 SHA512 
2e55779074c64da679eab03c4e5d655470293d9fd7c7e7bc0e653610d5952f37cb96829185fab84471a8fe833f0a9fb2daef18f2ab2936acc1e141d8166a7355

diff --git a/gnome-extra/yad/metadata.xml b/gnome-extra/yad/metadata.xml
new file mode 100644
index 0..12ce8cd5d
--- /dev/null
+++ b/gnome-extra/yad/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+new maintainers welcome
+Peter Levine
+plevine...@gmail.com
+  
+  
+
+  Victor Ananjevsky
+  vic...@sanana.kiev.ua
+
+https://github.com/v1cont/yad/issues
+v1cont/yad
+  
+  
+Enable spell check support with 
app-text/gspell
+  
+

diff --git a/gnome-extra/yad/yad-10.1.ebuild b/gnome-extra/yad/yad-10.1.ebuild
new file mode 100644
index 0..c57eed634
--- /dev/null
+++ b/gnome-extra/yad/yad-10.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2
+
+DESCRIPTION="Display GTK+ dialog boxes from command line or shell scripts"
+HOMEPAGE="https://github.com/v1cont/yad;
+SRC_URI="https://github.com/v1cont/${PN}/releases/download/v${PV}/${P}.tar.xz;
+LICENSE="GPL-3"
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+IUSE="nls spell webkit"
+
+DEPEND="
+   >=x11-libs/gtk+-3.22.0:3=
+   spell? ( app-text/gspell:0 )
+   webkit? ( net-libs/webkit-gtk:4 )"
+
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable nls) \
+   $(use_enable spell) \
+   $(use_enable webkit html) \
+   --disable-sourceview \
+   --disable-standalone \
+   --enable-tools \
+   --enable-icon-browser \
+   --enable-tools \
+   --enable-tray
+}