Skip to Content.
Sympa Menu

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

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 (61ecae8af17886cc2ee6210eabb7c6728a9c46aa)
  • Date: Wed, 6 May 2015 13:56:46 -0500

GIT changes to devel-bugzilla 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/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 ++
15 files changed, 30 insertions(+), 9 deletions(-)

New commits:
commit 61ecae8af17886cc2ee6210eabb7c6728a9c46aa
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

(cherry picked from commit b26cc86acb66dddec42090865cf8e14022819204)

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

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

(cherry picked from commit d98374b2f64c1f6aa91775f4ca64500027cd4e98)

Conflicts:
ChangeLog

diff --git a/ChangeLog b/ChangeLog
index f808e85..17268cc 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-04 Vlad Glagolev <stealth AT sourcemage.org>
* perl-cpan/email-mime-modifier: spell deprecated, it's a part of
email-mime now
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/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 devel-bugzilla grimoire by Vlad Glagolev (61ecae8af17886cc2ee6210eabb7c6728a9c46aa), Vlad Glagolev, 05/06/2015

Archive powered by MHonArc 2.6.24.

Top of Page