* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Syntax-Highlight-Engine-Kate/
@ 2012-10-28 14:02 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-10-28 14:02 UTC (permalink / raw
To: gentoo-commits
commit: ad6caa4e3e85ac6a7c305d6399eb8c91b4b023ab
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 28 10:18:36 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 28 10:18:36 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ad6caa4e
[newversion] Syntax-Highlight-Engine-Kate-0.70.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Syntax-Highlight-Engine-Kate/ChangeLog | 6 +++
.../Syntax-Highlight-Engine-Kate-0.70.0.ebuild | 46 ++++++++++++++++++++
2 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Syntax-Highlight-Engine-Kate/ChangeLog b/dev-perl/Syntax-Highlight-Engine-Kate/ChangeLog
index 27cb36a..6eebe6b 100644
--- a/dev-perl/Syntax-Highlight-Engine-Kate/ChangeLog
+++ b/dev-perl/Syntax-Highlight-Engine-Kate/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Syntax-Highlight-Engine-Kate-0.70.0 (28 Oct 2012)
+
+ 28 Oct 2012; Kent Fredric <kentfredric@gmail.com>
+ +Syntax-Highlight-Engine-Kate-0.70.0.ebuild:
+ Version Bump
+
*Syntax-Highlight-Engine-Kate-0.60.0 (28 Oct 2012)
*Syntax-Highlight-Engine-Kate-0.40.0 (28 Oct 2012)
diff --git a/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.70.0.ebuild b/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.70.0.ebuild
new file mode 100644
index 0000000..8b60064
--- /dev/null
+++ b/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.70.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SZABGAB
+MODULE_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION='a port to Perl of the syntax highlight engine of the Kate texteditor.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ # Term::ANSIColor
+ echo virtual/perl-Term-ANSIColor
+ # Test::Differences 0.61 ( 0.610.0 )
+ echo \>=dev-perl/Test-Differences-0.610.0
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+}
+perl_meta_runtime() {
+ # Carp
+ echo dev-lang/perl
+ # Data::Dumper
+ echo virtual/perl-Data-Dumper
+ # File::Basename
+ echo dev-lang/perl
+ # perl 5.006 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Syntax-Highlight-Engine-Kate/
@ 2012-10-28 14:02 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-10-28 14:02 UTC (permalink / raw
To: gentoo-commits
commit: 5ea5f9a321973a9dd849533ee65e9a8ecf406300
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 28 07:41:54 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 28 07:41:54 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5ea5f9a3
[migrate] Syntax-Highlight-Engine-Kate
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Syntax-Highlight-Engine-Kate/ChangeLog | 12 +++++++++++-
... => Syntax-Highlight-Engine-Kate-0.40.0.ebuild} | 3 ++-
... => Syntax-Highlight-Engine-Kate-0.60.0.ebuild} | 3 ++-
3 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Syntax-Highlight-Engine-Kate/ChangeLog b/dev-perl/Syntax-Highlight-Engine-Kate/ChangeLog
index 143b2f9..27cb36a 100644
--- a/dev-perl/Syntax-Highlight-Engine-Kate/ChangeLog
+++ b/dev-perl/Syntax-Highlight-Engine-Kate/ChangeLog
@@ -1,7 +1,17 @@
# ChangeLog for dev-perl/Syntax-Highlight-Engine-Kate
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Syntax-Highlight-Engine-Kate-0.60.0 (28 Oct 2012)
+*Syntax-Highlight-Engine-Kate-0.40.0 (28 Oct 2012)
+
+ 28 Oct 2012; Kent Fredric <kentfredric@gmail.com>
+ -Syntax-Highlight-Engine-Kate-0.04.ebuild,
+ -Syntax-Highlight-Engine-Kate-0.06.ebuild,
+ +Syntax-Highlight-Engine-Kate-0.40.0.ebuild,
+ +Syntax-Highlight-Engine-Kate-0.60.0.ebuild:
+ Migrate to x.y.z
+
15 Jun 2010; Torsten Veller <tove@gentoo.org>
Syntax-Highlight-Engine-Kate-0.04.ebuild,
Syntax-Highlight-Engine-Kate-0.06.ebuild:
diff --git a/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.04.ebuild b/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.40.0.ebuild
similarity index 82%
rename from dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.04.ebuild
rename to dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.40.0.ebuild
index a9eaf62..95d8cd3 100644
--- a/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.04.ebuild
+++ b/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.40.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=HANJE
+MODULE_VERSION="0.04"
inherit perl-module
DESCRIPTION="a port to Perl of the syntax highlight engine of the Kate texteditor."
diff --git a/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.06.ebuild b/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.60.0.ebuild
similarity index 86%
rename from dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.06.ebuild
rename to dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.60.0.ebuild
index 597c7d2..e38cb06 100644
--- a/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.06.ebuild
+++ b/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.60.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=SZABGAB
+MODULE_VERSION="0.06"
inherit perl-module
DESCRIPTION="a port to Perl of the syntax highlight engine of the Kate texteditor."
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Syntax-Highlight-Engine-Kate/
@ 2012-11-04 15:17 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-11-04 15:17 UTC (permalink / raw
To: gentoo-commits
commit: 4810e6c3c104177a8c3f2c1160b9fad5956cd4a4
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Nov 4 15:15:47 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Nov 4 15:15:47 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4810e6c3
[metadata-update] dev-perl/Syntax-Highlight-Engine-Kate/
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Syntax-Highlight-Engine-Kate/ChangeLog | 3 +++
dev-perl/Syntax-Highlight-Engine-Kate/metadata.xml | 5 +++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Syntax-Highlight-Engine-Kate/ChangeLog b/dev-perl/Syntax-Highlight-Engine-Kate/ChangeLog
index 6eebe6b..8cadec7 100644
--- a/dev-perl/Syntax-Highlight-Engine-Kate/ChangeLog
+++ b/dev-perl/Syntax-Highlight-Engine-Kate/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 04 Nov 2012; Kent Fredric <kentfredric@gmail.com> metadata.xml:
+ Update metadata.xml remotes
+
*Syntax-Highlight-Engine-Kate-0.70.0 (28 Oct 2012)
28 Oct 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Syntax-Highlight-Engine-Kate/metadata.xml b/dev-perl/Syntax-Highlight-Engine-Kate/metadata.xml
index 004d171..6e4ca71 100644
--- a/dev-perl/Syntax-Highlight-Engine-Kate/metadata.xml
+++ b/dev-perl/Syntax-Highlight-Engine-Kate/metadata.xml
@@ -37,6 +37,8 @@
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::ColdFusion</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::Common_Lisp</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::ComponentminusPascal</remote-id>
+ <remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::Convert::ToolKit</remote-id>
+ <remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::Convert::XMLData</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::Cplusplus</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::D</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::De_DE</remote-id>
@@ -98,6 +100,7 @@
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::POVminusRay</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::Pascal</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::Perl</remote-id>
+ <remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::Perl6</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::PicAsm</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::Pike</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::PostScript</remote-id>
@@ -127,7 +130,6 @@
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::TaskJuggler</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::Tcl_Tk</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::Template</remote-id>
- <remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::ToolKit</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::Txt2tags</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::UnrealScript</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::VHDL</remote-id>
@@ -138,7 +140,6 @@
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::Wikimedia</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::XHarbour</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::XML</remote-id>
- <remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::XMLData</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::XML_Debug</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::Xorg_Configuration</remote-id>
<remote-id type="cpan-module">Syntax::Highlight::Engine::Kate::Xslt</remote-id>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Syntax-Highlight-Engine-Kate/
@ 2015-06-09 8:14 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-06-09 8:14 UTC (permalink / raw
To: gentoo-commits
commit: 7b4bcb2cf430dc45c3e873a22d9dec18b56e5af8
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 06:12:42 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 06:12:42 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7b4bcb2c
[cleanup] Syntax-Highlight-Engine-Kate: Remove old versions
Package-Manager: portage-2.2.17
.../Syntax-Highlight-Engine-Kate-0.40.0.ebuild | 18 ----------------
.../Syntax-Highlight-Engine-Kate-0.60.0.ebuild | 25 ----------------------
2 files changed, 43 deletions(-)
diff --git a/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.40.0.ebuild b/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.40.0.ebuild
deleted file mode 100644
index 95d8cd3..0000000
--- a/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.40.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=HANJE
-MODULE_VERSION="0.04"
-inherit perl-module
-
-DESCRIPTION="a port to Perl of the syntax highlight engine of the Kate texteditor."
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-SRC_TEST=do
diff --git a/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.60.0.ebuild b/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.60.0.ebuild
deleted file mode 100644
index e38cb06..0000000
--- a/dev-perl/Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.60.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=SZABGAB
-MODULE_VERSION="0.06"
-inherit perl-module
-
-DESCRIPTION="a port to Perl of the syntax highlight engine of the Kate texteditor."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="
- ${RDEPEND}
- test? (
- >=virtual/perl-Test-Simple-0.88
- virtual/perl-Term-ANSIColor
- )
-"
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-09 8:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 8:14 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Syntax-Highlight-Engine-Kate/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-11-04 15:17 Kent Fredric
2012-10-28 14:02 Kent Fredric
2012-10-28 14:02 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox