Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2a107d430640e07630196ed1641f0d8b508904f5)

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 master grimoire by Vlad Glagolev (2a107d430640e07630196ed1641f0d8b508904f5)
  • Date: Wed, 6 May 2015 13:54:07 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 5 +++++
perl-cpan/mail-internet/BUILD | 1 +
perl-cpan/mail-internet/DEPENDS | 1 -
perl-cpan/mail-internet/DETAILS | 7 +++----
perl-cpan/mail-internet/HISTORY | 5 +++++
perl-cpan/mail-internet/INSTALL | 1 +
perl-cpan/mail-internet/PRE_BUILD | 1 +
perl-cpan/mail-internet/UP_TRIGGERS | 2 ++
perl-cpan/mailtools/DETAILS | 16 ++++++++--------
perl-cpan/mailtools/HISTORY | 4 ++++
perl-cpan/weakref/BUILD | 1 +
perl-cpan/weakref/DEPENDS | 1 -
perl-cpan/weakref/DETAILS | 6 +++---
perl-cpan/weakref/HISTORY | 4 ++++
perl-cpan/weakref/INSTALL | 1 +
perl-cpan/weakref/PRE_BUILD | 1 +
perl-cpan/weakref/UP_TRIGGERS | 2 ++
17 files changed, 42 insertions(+), 17 deletions(-)

New commits:
commit 2a107d430640e07630196ed1641f0d8b508904f5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mailtools: => 2.14

(cherry picked from commit 0bfdf53e90023ce3574fb00903ab23b35d7a0c18)

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

mail-internet: spell deprecated, it's a part of mailtools now

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

weakref: spell deprecated, it's a part of perl now

diff --git a/ChangeLog b/ChangeLog
index 67bdd5e..24a81a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * perl-cpan/weakref: spell deprecated, it's a part of perl now
+ * perl-cpan/mail-internet: spell deprecated, it's a part of mailtools
+ now
+
2015-05-06 Ismael Luceno <ismael AT sourcemage.org>
* devel/bokken: new spell, GUI for the Pyew and Radare projects

diff --git a/perl-cpan/mail-internet/BUILD b/perl-cpan/mail-internet/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/perl-cpan/mail-internet/BUILD
@@ -0,0 +1 @@
+true
diff --git a/perl-cpan/mail-internet/DEPENDS b/perl-cpan/mail-internet/DEPENDS
deleted file mode 100755
index 6826bc7..0000000
--- a/perl-cpan/mail-internet/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends perl
diff --git a/perl-cpan/mail-internet/DETAILS b/perl-cpan/mail-internet/DETAILS
index c487e7a..a066ff5 100755
--- a/perl-cpan/mail-internet/DETAILS
+++ b/perl-cpan/mail-internet/DETAILS
@@ -1,12 +1,11 @@
SPELL=mail-internet
VERSION=2.08
- SOURCE=MailTools-$VERSION.tar.gz
+ PATCHLEVEL=1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/MailTools-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/M/MA/MARKOV/$SOURCE
-
SOURCE_HASH=sha512:8899b560a60e69b22795cd564fc23c3f88faafa63beb56e04799d9d52fbc439ee6b5d317f5ad0a9c0943be12ff8bdfa75ab8b15f9a2366c17bb393d3b908fe90
+ GATHER_DOCS=off
+ ARCHIVE=off
WEB_SITE="http://search.cpan.org/search?module=Mail::Internet";
ENTERED=20020312
- UPDATED=20050420
LICENSE[0]=ART
KEYWORDS="perl"
SHORT="Functions for RFC822 address manipulations"
diff --git a/perl-cpan/mail-internet/HISTORY b/perl-cpan/mail-internet/HISTORY
index 95ab44f..2144155 100644
--- a/perl-cpan/mail-internet/HISTORY
+++ b/perl-cpan/mail-internet/HISTORY
@@ -1,3 +1,8 @@
+2015-05-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: deprecated in favour of mailtools
+ * {PRE_,}BUILD, INSTALL, UP_TRIGGERS: added
+ * DEPENDS: removed
+
2011-08-29 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: removed unneeded dependencies

diff --git a/perl-cpan/mail-internet/INSTALL b/perl-cpan/mail-internet/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/perl-cpan/mail-internet/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/perl-cpan/mail-internet/PRE_BUILD
b/perl-cpan/mail-internet/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/perl-cpan/mail-internet/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/perl-cpan/mail-internet/UP_TRIGGERS
b/perl-cpan/mail-internet/UP_TRIGGERS
new file mode 100755
index 0000000..4e66a4c
--- /dev/null
+++ b/perl-cpan/mail-internet/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger mail-internet dispel_self &&
+up_trigger mailtools cast_self
diff --git a/perl-cpan/mailtools/DETAILS b/perl-cpan/mailtools/DETAILS
index e451278..807a742 100755
--- a/perl-cpan/mailtools/DETAILS
+++ b/perl-cpan/mailtools/DETAILS
@@ -1,12 +1,12 @@
SPELL=mailtools
- NAME=MailTools
- VERSION=2.03
- SOURCE=$NAME-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$NAME-$VERSION
- SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/$SOURCE
-
SOURCE_HASH=sha512:82314be0fa863fed8fbb600325eff462cf3cb3ea468616b2f9089c919c575f2a9ba0a4c07c73ddb2826d1e11770cfa8c1dbbb218579c0eb22065f03cb4f6069a
- LICENSE=UNKNOWN
- WEB_SITE="http://search.cpan.org/search?dist=$NAME";
+ SPELLX=MailTools
+ VERSION=2.14
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/M/MA/MARKOV/${SOURCE}
+
SOURCE_HASH=sha512:1df9da8394fe2a5b3243069a867b5eb4b5d4cbe3528bdbc4fe8118a3488c652c1ffc6eb8d5ba01802d74384a42d87ef67f8f3397640aab69471ae90ad0a79092
+ LICENSE=ART
+ WEB_SITE=http://search.cpan.org/dist/MailTools/
ENTERED=20050114
KEYWORDS="mail perl"
SHORT="A collection of mail tools"
diff --git a/perl-cpan/mailtools/HISTORY b/perl-cpan/mailtools/HISTORY
index 76c7f91..b8e9341 100644
--- a/perl-cpan/mailtools/HISTORY
+++ b/perl-cpan/mailtools/HISTORY
@@ -1,3 +1,7 @@
+2015-05-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.14; NAME -> SPELLX; updated website,
+ source url, license (UNKNOWN -> ART); quoting paths
+
2009-10-09 David Kowis <dkowis AT shlrm.org>
* DEPENDS: fixed timedate dependency

diff --git a/perl-cpan/weakref/BUILD b/perl-cpan/weakref/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/perl-cpan/weakref/BUILD
@@ -0,0 +1 @@
+true
diff --git a/perl-cpan/weakref/DEPENDS b/perl-cpan/weakref/DEPENDS
deleted file mode 100755
index 6826bc7..0000000
--- a/perl-cpan/weakref/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends perl
diff --git a/perl-cpan/weakref/DETAILS b/perl-cpan/weakref/DETAILS
index 701afc4..71b2adc 100755
--- a/perl-cpan/weakref/DETAILS
+++ b/perl-cpan/weakref/DETAILS
@@ -1,9 +1,9 @@
SPELL=weakref
VERSION=0.01
- SOURCE=WeakRef-$VERSION.tar.gz
+ PATCHLEVEL=1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/WeakRef-$VERSION
- SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/LUKKA/$SOURCE
-
SOURCE_HASH=sha512:5167cc624a41ec0a92219be0d2788ad404a61c192f980df67afe3e6259004e7f97e1c0e4d756582b7e1ec6f82346fb85be4806ecd093825442946841b8922599
+ GATHER_DOCS=off
+ ARCHIVE=off
LICENSE=ART
WEB_SITE=http://search.cpan.org/~lukka/WeakRef/
ENTERED=20020405
diff --git a/perl-cpan/weakref/HISTORY b/perl-cpan/weakref/HISTORY
index 452adb4..17a75bd 100644
--- a/perl-cpan/weakref/HISTORY
+++ b/perl-cpan/weakref/HISTORY
@@ -1,3 +1,7 @@
+2015-05-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: deprecated in favour of perl
+ * {PRE_,}BUILD, INSTALL, UP_TRIGGERS: added
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: cleaned up
* BUILD: useless
diff --git a/perl-cpan/weakref/INSTALL b/perl-cpan/weakref/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/perl-cpan/weakref/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/perl-cpan/weakref/PRE_BUILD b/perl-cpan/weakref/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/perl-cpan/weakref/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/perl-cpan/weakref/UP_TRIGGERS b/perl-cpan/weakref/UP_TRIGGERS
new file mode 100755
index 0000000..ef7ae47
--- /dev/null
+++ b/perl-cpan/weakref/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger weakref dispel_self &&
+up_trigger perl cast_self



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2a107d430640e07630196ed1641f0d8b508904f5), Vlad Glagolev, 05/06/2015

Archive powered by MHonArc 2.6.24.

Top of Page