* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gtk2-trayicon/
@ 2016-12-10 18:01 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2016-12-10 18:01 UTC (permalink / raw
To: gentoo-commits
commit: 8763b0f5e67b28e432a768dc876ebf2a9e427c7a
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 17:29:22 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 18:00:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8763b0f5
dev-perl/gtk2-trayicon: Fix dep on dev-perl/ExtUtils-PkgConfig
Package-Manager: portage-2.3.3
dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild
index 6151fda..092136a 100644
--- a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild
+++ b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -24,5 +24,5 @@ RDEPEND="
x11-libs/gtk+:2"
DEPEND="${RDEPEND}
dev-perl/ExtUtils-Depends
- dev-perl/extutils-pkgconfig
+ dev-perl/ExtUtils-PkgConfig
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gtk2-trayicon/
@ 2017-03-19 4:12 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2017-03-19 4:12 UTC (permalink / raw
To: gentoo-commits
commit: 72b7fd008c0bb27d72c2a3f30b4ddc158be43a4b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 03:18:40 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 03:49:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b7fd00
dev-perl/gtk2-trayicon: Fix dep on dev-perl/Gtk2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild
index b706769f9ef..f821ceeb891 100644
--- a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild
+++ b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -18,7 +18,7 @@ IUSE=""
RDEPEND="
>=dev-perl/glib-perl-1.012
- >=dev-perl/gtk2-perl-1.012
+ >=dev-perl/Gtk2-1.012
gnome-base/libglade:2.0
x11-libs/gtk+:2"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gtk2-trayicon/
@ 2017-10-24 2:43 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2017-10-24 2:43 UTC (permalink / raw
To: gentoo-commits
commit: 855939d399cb59befe657c96fa83e78c2ac85559
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 02:38:45 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 02:38:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855939d3
dev-perl/gtk2-trayicon: Enable tests
- EAPI6
- Enable tests (X11)
- Add USE=examples
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild | 32 ++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild
new file mode 100644
index 00000000000..baa19f488d0
--- /dev/null
+++ b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BORUP
+DIST_VERSION=0.06
+DIST_NAME=Gtk2-TrayIcon
+DIST_EXAMPLES=("examples/*")
+inherit perl-module virtualx
+
+DESCRIPTION="Perl wrappers for the egg cup Gtk2::TrayIcon utilities"
+HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-perl/glib-perl-1.012
+ >=dev-perl/Gtk2-1.012
+ gnome-base/libglade:2.0
+ x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+ dev-perl/ExtUtils-Depends
+ dev-perl/ExtUtils-PkgConfig
+ virtual/pkgconfig"
+
+src_test() {
+ virtx perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gtk2-trayicon/
@ 2018-06-10 16:13 Aaron Bauman
0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2018-06-10 16:13 UTC (permalink / raw
To: gentoo-commits
commit: 31867ec902f38c60d43ebb2e625fb802b105e327
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 16:11:27 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 16:12:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31867ec9
dev-perl/gtk2-trayicon: amd64 stable wrt bug #657634
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild
index baa19f488d0..0377f8d330c 100644
--- a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild
+++ b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gtk2-trayicon/
@ 2018-06-10 17:11 Thomas Deutschmann
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 17:11 UTC (permalink / raw
To: gentoo-commits
commit: 6957f393543a59112cd37448fc8e258ad3f93f10
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 17:02:32 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 17:02:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6957f393
dev-perl/gtk2-trayicon: x86 stable (bug #657634)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild
index 0377f8d330c..de54087f768 100644
--- a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild
+++ b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gtk2-trayicon/
@ 2018-06-10 21:17 Sergei Trofimovich
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2018-06-10 21:17 UTC (permalink / raw
To: gentoo-commits
commit: c932b90a5adca6d538389606a921ebd0f51e8ff4
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 21:17:18 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 21:17:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c932b90a
dev-perl/gtk2-trayicon: stable 0.60.0-r2 for ia64, bug #657634
Bug: https://bugs.gentoo.org/657634
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild
index de54087f768..74b44e27157 100644
--- a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild
+++ b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ia64 ~ppc ~sparc x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gtk2-trayicon/
@ 2021-10-31 13:00 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2021-10-31 13:00 UTC (permalink / raw
To: gentoo-commits
commit: 0c8a15018fe55d5ef5c5c8ba70ded432510c2c43
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 12:54:26 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 13:00:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c8a1501
dev-perl/gtk2-trayicon: Version bump 0.07
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/gtk2-trayicon/Manifest | 1 +
dev-perl/gtk2-trayicon/gtk2-trayicon-0.70.0.ebuild | 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-perl/gtk2-trayicon/Manifest b/dev-perl/gtk2-trayicon/Manifest
index fe3589491e4..e3a8f17808d 100644
--- a/dev-perl/gtk2-trayicon/Manifest
+++ b/dev-perl/gtk2-trayicon/Manifest
@@ -1 +1,2 @@
DIST Gtk2-TrayIcon-0.06.tar.gz 9576 BLAKE2B 77f4af73593747b22e53f6052ca55f75bcbd88e470c11d9f489db3e6c9fc2f7553d54aea8f66d0e7ce1b0217c9fab9cbe100f75e48b189b68380a0866169e136 SHA512 a74e6e3fa974d11e1bd9b07cb3ce4547d9239cfee6b46e1fb07a2b57c673154802a1f784f5f5f5b0c50baa357320483f6afadec222683e7e08d49ab0f11557e5
+DIST Gtk2-TrayIcon-0.07.tar.gz 10566 BLAKE2B e5086a3e727b7a5bac42d7a74c41b79441aecb8476b7a9f0e4dd21c7ddc40aa8cbfa14584cd524f6ea2bd3ec2cfc57035577525181933f7047098b16548650ce SHA512 4f2a156ef2f5556d731feb2b11b4d8b9bd43f79605ab0e9ed82a7b9e5b116db1cac782ddf787b794ba9df1c4d35c4c313df035dc1caf023ac54e6a90cc6c511a
diff --git a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.70.0.ebuild b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.70.0.ebuild
new file mode 100644
index 00000000000..2f68b6e739f
--- /dev/null
+++ b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.70.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=XAOC
+DIST_VERSION=0.07
+DIST_NAME=Gtk2-TrayIcon
+DIST_EXAMPLES=("examples/*")
+inherit perl-module virtualx
+
+DESCRIPTION="Perl wrappers for the egg cup Gtk2::TrayIcon utilities"
+HOMEPAGE="http://gtk2-perl.sf.net/ https://metacpan.org/release/Gtk2-TrayIcon"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+ >=dev-perl/glib-perl-1.12.0
+ >=dev-perl/Gtk2-1.12.0
+ gnome-base/libglade:2.0
+ x11-libs/gtk+:2
+"
+DEPEND="
+ gnome-base/libglade:2.0
+ x11-libs/gtk+:2
+"
+BDEPEND="${RDEPEND}
+ dev-perl/ExtUtils-Depends
+ dev-perl/ExtUtils-PkgConfig
+ virtual/pkgconfig
+"
+
+src_test() {
+ virtx perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gtk2-trayicon/
@ 2021-12-05 3:31 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-12-05 3:31 UTC (permalink / raw
To: gentoo-commits
commit: 689fb307d7b3dea562f781fa30faffdcd681a4b8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 5 03:30:10 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 5 03:30:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689fb307
dev-perl/gtk2-trayicon: Stabilize 0.70.0 amd64, #828251
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/gtk2-trayicon/gtk2-trayicon-0.70.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.70.0.ebuild b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.70.0.ebuild
index 2f68b6e739ff..3a3de6d89ab1 100644
--- a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.70.0.ebuild
+++ b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.70.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://gtk2-perl.sf.net/ https://metacpan.org/release/Gtk2-TrayIcon"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
RDEPEND="
>=dev-perl/glib-perl-1.12.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gtk2-trayicon/
@ 2021-12-05 5:05 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-12-05 5:05 UTC (permalink / raw
To: gentoo-commits
commit: 98bda52ef0c31bd6753c282892d7dd30fe2ffcb6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 5 05:05:21 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 5 05:05:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98bda52e
dev-perl/gtk2-trayicon: Stabilize 0.70.0 x86, #828251
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/gtk2-trayicon/gtk2-trayicon-0.70.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.70.0.ebuild b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.70.0.ebuild
index 3a3de6d89ab1..16fa45830e15 100644
--- a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.70.0.ebuild
+++ b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.70.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://gtk2-perl.sf.net/ https://metacpan.org/release/Gtk2-TrayIcon"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
RDEPEND="
>=dev-perl/glib-perl-1.12.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gtk2-trayicon/
@ 2022-06-29 11:09 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-06-29 11:09 UTC (permalink / raw
To: gentoo-commits
commit: 12c37690975414343800a2969efcbf18197f0a07
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 10:43:01 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 11:09:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c37690
dev-perl/gtk2-trayicon: drop 0.60.0-r2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/gtk2-trayicon/Manifest | 1 -
.../gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild | 32 ----------------------
2 files changed, 33 deletions(-)
diff --git a/dev-perl/gtk2-trayicon/Manifest b/dev-perl/gtk2-trayicon/Manifest
index e3a8f17808d4..6f37f7535b88 100644
--- a/dev-perl/gtk2-trayicon/Manifest
+++ b/dev-perl/gtk2-trayicon/Manifest
@@ -1,2 +1 @@
-DIST Gtk2-TrayIcon-0.06.tar.gz 9576 BLAKE2B 77f4af73593747b22e53f6052ca55f75bcbd88e470c11d9f489db3e6c9fc2f7553d54aea8f66d0e7ce1b0217c9fab9cbe100f75e48b189b68380a0866169e136 SHA512 a74e6e3fa974d11e1bd9b07cb3ce4547d9239cfee6b46e1fb07a2b57c673154802a1f784f5f5f5b0c50baa357320483f6afadec222683e7e08d49ab0f11557e5
DIST Gtk2-TrayIcon-0.07.tar.gz 10566 BLAKE2B e5086a3e727b7a5bac42d7a74c41b79441aecb8476b7a9f0e4dd21c7ddc40aa8cbfa14584cd524f6ea2bd3ec2cfc57035577525181933f7047098b16548650ce SHA512 4f2a156ef2f5556d731feb2b11b4d8b9bd43f79605ab0e9ed82a7b9e5b116db1cac782ddf787b794ba9df1c4d35c4c313df035dc1caf023ac54e6a90cc6c511a
diff --git a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild
deleted file mode 100644
index c737dd8114da..000000000000
--- a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=BORUP
-DIST_VERSION=0.06
-DIST_NAME=Gtk2-TrayIcon
-DIST_EXAMPLES=("examples/*")
-inherit perl-module virtualx
-
-DESCRIPTION="Perl wrappers for the egg cup Gtk2::TrayIcon utilities"
-HOMEPAGE="http://gtk2-perl.sf.net/ https://metacpan.org/release/Gtk2-TrayIcon"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="
- >=dev-perl/glib-perl-1.012
- >=dev-perl/Gtk2-1.012
- gnome-base/libglade:2.0
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- dev-perl/ExtUtils-Depends
- dev-perl/ExtUtils-PkgConfig
- virtual/pkgconfig"
-
-src_test() {
- virtx perl-module_src_test
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2022-06-29 11:09 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-29 11:09 [gentoo-commits] repo/gentoo:master commit in: dev-perl/gtk2-trayicon/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-12-05 5:05 Sam James
2021-12-05 3:31 Sam James
2021-10-31 13:00 Andreas K. Hüttel
2018-06-10 21:17 Sergei Trofimovich
2018-06-10 17:11 Thomas Deutschmann
2018-06-10 16:13 Aaron Bauman
2017-10-24 2:43 Kent Fredric
2017-03-19 4:12 Kent Fredric
2016-12-10 18:01 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox