public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-SourceView2/
@ 2017-01-02  9:32 Andreas Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Hüttel @ 2017-01-02  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     0ee63060d9fe326a28a2234e46030c8a08bf61ca
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  2 09:32:15 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 09:32:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee63060

dev-perl/Gtk2-SourceView2: New package, bug 398907. Ebuild based on work by Fabio Rossi.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../Gtk2-SourceView2-0.100.0.ebuild                | 28 ++++++++++++++++++++++
 dev-perl/Gtk2-SourceView2/Manifest                 |  1 +
 dev-perl/Gtk2-SourceView2/metadata.xml             |  8 +++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0.ebuild b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0.ebuild
new file mode 100644
index 00000000..09f951f
--- /dev/null
+++ b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+
+DIST_AUTHOR=POTYL
+DIST_VERSION=0.10
+DIST_A_EXT=tar.gz
+inherit perl-module
+
+DESCRIPTION="Perl binding for the C library gtksourceview"
+
+SLOT="0"
+LICENSE="|| ( GPL-2+  Artistic-2 )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-perl/gtk2-perl
+	>=dev-perl/glib-perl-1.160.0
+"
+DEPEND="${RDEPEND}
+	dev-perl/ExtUtils-Depends
+	dev-perl/ExtUtils-PkgConfig
+	virtual/perl-ExtUtils-MakeMaker
+	x11-libs/gtksourceview:2.0
+"

diff --git a/dev-perl/Gtk2-SourceView2/Manifest b/dev-perl/Gtk2-SourceView2/Manifest
new file mode 100644
index 00000000..880b2e2
--- /dev/null
+++ b/dev-perl/Gtk2-SourceView2/Manifest
@@ -0,0 +1 @@
+DIST Gtk2-SourceView2-0.10.tar.gz 23420 SHA256 ba15f97fd6bd8c1481e8b06a8d6c7b1e450e5580d1584cbc23080ea3d626c0e5 SHA512 29e5ea143fb013d95638be10463f5b316dc38212481b720b15ee569a6c3a4ec432d0550128d1fcac5adc35df02e0180ff2a378bcfbab620f332fff78e078453f WHIRLPOOL 97a71063a6af869858372006259b12549987e96fa92952333c9c0e54531d4705b99f42c5e475e63ac207c522dde354c7d3236f261b9a85895a1826e05eb7854c

diff --git a/dev-perl/Gtk2-SourceView2/metadata.xml b/dev-perl/Gtk2-SourceView2/metadata.xml
new file mode 100644
index 00000000..2b9a936
--- /dev/null
+++ b/dev-perl/Gtk2-SourceView2/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-SourceView2/
@ 2017-03-19  4:12 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-03-19  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e1b60dcc9d5d6e2f69b2d034f2d2a0165059ef8a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 03:17:29 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=e1b60dcc

dev-perl/Gtk2-SourceView2: Fix dep on dev-perl/Gtk2

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0.ebuild b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0.ebuild
index 9d953ac803f..e01586108d1 100644
--- a/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0.ebuild
+++ b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="
-	dev-perl/gtk2-perl
+	dev-perl/Gtk2
 	>=dev-perl/glib-perl-1.160.0
 "
 DEPEND="${RDEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-SourceView2/
@ 2017-10-24  2:43 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-10-24  2:43 UTC (permalink / raw
  To: gentoo-commits

commit:     30c4e128e0c8231b54d0a41c9fbe3237cf3808a2
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 01:58:24 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 01:58:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c4e128

dev-perl/Gtk2-SourceView2: Virtualxify tests

- Make tests work with virtualx
- Add upstream remote-id's to metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Gtk2-SourceView2-0.100.0-r1.ebuild             | 30 ++++++++++++++++++++++
 dev-perl/Gtk2-SourceView2/metadata.xml             |  4 +++
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0-r1.ebuild b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0-r1.ebuild
new file mode 100644
index 00000000000..2042b5ad212
--- /dev/null
+++ b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=POTYL
+DIST_VERSION=0.10
+DIST_A_EXT=tar.gz
+inherit perl-module virtualx
+
+DESCRIPTION="Perl binding for the C library gtksourceview"
+
+SLOT="0"
+LICENSE="|| ( GPL-2+  Artistic-2 )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-perl/Gtk2
+	>=dev-perl/glib-perl-1.160.0
+"
+DEPEND="${RDEPEND}
+	dev-perl/ExtUtils-Depends
+	dev-perl/ExtUtils-PkgConfig
+	virtual/perl-ExtUtils-MakeMaker
+	x11-libs/gtksourceview:2.0
+"
+src_test() {
+	virtx perl-module_src_test
+}

diff --git a/dev-perl/Gtk2-SourceView2/metadata.xml b/dev-perl/Gtk2-SourceView2/metadata.xml
index 2b9a936fc0a..4febf45a1ab 100644
--- a/dev-perl/Gtk2-SourceView2/metadata.xml
+++ b/dev-perl/Gtk2-SourceView2/metadata.xml
@@ -5,4 +5,8 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">Gtk2-SourceView</remote-id>
+    <remote-id type="cpan-module">Gtk2::SourceView2</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-SourceView2/
@ 2018-06-09  1:24 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2018-06-09  1:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0ec9b651a1ba591840da1fdde6168771b7f86aa4
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  9 01:03:31 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jun  9 01:24:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec9b651

dev-perl/Gtk2-SourceView2: Cleanup old version 0.100.0

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 .../Gtk2-SourceView2-0.100.0.ebuild                | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0.ebuild b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0.ebuild
deleted file mode 100644
index e01586108d1..00000000000
--- a/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=POTYL
-DIST_VERSION=0.10
-DIST_A_EXT=tar.gz
-inherit perl-module
-
-DESCRIPTION="Perl binding for the C library gtksourceview"
-
-SLOT="0"
-LICENSE="|| ( GPL-2+  Artistic-2 )"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-perl/Gtk2
-	>=dev-perl/glib-perl-1.160.0
-"
-DEPEND="${RDEPEND}
-	dev-perl/ExtUtils-Depends
-	dev-perl/ExtUtils-PkgConfig
-	virtual/perl-ExtUtils-MakeMaker
-	x11-libs/gtksourceview:2.0
-"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-SourceView2/
@ 2021-06-10 23:23 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-06-10 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     7a75f19369f213f1bf550fec35e711112e663073
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 23:19:40 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 23:23:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a75f193

dev-perl/Gtk2-SourceView2: Version bump 0.12

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Gtk2-SourceView2-0.120.0.ebuild                | 31 ++++++++++++++++++++++
 dev-perl/Gtk2-SourceView2/Manifest                 |  1 +
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.120.0.ebuild b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.120.0.ebuild
new file mode 100644
index 00000000000..f57a698af8d
--- /dev/null
+++ b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.120.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=XAOC
+DIST_VERSION=0.12
+DIST_A_EXT=tar.gz
+inherit perl-module virtualx
+
+DESCRIPTION="Perl binding for the C library gtksourceview"
+
+SLOT="0"
+LICENSE="|| ( GPL-2+  Artistic-2 )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-perl/Gtk2
+	>=dev-perl/glib-perl-1.160.0
+"
+DEPEND="${RDEPEND}
+	dev-perl/ExtUtils-Depends
+	dev-perl/ExtUtils-PkgConfig
+	virtual/perl-ExtUtils-MakeMaker
+	x11-libs/gtksourceview:2.0
+"
+
+src_test() {
+	virtx perl-module_src_test
+}

diff --git a/dev-perl/Gtk2-SourceView2/Manifest b/dev-perl/Gtk2-SourceView2/Manifest
index 695e6043aa6..a28149860f5 100644
--- a/dev-perl/Gtk2-SourceView2/Manifest
+++ b/dev-perl/Gtk2-SourceView2/Manifest
@@ -1 +1,2 @@
 DIST Gtk2-SourceView2-0.10.tar.gz 23420 BLAKE2B 68a9bf701483a734a7f58abc863c0a6af454fd8aea90b5ff3c6175696028c64480dd0acfefdd51a7e2b9503f652728bbe8d4f4867932553b8142f5953b32260c SHA512 29e5ea143fb013d95638be10463f5b316dc38212481b720b15ee569a6c3a4ec432d0550128d1fcac5adc35df02e0180ff2a378bcfbab620f332fff78e078453f
+DIST Gtk2-SourceView2-0.12.tar.gz 24647 BLAKE2B 048e44d954ad14736d3a9f631e6370ac055ab979502b9c9ef07f35398bfd24f10fd587cb1d86bb22951b7189efffe18ee9919f0b77df89821583e9b79e126de9 SHA512 c82741a23b9cc0560a70afeab7b0728a4d3e6769515bd68f894708d6f9ab72772fca5f4d74750e76e71d44a48732e6366bb1953f0d712148d0bc73c5aa27e450


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-SourceView2/
@ 2021-10-31  0:20 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-10-31  0:20 UTC (permalink / raw
  To: gentoo-commits

commit:     06456052d8c5d9495fc67a926905836214513b07
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 00:18:11 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 00:20:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06456052

dev-perl/Gtk2-SourceView2: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Gtk2-SourceView2-0.100.0-r1.ebuild             | 30 ----------------------
 dev-perl/Gtk2-SourceView2/Manifest                 |  1 -
 2 files changed, 31 deletions(-)

diff --git a/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0-r1.ebuild b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0-r1.ebuild
deleted file mode 100644
index 2042b5ad212..00000000000
--- a/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=POTYL
-DIST_VERSION=0.10
-DIST_A_EXT=tar.gz
-inherit perl-module virtualx
-
-DESCRIPTION="Perl binding for the C library gtksourceview"
-
-SLOT="0"
-LICENSE="|| ( GPL-2+  Artistic-2 )"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-perl/Gtk2
-	>=dev-perl/glib-perl-1.160.0
-"
-DEPEND="${RDEPEND}
-	dev-perl/ExtUtils-Depends
-	dev-perl/ExtUtils-PkgConfig
-	virtual/perl-ExtUtils-MakeMaker
-	x11-libs/gtksourceview:2.0
-"
-src_test() {
-	virtx perl-module_src_test
-}

diff --git a/dev-perl/Gtk2-SourceView2/Manifest b/dev-perl/Gtk2-SourceView2/Manifest
index a28149860f5..667d4f68ef3 100644
--- a/dev-perl/Gtk2-SourceView2/Manifest
+++ b/dev-perl/Gtk2-SourceView2/Manifest
@@ -1,2 +1 @@
-DIST Gtk2-SourceView2-0.10.tar.gz 23420 BLAKE2B 68a9bf701483a734a7f58abc863c0a6af454fd8aea90b5ff3c6175696028c64480dd0acfefdd51a7e2b9503f652728bbe8d4f4867932553b8142f5953b32260c SHA512 29e5ea143fb013d95638be10463f5b316dc38212481b720b15ee569a6c3a4ec432d0550128d1fcac5adc35df02e0180ff2a378bcfbab620f332fff78e078453f
 DIST Gtk2-SourceView2-0.12.tar.gz 24647 BLAKE2B 048e44d954ad14736d3a9f631e6370ac055ab979502b9c9ef07f35398bfd24f10fd587cb1d86bb22951b7189efffe18ee9919f0b77df89821583e9b79e126de9 SHA512 c82741a23b9cc0560a70afeab7b0728a4d3e6769515bd68f894708d6f9ab72772fca5f4d74750e76e71d44a48732e6366bb1953f0d712148d0bc73c5aa27e450


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

end of thread, other threads:[~2021-10-31  0:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-19  4:12 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-SourceView2/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-10-31  0:20 Andreas K. Hüttel
2021-06-10 23:23 Andreas K. Hüttel
2018-06-09  1:24 Kent Fredric
2017-10-24  2:43 Kent Fredric
2017-01-02  9:32 Andreas Hüttel

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