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: dev-perl/Mojolicious/
Date: Sun, 25 Sep 2011 07:44:56 +0000 (UTC)	[thread overview]
Message-ID: <8e14f23cf7f2d8226ba3cc3e7f4bea753f255a5b.kent@gentoo> (raw)

commit:     8e14f23cf7f2d8226ba3cc3e7f4bea753f255a5b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Sep 25 00:32:47 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Sep 25 00:32:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8e14f23c

[newversion/cpanclean] Mojolicious-1.980.0 ( -Mojolicious-1.940.0 )

(Portage version: 2.2.0_alpha57/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++
 dev-perl/Mojolicious/Mojolicious-1.940.0.ebuild |   62 --------------
 dev-perl/Mojolicious/Mojolicious-1.980.0.ebuild |  102 +++++++++++++++++++++++
 3 files changed, 108 insertions(+), 62 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index e7e65dc..f811b7c 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.980.0 (24 Sep 2011)
+
+  24 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-1.940.0.ebuild, +Mojolicious-1.980.0.ebuild:
+  Version BUmp
+
   02 Sep 2011; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-1.920.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-1.940.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.940.0.ebuild
deleted file mode 100644
index fb1d7f5..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.940.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=SRI
-MODULE_VERSION=1.94
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
-	$(comment virtual/perl-B)
-	$(comment virtual/perl-Carp)
-	virtual/perl-File-Spec $(comment Cwd.pm)
-	$(comment virtual/perl-Config)
-	$(comment virtual/perl-Data-Dumper)
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	$(comment virtual/perl-Errno)
-	$(comment virtual/perl-Exporter)
-	virtual/perl-ExtUtils-MakeMaker
-	$(comment virtual/perl-Fcntl)
-	$(comment virtual/perl-File-Basename)
-	$(comment virtual/perl-File-Copy)
-	$(comment virtual/perl-File-Find)
-	virtual/perl-File-Path
-	virtual/perl-File-Spec
-	virtual/perl-File-Temp
-	$(comment virtual/perl-FindBin)
-	virtual/perl-Getopt-Long
-	virtual/perl-i18n-langtags
-	virtual/perl-i18n-langtags $(comment I18N::LangTags::Detect)
-	virtual/perl-IO $(comment IO::File)
-	virtual/perl-IO $(comment IO::Poll)
-	virtual/perl-IO $(comment IO::Socket)
-	virtual/perl-IO $(comment IO::Socket::INET)
-	virtual/perl-Scalar-List-Utils $(comment List::Util)
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-	virtual/perl-MIME-Base64 $(comment MIME::QuotedPrint)
-	$(comment virtual/perl-POSIX)
-	virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
-	$(comment virtual/perl-Socket)
-	$(comment virtual/perl-Sys-Hostname)
-	virtual/perl-Test-Harness
-	virtual/perl-Test-Simple $(comment Test::More)
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-1.980.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.980.0.ebuild
new file mode 100644
index 0000000..c6dc8fe
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.980.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=SRI
+MODULE_VERSION=1.98
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_eumm_configure() {
+	#perl 5.008007
+	echo \>=dev-lang/perl-5.8.7
+	# strict
+
+	# warnings
+
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_eumm_prereq_pm() {
+	# B
+
+	# Carp
+
+	# Config
+
+	# Cwd
+	echo virtual/perl-File-Spec
+	# Data::Dumper
+	echo virtual/perl-Data-Dumper
+	# Digest::MD5
+	echo virtual/perl-Digest-MD5
+	# Encode
+	echo virtual/perl-Encode
+	# Errno
+
+	# Exporter
+
+	#ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+
+	#Fcntl
+
+	#File::Basename
+
+	#File::Copy
+
+	#File::Find
+
+	#File::Path
+	echo virtual/perl-File-Path
+	#File::Spec
+	echo virtual/perl-File-Spec
+	#File::Temp
+	echo virtual/perl-File-Temp
+	#FindBin
+
+	#Getopt::Long
+	echo virtual/perl-Getopt-Long
+	#I18N::LangTags
+	echo virtual/perl-i18n-langtags
+	#I18N::LangTags::Detect
+	echo virtual/perl-i18n-langtags
+	#IO::File
+	#IO::Poll
+	#IO::Socket
+	#IO::Socket::INET
+	echo virtual/perl-IO
+	#List::Util
+	echo virtual/perl-Scalar-List-Utils
+	#Locale::Maketextt
+	echo virtual/perl-locale-maketext
+	#MIME::Base64
+	echo virtual/perl-MIME-Base64
+	#MIME::QuotedPrint
+	echo virtual/perl-MIME-Base64
+	#POSIX
+
+	#Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+
+	#Socket
+
+	#Sys::Hostname
+
+	#Test::Harness
+	echo virtual/perl-Test-Harness
+	#Test::More
+	echo virtual/perl-Test-Simple
+	#Time::HiRes
+	echo virtual/perl-Time-HiRes
+}
+DEPEND="$(perl_eumm_configure) $(perl_eumm_prereq_pm)"
+RDEPEND="$(perl_eumm_prereq_pm)"
+SRC_TEST="do"



             reply	other threads:[~2011-09-25  7:46 UTC|newest]

Thread overview: 94+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-25  7:44 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-11-22  6:54 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/ Kent Fredric
2013-05-15 22:23 Kent Fredric
2013-05-09 11:44 Kent Fredric
2013-04-28 14:06 Kent Fredric
2013-04-28 14:06 Kent Fredric
2013-02-24  6:00 Kent Fredric
2013-02-23 22:54 Kent Fredric
2013-02-23 22:54 Kent Fredric
2013-02-10 12:18 Kent Fredric
2013-02-10 12:18 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-04 13:51 Kent Fredric
2012-10-29 10:04 Kent Fredric
2012-09-17 10:30 Kent Fredric
2012-09-17 10:30 Kent Fredric
2012-08-25  4:22 Kent Fredric
2012-08-23 12:35 Kent Fredric
2012-08-23 12:35 Kent Fredric
2012-08-12 12:07 Kent Fredric
2012-08-12 12:07 Kent Fredric
2012-08-08 10:54 Kent Fredric
2012-08-08 10:32 Kent Fredric
2012-08-08 10:32 Kent Fredric
2012-08-08 10:32 Kent Fredric
2012-08-03  3:10 Kent Fredric
2012-08-02 12:59 Kent Fredric
2012-08-01  6:43 Kent Fredric
2012-08-01  1:44 Kent Fredric
2012-07-31  3:04 Kent Fredric
2012-07-29  6:24 Kent Fredric
2012-07-29  4:22 Kent Fredric
2012-07-26  2:09 Kent Fredric
2012-07-26  2:09 Kent Fredric
2012-07-20  3:17 Kent Fredric
2012-07-20  3:17 Kent Fredric
2012-07-20  3:17 Kent Fredric
2012-06-09 14:33 Kent Fredric
2012-06-08 17:28 Kent Fredric
2012-05-27  2:30 Kent Fredric
2012-05-27  2:30 Kent Fredric
2012-05-07  5:19 Kent Fredric
2012-05-07  5:19 Kent Fredric
2012-04-28 10:40 Kent Fredric
2012-04-28 10:40 Kent Fredric
2012-04-22 12:39 Kent Fredric
2012-04-20 12:58 Kent Fredric
2012-04-20  8:36 Kent Fredric
2012-04-18  4:43 Kent Fredric
2012-04-16 19:33 Kent Fredric
2012-04-14 22:12 Kent Fredric
2012-04-12 19:09 Kent Fredric
2012-04-11 23:32 Kent Fredric
2012-04-10 10:04 Kent Fredric
2012-04-09 16:05 Kent Fredric
2012-04-08 10:51 Kent Fredric
2012-04-06 20:43 Kent Fredric
2012-03-27  9:30 Kent Fredric
2012-03-04  1:48 Kent Fredric
2012-03-01 23:36 Kent Fredric
2012-02-27 21:01 Kent Fredric
2012-02-27 21:01 Kent Fredric
2011-12-05 21:45 Kent Fredric
2011-12-05 21:45 Kent Fredric
2011-09-02  5:06 Kent Fredric
2011-08-28  2:57 Kent Fredric
2011-08-26 18:49 Kent Fredric
2011-07-16  7:12 Kent Fredric
2011-07-16  7:12 Kent Fredric
2011-06-09 19:04 Torsten Veller
2011-06-06 22:47 Kent Fredric
2011-06-03 19:29 Torsten Veller
2011-05-24  5:06 Kent Fredric
2011-05-24  5:06 Kent Fredric
2011-05-14  7:27 Torsten Veller
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-06  7:21 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-06  7:21 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-05 18:16 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-05 18:09 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-04-23 14:47 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-23 14:45 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-04-20 16:25 Kent Fredric
2011-03-23  6:24 Kent Fredric
2011-03-22  1:34 Kent Fredric
2011-03-17 23:16 Kent Fredric
2011-03-17 22:20 Kent Fredric
2011-03-16  3:36 Kent Fredric
2011-03-16  3:36 Kent Fredric
2011-03-14 22:02 Kent Fredric
2011-03-10 23:59 Kent Fredric
2011-03-10 22:20 Kent Fredric
2011-02-19  8:12 Torsten Veller
2011-02-15  4:52 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=8e14f23cf7f2d8226ba3cc3e7f4bea753f255a5b.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