public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Modified/
@ 2014-08-30 18:00 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-08-30 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     08f4a69486726593893f513a6df8a3a7a6549c2e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 30 17:38:29 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 30 17:38:29 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=08f4a694

[cleanup] dev-perl/File-Modified remove old EAPIs

Package-Manager: portage-2.2.10

---
 dev-perl/File-Modified/ChangeLog                 |  3 +++
 dev-perl/File-Modified/File-Modified-0.07.ebuild | 19 -------------------
 2 files changed, 3 insertions(+), 19 deletions(-)

diff --git a/dev-perl/File-Modified/ChangeLog b/dev-perl/File-Modified/ChangeLog
index 92e2657..62e1e12 100644
--- a/dev-perl/File-Modified/ChangeLog
+++ b/dev-perl/File-Modified/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  30 Aug 2014; Kent Fredric <kentfredric@gmail.com> -File-Modified-0.07.ebuild:
+  remove old EAPIs
+
 *File-Modified-0.90.0 (30 Aug 2014)
 
   30 Aug 2014; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/File-Modified/File-Modified-0.07.ebuild b/dev-perl/File-Modified/File-Modified-0.07.ebuild
deleted file mode 100644
index 261c74f..0000000
--- a/dev-perl/File-Modified/File-Modified-0.07.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=CORION
-inherit perl-module
-
-DESCRIPTION="checks intelligently if files have changed"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-pkg_setup() {
-	perl -MDigest -e1 || ewarn "File::Modified likes to have Digest, but doesn't require it."
-	perl -MDigest::MD5 -e1 || ewarn "File::Modified likes to have Digest, but doesn't require it."
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Modified/
@ 2014-08-30 18:00 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-08-30 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0eefc0b2378cf87393fe862ebdca245acf08e24a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 30 17:38:04 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 30 17:38:04 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0eefc0b2

[bump] dev-perl/File-Modified Version 0.90.0

Package-Manager: portage-2.2.10

---
 dev-perl/File-Modified/ChangeLog                   | 10 ++++++++
 dev-perl/File-Modified/File-Modified-0.90.0.ebuild | 27 ++++++++++++++++++++++
 dev-perl/File-Modified/metadata.xml                |  5 +++-
 3 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/dev-perl/File-Modified/ChangeLog b/dev-perl/File-Modified/ChangeLog
new file mode 100644
index 0000000..92e2657
--- /dev/null
+++ b/dev-perl/File-Modified/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/File-Modified
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*File-Modified-0.90.0 (30 Aug 2014)
+
+  30 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  +File-Modified-0.90.0.ebuild, metadata.xml:
+  Version 0.90.0
+

diff --git a/dev-perl/File-Modified/File-Modified-0.90.0.ebuild b/dev-perl/File-Modified/File-Modified-0.90.0.ebuild
new file mode 100644
index 0000000..57cdfb4
--- /dev/null
+++ b/dev-perl/File-Modified/File-Modified-0.90.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=NEILB
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION="checks intelligently if files have changed"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+digest test"
+
+RDEPEND="digest? (
+	virtual/perl-Digest
+	virtual/perl-Digest-MD5
+)"
+
+DEPEND="${RDEPEND}
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"
+SRC_TEST=do

diff --git a/dev-perl/File-Modified/metadata.xml b/dev-perl/File-Modified/metadata.xml
index fa4220d..3786f35 100644
--- a/dev-perl/File-Modified/metadata.xml
+++ b/dev-perl/File-Modified/metadata.xml
@@ -13,5 +13,8 @@
         <remote-id type="cpan-module">File::Modified::Signature::Checksum</remote-id>
         <remote-id type="cpan-module">File::Modified::Signature::Digest</remote-id>
         <remote-id type="cpan-module">File::Modified::Signature::mtime</remote-id>
-    </upstream>
+	</upstream>
+	<use>
+		<flag name="digest">Ensure Digest and Digest::MD5 are installed for Digest functions</flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-30 18:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-30 18:00 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Modified/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-08-30 18:00 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox