Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-bugzilla grimoire by Vlad Glagolev (0735f70675316bfd4626cdd17c190c811ad6de90)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-bugzilla grimoire by Vlad Glagolev (0735f70675316bfd4626cdd17c190c811ad6de90)
  • Date: Sun, 3 May 2015 15:16:43 -0500

GIT changes to devel-bugzilla grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 2 ++
perl-cpan/email-abstract/BUILD | 1 -
perl-cpan/email-abstract/DEPENDS | 4 +++-
perl-cpan/email-abstract/DETAILS | 15 ++++++++-------
perl-cpan/email-abstract/HISTORY | 6 ++++++
perl-cpan/email-address/BUILD | 1 -
perl-cpan/email-address/DETAILS | 15 ++++++++-------
perl-cpan/email-address/HISTORY | 5 +++++
perl-cpan/email-date-format/BUILD | 1 -
perl-cpan/email-date-format/DETAILS | 15 ++++++++-------
perl-cpan/email-date-format/HISTORY | 5 +++++
perl-cpan/email-send/BUILD | 1 -
perl-cpan/email-send/DEPENDS | 3 ++-
perl-cpan/email-send/DETAILS | 13 +++++++------
perl-cpan/email-send/HISTORY | 6 ++++++
perl-cpan/email-simple/BUILD | 1 -
perl-cpan/email-simple/DEPENDS | 3 ++-
perl-cpan/email-simple/DETAILS | 15 ++++++++-------
perl-cpan/email-simple/HISTORY | 6 ++++++
perl-cpan/mro-compat/DEPENDS | 1 +
perl-cpan/mro-compat/DETAILS | 19 +++++++++++++++++++
perl-cpan/mro-compat/HISTORY | 2 ++
22 files changed, 98 insertions(+), 42 deletions(-)

New commits:
commit 0735f70675316bfd4626cdd17c190c811ad6de90
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

email-send: => 2.201

commit 2347533fdd7c013aa20511a047df49686b22498f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

email-abstract: => 3.008

commit 22d4b4208979ffb26876392e0fa0e1cac8ddd804
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mro-compat: new spell, mro::* interface compatibility for Perls < 5.9.5

commit 9bc0e47a6701fbf06a027b86d3bd5ed542905ba0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

email-address: => 1.907

commit 01e12daf60815ad3427e989dd65d044f9f75d2e7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

email-simple: => 2.206

commit adcdfdbb1758dfd6e069ab7731116f5b5c53eb9d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

email-date-format: => 1.005

diff --git a/ChangeLog b/ChangeLog
index 29ad5b4..75f9e47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
* perl-cpan/list-allutils: new spell, combines List::Util and
List::MoreUtils in one bite-sized package
* perl-cpan/test-leaktrace: new spell, traces memory leaks
+ * perl-cpan/mro-compat: new spell, mro::* interface compatibility for
+ Perls < 5.9.5

2015-05-02 Vlad Glagolev <stealth AT sourcemage.org>
* perl-cpan/archive-tar: spell deprecated, it's a part of perl now
diff --git a/perl-cpan/email-abstract/BUILD b/perl-cpan/email-abstract/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- a/perl-cpan/email-abstract/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/email-abstract/DEPENDS
b/perl-cpan/email-abstract/DEPENDS
index b417eb8..88c63a2 100755
--- a/perl-cpan/email-abstract/DEPENDS
+++ b/perl-cpan/email-abstract/DEPENDS
@@ -1,2 +1,4 @@
depends perl &&
-depends email-simple
+depends email-simple &&
+depends module-pluggable &&
+depends mro-compat
diff --git a/perl-cpan/email-abstract/DETAILS
b/perl-cpan/email-abstract/DETAILS
index 199af28..468235b25 100755
--- a/perl-cpan/email-abstract/DETAILS
+++ b/perl-cpan/email-abstract/DETAILS
@@ -1,13 +1,14 @@
SPELL=email-abstract
- VERSION=2.134
- SOURCE="Email-Abstract-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RJ/RJBS/${SOURCE}
-
SOURCE_HASH=sha512:92dc19cff8240fbd7749999f6b46606a2748b02bee9bd5daa1d175f1760a1f12733bc8428c056b25f07ad8e974f0ab11bcb56f88db34222708d3923350f0751b
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Email-Abstract-${VERSION}"
-
WEB_SITE="http://search.cpan.org/search?query=Email-Abstract&mode=all";
+ SPELLX=Email-Abstract
+ VERSION=3.008
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/R/RJ/RJBS/${SOURCE}
+
SOURCE_HASH=sha512:efead64612562fb9d644fa830b2f29e0701af0f3ddeb118992badff7c7a45cb569ad4644a7b226cc625cdabfb3f5db155284eb68042928265bfc5c230f4bf40a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/Email-Abstract/
LICENSE[0]=ART
ENTERED=20080630
- SHORT="Email::Abstract - unified interface to mail
representations"
+ SHORT="unified interface to mail representations"
cat << EOF
Email::Abstract provides module writers with the ability to write simple,
representation-independent mail handling code. For instance, in the cases of
diff --git a/perl-cpan/email-abstract/HISTORY
b/perl-cpan/email-abstract/HISTORY
index 4a6b7ea..bb0f6ec 100644
--- a/perl-cpan/email-abstract/HISTORY
+++ b/perl-cpan/email-abstract/HISTORY
@@ -1,3 +1,9 @@
+2015-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.008; use SPELLX, PERL_CPAN_URL; updated
+ website, short description, source url
+ * DEPENDS: added missing required deps
+ * BUILD: dropped, not needed
+
2008-07-01 David Kowis <dkowis AT shlrm.org>
* DETAILS: fixing quill's shortcomings

