Skip to Content.
Sympa Menu

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

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 (3cee680e93cd9bfe90dc45356be6993157cef130)
  • Date: Thu, 7 May 2015 09:30:25 -0500

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

perl-cpan/email-mime-attachment-stripper/BUILD | 1 -
perl-cpan/email-mime-attachment-stripper/DEPENDS | 3 ++-
perl-cpan/email-mime-attachment-stripper/DETAILS | 13 +++++++------
perl-cpan/email-mime-attachment-stripper/HISTORY | 6 ++++++
perl-cpan/email-reply/BUILD | 1 -
perl-cpan/email-reply/DEPENDS | 3 +--
perl-cpan/email-reply/DETAILS | 13 +++++++------
perl-cpan/email-reply/HISTORY | 6 ++++++
8 files changed, 29 insertions(+), 17 deletions(-)

New commits:
commit 3cee680e93cd9bfe90dc45356be6993157cef130
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

email-mime-attachment-stripper: => 1.317

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

email-reply: => 1.203

diff --git a/perl-cpan/email-mime-attachment-stripper/BUILD
b/perl-cpan/email-mime-attachment-stripper/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- a/perl-cpan/email-mime-attachment-stripper/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/email-mime-attachment-stripper/DEPENDS
b/perl-cpan/email-mime-attachment-stripper/DEPENDS
index 7330a45..f9ff0ad 100755
--- a/perl-cpan/email-mime-attachment-stripper/DEPENDS
+++ b/perl-cpan/email-mime-attachment-stripper/DEPENDS
@@ -1,3 +1,4 @@
depends perl &&
+depends email-abstract &&
depends email-mime &&
-depends email-mime-modifier
+depends email-mime-contenttype
diff --git a/perl-cpan/email-mime-attachment-stripper/DETAILS
b/perl-cpan/email-mime-attachment-stripper/DETAILS
index ceb025c..98cb26d 100755
--- a/perl-cpan/email-mime-attachment-stripper/DETAILS
+++ b/perl-cpan/email-mime-attachment-stripper/DETAILS
@@ -1,10 +1,11 @@
SPELL=email-mime-attachment-stripper
- VERSION=1.314
- SOURCE="Email-MIME-Attachment-Stripper-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RJ/RJBS/${SOURCE}
-
SOURCE_HASH=sha512:1fc0f6bd31301baa9d6cac3ee1e3d30f412d4cd3c9bb62a3638a89542be2994acccde86fa65e0aa00cda5a63748d4032bfcef89a5bf7ac793e1c518137ea48cc
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Email-MIME-Attachment-Stripper-${VERSION}"
-
WEB_SITE="http://search.cpan.org/search?query=Email%3A%3AMIME%3A%3AAttachment%3A%3AStripper&mode=all";
+ SPELLX=Email-MIME-Attachment-Stripper
+ VERSION=1.317
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/R/RJ/RJBS/${SOURCE}
+
SOURCE_HASH=sha512:bb4dd9aa8cfbbeb1e62cb687f3d8219e0eed87acd95c31291b6ad39e870c5a344d478d7794762205a5d66ebd7ba3cd70151b791a1100d677f3a70a538c0c1063
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/Email-MIME-Attachment-Stripper/
LICENSE[0]=ART
ENTERED=20080630
SHORT="Email::MIME::Attachment::Stripper - Strip the attachments
from a mail"
diff --git a/perl-cpan/email-mime-attachment-stripper/HISTORY
b/perl-cpan/email-mime-attachment-stripper/HISTORY
index 4a6b7ea..cfc2c7f 100644
--- a/perl-cpan/email-mime-attachment-stripper/HISTORY
+++ b/perl-cpan/email-mime-attachment-stripper/HISTORY
@@ -1,3 +1,9 @@
+2015-05-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.317; use SPELLX; updated website, source
+ url
+ * DEPENDS: refreshed dependencies
+ * BUILD: dropped, not needed
+
2008-07-01 David Kowis <dkowis AT shlrm.org>
* DETAILS: fixing quill's shortcomings

diff --git a/perl-cpan/email-reply/BUILD b/perl-cpan/email-reply/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- a/perl-cpan/email-reply/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/email-reply/DEPENDS b/perl-cpan/email-reply/DEPENDS
index 6fd597d..14dc01f 100755
--- a/perl-cpan/email-reply/DEPENDS
+++ b/perl-cpan/email-reply/DEPENDS
@@ -1,5 +1,4 @@
depends perl &&
depends email-abstract &&
depends email-mime &&
-depends email-mime-modifier &&
-depends email-mime-creator
+depends email-address
diff --git a/perl-cpan/email-reply/DETAILS b/perl-cpan/email-reply/DETAILS
index 3b7b6e4..d71a000 100755
--- a/perl-cpan/email-reply/DETAILS
+++ b/perl-cpan/email-reply/DETAILS
@@ -1,10 +1,11 @@
SPELL=email-reply
- VERSION=1.202
- SOURCE="Email-Reply-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RJ/RJBS/${SOURCE}
-
SOURCE_HASH=sha512:e9e368a59baa879487db1f9e5360347e0b9b19a12c6093131d2732bc27125b6a81db2a838b7a9e8b3c48738930a5b64dff143c76a5920eedc715ba1f514b3af7
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Email-Reply-${VERSION}"
-
WEB_SITE="http://search.cpan.org/search?query=Email%3A%3AReply&mode=all";
+ SPELLX=Email-Reply
+ VERSION=1.203
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/R/RJ/RJBS/${SOURCE}
+
SOURCE_HASH=sha512:2c4a0a93ad8b85688b2518b27a3b9d4e13ef6591aea83cb255af1074d40b56461a33432c364564b5aac7489775bae4984fbda005725f267b006bfb821dc95693
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/Email-Reply/
LICENSE[0]=ART
ENTERED=20080630
SHORT="Email::Reply - Reply to a Message"
diff --git a/perl-cpan/email-reply/HISTORY b/perl-cpan/email-reply/HISTORY
index 4a6b7ea..87bb5c2 100644
--- a/perl-cpan/email-reply/HISTORY
+++ b/perl-cpan/email-reply/HISTORY
@@ -1,3 +1,9 @@
+2015-05-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.203; use SPELLX; updated website, source
+ url
+ * DEPENDS: refreshed dependencies
+ * BUILD: dropped, not needed
+
2008-07-01 David Kowis <dkowis AT shlrm.org>
* DETAILS: fixing quill's shortcomings




  • [SM-Commit] GIT changes to devel-bugzilla grimoire by Vlad Glagolev (3cee680e93cd9bfe90dc45356be6993157cef130), Vlad Glagolev, 05/07/2015

Archive powered by MHonArc 2.6.24.

Top of Page