Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (59ef58e0bc3c960e2c7e0428e5bd242ce342f70f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (59ef58e0bc3c960e2c7e0428e5bd242ce342f70f)
  • Date: Thu, 8 Dec 2016 20:19:31 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/perl/CONFLICTS | 3 ++-
devel/perl/HISTORY | 3 +++
perl-cpan/cpan/DEPENDS | 3 +--
perl-cpan/cpan/HISTORY | 3 +++
perl-cpan/geo-gpx/DEPENDS | 1 -
perl-cpan/geo-gpx/HISTORY | 3 +++
perl-cpan/test-simple/CONFLICTS | 1 -
perl-cpan/test-simple/DETAILS | 17 +++++------------
perl-cpan/test-simple/DOWNLOAD | 1 +
perl-cpan/test-simple/HISTORY | 3 +++
perl-cpan/test-simple/UP_TRIGGERS | 3 +--
11 files changed, 22 insertions(+), 19 deletions(-)

New commits:
commit 59ef58e0bc3c960e2c7e0428e5bd242ce342f70f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

geo-gpx: Remove test-simple dependency, included in perl now

commit 0de243c4626d76e51f14e1a4e9e637fe4350bff7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cpan: Remove test-simple dependency, included in perl now

commit 1655bce0cb78f1146b8b286d69dd2f44637a95f0
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

perl: Add conflict with test-simple [deprecated]

commit 4590e52567b15ebaeeba8973e1f64ed297f006b3
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

test-simple: Fix deprecation procedure

diff --git a/devel/perl/CONFLICTS b/devel/perl/CONFLICTS
index 6563d71..6cbde2a 100755
--- a/devel/perl/CONFLICTS
+++ b/devel/perl/CONFLICTS
@@ -1,3 +1,4 @@
conflicts module-build y &&
conflicts archive-tar y &&
-conflicts archive-zip y
+conflicts archive-zip y &&
+conflicts test-simple y
diff --git a/devel/perl/HISTORY b/devel/perl/HISTORY
index 2ddf99e..a0c3067 100644
--- a/devel/perl/HISTORY
+++ b/devel/perl/HISTORY
@@ -1,3 +1,6 @@
+2016-12-08 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFLICTS: Added conflict with test-simple [deprecated]
+
2016-05-10 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 5.24.0, SECURITY_PATCH++.
(CVE-2015-8607, CVE-2015-8608)
diff --git a/perl-cpan/cpan/DEPENDS b/perl-cpan/cpan/DEPENDS
index 4fc54ac..c1a5a94 100755
--- a/perl-cpan/cpan/DEPENDS
+++ b/perl-cpan/cpan/DEPENDS
@@ -1,3 +1,2 @@
depends perl &&
-depends file-spec &&
-depends test-simple
+depends file-spec
diff --git a/perl-cpan/cpan/HISTORY b/perl-cpan/cpan/HISTORY
index 7c15c40..9f6f85e 100644
--- a/perl-cpan/cpan/HISTORY
+++ b/perl-cpan/cpan/HISTORY
@@ -1,3 +1,6 @@
+2016-12-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Removed test-simple, included in perl now
+
2007-10-24 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 1.9203 #14051

diff --git a/perl-cpan/geo-gpx/DEPENDS b/perl-cpan/geo-gpx/DEPENDS
index ad8e0c0..0b74ee7 100755
--- a/perl-cpan/geo-gpx/DEPENDS
+++ b/perl-cpan/geo-gpx/DEPENDS
@@ -2,6 +2,5 @@ depends perl &&
depends datetime &&
depends datetime-format-iso8601 &&
depends html-parser &&
-depends test-simple &&
depends xml-descent &&
depends class-load-xs
diff --git a/perl-cpan/geo-gpx/HISTORY b/perl-cpan/geo-gpx/HISTORY
index 8b6ad39..66c6c00 100644
--- a/perl-cpan/geo-gpx/HISTORY
+++ b/perl-cpan/geo-gpx/HISTORY
@@ -1,3 +1,6 @@
+2016-12-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Removed test-simple, included in perl now
+
2013-05-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: added dependency on class-load-xs

diff --git a/perl-cpan/test-simple/CONFLICTS b/perl-cpan/test-simple/CONFLICTS
deleted file mode 100755
index 9ae5303..0000000
--- a/perl-cpan/test-simple/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts perl y
diff --git a/perl-cpan/test-simple/DETAILS b/perl-cpan/test-simple/DETAILS
index eabdcaa..adcfd89 100755
--- a/perl-cpan/test-simple/DETAILS
+++ b/perl-cpan/test-simple/DETAILS
@@ -1,14 +1,7 @@
- SPELL=test-simple
- VERSION=0.98_05
- PATCHLEVEL=1
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/Test-Simple-$VERSION
- GATHER_DOCS=off
- ARCHIVE=off
- LICENSE=ART
- WEB_SITE="http://search.cpan.org/module?Test::Simple";
- ENTERED=20020424
- KEYWORDS="perl"
- SHORT="Yet another framework for writing test scripts"
+ SPELL=test-simple
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-Yet another framework for writing test scripts
+deprecated spell [included in perl now]
EOF
diff --git a/perl-cpan/test-simple/DOWNLOAD b/perl-cpan/test-simple/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/perl-cpan/test-simple/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/perl-cpan/test-simple/HISTORY b/perl-cpan/test-simple/HISTORY
index 680cb39..1273d7c 100644
--- a/perl-cpan/test-simple/HISTORY
+++ b/perl-cpan/test-simple/HISTORY
@@ -1,3 +1,6 @@
+2016-12-08 Ismael Luceno <ismael AT sourcemage.org>
+ * Fixed deprecation procedure
+
2015-05-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: deprecated in favour of perl
* {PRE_,}BUILD, INSTALL, UP_TRIGGERS: added
diff --git a/perl-cpan/test-simple/UP_TRIGGERS
b/perl-cpan/test-simple/UP_TRIGGERS
index b9f0432..d34788a 100755
--- a/perl-cpan/test-simple/UP_TRIGGERS
+++ b/perl-cpan/test-simple/UP_TRIGGERS
@@ -1,2 +1 @@
-up_trigger test-simple dispel_self &&
-up_trigger perl cast_self
+up_trigger test-simple dispel_self



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (59ef58e0bc3c960e2c7e0428e5bd242ce342f70f), Ismael Luceno, 12/08/2016

Archive powered by MHonArc 2.6.24.

Top of Page