public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gui-libs/libgedit-tepl/
@ 2025-01-26 15:01 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2025-01-26 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     1cca846cda4169edc8a97b80486c74ab85cd71c3
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Sat Apr 27 21:15:49 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 15:00:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cca846c

gui-libs/libgedit-tepl: New package 6.11.0

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gui-libs/libgedit-tepl/Manifest                    |  1 +
 gui-libs/libgedit-tepl/libgedit-tepl-6.11.0.ebuild | 50 ++++++++++++++++++++++
 gui-libs/libgedit-tepl/metadata.xml                | 11 +++++
 3 files changed, 62 insertions(+)

diff --git a/gui-libs/libgedit-tepl/Manifest b/gui-libs/libgedit-tepl/Manifest
new file mode 100644
index 000000000000..313ef73c42e8
--- /dev/null
+++ b/gui-libs/libgedit-tepl/Manifest
@@ -0,0 +1 @@
+DIST libgedit-tepl-6.11.0.tar.xz 173836 BLAKE2B ef31ad6e9c63d4e593d7f0416beea417fce4fc661ec9b9c22cc4d11317713e6a9be69bf68cdf7fe9de1fa51fcf8d45e83701f4249a8fc8d4e8ccca9334c43272 SHA512 1137ca24d8395fba4a5959b37a3b4dae2400853b9cc09f5411df8d1a448b33caae5c347eb8f50e3caae880015ad620c49fbfc0c081b80067e0abad3a63b59e0f

diff --git a/gui-libs/libgedit-tepl/libgedit-tepl-6.11.0.ebuild b/gui-libs/libgedit-tepl/libgedit-tepl-6.11.0.ebuild
new file mode 100644
index 000000000000..478605d08a42
--- /dev/null
+++ b/gui-libs/libgedit-tepl/libgedit-tepl-6.11.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson virtualx
+
+DESCRIPTION="GtkSourceView-based text editors and IDE helper library"
+HOMEPAGE="https://gitlab.gnome.org/World/gedit/libgedit-tepl"
+
+LICENSE="LGPL-3+"
+SLOT="6/4"
+KEYWORDS="~amd64"
+IUSE="gtk-doc"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!gui-libs/tepl
+	>=dev-libs/glib-2.74:2
+	>=x11-libs/gtk+-3.22:3[introspection]
+	>=gui-libs/libgedit-gtksourceview-299.1.0:300
+	>=gui-libs/libgedit-amtk-5.0:5=[introspection]
+	gui-libs/libgedit-gfls
+	dev-libs/icu:=
+	gnome-base/gsettings-desktop-schemas
+	dev-libs/gobject-introspection:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-util/glib-utils
+	gtk-doc? (
+		>=dev-util/gtk-doc-1.25
+		app-text/docbook-xml-dtd:4.3
+	)
+	>=sys-devel/gettext-0.19.6
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local emesonargs=(
+		-Dgobject_introspection=true
+		$(meson_use gtk-doc gtk_doc)
+		$(meson_use test tests)
+	)
+	meson_src_configure
+}
+
+src_test() {
+	virtx meson_src_test
+}

diff --git a/gui-libs/libgedit-tepl/metadata.xml b/gui-libs/libgedit-tepl/metadata.xml
new file mode 100644
index 000000000000..e66a7f943c32
--- /dev/null
+++ b/gui-libs/libgedit-tepl/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>gnome@gentoo.org</email>
+    <name>Gentoo GNOME Desktop</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="gnome-gitlab">World/gedit/libgedit-tepl</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/libgedit-tepl/
@ 2025-01-26 15:01 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2025-01-26 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     356e1f2a896f59b80d43da2d955510f0a1f631a5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 13:19:33 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 15:00:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356e1f2a

gui-libs/libgedit-tepl: add 6.12.0

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gui-libs/libgedit-tepl/Manifest                    |  1 +
 gui-libs/libgedit-tepl/libgedit-tepl-6.12.0.ebuild | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/gui-libs/libgedit-tepl/Manifest b/gui-libs/libgedit-tepl/Manifest
