* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Gtk3/
@ 2012-04-28 9:18 Torsten Veller
0 siblings, 0 replies; 7+ messages in thread
From: Torsten Veller @ 2012-04-28 9:18 UTC (permalink / raw
To: gentoo-commits
commit: f8bb540ce31b5377410c71ef818ac476d7bea244
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 28 08:50:37 2012 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Apr 28 09:17:53 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f8bb540c
[add] dev-perl/Gtk3-0.5.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
dev-perl/Gtk3/ChangeLog | 11 +++++++++++
dev-perl/Gtk3/Gtk3-0.5.0.ebuild | 33 +++++++++++++++++++++++++++++++++
dev-perl/Gtk3/metadata.xml | 8 ++++++++
3 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Gtk3/ChangeLog b/dev-perl/Gtk3/ChangeLog
new file mode 100644
index 0000000..aa6191a
--- /dev/null
+++ b/dev-perl/Gtk3/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-perl/Gtk3
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Gtk3-0.5.0 (28 Apr 2012)
+
+ 28 Apr 2012; Torsten Veller <tove@gentoo.org> +Gtk3-0.5.0.ebuild,
+ +metadata.xml:
+ Initial commit.
+ TODO: Fix tests
+
diff --git a/dev-perl/Gtk3/Gtk3-0.5.0.ebuild b/dev-perl/Gtk3/Gtk3-0.5.0.ebuild
new file mode 100644
index 0000000..10e6922
--- /dev/null
+++ b/dev-perl/Gtk3/Gtk3-0.5.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=TSCH
+MODULE_VERSION=0.005
+inherit perl-module
+inherit virtualx
+
+DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ x11-libs/gtk+:3
+ >=dev-perl/Cairo-GObject-1.0.0
+ >=dev-perl/Glib-Object-Introspection-0.2.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+"
+
+SRC_TEST=do
+
+src_test() {
+ Xemake -j1 test || die
+}
+
diff --git a/dev-perl/Gtk3/metadata.xml b/dev-perl/Gtk3/metadata.xml
new file mode 100644
index 0000000..89ede32
--- /dev/null
+++ b/dev-perl/Gtk3/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">Gtk3</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Gtk3/
@ 2012-06-09 14:33 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-06-09 14:33 UTC (permalink / raw
To: gentoo-commits
commit: 2be657b7d4bab3fcdd0410f1d1f4817161048374
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 9 12:18:09 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 9 12:18:09 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2be657b7
[newversion] Gtk3-0.6.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Gtk3/ChangeLog | 6 +++++
dev-perl/Gtk3/Gtk3-0.5.0.ebuild | 1 -
dev-perl/Gtk3/Gtk3-0.6.0.ebuild | 42 +++++++++++++++++++++++++++++++++++++++
3 files changed, 48 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Gtk3/ChangeLog b/dev-perl/Gtk3/ChangeLog
index aa6191a..977bcdf 100644
--- a/dev-perl/Gtk3/ChangeLog
+++ b/dev-perl/Gtk3/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Gtk3-0.6.0 (09 Jun 2012)
+
+ 09 Jun 2012; Kent Fredric <kentfredric@gmail.com> Gtk3-0.5.0.ebuild,
+ +Gtk3-0.6.0.ebuild:
+ Version Bump
+
*Gtk3-0.5.0 (28 Apr 2012)
28 Apr 2012; Torsten Veller <tove@gentoo.org> +Gtk3-0.5.0.ebuild,
diff --git a/dev-perl/Gtk3/Gtk3-0.5.0.ebuild b/dev-perl/Gtk3/Gtk3-0.5.0.ebuild
index 10e6922..10df91d 100644
--- a/dev-perl/Gtk3/Gtk3-0.5.0.ebuild
+++ b/dev-perl/Gtk3/Gtk3-0.5.0.ebuild
@@ -30,4 +30,3 @@ SRC_TEST=do
src_test() {
Xemake -j1 test || die
}
-
diff --git a/dev-perl/Gtk3/Gtk3-0.6.0.ebuild b/dev-perl/Gtk3/Gtk3-0.6.0.ebuild
new file mode 100644
index 0000000..3120f21
--- /dev/null
+++ b/dev-perl/Gtk3/Gtk3-0.6.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=TSCH
+MODULE_VERSION=0.006
+inherit perl-module
+inherit virtualx
+
+DESCRIPTION='Perl interface to the 3.x series of the gtk+ toolkit'
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+extra_depend() {
+ echo x11-libs/gtk+:3
+}
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+}
+perl_meta_runtime() {
+ # Cairo::GObject 1.000 ( 1.0.0 )
+ echo \>=dev-perl/Cairo-GObject-1.0.0
+ # Glib 1.260 ( 1.260.0 )
+ echo \>=dev-perl/glib-perl-1.260.0
+ # Glib::Object::Introspection 0.009 ( 0.9.0 )
+ echo \>=dev-perl/Glib-Object-Introspection-0.9.0
+}
+DEPEND="
+ $(extra_depend)
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(extra_depend)
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
+src_test() {
+ Xemake -j1 test || die
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Gtk3/
@ 2012-07-25 18:30 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-07-25 18:30 UTC (permalink / raw
To: gentoo-commits
commit: 6d3b981dbeca1724f68cc90d8a2711b33c75fa6b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul 25 14:11:24 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul 25 14:11:24 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6d3b981d
[newversion] Gtk3-0.7.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Gtk3/ChangeLog | 6 ++++++
dev-perl/Gtk3/Gtk3-0.6.0.ebuild | 2 +-
.../Gtk3/{Gtk3-0.6.0.ebuild => Gtk3-0.7.0.ebuild} | 4 ++--
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Gtk3/ChangeLog b/dev-perl/Gtk3/ChangeLog
index 977bcdf..9d17c7f 100644
--- a/dev-perl/Gtk3/ChangeLog
+++ b/dev-perl/Gtk3/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Gtk3-0.7.0 (25 Jul 2012)
+
+ 25 Jul 2012; Kent Fredric <kentfredric@gmail.com> Gtk3-0.6.0.ebuild,
+ +Gtk3-0.7.0.ebuild:
+ Version Bump
+
*Gtk3-0.6.0 (09 Jun 2012)
09 Jun 2012; Kent Fredric <kentfredric@gmail.com> Gtk3-0.5.0.ebuild,
diff --git a/dev-perl/Gtk3/Gtk3-0.6.0.ebuild b/dev-perl/Gtk3/Gtk3-0.6.0.ebuild
index 3120f21..87105b7 100644
--- a/dev-perl/Gtk3/Gtk3-0.6.0.ebuild
+++ b/dev-perl/Gtk3/Gtk3-0.6.0.ebuild
@@ -17,7 +17,7 @@ extra_depend() {
}
perl_meta_configure() {
# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
}
perl_meta_runtime() {
# Cairo::GObject 1.000 ( 1.0.0 )
diff --git a/dev-perl/Gtk3/Gtk3-0.6.0.ebuild b/dev-perl/Gtk3/Gtk3-0.7.0.ebuild
similarity index 92%
copy from dev-perl/Gtk3/Gtk3-0.6.0.ebuild
copy to dev-perl/Gtk3/Gtk3-0.7.0.ebuild
index 3120f21..c3696f5 100644
--- a/dev-perl/Gtk3/Gtk3-0.6.0.ebuild
+++ b/dev-perl/Gtk3/Gtk3-0.7.0.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=4
MODULE_AUTHOR=TSCH
-MODULE_VERSION=0.006
+MODULE_VERSION=0.007
inherit perl-module
inherit virtualx
@@ -17,7 +17,7 @@ extra_depend() {
}
perl_meta_configure() {
# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
}
perl_meta_runtime() {
# Cairo::GObject 1.000 ( 1.0.0 )
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Gtk3/
@ 2012-09-15 23:19 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-09-15 23:19 UTC (permalink / raw
To: gentoo-commits
commit: 86d7eec78a8718fc32907cd977bd5c395454564d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Sep 15 20:16:50 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Sep 15 23:17:21 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=86d7eec7
[newversion] Gtk3-0.8.0 ( Un-tested , needs dev-perl/glib-perl-1.270.0, not yet available )
(Portage version: 2.2.0_alpha101/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Gtk3/ChangeLog | 5 ++++
dev-perl/Gtk3/Gtk3-0.8.0.ebuild | 40 +++++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Gtk3/ChangeLog b/dev-perl/Gtk3/ChangeLog
index 9d17c7f..3caa60e 100644
--- a/dev-perl/Gtk3/ChangeLog
+++ b/dev-perl/Gtk3/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Gtk3-0.8.0 (15 Sep 2012)
+
+ 15 Sep 2012; Kent Fredric <kentfredric@gmail.com> +Gtk3-0.8.0.ebuild:
+ Version Bump
+
*Gtk3-0.7.0 (25 Jul 2012)
25 Jul 2012; Kent Fredric <kentfredric@gmail.com> Gtk3-0.6.0.ebuild,
diff --git a/dev-perl/Gtk3/Gtk3-0.8.0.ebuild b/dev-perl/Gtk3/Gtk3-0.8.0.ebuild
new file mode 100644
index 0000000..1f34011
--- /dev/null
+++ b/dev-perl/Gtk3/Gtk3-0.8.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=TSCH
+MODULE_VERSION=0.008
+inherit perl-module
+inherit virtualx
+
+DESCRIPTION='Perl interface to the 3.x series of the gtk+ toolkit'
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+extra_depend() {
+ echo x11-libs/gtk+:3
+}
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # Cairo::GObject 1.000 ( 1.0.0 )
+ echo \>=dev-perl/Cairo-GObject-1.0.0
+ # Glib::Object::Introspection 0.012 ( 0.12.0 )
+ echo \>=dev-perl/Glib-Object-Introspection-0.12.0
+}
+DEPEND="
+ $(extra_depend)
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(extra_depend)
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
+src_test() {
+ Xemake -j1 test || die
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Gtk3/
@ 2012-11-10 15:05 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-11-10 15:05 UTC (permalink / raw
To: gentoo-commits
commit: cef6fc9bdc9a83dabf5c38a79805d886ac186d74
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 14:42:57 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Nov 10 14:42:57 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cef6fc9b
[cpanclean] Gtk3-0.5.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Gtk3/ChangeLog | 3 +++
dev-perl/Gtk3/Gtk3-0.5.0.ebuild | 32 --------------------------------
2 files changed, 3 insertions(+), 32 deletions(-)
diff --git a/dev-perl/Gtk3/ChangeLog b/dev-perl/Gtk3/ChangeLog
index 3caa60e..fc89829 100644
--- a/dev-perl/Gtk3/ChangeLog
+++ b/dev-perl/Gtk3/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Nov 2012; Kent Fredric <kentfredric@gmail.com> -Gtk3-0.5.0.ebuild:
+ Gone on CPAN
+
*Gtk3-0.8.0 (15 Sep 2012)
15 Sep 2012; Kent Fredric <kentfredric@gmail.com> +Gtk3-0.8.0.ebuild:
diff --git a/dev-perl/Gtk3/Gtk3-0.5.0.ebuild b/dev-perl/Gtk3/Gtk3-0.5.0.ebuild
deleted file mode 100644
index 10df91d..0000000
--- a/dev-perl/Gtk3/Gtk3-0.5.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=TSCH
-MODULE_VERSION=0.005
-inherit perl-module
-inherit virtualx
-
-DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- x11-libs/gtk+:3
- >=dev-perl/Cairo-GObject-1.0.0
- >=dev-perl/Glib-Object-Introspection-0.2.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.300.0
-"
-
-SRC_TEST=do
-
-src_test() {
- Xemake -j1 test || die
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Gtk3/
@ 2013-02-23 22:54 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2013-02-23 22:54 UTC (permalink / raw
To: gentoo-commits
commit: eaf435d6bc8d7a07eeb2ef80d2e98db233b16daa
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 23 21:22:23 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 23 21:22:23 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=eaf435d6
[newversion] Gtk3-0.9.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Gtk3/ChangeLog | 7 +++++-
dev-perl/Gtk3/Gtk3-0.9.0.ebuild | 44 +++++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Gtk3/ChangeLog b/dev-perl/Gtk3/ChangeLog
index fc89829..309cd4d 100644
--- a/dev-perl/Gtk3/ChangeLog
+++ b/dev-perl/Gtk3/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for dev-perl/Gtk3
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Gtk3-0.9.0 (23 Feb 2013)
+
+ 23 Feb 2013; Kent Fredric <kentfredric@gmail.com> +Gtk3-0.9.0.ebuild:
+ Version Bump
+
10 Nov 2012; Kent Fredric <kentfredric@gmail.com> -Gtk3-0.5.0.ebuild:
Gone on CPAN
diff --git a/dev-perl/Gtk3/Gtk3-0.9.0.ebuild b/dev-perl/Gtk3/Gtk3-0.9.0.ebuild
new file mode 100644
index 0000000..44077ae
--- /dev/null
+++ b/dev-perl/Gtk3/Gtk3-0.9.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=TSCH
+MODULE_VERSION=0.009
+inherit perl-module
+inherit virtualx
+
+DESCRIPTION='Perl interface to the 3.x series of the gtk+ toolkit'
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+extra_depend() {
+ echo x11-libs/gtk+:3
+}
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # Cairo::GObject 1.000 ( 1.0.0 )
+ echo \>=dev-perl/Cairo-GObject-1.0.0
+ # Carp
+ echo dev-lang/perl
+ # Exporter
+ echo virtual/perl-Exporter
+ # Glib::Object::Introspection 0.014 ( 0.14.0 )
+ echo \>=dev-perl/Glib-Object-Introspection-0.14.0
+}
+DEPEND="
+ $(extra_depend)
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(extra_depend)
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
+src_test() {
+ Xemake -j1 test || die
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Gtk3/
@ 2020-08-25 22:49 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2020-08-25 22:49 UTC (permalink / raw
To: gentoo-commits
commit: 8019c1f0ba625fb8e835e90f965fe7643fb423b7
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 22:14:11 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 22:48:24 2020 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8019c1f0
dev-perl/Gtk3: Remove, gone to ::gentoo
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Gtk3/Gtk3-0.9.0.ebuild | 44 -----------------------------------------
dev-perl/Gtk3/metadata.xml | 12 -----------
2 files changed, 56 deletions(-)
diff --git a/dev-perl/Gtk3/Gtk3-0.9.0.ebuild b/dev-perl/Gtk3/Gtk3-0.9.0.ebuild
deleted file mode 100644
index 282363647..000000000
--- a/dev-perl/Gtk3/Gtk3-0.9.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=TSCH
-MODULE_VERSION=0.009
-inherit perl-module
-inherit virtualx
-
-DESCRIPTION='Perl interface to the 3.x series of the gtk+ toolkit'
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-extra_depend() {
- echo x11-libs/gtk+:3
-}
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # Cairo::GObject 1.000 ( 1.0.0 )
- echo \>=dev-perl/Cairo-GObject-1.0.0
- # Carp
- echo dev-lang/perl
- # Exporter
- echo virtual/perl-Exporter
- # Glib::Object::Introspection 0.014 ( 0.14.0 )
- echo \>=dev-perl/Glib-Object-Introspection-0.14.0
-}
-DEPEND="
- $(extra_depend)
- $(perl_meta_configure)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(extra_depend)
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
-src_test() {
- Xemake -j1 test || die
-}
diff --git a/dev-perl/Gtk3/metadata.xml b/dev-perl/Gtk3/metadata.xml
deleted file mode 100644
index dca804076..000000000
--- a/dev-perl/Gtk3/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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</remote-id>
- <remote-id type="cpan-module">Gtk3</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-08-25 22:49 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-28 9:18 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Gtk3/ Torsten Veller
-- strict thread matches above, loose matches on Subject: below --
2012-06-09 14:33 Kent Fredric
2012-07-25 18:30 Kent Fredric
2012-09-15 23:19 Kent Fredric
2012-11-10 15:05 Kent Fredric
2013-02-23 22:54 Kent Fredric
2020-08-25 22:49 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox