Skip to Content.
Sympa Menu

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

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 (1ef4ad220f714b1c09c6147223c38bf9b6801f54)
  • Date: Sun, 3 May 2015 12:11:56 -0500

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

ChangeLog | 2 ++
perl-cpan/class-singleton/DETAILS | 16 ++++++++--------
perl-cpan/class-singleton/HISTORY | 4 ++++
perl-cpan/datetime-timezone/DEPENDS | 5 +++--
perl-cpan/datetime-timezone/DETAILS | 16 ++++++++--------
perl-cpan/datetime-timezone/HISTORY | 7 +++++++
perl-cpan/list-allutils/DEPENDS | 2 ++
perl-cpan/list-allutils/DETAILS | 18 ++++++++++++++++++
perl-cpan/list-allutils/HISTORY | 2 ++
perl-cpan/params-validate/DEPENDS | 4 +---
perl-cpan/params-validate/DETAILS | 13 +++++++------
perl-cpan/params-validate/HISTORY | 6 ++++++
12 files changed, 68 insertions(+), 27 deletions(-)

New commits:
commit 1ef4ad220f714b1c09c6147223c38bf9b6801f54
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

datetime-timezone: => 1.88

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

list-allutils: new spell, combines List::Util and List::MoreUtils in one
bite-sized package

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

class-singleton: => 1.5

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

params-validate: => 1.18

diff --git a/ChangeLog b/ChangeLog
index 113487f..4e9c468 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2015-05-03 Vlad Glagolev <stealth AT sourcemage.org>
* perl-cpan/exporter-tiny: new spell, exporter with the features of
Sub::Exporter
+ * perl-cpan/list-allutils: new spell, combines List::Util and
+ List::MoreUtils in one bite-sized package

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/class-singleton/DETAILS
b/perl-cpan/class-singleton/DETAILS
index 8e26ceb..bfd16d4 100755
--- a/perl-cpan/class-singleton/DETAILS
+++ b/perl-cpan/class-singleton/DETAILS
@@ -1,15 +1,15 @@
SPELL=class-singleton
- VERSION=1.4
- SNAME=Class-Singleton
- SOURCE=$SNAME-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/modules/by-module/Class/$SOURCE
-
SOURCE_HASH=sha512:1e7cbc992840fd454e31d79ea1fa78046f52c6c6c369c005248fc675adb0a28dcc1db6e0ebabf4cc0a9a80d684c164315ec6bd1bb56d451d1f09a829141d2328
+ SPELLX=Class-Singleton
+ VERSION=1.5
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SH/SHAY/${SOURCE}
+
SOURCE_HASH=sha512:f061a8b92d5f65e4fbcd14ef36ff1216f84443f487de34c98f7d08d6d18148f156c0cbd6249e75ac448c17547d1172dbda8b670a8e7573d3581c9c1196eb4804
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?module=Class::Singleton";
+ WEB_SITE=http://search.cpan.org/dist/Class-Singleton/
ENTERED=20051201
KEYWORDS="perl"
- SHORT="Implementation of a "Singleton" class"
+ SHORT="Implementation of a Singleton class"
cat << EOF
This is the Class::Singleton module. A Singleton describes an object class
that can
diff --git a/perl-cpan/class-singleton/HISTORY
b/perl-cpan/class-singleton/HISTORY
index 1c85e5b..df5a58f 100644
--- a/perl-cpan/class-singleton/HISTORY
+++ b/perl-cpan/class-singleton/HISTORY
@@ -1,3 +1,7 @@
+2015-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.5; SNAME -> SPELLX; updated website,
+ source url, short desc; quoting paths
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)