index 313ef73c42e8..960afc8d4ba4 100644
--- a/gui-libs/libgedit-tepl/Manifest
+++ b/gui-libs/libgedit-tepl/Manifest
@@ -1 +1,2 @@
 DIST libgedit-tepl-6.11.0.tar.xz 173836 BLAKE2B ef31ad6e9c63d4e593d7f0416beea417fce4fc661ec9b9c22cc4d11317713e6a9be69bf68cdf7fe9de1fa51fcf8d45e83701f4249a8fc8d4e8ccca9334c43272 SHA512 1137ca24d8395fba4a5959b37a3b4dae2400853b9cc09f5411df8d1a448b33caae5c347eb8f50e3caae880015ad620c49fbfc0c081b80067e0abad3a63b59e0f
+DIST libgedit-tepl-6.12.0.tar.xz 187632 BLAKE2B b4dc7e403ac61166325fd5f8caf30afb28984ba7d67c9a450f137db46456f2ae3d55cb34715f34f3c08184bd2b15a019ba02f74a5cff100221a31d836189a64a SHA512 3a3c9a7b09b4ae624c637df6b9da254bbb1d79dfd2b1e28fa3d2b3b9bf3530d7e2014a0daeb96624d3aeda0fe0949e15737d0acc7179dbb4d21589a076583295