diff --git a/perl-cpan/email-address/BUILD b/perl-cpan/email-address/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- a/perl-cpan/email-address/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/email-address/DETAILS b/perl-cpan/email-address/DETAILS
index 1b9298a..4067295 100755
--- a/perl-cpan/email-address/DETAILS
+++ b/perl-cpan/email-address/DETAILS
@@ -1,13 +1,14 @@
SPELL=email-address
- VERSION=1.889
- SOURCE="Email-Address-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RJ/RJBS/${SOURCE}
-
SOURCE_HASH=sha512:09d2885e727ab863a9dff7848f3b434ee99902a4c7c6e2fdd16314c6aa9bdac8c5c54004e2a76957ae133947350c706c3f0d0b5935524f740239fb4821134dae
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Email-Address-${VERSION}"
- WEB_SITE="http://search.cpan.org/search?query=Email-Address&mode=all";
+ SPELLX=Email-Address
+ VERSION=1.907
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/R/RJ/RJBS/${SOURCE}
+
SOURCE_HASH=sha512:c62c4cd96cd73a914166245af237e5a11e44a6e30f4620ee6ce8a1f04197c35c34706bbd3cef0a87b1ce043f43623154949f3d089c3f582a1b82ddc45b4f4dd2
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/Email-Address/
LICENSE[0]=ART
ENTERED=20080630
- SHORT="Email::Address - RFC 2822 Address Parsing and Creation"
+ SHORT="RFC 2822 Address Parsing and Creation"
cat << EOF
This class implements a regex-based RFC 2822 parser that locates email
addresses in strings and returns a list of Email::Address objects
diff --git a/perl-cpan/email-address/HISTORY b/perl-cpan/email-address/HISTORY
index c9e67e2..f6f2b11 100644
--- a/perl-cpan/email-address/HISTORY
+++ b/perl-cpan/email-address/HISTORY
@@ -1,3 +1,8 @@
+2015-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.907; use SPELLX, PERL_CPAN_URL; updated
+ website, short description, source url
+ * BUILD: dropped, not needed
+
2008-07-01 David Kowis <dkowis AT shlrm.org>
* DETAILS: quill forgot the sha512
Quill also doesn't set extraction directory smartly
diff --git a/perl-cpan/email-date-format/BUILD
b/perl-cpan/email-date-format/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- 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 7bc43ad..faa720e 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 df9beea..1ef9cbd 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 AT 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 AT shlrm.org>
* DETAILS: quill forgot the sha512
Also, quill set the build directory wrong
diff --git a/perl-cpan/email-send/BUILD b/perl-cpan/email-send/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- a/perl-cpan/email-send/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/email-send/DEPENDS b/perl-cpan/email-send/DEPENDS
index c07ed57..c4222f9 100755
--- a/perl-cpan/email-send/DEPENDS
+++ b/perl-cpan/email-send/DEPENDS
@@ -1,5 +1,6 @@
depends perl &&
-depends module-pluggable &&
+depends module-pluggable &&
depends return-value &&
depends email-simple &&
+depends email-abstract &&
depends email-address
diff --git a/perl-cpan/email-send/DETAILS b/perl-cpan/email-send/DETAILS
index d054700..023258b 100755
--- a/perl-cpan/email-send/DETAILS
+++ b/perl-cpan/email-send/DETAILS
@@ -1,10 +1,11 @@
SPELL=email-send
- VERSION=2.198
- SOURCE="Email-Send-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/${SOURCE}
-
SOURCE_HASH=sha512:ec747c798ab74efadeeacaa0a7754be36aa5fc790f4b14b2f52360a088c04c2446719fb701a34381e382eb79ee996c22955aa1363b258592b423f3b5528fa33b
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Email-Send-${VERSION}"
- WEB_SITE="http://search.cpan.org/search?query=Email-Send&mode=all";
+ SPELLX=Email-Send
+ VERSION=2.201
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/R/RJ/RJBS/${SOURCE}
+
SOURCE_HASH=sha512:4245fc5487f2f4a88ed8c7569572c52214d88e0cf96b727198503914135609c00b3839034e0cdffd32dc84a140eb1148e4de667ba74759d76cf47d7ee49cd1e5
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/Email-Send/
LICENSE[0]=ART
ENTERED=20080630
SHORT="Simply Sending Email"
diff --git a/perl-cpan/email-send/HISTORY b/perl-cpan/email-send/HISTORY
index 8b950b3..25e6c96 100644
--- a/perl-cpan/email-send/HISTORY
+++ b/perl-cpan/email-send/HISTORY
@@ -1,3 +1,9 @@
+2015-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.201; use SPELLX, PERL_CPAN_URL; updated
+ website, source url
+ * DEPENDS: added missing required dep -- email-abstract
+ * BUILD: dropped, not needed
+
2009-09-14 David Kowis <dkowis AT shlrm.org>
* DETAILS: version to latest

diff --git a/perl-cpan/email-simple/BUILD b/perl-cpan/email-simple/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- a/perl-cpan/email-simple/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/email-simple/DEPENDS b/perl-cpan/email-simple/DEPENDS
index c1a1bc6..a35b2ef 100755
--- a/perl-cpan/email-simple/DEPENDS
+++ b/perl-cpan/email-simple/DEPENDS
@@ -1 +1,2 @@
-depends perl
+depends perl &&
+depends email-date-format
diff --git a/perl-cpan/email-simple/DETAILS b/perl-cpan/email-simple/DETAILS
index 91c50c3..f64be15e 100755
--- a/perl-cpan/email-simple/DETAILS
+++ b/perl-cpan/email-simple/DETAILS
@@ -1,13 +1,14 @@
SPELL=email-simple
- VERSION=2.004
- SOURCE="Email-Simple-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RJ/RJBS/${SOURCE}
-
SOURCE_HASH=sha512:ecf24547ee6da9447d85c9db42da16c125661d75c33a8ad6d6afa36055437e514505940cdd0acef1de45d1f7c215f23f571ce3f7883f0681f9bdb3ed97d4b207
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Email-Simple-${VERSION}"
- WEB_SITE="http://search.cpan.org/~rjbs/Email-Simple-2.004/";
+ SPELLX=Email-Simple
+ VERSION=2.206
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/R/RJ/RJBS/${SOURCE}
+
SOURCE_HASH=sha512:4980247a98e7192b47f7307245b66056e5e6a1fb684c262be6121d094c75e57b69884817b121ad632d515a4f06275ac91e716cbec400ce6a51a60433a0fbbbe1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/Email-Simple/
LICENSE[0]=ART
ENTERED=20080630
- SHORT="Email::Simple - simple parsing of RFC2822 message format
and headers"
+ SHORT="simple parsing of RFC2822 message format and headers"
cat << EOF
Email::Simple is the first deliverable of the "Perl Email Project." The
Email:: namespace was begun as a reaction against the increasing complexity
diff --git a/perl-cpan/email-simple/HISTORY b/perl-cpan/email-simple/HISTORY
index 9044ca0..ef46947 100644
--- a/perl-cpan/email-simple/HISTORY
+++ b/perl-cpan/email-simple/HISTORY
@@ -1,3 +1,9 @@
+2015-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.206; use SPELLX, PERL_CPAN_URL; updated
+ website, short description, source url
+ * DEPENDS: added missing required dep -- email-date-format
+ * BUILD: dropped, not needed
+
2008-07-01 David Kowis <dkowis AT shlrm.org>
* DETAILS: quill forgot the sha512
Quill also didn't appropriately set the extraction directory
diff --git a/perl-cpan/mro-compat/DEPENDS b/perl-cpan/mro-compat/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/mro-compat/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/mro-compat/DETAILS b/perl-cpan/mro-compat/DETAILS
new file mode 100755
index 0000000..735420c
--- /dev/null
+++ b/perl-cpan/mro-compat/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=mro-compat
+ SPELLX=MRO-Compat
+ VERSION=0.12
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/B/BO/BOBTFISH/${SOURCE}
+
SOURCE_HASH=sha512:428255bc7a7b73ed8005107109b2294e8f7cf0cbd1543431105ec638582cb32e4cc81f29b06ce90741c1ff656186259fc1a4105247f95fe977e6758c0ccca6ab
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ LICENSE=ART
+ WEB_SITE=http://search.cpan.org/dist/MRO-Compat/
+ ENTERED=20150503
+ KEYWORDS="perl"
+ SHORT="mro::* interface compatibility for Perls < 5.9.5"
+cat << EOF
+The "mro" namespace provides several utilities for dealing with method
+resolution order and method caching in general in Perl 5.9.5 and higher.
+
+This module provides those interfaces for earlier versions of Perl (back to
+5.6.0 anyways).
+EOF
diff --git a/perl-cpan/mro-compat/HISTORY b/perl-cpan/mro-compat/HISTORY
new file mode 100644
index 0000000..3ac7f76
--- /dev/null
+++ b/perl-cpan/mro-compat/HISTORY
@@ -0,0 +1,2 @@
+2015-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.12



  • [SM-Commit] GIT changes to devel-bugzilla grimoire by Vlad Glagolev (0735f70675316bfd4626cdd17c190c811ad6de90), Vlad Glagolev, 05/03/2015

Archive powered by MHonArc 2.6.24.

Top of Page