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: Fri,  6 Apr 2012 20:43:04 +0000 (UTC)	[thread overview]
Message-ID: <1333731899.38275ce77e06efde929fc1d210d9111e5156a094.kent@gentoo> (raw)

commit:     38275ce77e06efde929fc1d210d9111e5156a094
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr  6 17:04:59 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr  6 17:04:59 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=38275ce7

[newversion] Unicode-Collate-0.890.0

(Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 perl-core/Unicode-Collate/ChangeLog                |    6 +++
 .../Unicode-Collate/Unicode-Collate-0.890.0.ebuild |   44 ++++++++++++++++++++
 2 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/perl-core/Unicode-Collate/ChangeLog b/perl-core/Unicode-Collate/ChangeLog
index 2795b9f..2576f99 100644
--- a/perl-core/Unicode-Collate/ChangeLog
+++ b/perl-core/Unicode-Collate/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Unicode-Collate-0.890.0 (06 Apr 2012)
+
+  06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Unicode-Collate-0.890.0.ebuild:
+  Version Bump
+
   27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
   -Unicode-Collate-0.780.0.ebuild, -Unicode-Collate-0.800.0.ebuild:
   Gone On CPAN

diff --git a/perl-core/Unicode-Collate/Unicode-Collate-0.890.0.ebuild b/perl-core/Unicode-Collate/Unicode-Collate-0.890.0.ebuild
new file mode 100644
index 0000000..3af9eae
--- /dev/null
+++ b/perl-core/Unicode-Collate/Unicode-Collate-0.890.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SADAHIRO
+MODULE_VERSION=0.89
+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 virtual/perl-Carp
+	# 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"



             reply	other threads:[~2012-04-06 20:46 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-06 20:43 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
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-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=1333731899.38275ce77e06efde929fc1d210d9111e5156a094.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