diff --git a/gui-libs/libgedit-tepl/libgedit-tepl-6.12.0.ebuild b/gui-libs/libgedit-tepl/libgedit-tepl-6.12.0.ebuild
new file mode 100644
index 000000000000..478605d08a42
--- /dev/null
+++ b/gui-libs/libgedit-tepl/libgedit-tepl-6.12.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson virtualx
+
+DESCRIPTION="GtkSourceView-based text editors and IDE helper library"
+HOMEPAGE="https://gitlab.gnome.org/World/gedit/libgedit-tepl"
+
+LICENSE="LGPL-3+"
+SLOT="6/4"
+KEYWORDS="~amd64"
+IUSE="gtk-doc"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!gui-libs/tepl
+	>=dev-libs/glib-2.74:2
+	>=x11-libs/gtk+-3.22:3[introspection]
+	>=gui-libs/libgedit-gtksourceview-299.1.0:300
+	>=gui-libs/libgedit-amtk-5.0:5=[introspection]
+	gui-libs/libgedit-gfls
+	dev-libs/icu:=
+	gnome-base/gsettings-desktop-schemas
+	dev-libs/gobject-introspection:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-util/glib-utils
+	gtk-doc? (
+		>=dev-util/gtk-doc-1.25
+		app-text/docbook-xml-dtd:4.3
+	)
+	>=sys-devel/gettext-0.19.6
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local emesonargs=(
+		-Dgobject_introspection=true
+		$(meson_use gtk-doc gtk_doc)
+		$(meson_use test tests)
+	)
+	meson_src_configure
+}
+
+src_test() {
+	virtx meson_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/libgedit-tepl/
@ 2025-01-27  2:08 Jakov Smolić
  0 siblings, 0 replies; 5+ messages in thread
From: Jakov Smolić @ 2025-01-27  2:08 UTC (permalink / raw
  To: gentoo-commits

commit:     50f516dfc6212b4b6af8c7a47c7507ebe1615689
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 02:08:25 2025 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 02:08:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f516df

gui-libs/libgedit-tepl: Keyword 6.12.0 riscv, #948858

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 gui-libs/libgedit-tepl/libgedit-tepl-6.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/libgedit-tepl/libgedit-tepl-6.12.0.ebuild b/gui-libs/libgedit-tepl/libgedit-tepl-6.12.0.ebuild
index 478605d08a42..b2adeb1b638a 100644
--- a/gui-libs/libgedit-tepl/libgedit-tepl-6.12.0.ebuild
+++ b/gui-libs/libgedit-tepl/libgedit-tepl-6.12.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/World/gedit/libgedit-tepl"
 
 LICENSE="LGPL-3+"
 SLOT="6/4"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE="gtk-doc"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/libgedit-tepl/
@ 2025-01-27  4:34 WANG Xuerui
  0 siblings, 0 replies; 5+ messages in thread
From: WANG Xuerui @ 2025-01-27  4:34 UTC (permalink / raw
  To: gentoo-commits

commit:     5e40ec50fde3501fb91feff1fa51aab4373ddf40
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 04:29:44 2025 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 04:29:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e40ec50

gui-libs/libgedit-tepl: keyword 6.12.0 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 gui-libs/libgedit-tepl/libgedit-tepl-6.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/libgedit-tepl/libgedit-tepl-6.12.0.ebuild b/gui-libs/libgedit-tepl/libgedit-tepl-6.12.0.ebuild
index b2adeb1b638a..2cfb0f083888 100644
--- a/gui-libs/libgedit-tepl/libgedit-tepl-6.12.0.ebuild
+++ b/gui-libs/libgedit-tepl/libgedit-tepl-6.12.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/World/gedit/libgedit-tepl"
 
 LICENSE="LGPL-3+"
 SLOT="6/4"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~loong ~riscv"
 IUSE="gtk-doc"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: gui-libs/libgedit-tepl/
@ 2025-01-27 19:49 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2025-01-27 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     fc0dccd9e3f57251b695bde37325cb2a73c14b0e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 19:38:02 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 19:49:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0dccd9

gui-libs/libgedit-tepl: Fix dependencies

Thanks-to: Agostino Sarubbo
Closes: https://bugs.gentoo.org/948889
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../libgedit-tepl/libgedit-tepl-6.12.0-r1.ebuild   | 51 ++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/gui-libs/libgedit-tepl/libgedit-tepl-6.12.0-r1.ebuild b/gui-libs/libgedit-tepl/libgedit-tepl-6.12.0-r1.ebuild
new file mode 100644
index 000000000000..9e4a5c16d37d
--- /dev/null
+++ b/gui-libs/libgedit-tepl/libgedit-tepl-6.12.0-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson virtualx
+
+DESCRIPTION="GtkSourceView-based text editors and IDE helper library"
+HOMEPAGE="https://gitlab.gnome.org/World/gedit/libgedit-tepl"
+
+LICENSE="LGPL-3+"
+SLOT="6/4"
+KEYWORDS="~amd64 ~loong ~riscv"
+IUSE="gtk-doc"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!gui-libs/tepl
+	>=dev-libs/glib-2.74:2
+	>=x11-libs/gtk+-3.22:3[introspection]
+	>=gui-libs/libgedit-gtksourceview-299.1.0:300
+	>=gui-libs/libgedit-amtk-5.0:5=[introspection]
+	gui-libs/libgedit-gfls
+	dev-libs/icu:=
+	>=gnome-base/gsettings-desktop-schemas-42
+	>=gui-libs/libhandy-1.6:1
+	dev-libs/gobject-introspection:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-util/glib-utils
+	gtk-doc? (
+		>=dev-util/gtk-doc-1.25
+		app-text/docbook-xml-dtd:4.3
+	)
+	>=sys-devel/gettext-0.19.6
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local emesonargs=(
+		-Dgobject_introspection=true
+		$(meson_use gtk-doc gtk_doc)
+		$(meson_use test tests)
+	)
+	meson_src_configure
+}
+
+src_test() {
+	virtx meson_src_test
+}


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

end of thread, other threads:[~2025-01-27 19:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-27  2:08 [gentoo-commits] repo/gentoo:master commit in: gui-libs/libgedit-tepl/ Jakov Smolić
  -- strict thread matches above, loose matches on Subject: below --
2025-01-27 19:49 Pacho Ramos
2025-01-27  4:34 WANG Xuerui
2025-01-26 15:01 Pacho Ramos
2025-01-26 15:01 Pacho Ramos

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