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/DBIx-Class-EncodedColumn/
Date: Mon,  8 Jun 2015 11:14:08 +0000 (UTC)	[thread overview]
Message-ID: <1433748927.225290c414b2e7bc02d14aac13fc025dae0b261d.kent@gentoo> (raw)

commit:     225290c414b2e7bc02d14aac13fc025dae0b261d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun  8 07:35:27 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun  8 07:35:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=225290c4

[bump] DBIx-Class-EncodedColumn-0.0.130

Package-Manager: portage-2.2.17

 .../DBIx-Class-EncodedColumn-0.0.120-r1.ebuild     | 67 ----------------------
 .../DBIx-Class-EncodedColumn-0.0.130.ebuild        | 37 ++++++++++++
 dev-perl/DBIx-Class-EncodedColumn/metadata.xml     |  6 --
 3 files changed, 37 insertions(+), 73 deletions(-)

diff --git a/dev-perl/DBIx-Class-EncodedColumn/DBIx-Class-EncodedColumn-0.0.120-r1.ebuild b/dev-perl/DBIx-Class-EncodedColumn/DBIx-Class-EncodedColumn-0.0.120-r1.ebuild
deleted file mode 100644
index 26d5f42..0000000
--- a/dev-perl/DBIx-Class-EncodedColumn/DBIx-Class-EncodedColumn-0.0.120-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=WREIS
-MODULE_VERSION=0.00012
-inherit perl-module
-
-DESCRIPTION='Automatically encode column values'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+md5 +sha +blowfish +gpg"
-perl_feature_md5() {
-	echo virtual/perl-Digest
-	echo virtual/perl-Digest-MD5
-}
-perl_feature_sha(){
-	echo virtual/perl-Digest
-	echo virtual/perl-Digest-SHA
-}
-perl_feature_blowfish(){
-	echo dev-perl/Crypt-Eksblowfish
-}
-perl_feature_gpg(){
-	echo dev-perl/Crypt-OpenPGP
-	echo dev-perl/Crypt-CAST5_PP
-}
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
-	# DBD::SQLite
-	echo dev-perl/DBD-SQLite
-	# Dir::Self
-	echo dev-perl/Dir-Self
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-	# DBIx::Class 0.06002 ( 0.60.20 )
-	echo \>=dev-perl/DBIx-Class-0.60.20
-	# Encode
-	echo virtual/perl-Encode
-	# Sub::Name 0.04 ( 0.40.0 )
-	echo \>=dev-perl/Sub-Name-0.40.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-	md5? ( $(perl_feature_md5) )
-	sha? ( $(perl_feature_sha) )
-	blowfish? ( $(perl_feature_blowfish) )
-	gpg? ( $(perl_feature_gpg) )
-"
-SRC_TEST="do"

diff --git a/dev-perl/DBIx-Class-EncodedColumn/DBIx-Class-EncodedColumn-0.0.130.ebuild b/dev-perl/DBIx-Class-EncodedColumn/DBIx-Class-EncodedColumn-0.0.130.ebuild
new file mode 100644
index 0000000..ad2b196
--- /dev/null
+++ b/dev-perl/DBIx-Class-EncodedColumn/DBIx-Class-EncodedColumn-0.0.130.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=WREIS
+MODULE_VERSION=0.00013
+inherit perl-module
+
+DESCRIPTION="Automatically encode column values"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test minimal"
+
+RDEPEND="
+	>=dev-perl/DBIx-Class-0.60.20
+	>=dev-perl/Sub-Name-0.40.0
+	virtual/perl-Encode
+	!minimal? (
+		virtual/perl-Digest
+		virtual/perl-Digest-SHA
+		virtual/perl-Digest-MD5
+		dev-perl/Crypt-OpenPGP
+		dev-perl/math-pari
+		dev-perl/Crypt-Eksblowfish
+	)
+"
+DEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.360.0
+	test? (
+		dev-perl/DBD-SQLite
+		dev-perl/Dir-Self
+		virtual/perl-File-Spec
+		virtual/perl-File-Temp
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/DBIx-Class-EncodedColumn/metadata.xml b/dev-perl/DBIx-Class-EncodedColumn/metadata.xml
index 402a461..0a0f034 100644
--- a/dev-perl/DBIx-Class-EncodedColumn/metadata.xml
+++ b/dev-perl/DBIx-Class-EncodedColumn/metadata.xml
@@ -6,12 +6,6 @@
         <email>mb@italpro.net</email>
         <name>Michele Beltrame</name>
     </maintainer>
-    <use>
-        <flag name="md5">Support for Digest::MD5.</flag>
-        <flag name="sha">Support for Digest::SHA.</flag>
-        <flag name="blowfish">Support for Crypt::Eksblowfish</flag>
-        <flag name="gpg">Support for OpenPGP Encryption</flag>
-    </use>
     <upstream>
         <remote-id type="cpan">DBIx-Class-EncodedColumn</remote-id>
         <remote-id type="cpan-module">DBIx::Class::EncodedColumn</remote-id>


             reply	other threads:[~2015-06-08 11:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-08 11:14 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-04-08 13:32 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Class-EncodedColumn/ Kent Fredric
2015-04-29 18:02 Kent Fredric
2014-07-24  3:01 Kent Fredric
2014-08-20 11:03 ` Kent Fredric
2012-10-27  8:36 Kent Fredric
2011-04-13 13:01 Kent Fredric
2011-04-13 13:01 Kent Fredric
2011-04-11 23:49 Kent Fredric
2011-02-27 18:40 Torsten Veller

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=1433748927.225290c414b2e7bc02d14aac13fc025dae0b261d.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