summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2015-05-03 19:02:30 +0300
committerVlad Glagolev2015-05-03 19:02:30 +0300
commit9bd55c40cea55cf47e8d54ab1eb734c649353580 (patch)
tree5b582ffce0566072adce4c36b1292ad4f9272f0e
parente5bf958967752d7bd1a0d4278c7a98a93a5dec25 (diff)
module-runtime: => 0.014
-rwxr-xr-xperl-cpan/module-runtime/BUILD1
-rwxr-xr-xperl-cpan/module-runtime/DEPENDS3
-rwxr-xr-xperl-cpan/module-runtime/DETAILS11
-rw-r--r--perl-cpan/module-runtime/HISTORY5
4 files changed, 12 insertions, 8 deletions
diff --git a/perl-cpan/module-runtime/BUILD b/perl-cpan/module-runtime/BUILD
deleted file mode 100755
index 2de29cd903..0000000000
--- a/perl-cpan/module-runtime/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/module-runtime/DEPENDS b/perl-cpan/module-runtime/DEPENDS
index 02e8a5baaf..6826bc7952 100755
--- a/perl-cpan/module-runtime/DEPENDS
+++ b/perl-cpan/module-runtime/DEPENDS
@@ -1,2 +1 @@
-depends perl &&
-depends test-simple
+depends perl
diff --git a/perl-cpan/module-runtime/DETAILS b/perl-cpan/module-runtime/DETAILS
index 5892252d56..bb7ab0b7cd 100755
--- a/perl-cpan/module-runtime/DETAILS
+++ b/perl-cpan/module-runtime/DETAILS
@@ -1,10 +1,11 @@
SPELL=module-runtime
- VERSION=0.013
- SOURCE="Module-Runtime-${VERSION}.tar.gz"
+ SPELLX=Module-Runtime
+ VERSION=0.014
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/Z/ZE/ZEFRAM/${SOURCE}
- SOURCE_HASH=sha512:4e8ad61d27d9e269a26a7da4905fcfb2bcc4d775ca1bcddd96f14e8238c725ff8c916dfc8e6faebad5d42c3a0a8eb7d264298471b0cc65d972b5d344a6b9a339
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Module-Runtime-${VERSION}"
- WEB_SITE="http://search.cpan.org/~/Module-Runtime/"
+ SOURCE_HASH=sha512:5431d9aeb092bb357bafed4e4cf216e9eda4bbbdd0c27547a1729adbb2f6f5a114ac25580a814f2d07844d6b742b9df3ca8d5972668bcacab2f791d617c1d32b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/Module-Runtime/
LICENSE[0]=ART
ENTERED=20130511
SHORT="runtime module handling"
diff --git a/perl-cpan/module-runtime/HISTORY b/perl-cpan/module-runtime/HISTORY
index e41678e8be..5805c44397 100644
--- a/perl-cpan/module-runtime/HISTORY
+++ b/perl-cpan/module-runtime/HISTORY
@@ -1,3 +1,8 @@
+2015-05-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.014; use SPELLX; updated website
+ * DEPENDS: test-simple is included in perl now, removing it
+ * BUILD: dropped, not needed
+
2013-05-11 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* BUILD, DEPENDS, DETAILS: spell created