diff --git a/perl-cpan/datetime-timezone/DEPENDS
b/perl-cpan/datetime-timezone/DEPENDS
index 1c0f5e8..45555a9 100755
--- a/perl-cpan/datetime-timezone/DEPENDS
+++ b/perl-cpan/datetime-timezone/DEPENDS
@@ -1,4 +1,5 @@
depends class-singleton &&
-depends class-load &&
+depends module-runtime &&
depends params-validate &&
-depends test-output
+depends list-allutils &&
+depends try-tiny
diff --git a/perl-cpan/datetime-timezone/DETAILS
b/perl-cpan/datetime-timezone/DETAILS
index 0ef96f0..c54809d 100755
--- a/perl-cpan/datetime-timezone/DETAILS
+++ b/perl-cpan/datetime-timezone/DETAILS
@@ -1,15 +1,15 @@
SPELL=datetime-timezone
- VERSION=1.59
- SNAME=DateTime-TimeZone
- SOURCE=$SNAME-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/modules/by-module/DateTime/$SOURCE
-
SOURCE_HASH=sha512:d76951b3c48656f32ca074a1ead9b1458e7e1edecffe8f54e884e328e9dad3ba1b79f07faf6dadfc9ffe6d609907a8aa2c8d0968084ccf2a63fef659d8397ca1
+ SPELLX=DateTime-TimeZone
+ VERSION=1.88
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DR/DROLSKY/${SOURCE}
+
SOURCE_HASH=sha512:f35370c842f5e6f6d13dfc2bd864a89fd847108854a2a4aadee1cd9d5743ab121a108a9352f56db08a987b040d84089cd4adf4b3b200d6c4aa9fe2279984c6fe
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
LICENSE=GPL
- WEB_SITE="http://search.cpan.org/search?module=DateTime::TimeZone";
+ WEB_SITE=http://search.cpan.org/dist/DateTime-TimeZone/
ENTERED=20051201
KEYWORDS="perl"
- SHORT="DateTime::TimeZone - Time zone object base class and
factory"
+ SHORT="time zone object base class and factory"
cat << EOF
This class is the base class for all time zone objects. A time zone is
represented internally as a set of observances, each of which describes the
diff --git a/perl-cpan/datetime-timezone/HISTORY
b/perl-cpan/datetime-timezone/HISTORY
index 5625782..8e01fbe 100644
--- a/perl-cpan/datetime-timezone/HISTORY
+++ b/perl-cpan/datetime-timezone/HISTORY
@@ -1,3 +1,10 @@
+2015-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.88; SNAME -> SPELLX; quoting paths;
+ updated website, short desc, source url; use PERL_CPAN_URL
+ * DEPENDS: replaced class-load with module-runtime per upstream doc;
+ removed test-output -- isn't needed for build/runtime; added missing
+ required deps -- list-allutils, try-tiny (see Makefile.PL)
+
2013-05-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.59
* DEPENDS: added dependencies on test-output, class-load,
params-validate
diff --git a/perl-cpan/list-allutils/DEPENDS b/perl-cpan/list-allutils/DEPENDS
new file mode 100755
index 0000000..6a2c08e
--- /dev/null
+++ b/perl-cpan/list-allutils/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends list-moreutils
diff --git a/perl-cpan/list-allutils/DETAILS b/perl-cpan/list-allutils/DETAILS
new file mode 100755
index 0000000..d56a1d6
--- /dev/null
+++ b/perl-cpan/list-allutils/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=list-allutils
+ SPELLX=List-AllUtils
+ VERSION=0.09
+ SOURCE="${SPELLX}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DR/DROLSKY/${SOURCE}
+
SOURCE_HASH=sha512:a611536880abfeb3aadfab629a98115905f447ddb74f0e9cce9d3534366978e43a8bf566a742d352e5ac263d8bd4c32c96dd4f308fd36ebd7003eb0001f96727
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/List-AllUtils/
+ LICENSE[0]=ART
+ ENTERED=20150503
+ SHORT="combines List::Util and List::MoreUtils in one bite-sized
package"
+cat << EOF
+Are you sick of trying to remember whether a particular helper is defined in
+List::Util or List::MoreUtils?
+
+I sure am. Now you don't have to remember. This module will export all of the
+functions that either of those two modules defines.
+EOF
diff --git a/perl-cpan/list-allutils/HISTORY b/perl-cpan/list-allutils/HISTORY
new file mode 100644
index 0000000..496e7ab
--- /dev/null
+++ b/perl-cpan/list-allutils/HISTORY
@@ -0,0 +1,2 @@
+2015-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.09
diff --git a/perl-cpan/params-validate/DEPENDS
b/perl-cpan/params-validate/DEPENDS
index 1dd08c9..7537a1c 100755
--- a/perl-cpan/params-validate/DEPENDS
+++ b/perl-cpan/params-validate/DEPENDS
@@ -1,4 +1,2 @@
depends perl &&
-depends module-implementation &&
-depends test-fatal &&
-depends test-simple
+depends module-implementation
diff --git a/perl-cpan/params-validate/DETAILS
b/perl-cpan/params-validate/DETAILS
index ec9cce8..bc7da5f 100755
--- a/perl-cpan/params-validate/DETAILS
+++ b/perl-cpan/params-validate/DETAILS
@@ -1,11 +1,12 @@
SPELL=params-validate
- VERSION=1.07
-
SOURCE_HASH=sha512:fc49cdba84a1d9cc3d526fd86328bf724adbfee7c161c4bcc2dac84b6a9a4369f50f216be23606e3bef46ba58aa476be38f93075a068941245ca4ab6393d75d6
- SOURCE=Params-Validate-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/Params-Validate-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/D/DR/DROLSKY/$SOURCE
+ SPELLX=Params-Validate
+ VERSION=1.18
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DR/DROLSKY/$SOURCE
+
SOURCE_HASH=sha512:246ad15960aa192ec754e3640f518d85c1e9ba289b9a59ff72b39833858ceb8bd87fb1faf921a503bde4eda35b88d328ef134c603f498c67111ab4735f0886df
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
LICENSE=ART
-
WEB_SITE="http://search.cpan.org/~drolsky/Params-Validate-${VERSION}/";
+ WEB_SITE=http://search.cpan.org/dist/Params-Validate/
ENTERED=20040506
KEYWORDS="perl"
SHORT="Params-Validate"
diff --git a/perl-cpan/params-validate/HISTORY
b/perl-cpan/params-validate/HISTORY
index a97f29a..d9243eb 100644
--- a/perl-cpan/params-validate/HISTORY
+++ b/perl-cpan/params-validate/HISTORY
@@ -1,3 +1,9 @@
+2015-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.18; use PERL_CPAN_URL, SPELLX; updated
+ website
+ * DEPENDS: removed test-fatal -- it is needed only for the 'test'
+ target; removed test-simple -- it is not needed now if it was
+
2013-05-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.07
* DEPENDS: added dependencies on module-implementation, test-fatal,



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

Archive powered by MHonArc 2.6.24.

Top of Page