* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Glib-Object-Introspection/
@ 2012-04-28 9:18 Torsten Veller
0 siblings, 0 replies; 10+ messages in thread
From: Torsten Veller @ 2012-04-28 9:18 UTC (permalink / raw
To: gentoo-commits
commit: f195d10c7cc577e104758cd7f506806751214ec3
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 28 08:49:16 2012 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Apr 28 08:49:16 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f195d10c
[add] dev-perl/Glib-Object-Introspection-0.8.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
dev-perl/Glib-Object-Introspection/ChangeLog | 10 +++++++
.../Glib-Object-Introspection-0.8.0.ebuild | 29 ++++++++++++++++++++
dev-perl/Glib-Object-Introspection/metadata.xml | 8 +++++
3 files changed, 47 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Glib-Object-Introspection/ChangeLog b/dev-perl/Glib-Object-Introspection/ChangeLog
new file mode 100644
index 0000000..a06e1c0
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Glib-Object-Introspection
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Glib-Object-Introspection-0.8.0 (28 Apr 2012)
+
+ 28 Apr 2012; Torsten Veller <tove@gentoo.org>
+ +Glib-Object-Introspection-0.8.0.ebuild, +metadata.xml:
+ Initial commit
+
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.8.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.8.0.ebuild
new file mode 100644
index 0000000..223a12b
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.8.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=XAOC
+MODULE_VERSION=0.008
+inherit perl-module
+
+DESCRIPTION="Dynamically create Perl language bindings"
+
+LICENSE="|| ( LGPL-2.1 LGPL-3 )" # LGPL-2.1 or later
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/gobject-introspection-1.0
+ >=dev-perl/glib-perl-1.240.0
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/extutils-depends-0.300.0
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/glib-perl-1.240.0
+ >=dev-perl/extutils-pkgconfig-1.0.0
+"
+
+SRC_TEST=do
diff --git a/dev-perl/Glib-Object-Introspection/metadata.xml b/dev-perl/Glib-Object-Introspection/metadata.xml
new file mode 100644
index 0000000..45dd744
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/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">Glib-Object-Introspection</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Glib-Object-Introspection/
@ 2012-07-29 6:24 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-07-29 6:24 UTC (permalink / raw
To: gentoo-commits
commit: ac71779717476ada412c8d59fbd270e543fb92c9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jul 29 04:51:36 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jul 29 04:51:36 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ac717797
[newversion] Glib-Object-Introspection-0.10.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Glib-Object-Introspection/ChangeLog | 6 +++
.../Glib-Object-Introspection-0.10.0.ebuild | 47 ++++++++++++++++++++
2 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Glib-Object-Introspection/ChangeLog b/dev-perl/Glib-Object-Introspection/ChangeLog
index 79a3f91..ff9f4fc 100644
--- a/dev-perl/Glib-Object-Introspection/ChangeLog
+++ b/dev-perl/Glib-Object-Introspection/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Glib-Object-Introspection-0.10.0 (29 Jul 2012)
+
+ 29 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+ +Glib-Object-Introspection-0.10.0.ebuild:
+ Version Bump
+
*Glib-Object-Introspection-0.9.0 (26 May 2012)
26 May 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.10.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.10.0.ebuild
new file mode 100644
index 0000000..7040704
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.10.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=XAOC
+MODULE_VERSION=0.010
+inherit perl-module
+
+DESCRIPTION='Dynamically create Perl language bindings'
+LICENSE=" LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+extra_deps() {
+ echo \>=dev-libs/gobject-introspection-1.0
+}
+perl_meta_configure() {
+ # ExtUtils::Depends 0.3 ( 0.300.0 )
+ echo \>=dev-perl/extutils-depends-0.300.0
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+ # ExtUtils::PkgConfig 1 ( 1.0.0 )
+ echo \>=dev-perl/extutils-pkgconfig-1.0.0
+ # Glib 1.24 ( 1.240.0 )
+ echo \>=dev-perl/glib-perl-1.240.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # ExtUtils::Depends 0.3 ( 0.300.0 )
+ echo \>=dev-perl/extutils-depends-0.300.0
+ # Glib 1.24 ( 1.240.0 )
+ echo \>=dev-perl/glib-perl-1.240.0
+}
+DEPEND="
+ $(extra_deps)
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(extra_deps)
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Glib-Object-Introspection/
@ 2012-08-01 1:44 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-08-01 1:44 UTC (permalink / raw
To: gentoo-commits
commit: 6efcf4c03317b8a8349964670a802ca48ad13b72
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jul 31 23:43:30 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jul 31 23:43:30 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6efcf4c0
[newversion] Glib-Object-Introspection-0.11.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Glib-Object-Introspection/ChangeLog | 6 +++
.../Glib-Object-Introspection-0.11.0.ebuild | 45 ++++++++++++++++++++
2 files changed, 51 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Glib-Object-Introspection/ChangeLog b/dev-perl/Glib-Object-Introspection/ChangeLog
index ff9f4fc..0b64017 100644
--- a/dev-perl/Glib-Object-Introspection/ChangeLog
+++ b/dev-perl/Glib-Object-Introspection/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Glib-Object-Introspection-0.11.0 (31 Jul 2012)
+
+ 31 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+ +Glib-Object-Introspection-0.11.0.ebuild:
+ Version Bump
+
*Glib-Object-Introspection-0.10.0 (29 Jul 2012)
29 Jul 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.11.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.11.0.ebuild
new file mode 100644
index 0000000..13e7997
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.11.0.ebuild
@@ -0,0 +1,45 @@
+# 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.011
+inherit perl-module
+
+DESCRIPTION='Dynamically create Perl language bindings'
+LICENSE=" LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+extra_deps() {
+ echo \>=dev-libs/gobject-introspection-1.0
+}
+perl_meta_configure() {
+ # ExtUtils::Depends 0.3 ( 0.300.0 )
+ echo \>=dev-perl/extutils-depends-0.300.0
+ # ExtUtils::PkgConfig 1 ( 1.0.0 )
+ echo \>=dev-perl/extutils-pkgconfig-1.0.0
+ # Glib 1.24 ( 1.240.0 )
+ echo \>=dev-perl/glib-perl-1.240.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # ExtUtils::Depends 0.3 ( 0.300.0 )
+ echo \>=dev-perl/extutils-depends-0.300.0
+ # Glib 1.24 ( 1.240.0 )
+ echo \>=dev-perl/glib-perl-1.240.0
+}
+DEPEND="
+ $(extra_deps)
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(extra_deps)
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Glib-Object-Introspection/
@ 2012-09-15 23:19 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-09-15 23:19 UTC (permalink / raw
To: gentoo-commits
commit: cf834782833245aa2465a0ec0b973566642ec0ea
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Sep 15 20:10:47 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=cf834782
[newversion] Glib-Object-Introspection-0.012 ( 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/Glib-Object-Introspection/ChangeLog | 6 +++
.../Glib-Object-Introspection-0.12.0.ebuild | 43 ++++++++++++++++++++
2 files changed, 49 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Glib-Object-Introspection/ChangeLog b/dev-perl/Glib-Object-Introspection/ChangeLog
index 0b64017..a6de4ed 100644
--- a/dev-perl/Glib-Object-Introspection/ChangeLog
+++ b/dev-perl/Glib-Object-Introspection/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Glib-Object-Introspection-0.12.0 (15 Sep 2012)
+
+ 15 Sep 2012; Kent Fredric <kentfredric@gmail.com>
+ +Glib-Object-Introspection-0.12.0.ebuild:
+ Version Bump
+
*Glib-Object-Introspection-0.11.0 (31 Jul 2012)
31 Jul 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.12.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.12.0.ebuild
new file mode 100644
index 0000000..d0999bb
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.12.0.ebuild
@@ -0,0 +1,43 @@
+# 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.012
+inherit perl-module
+
+DESCRIPTION='Dynamically create Perl language bindings'
+LICENSE=" LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+extra_deps() {
+ echo \>=dev-libs/gobject-introspection-1.0
+}
+perl_meta_configure() {
+ # ExtUtils::Depends 0.3 ( 0.300.0 )
+ echo \>=dev-perl/extutils-depends-0.300.0
+ # ExtUtils::PkgConfig 1 ( 1.0.0 )
+ echo \>=dev-perl/extutils-pkgconfig-1.0.0
+ # Glib 1.27 ( 1.270.0 )
+ echo \>=dev-perl/glib-perl-1.270.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # Glib 1.27 ( 1.270.0 )
+ echo \>=dev-perl/glib-perl-1.270.0
+}
+DEPEND="
+ $(extra_deps)
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(extra_deps)
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Glib-Object-Introspection/
@ 2013-02-10 12:18 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-02-10 12:18 UTC (permalink / raw
To: gentoo-commits
commit: 9a462f742f76459b6bab1d38d563c3d61a76bb68
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 10 04:50:47 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 10 04:50:47 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9a462f74
[newversion] Glib-Object-Introspection-0.14.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Glib-Object-Introspection/ChangeLog | 8 +++-
.../Glib-Object-Introspection-0.14.0.ebuild | 42 ++++++++++++++++++++
2 files changed, 49 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Glib-Object-Introspection/ChangeLog b/dev-perl/Glib-Object-Introspection/ChangeLog
index a6de4ed..1267d4a 100644
--- a/dev-perl/Glib-Object-Introspection/ChangeLog
+++ b/dev-perl/Glib-Object-Introspection/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Glib-Object-Introspection
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Glib-Object-Introspection-0.14.0 (10 Feb 2013)
+
+ 10 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ +Glib-Object-Introspection-0.14.0.ebuild:
+ Version Bump
+
*Glib-Object-Introspection-0.12.0 (15 Sep 2012)
15 Sep 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.14.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.14.0.ebuild
new file mode 100644
index 0000000..4ec9eb7
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.14.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=XAOC
+MODULE_VERSION=0.014
+inherit perl-module
+
+DESCRIPTION='Dynamically create Perl language bindings'
+LICENSE=" LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+extra_deps() {
+ echo \>=dev-libs/gobject-introspection-1.0
+}
+perl_meta_configure() {
+ # ExtUtils::Depends 0.3 ( 0.300.0 )
+ echo \>=dev-perl/extutils-depends-0.300.0
+ # ExtUtils::PkgConfig 1 ( 1.0.0 )
+ echo \>=dev-perl/extutils-pkgconfig-1.0.0
+ # Glib 1.28 ( 1.280.0 )
+ echo \>=dev-perl/glib-perl-1.280.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # Glib 1.28 ( 1.280.0 )
+ echo \>=dev-perl/glib-perl-1.280.0
+}
+DEPEND="
+ $(extra_deps)
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Glib-Object-Introspection/
@ 2013-02-10 12:18 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-02-10 12:18 UTC (permalink / raw
To: gentoo-commits
commit: 346202177b08049c70618761501bedbaf90195e3
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 10 04:53:32 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 10 04:53:32 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=34620217
[cpanclean] Glib-Object-Introspection-0.{8,9}.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Glib-Object-Introspection/ChangeLog | 5 ++
.../Glib-Object-Introspection-0.8.0.ebuild | 29 ------------
.../Glib-Object-Introspection-0.9.0.ebuild | 47 --------------------
3 files changed, 5 insertions(+), 76 deletions(-)
diff --git a/dev-perl/Glib-Object-Introspection/ChangeLog b/dev-perl/Glib-Object-Introspection/ChangeLog
index 1267d4a..0771878 100644
--- a/dev-perl/Glib-Object-Introspection/ChangeLog
+++ b/dev-perl/Glib-Object-Introspection/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ -Glib-Object-Introspection-0.8.0.ebuild,
+ -Glib-Object-Introspection-0.9.0.ebuild:
+ Gone on CPAN
+
*Glib-Object-Introspection-0.14.0 (10 Feb 2013)
10 Feb 2013; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.8.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.8.0.ebuild
deleted file mode 100644
index 223a12b..0000000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.8.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=XAOC
-MODULE_VERSION=0.008
-inherit perl-module
-
-DESCRIPTION="Dynamically create Perl language bindings"
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )" # LGPL-2.1 or later
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/gobject-introspection-1.0
- >=dev-perl/glib-perl-1.240.0
-"
-DEPEND="${RDEPEND}
- >=dev-perl/extutils-depends-0.300.0
- virtual/perl-ExtUtils-MakeMaker
- >=dev-perl/glib-perl-1.240.0
- >=dev-perl/extutils-pkgconfig-1.0.0
-"
-
-SRC_TEST=do
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.9.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.9.0.ebuild
deleted file mode 100644
index 99dd946..0000000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.9.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=XAOC
-MODULE_VERSION=0.009
-inherit perl-module
-
-DESCRIPTION='Dynamically create Perl language bindings'
-LICENSE="|| ( LGPL-2.1 LGPL-3 )" # LGPL-2.1 or later
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-extra_deps() {
- echo \>=dev-libs/gobject-introspection-1.0
-}
-perl_meta_configure() {
- # ExtUtils::Depends 0.3 ( 0.300.0 )
- echo \>=dev-perl/extutils-depends-0.300.0
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
- # ExtUtils::PkgConfig 1 ( 1.0.0 )
- echo \>=dev-perl/extutils-pkgconfig-1.0.0
- # Glib 1.24 ( 1.240.0 )
- echo \>=dev-perl/glib-perl-1.240.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # ExtUtils::Depends 0.3 ( 0.300.0 )
- echo \>=dev-perl/extutils-depends-0.300.0
- # Glib 1.24 ( 1.240.0 )
- echo \>=dev-perl/glib-perl-1.240.0
-}
-DEPEND="
- $(extra_deps)
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(extra_deps)
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Glib-Object-Introspection/
@ 2013-04-28 9:25 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-04-28 9:25 UTC (permalink / raw
To: gentoo-commits
commit: a66677a23e817207313c1a75b536d59daf52ac10
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 26 20:57:08 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 26 20:57:08 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a66677a2
[newversion] Glib-Object-Introspection-0.15.0
Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Glib-Object-Introspection/ChangeLog | 6 +++
.../Glib-Object-Introspection-0.15.0.ebuild | 42 ++++++++++++++++++++
2 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Glib-Object-Introspection/ChangeLog b/dev-perl/Glib-Object-Introspection/ChangeLog
index 0771878..da7cf59 100644
--- a/dev-perl/Glib-Object-Introspection/ChangeLog
+++ b/dev-perl/Glib-Object-Introspection/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Glib-Object-Introspection-0.15.0 (26 Apr 2013)
+
+ 26 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+ +Glib-Object-Introspection-0.15.0.ebuild:
+ Version Bump
+
10 Feb 2013; Kent Fredric <kentfredric@gmail.com>
-Glib-Object-Introspection-0.8.0.ebuild,
-Glib-Object-Introspection-0.9.0.ebuild:
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.15.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.15.0.ebuild
new file mode 100644
index 0000000..4efbb46
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.15.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=XAOC
+MODULE_VERSION=0.015
+inherit perl-module
+
+DESCRIPTION='Dynamically create Perl language bindings'
+LICENSE=" LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+extra_deps() {
+ echo \>=dev-libs/gobject-introspection-1.0
+}
+perl_meta_configure() {
+ # ExtUtils::Depends 0.3 ( 0.300.0 )
+ echo \>=dev-perl/extutils-depends-0.300.0
+ # ExtUtils::PkgConfig 1 ( 1.0.0 )
+ echo \>=dev-perl/extutils-pkgconfig-1.0.0
+ # Glib 1.28 ( 1.280.0 )
+ echo \>=dev-perl/glib-perl-1.280.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # Glib 1.28 ( 1.280.0 )
+ echo \>=dev-perl/glib-perl-1.280.0
+}
+DEPEND="
+ $(extra_deps)
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Glib-Object-Introspection/
@ 2015-05-02 2:21 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2015-05-02 2:21 UTC (permalink / raw
To: gentoo-commits
commit: b49a8dc671aa12e6e1cc9a533b20a1e6f7717d00
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May 1 18:18:56 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 1 18:18:56 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b49a8dc6
[cleanup] Glib-Object-Introspection: remove old versions
Package-Manager: portage-2.2.17
RepoMan-Options: --force
.../Glib-Object-Introspection-0.10.0.ebuild | 47 ----------------------
.../Glib-Object-Introspection-0.11.0.ebuild | 45 ---------------------
.../Glib-Object-Introspection-0.12.0.ebuild | 43 --------------------
.../Glib-Object-Introspection-0.14.0.ebuild | 42 -------------------
4 files changed, 177 deletions(-)
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.10.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.10.0.ebuild
deleted file mode 100644
index 7040704..0000000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.10.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=XAOC
-MODULE_VERSION=0.010
-inherit perl-module
-
-DESCRIPTION='Dynamically create Perl language bindings'
-LICENSE=" LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-extra_deps() {
- echo \>=dev-libs/gobject-introspection-1.0
-}
-perl_meta_configure() {
- # ExtUtils::Depends 0.3 ( 0.300.0 )
- echo \>=dev-perl/extutils-depends-0.300.0
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
- # ExtUtils::PkgConfig 1 ( 1.0.0 )
- echo \>=dev-perl/extutils-pkgconfig-1.0.0
- # Glib 1.24 ( 1.240.0 )
- echo \>=dev-perl/glib-perl-1.240.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # ExtUtils::Depends 0.3 ( 0.300.0 )
- echo \>=dev-perl/extutils-depends-0.300.0
- # Glib 1.24 ( 1.240.0 )
- echo \>=dev-perl/glib-perl-1.240.0
-}
-DEPEND="
- $(extra_deps)
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(extra_deps)
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.11.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.11.0.ebuild
deleted file mode 100644
index 13e7997..0000000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.11.0.ebuild
+++ /dev/null
@@ -1,45 +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.011
-inherit perl-module
-
-DESCRIPTION='Dynamically create Perl language bindings'
-LICENSE=" LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-extra_deps() {
- echo \>=dev-libs/gobject-introspection-1.0
-}
-perl_meta_configure() {
- # ExtUtils::Depends 0.3 ( 0.300.0 )
- echo \>=dev-perl/extutils-depends-0.300.0
- # ExtUtils::PkgConfig 1 ( 1.0.0 )
- echo \>=dev-perl/extutils-pkgconfig-1.0.0
- # Glib 1.24 ( 1.240.0 )
- echo \>=dev-perl/glib-perl-1.240.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # ExtUtils::Depends 0.3 ( 0.300.0 )
- echo \>=dev-perl/extutils-depends-0.300.0
- # Glib 1.24 ( 1.240.0 )
- echo \>=dev-perl/glib-perl-1.240.0
-}
-DEPEND="
- $(extra_deps)
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(extra_deps)
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.12.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.12.0.ebuild
deleted file mode 100644
index d0999bb..0000000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.12.0.ebuild
+++ /dev/null
@@ -1,43 +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.012
-inherit perl-module
-
-DESCRIPTION='Dynamically create Perl language bindings'
-LICENSE=" LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-extra_deps() {
- echo \>=dev-libs/gobject-introspection-1.0
-}
-perl_meta_configure() {
- # ExtUtils::Depends 0.3 ( 0.300.0 )
- echo \>=dev-perl/extutils-depends-0.300.0
- # ExtUtils::PkgConfig 1 ( 1.0.0 )
- echo \>=dev-perl/extutils-pkgconfig-1.0.0
- # Glib 1.27 ( 1.270.0 )
- echo \>=dev-perl/glib-perl-1.270.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Glib 1.27 ( 1.270.0 )
- echo \>=dev-perl/glib-perl-1.270.0
-}
-DEPEND="
- $(extra_deps)
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(extra_deps)
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.14.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.14.0.ebuild
deleted file mode 100644
index 4ec9eb7..0000000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.14.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=XAOC
-MODULE_VERSION=0.014
-inherit perl-module
-
-DESCRIPTION='Dynamically create Perl language bindings'
-LICENSE=" LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-extra_deps() {
- echo \>=dev-libs/gobject-introspection-1.0
-}
-perl_meta_configure() {
- # ExtUtils::Depends 0.3 ( 0.300.0 )
- echo \>=dev-perl/extutils-depends-0.300.0
- # ExtUtils::PkgConfig 1 ( 1.0.0 )
- echo \>=dev-perl/extutils-pkgconfig-1.0.0
- # Glib 1.28 ( 1.280.0 )
- echo \>=dev-perl/glib-perl-1.280.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Glib 1.28 ( 1.280.0 )
- echo \>=dev-perl/glib-perl-1.280.0
-}
-DEPEND="
- $(extra_deps)
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Glib-Object-Introspection/
@ 2015-05-02 2:21 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2015-05-02 2:21 UTC (permalink / raw
To: gentoo-commits
commit: f2639d484a7ff7b02ebfecce2f449de624f696e8
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May 1 22:00:50 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 1 22:00:50 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f2639d48
[bump] Glib-Object-Introspection 0.28.0
Package-Manager: portage-2.2.17
.../Glib-Object-Introspection-0.15.0.ebuild | 42 ----------------------
.../Glib-Object-Introspection-0.28.0.ebuild | 33 +++++++++++++++++
2 files changed, 33 insertions(+), 42 deletions(-)
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.15.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.15.0.ebuild
deleted file mode 100644
index 4efbb46..0000000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.15.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=XAOC
-MODULE_VERSION=0.015
-inherit perl-module
-
-DESCRIPTION='Dynamically create Perl language bindings'
-LICENSE=" LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-extra_deps() {
- echo \>=dev-libs/gobject-introspection-1.0
-}
-perl_meta_configure() {
- # ExtUtils::Depends 0.3 ( 0.300.0 )
- echo \>=dev-perl/extutils-depends-0.300.0
- # ExtUtils::PkgConfig 1 ( 1.0.0 )
- echo \>=dev-perl/extutils-pkgconfig-1.0.0
- # Glib 1.28 ( 1.280.0 )
- echo \>=dev-perl/glib-perl-1.280.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Glib 1.28 ( 1.280.0 )
- echo \>=dev-perl/glib-perl-1.280.0
-}
-DEPEND="
- $(extra_deps)
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.28.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.28.0.ebuild
new file mode 100644
index 0000000..11bb9f9
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.28.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=XAOC
+MODULE_VERSION=0.028
+inherit perl-module
+
+DESCRIPTION='Dynamically create Perl language bindings'
+LICENSE=" LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# gmodule -> dev-libs/glib
+XS_DEPEND="
+ >=dev-libs/gobject-introspection-1.0
+ >=dev-libs/libffi-3.0.0
+ >=dev-libs/glib-2.0.0
+"
+# ExtUtils::PkgCOnfig -> extutils-pkgconfig
+# Glib -> glib-perl
+RDEPEND="
+ >=dev-perl/glib-perl-1.280.0
+ ${XS_DEPEND}
+"
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/ExtUtils-Depends-0.300.0
+ >=dev-perl/extutils-pkgconfig-1.0.0
+ virtual/perl-File-Spec
+ ${RDEPEND}
+"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Glib-Object-Introspection/
@ 2016-03-07 6:51 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2016-03-07 6:51 UTC (permalink / raw
To: gentoo-commits
commit: d24e0638bd3c69f15bf917d67dfcf46610a51a2a
Author: Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com>
AuthorDate: Thu Feb 11 09:20:58 2016 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 11 09:22:34 2016 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d24e0638
dev-perl/Glib-Object-Introspection: version bump
and fix metadata.xml to make repoman happy
.../Glib-Object-Introspection-0.40.0.ebuild | 34 ++++++++++++++++++++++
dev-perl/Glib-Object-Introspection/metadata.xml | 3 +-
2 files changed, 35 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild
new file mode 100644
index 0000000..6d38d3b
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+MODULE_AUTHOR=XAOC
+MODULE_VERSION=0.040
+inherit perl-module
+
+DESCRIPTION='Dynamically create Perl language bindings'
+LICENSE=" LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# gmodule -> dev-libs/glib
+XS_DEPEND="
+ >=dev-libs/gobject-introspection-1.0
+ >=dev-libs/libffi-3.0.0
+ >=dev-libs/glib-2.0.0
+"
+# ExtUtils::PkgCOnfig -> extutils-pkgconfig
+# Glib -> glib-perl
+RDEPEND="
+ >=dev-perl/glib-perl-1.320.0
+ ${XS_DEPEND}
+"
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/ExtUtils-Depends-0.300.0
+ >=dev-perl/extutils-pkgconfig-1.0.0
+ virtual/perl-File-Spec
+ ${RDEPEND}
+"
diff --git a/dev-perl/Glib-Object-Introspection/metadata.xml b/dev-perl/Glib-Object-Introspection/metadata.xml
index 51ac30c..fad4b0e 100644
--- a/dev-perl/Glib-Object-Introspection/metadata.xml
+++ b/dev-perl/Glib-Object-Introspection/metadata.xml
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>perl</herd>
<upstream>
<remote-id type="cpan">Glib-Object-Introspection</remote-id>
<remote-id type="cpan-module">Glib::Object::Introspection</remote-id>
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2016-03-07 6:51 UTC | newest]
Thread overview: 10+ 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/Glib-Object-Introspection/ Torsten Veller
-- strict thread matches above, loose matches on Subject: below --
2012-07-29 6:24 Kent Fredric
2012-08-01 1:44 Kent Fredric
2012-09-15 23:19 Kent Fredric
2013-02-10 12:18 Kent Fredric
2013-02-10 12:18 Kent Fredric
2013-04-28 9:25 Kent Fredric
2015-05-02 2:21 Kent Fredric
2015-05-02 2:21 Kent Fredric
2016-03-07 6:51 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox