* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-SimpleList/
@ 2018-11-03 19:37 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2018-11-03 19:37 UTC (permalink / raw
To: gentoo-commits
commit: d88d5b53fceb5a3ecb97397574f5bfa10a4e2667
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 3 17:26:49 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Nov 3 19:36:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88d5b53
dev-perl/Gtk3-SimpleList: Add w/ version 0.170.0 re bug #650138
Based on ebuild submitted by Chris Mayo
Closes: https://bugs.gentoo.org/650138
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild | 26 ++++++++++++++++++++++
dev-perl/Gtk3-SimpleList/Manifest | 1 +
dev-perl/Gtk3-SimpleList/metadata.xml | 14 ++++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild
new file mode 100644
index 00000000000..34bb93f6176
--- /dev/null
+++ b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TVIGNAUD
+DIST_VERSION=0.17
+inherit perl-module
+
+DESCRIPTION="A simple interface to GTK+ 3's complex MVC list widget"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/Gtk3
+ virtual/perl-Carp
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
diff --git a/dev-perl/Gtk3-SimpleList/Manifest b/dev-perl/Gtk3-SimpleList/Manifest
new file mode 100644
index 00000000000..84fa1a9c909
--- /dev/null
+++ b/dev-perl/Gtk3-SimpleList/Manifest
@@ -0,0 +1 @@
+DIST Gtk3-SimpleList-0.17.tar.gz 18817 BLAKE2B 61219e333682549346929022e864d051e26167abf41927f4133effe8d52cd1def0f96d010699142b444fc2edb26f7f8723dda14338d0cb01638c75c80fe9809a SHA512 9103cc46e1627be30a5f912f96939c2e86e1f8e174f300957cb4509a2b2f14fcf89f542dbffc8786ba851cdb9f6dc1aea08e47f6d29072d45528e8046768409a
diff --git a/dev-perl/Gtk3-SimpleList/metadata.xml b/dev-perl/Gtk3-SimpleList/metadata.xml
new file mode 100644
index 00000000000..ff5a2ed4288
--- /dev/null
+++ b/dev-perl/Gtk3-SimpleList/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Gtk3-SimpleList</remote-id>
+ <remote-id type="cpan-module">Gtk3::SimpleList</remote-id>
+ <remote-id type="cpan-module">Gtk3::SimpleList::TiedList</remote-id>
+ <remote-id type="cpan-module">Gtk3::SimpleList::TiedRow</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-SimpleList/
@ 2019-10-17 10:32 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2019-10-17 10:32 UTC (permalink / raw
To: gentoo-commits
commit: 8aa1caeafd75b5bbf00de0fe4504a26739fdd84c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 10:31:43 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 10:31:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa1caea
dev-perl/Gtk3-SimpleList: x86 stable wrt bug #694976
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild
index 34bb93f6176..2ab996b415f 100644
--- a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild
+++ b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="A simple interface to GTK+ 3's complex MVC list widget"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-SimpleList/
@ 2019-10-17 11:23 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2019-10-17 11:23 UTC (permalink / raw
To: gentoo-commits
commit: 5f4e4ea82b9954572899a29f596b5bae81a75602
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 11:23:35 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 11:23:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4e4ea8
dev-perl/Gtk3-SimpleList: amd64 stable wrt bug #694976
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild
index 2ab996b415f..446488dfc5d 100644
--- a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild
+++ b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A simple interface to GTK+ 3's complex MVC list widget"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-SimpleList/
@ 2021-06-12 21:47 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-06-12 21:47 UTC (permalink / raw
To: gentoo-commits
commit: 59ba038c64297f8f1d6e882674491cac64581414
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 12 21:15:33 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 21:46:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ba038c
dev-perl/Gtk3-SimpleList: Version bump 0.21
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild | 27 ++++++++++++++++++++++
dev-perl/Gtk3-SimpleList/Manifest | 1 +
2 files changed, 28 insertions(+)
diff --git a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild
new file mode 100644
index 00000000000..db09532de5f
--- /dev/null
+++ b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TVIGNAUD
+DIST_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION="A simple interface to GTK+ 3's complex MVC list widget"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-perl/Gtk3
+ virtual/perl-Carp
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
diff --git a/dev-perl/Gtk3-SimpleList/Manifest b/dev-perl/Gtk3-SimpleList/Manifest
index 84fa1a9c909..ae96752b6dc 100644
--- a/dev-perl/Gtk3-SimpleList/Manifest
+++ b/dev-perl/Gtk3-SimpleList/Manifest
@@ -1 +1,2 @@
DIST Gtk3-SimpleList-0.17.tar.gz 18817 BLAKE2B 61219e333682549346929022e864d051e26167abf41927f4133effe8d52cd1def0f96d010699142b444fc2edb26f7f8723dda14338d0cb01638c75c80fe9809a SHA512 9103cc46e1627be30a5f912f96939c2e86e1f8e174f300957cb4509a2b2f14fcf89f542dbffc8786ba851cdb9f6dc1aea08e47f6d29072d45528e8046768409a
+DIST Gtk3-SimpleList-0.21.tar.gz 19124 BLAKE2B 3d04013bd70f3514d9aabfda7a9a823be1aa4a69c89c930e29529c49aa92baa9f140c80571aba7b98481104e080d2325a5b5d24e0e1691f52693c557431ae84f SHA512 45f13add5465d586a6888c426c252cf886644dc95d981d697dc78d01fe66e7820c8f866206583c103fa35b63c349ba46c7da58a447e77a8c778c54b57dddc973
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-SimpleList/
@ 2021-08-02 3:22 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-08-02 3:22 UTC (permalink / raw
To: gentoo-commits
commit: 365ccc41ec18318a9b07214a68382a100bff0426
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 2 03:20:51 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 03:20:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365ccc41
dev-perl/Gtk3-SimpleList: Stabilize 0.210.0 amd64, #805833
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild
index db09532de5f..db16c447c2c 100644
--- a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild
+++ b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A simple interface to GTK+ 3's complex MVC list widget"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-SimpleList/
@ 2021-08-03 12:00 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2021-08-03 12:00 UTC (permalink / raw
To: gentoo-commits
commit: 8f04d4b2e5e2e43891de2cec653560e2d8eaf955
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 3 11:57:38 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Aug 3 12:00:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f04d4b2
dev-perl/Gtk3-SimpleList: x86 stable wrt bug #805833
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild
index db16c447c2c..a11e4e7a950 100644
--- a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild
+++ b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A simple interface to GTK+ 3's complex MVC list widget"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-SimpleList/
@ 2021-10-31 13:00 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-10-31 13:00 UTC (permalink / raw
To: gentoo-commits
commit: 44f52ba4a10a15281c4d49276ff7b48526bf6a1d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 12:48:14 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 13:00:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f52ba4
dev-perl/Gtk3-SimpleList: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild | 27 ----------------------
dev-perl/Gtk3-SimpleList/Manifest | 1 -
2 files changed, 28 deletions(-)
diff --git a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild
deleted file mode 100644
index 6822290deb7..00000000000
--- a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=TVIGNAUD
-DIST_VERSION=0.17
-inherit perl-module
-
-DESCRIPTION="A simple interface to GTK+ 3's complex MVC list widget"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-perl/Gtk3
- virtual/perl-Carp
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Test-Simple
- )
-"
diff --git a/dev-perl/Gtk3-SimpleList/Manifest b/dev-perl/Gtk3-SimpleList/Manifest
index ae96752b6dc..bc207e963c8 100644
--- a/dev-perl/Gtk3-SimpleList/Manifest
+++ b/dev-perl/Gtk3-SimpleList/Manifest
@@ -1,2 +1 @@
-DIST Gtk3-SimpleList-0.17.tar.gz 18817 BLAKE2B 61219e333682549346929022e864d051e26167abf41927f4133effe8d52cd1def0f96d010699142b444fc2edb26f7f8723dda14338d0cb01638c75c80fe9809a SHA512 9103cc46e1627be30a5f912f96939c2e86e1f8e174f300957cb4509a2b2f14fcf89f542dbffc8786ba851cdb9f6dc1aea08e47f6d29072d45528e8046768409a
DIST Gtk3-SimpleList-0.21.tar.gz 19124 BLAKE2B 3d04013bd70f3514d9aabfda7a9a823be1aa4a69c89c930e29529c49aa92baa9f140c80571aba7b98481104e080d2325a5b5d24e0e1691f52693c557431ae84f SHA512 45f13add5465d586a6888c426c252cf886644dc95d981d697dc78d01fe66e7820c8f866206583c103fa35b63c349ba46c7da58a447e77a8c778c54b57dddc973
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-SimpleList/
@ 2022-02-07 6:33 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-02-07 6:33 UTC (permalink / raw
To: gentoo-commits
commit: c76c8e9b2c530d648061ed7add1c41fe2b138705
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 7 06:33:14 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 7 06:33:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76c8e9b
dev-perl/Gtk3-SimpleList: Keyword 0.210.0 arm64, #823161
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild
index a11e4e7a950f..91bdaff39340 100644
--- a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild
+++ b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ DESCRIPTION="A simple interface to GTK+ 3's complex MVC list widget"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-SimpleList/
@ 2023-06-21 4:28 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-06-21 4:28 UTC (permalink / raw
To: gentoo-commits
commit: 9d4bd46502fe1d571c9c4fbf3aedc917c1b53197
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 04:11:57 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 04:27:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4bd465
dev-perl/Gtk3-SimpleList: update DESCRIPTION
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild
index 57881e17ce15..c516dfdb6e2d 100644
--- a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild
+++ b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,10 +7,11 @@ DIST_AUTHOR=TVIGNAUD
DIST_VERSION=0.21
inherit perl-module
-DESCRIPTION="A simple interface to GTK+ 3's complex MVC list widget"
+DESCRIPTION="Simple interface to GTK+ 3's complex MVC list widget"
LICENSE="LGPL-2.1+"
SLOT="0"
+
KEYWORDS="amd64 ~arm64 ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-06-21 4:28 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-02 3:22 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-SimpleList/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-06-21 4:28 Sam James
2022-02-07 6:33 Sam James
2021-10-31 13:00 Andreas K. Hüttel
2021-08-03 12:00 Agostino Sarubbo
2021-06-12 21:47 Andreas K. Hüttel
2019-10-17 11:23 Agostino Sarubbo
2019-10-17 10:32 Agostino Sarubbo
2018-11-03 19:37 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox