summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2015-05-03 22:35:49 +0300
committerVlad Glagolev2015-05-03 22:35:49 +0300
commitadcdfdbb1758dfd6e069ab7731116f5b5c53eb9d (patch)
tree3764472fbbce8ebd8697baeb9903da4ea80fc194
parent89b15463033bb20a31791925ae518b99bb97a0c0 (diff)
email-date-format: => 1.005
-rwxr-xr-xperl-cpan/email-date-format/BUILD1
-rwxr-xr-xperl-cpan/email-date-format/DETAILS15
-rw-r--r--perl-cpan/email-date-format/HISTORY5
3 files changed, 13 insertions, 8 deletions
diff --git a/perl-cpan/email-date-format/BUILD b/perl-cpan/email-date-format/BUILD
deleted file mode 100755
index 2de29cd903..0000000000
--- a/perl-cpan/email-date-format/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/email-date-format/DETAILS b/perl-cpan/email-date-format/DETAILS
index 7bc43ad8ed..faa720ee37 100755
--- a/perl-cpan/email-date-format/DETAILS
+++ b/perl-cpan/email-date-format/DETAILS
@@ -1,13 +1,14 @@
SPELL=email-date-format
- VERSION=1.002
- SOURCE="Email-Date-Format-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RJ/RJBS/${SOURCE}
- SOURCE_HASH=sha512:44e96ce8605185ecc6f11d2e1b9349dc6fd9868de03fc9929d33bfcf5b9dd2d8cfbab8b9768aacf8d99106e118c00620d2fb6250d8fffe53d04124fe9d3976b7
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Email-Date-Format-${VERSION}"
- WEB_SITE="http://search.cpan.org/search?query=Email-Date-Format&mode=all"
+ SPELLX=Email-Date-Format
+ VERSION=1.005
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/R/RJ/RJBS/${SOURCE}
+ SOURCE_HASH=sha512:23daefa45874211f053d05ac3c3f3c7c3a86d9b623fdcec3bd9f6f7b4c8e5ad1ac8038146bdc85cc950b21b43b0ad843f8a52ad2183d868d3a62ea96292e34ca
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/Email-Date-Format/
LICENSE[0]=ART
ENTERED=20080630
- SHORT="Email::Date::Format - produce RFC 2822 date strings"
+ SHORT="produce RFC 2822 date strings"
cat << EOF
This module provides a simple means for generating an RFC 2822 compliant
datetime string. (In case you care, they're not RFC 822 dates, because they
diff --git a/perl-cpan/email-date-format/HISTORY b/perl-cpan/email-date-format/HISTORY
index df9beea4d2..1ef9cbd181 100644
--- a/perl-cpan/email-date-format/HISTORY
+++ b/perl-cpan/email-date-format/HISTORY
@@ -1,3 +1,8 @@
+2015-05-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.005; use SPELLX; updated website, short
+ desc, source url
+ * BUILD: dropped, not needed
+
2008-07-01 David Kowis <dkowis@shlrm.org>
* DETAILS: quill forgot the sha512
Also, quill set the build directory wrong