public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Collate/
Date: Sun, 24 Feb 2013 06:00:16 +0000 (UTC)	[thread overview]
Message-ID: <1361680788.24e452ae82d1d64ea31352cc427e65a82f0c893b.kent@gentoo> (raw)

commit:     24e452ae82d1d64ea31352cc427e65a82f0c893b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 24 04:39:48 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 24 04:39:48 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=24e452ae

[newversion] perl-core/Unicode-Collate-0.970.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 perl-core/Unicode-Collate/ChangeLog                |    8 +++-
 .../Unicode-Collate/Unicode-Collate-0.970.0.ebuild |   44 ++++++++++++++++++++
 perl-core/Unicode-Collate/metadata.xml             |    1 +
 3 files changed, 52 insertions(+), 1 deletions(-)

diff --git a/perl-core/Unicode-Collate/ChangeLog b/perl-core/Unicode-Collate/ChangeLog
index 9d03d2a..bbf96e0 100644
--- a/perl-core/Unicode-Collate/ChangeLog
+++ b/perl-core/Unicode-Collate/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for perl-core/Unicode-Collate
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Unicode-Collate-0.970.0 (24 Feb 2013)
+
+  24 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  +Unicode-Collate-0.970.0.ebuild, metadata.xml:
+  Version Bump
+
   22 Nov 2012; Kent Fredric <kentfredric@gmail.com>
   -Unicode-Collate-0.910.0.ebuild:
   Gone on CPAN

diff --git a/perl-core/Unicode-Collate/Unicode-Collate-0.970.0.ebuild b/perl-core/Unicode-Collate/Unicode-Collate-0.970.0.ebuild
new file mode 100644
index 0000000..a8f37e3
--- /dev/null
+++ b/perl-core/Unicode-Collate/Unicode-Collate-0.970.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=SADAHIRO
+MODULE_VERSION=0.97
+inherit perl-module
+
+DESCRIPTION='Unicode Collation Algorithm'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# Carp
+	echo dev-lang/perl
+	# DynaLoader
+	echo dev-lang/perl
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# constant
+	echo virtual/perl-constant
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/perl-core/Unicode-Collate/metadata.xml b/perl-core/Unicode-Collate/metadata.xml
index df08d68..9f383fd 100644
--- a/perl-core/Unicode-Collate/metadata.xml
+++ b/perl-core/Unicode-Collate/metadata.xml
@@ -15,6 +15,7 @@
     <remote-id type="cpan-module">Unicode::Collate::CJK::Korean</remote-id>
     <remote-id type="cpan-module">Unicode::Collate::CJK::Pinyin</remote-id>
     <remote-id type="cpan-module">Unicode::Collate::CJK::Stroke</remote-id>
+    <remote-id type="cpan-module">Unicode::Collate::CJK::Zhuyin</remote-id>
     <remote-id type="cpan-module">Unicode::Collate::Locale</remote-id>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2013-02-24  6:00 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-24  6:00 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-19 10:37 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Collate/ Kent Fredric
2014-10-05  8:28 Kent Fredric
2013-02-24  6:00 Kent Fredric
2012-11-22  2:19 Kent Fredric
2012-11-20 22:54 Kent Fredric
2012-11-20 22:54 Kent Fredric
2012-11-10 15:05 Kent Fredric
2012-11-05  0:12 Kent Fredric
2012-11-04 14:58 Kent Fredric
2012-04-08 10:51 Kent Fredric
2012-04-06 20:43 Kent Fredric
2012-02-27  0:20 Kent Fredric
2012-02-27  0:20 Kent Fredric
2011-10-17 14:32 Torsten Veller
2011-08-27 13:55 Kent Fredric
2011-08-03 18:11 Kent Fredric
2011-07-31  4:55 Kent Fredric
2011-07-16 22:59 Kent Fredric
2011-06-06 22:47 Kent Fredric
2011-05-24  8:11 Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-08 14:19 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-03-22  1:34 Kent Fredric
2011-03-12  2:12 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1361680788.24e452ae82d1d64ea31352cc427e65a82f0c893b.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox