Skip to Content.
Sympa Menu

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

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 (7734a3ea71df0db9a19631b70bcb0a81c8146658)
  • Date: Thu, 10 Mar 2022 20:27:33 +0000

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

audio-creation/ecasound/DETAILS | 5 ++---
audio-creation/ecasound/HISTORY | 3 +++
audio-players/deadbeef/DETAILS | 4 ++--
audio-players/deadbeef/HISTORY | 3 +++
devel/bmake/DETAILS | 4 ++--
devel/bmake/HISTORY | 3 +++
devel/ninja-build-system/DETAILS | 1 +
devel/ninja-build-system/HISTORY | 3 +++
devel/samurai/DETAILS | 4 ++--
devel/samurai/HISTORY | 3 +++
python-pypi/feedparser/DEPENDS | 2 +-
python-pypi/feedparser/DETAILS | 9 ++++-----
python-pypi/feedparser/HISTORY | 6 ++++++
python-pypi/feedparser/PRE_BUILD | 3 ---
14 files changed, 35 insertions(+), 18 deletions(-)

New commits:
commit 7734a3ea71df0db9a19631b70bcb0a81c8146658
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bmake 20220303

commit 90c651a3b8fce74d3a86a3fac7a90ee1c136ba86
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

samurai 1.2

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

ninja-build-system: Avoid collecting the doc dir; redundant

commit 1de7e77883992e9243ab47e1d0361beac451c16b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

feedparser 6.0.8

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

ecasound 2.9.3

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

deadbeef 1.8.8

diff --git a/audio-creation/ecasound/DETAILS b/audio-creation/ecasound/DETAILS
index 7491c16..aad69e2 100755
--- a/audio-creation/ecasound/DETAILS
+++ b/audio-creation/ecasound/DETAILS
@@ -1,12 +1,11 @@
SPELL=ecasound
- VERSION=2.9.2
+ VERSION=2.9.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://ecasound.seul.org/download/$SOURCE
-
SOURCE_HASH=sha512:fca6b37b5f669ba8616e48afe24fbfd53da3cb4987d2d6a2d6167843de34371a4c2cdceb6faf677462d6efb4069dd1d27ffafc1ceb19de56f4a051f077ada07b
+
SOURCE_HASH=sha512:4f70e6f54cd05194a4ffe80905e7488d16d32d684c87736dfdac7b3aebf3d20cbf417964d75e00e781f6f0614b8b699061c69fcbf7e1761d66ce1abfcd5f1140
WEB_SITE=http://www.wakkanet.fi/~kaiv/ecasound/
ENTERED=20020127
- UPDATED=20030329
LICENSE[0]=GPL
KEYWORDS="editors audio"
SHORT="Multitrack audio processing"
diff --git a/audio-creation/ecasound/HISTORY b/audio-creation/ecasound/HISTORY
index 23528bf..51b2af8 100644
--- a/audio-creation/ecasound/HISTORY
+++ b/audio-creation/ecasound/HISTORY
@@ -1,3 +1,6 @@
+2022-03-10 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.9.3
+
2020-01-05 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.9.2

diff --git a/audio-players/deadbeef/DETAILS b/audio-players/deadbeef/DETAILS
index 78df734..018caa1 100755
--- a/audio-players/deadbeef/DETAILS
+++ b/audio-players/deadbeef/DETAILS
@@ -1,8 +1,8 @@
SPELL=deadbeef
- VERSION=1.8.7
+ VERSION=1.8.8
SOURCE=${SPELL}-${VERSION}.tar.bz2

SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:49a9610f8aa8d9853cd4f9a38d103f9a902993a5ae1990937a3ac5a14a4f8533f4233002893875aedf45f737d1a95c7cea189c61d6387bd8be7f3535d60c96eb
+
SOURCE_HASH=sha512:399f0e70eca5e102a9e73ff03199c89c6f28f3e0da96e793316d1af83f00e71f09f6cc81a3fd0b0f0d52fe9e0195a3b9ffb0cf7e7708c3ea7085f33a5ec08b47
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://deadbeef.sourceforge.net/";
LICENSE[0]="GPLv2"
diff --git a/audio-players/deadbeef/HISTORY b/audio-players/deadbeef/HISTORY
index e2f67a1..8903658 100644
--- a/audio-players/deadbeef/HISTORY
+++ b/audio-players/deadbeef/HISTORY
@@ -1,3 +1,6 @@
+2022-03-10 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.8.8
+
2021-08-01 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.8.7
* DEPENDS: updated dependencies, lastfm requires libdispatch & clang
diff --git a/devel/bmake/DETAILS b/devel/bmake/DETAILS
index df45b05..dcd3473 100755
--- a/devel/bmake/DETAILS
+++ b/devel/bmake/DETAILS
@@ -1,8 +1,8 @@
SPELL=bmake
- VERSION=20210110
+ VERSION=20220303
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://ftp.netbsd.org/pub/NetBSD/misc/sjg/${SOURCE}
-
SOURCE_HASH=sha512:5b68b806a32a068e54d2a79796e99c189a6a5236c9596d5ebc9d0bbfa3454e975005c751a9e15eb077a8dc8e236630a900ecf5bee7674b3139d2b82a76c5a1e9
+
SOURCE_HASH=sha512:c10a8aa4e3a0180904aaa3e6d3110be655eaa04365d75454291c837d79b0645da80a042118e2d9581b7399b73bcc472e13425e7ce768446392a3a3f5e2778c32
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
WEB_SITE="http://crufty.net/help/sjg/bmake.html";
LICENSE[0]="BSD"
diff --git a/devel/bmake/HISTORY b/devel/bmake/HISTORY
index e3ae261..74b58e2 100644
--- a/devel/bmake/HISTORY
+++ b/devel/bmake/HISTORY
@@ -1,3 +1,6 @@
+2022-03-10 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 20220303
+
2021-01-24 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 20210110
* PRE_BUILD: disabled tests
diff --git a/devel/ninja-build-system/DETAILS
b/devel/ninja-build-system/DETAILS
index b0b062f..1b2db9b 100755
--- a/devel/ninja-build-system/DETAILS
+++ b/devel/ninja-build-system/DETAILS
@@ -5,6 +5,7 @@
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/ninja-${VERSION}"
WEB_SITE="https://github.com/ninja-build/ninja";
SOURCE_URL[0]=$WEB_SITE/archive/v${VERSION}.tar.gz
+ DOC_DIRS=
LICENSE[0]=APACHE
ENTERED=20140212
SHORT="a small build system with a focus on speed"
diff --git a/devel/ninja-build-system/HISTORY
b/devel/ninja-build-system/HISTORY
index 4c0cf7e..a2ae01e 100644
--- a/devel/ninja-build-system/HISTORY
+++ b/devel/ninja-build-system/HISTORY
@@ -1,3 +1,6 @@
+2022-03-10 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: added DOC_DIRS to avoid collecting redundant files
+
2020-11-28 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.10.2

diff --git a/devel/samurai/DETAILS b/devel/samurai/DETAILS
index 325577e..3383859 100755
--- a/devel/samurai/DETAILS
+++ b/devel/samurai/DETAILS
@@ -1,8 +1,8 @@
SPELL=samurai
- VERSION=0.6
+ VERSION=1.2
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]="https://github.com/michaelforney/$SPELL/releases/download/$VERSION/$SOURCE";
-
SOURCE_HASH=sha512:c111a20b1f85877b1ed68b1e40f8972e15dba3a7e58380103352fa975170598f7ecd591ca173e270ba6039026967d4bb5a5d2f80a963c64b39d36160a85574b4
+
SOURCE_HASH=sha512:bbe6a582c34b04f1df53b76c1647aa3e03c4698ebf7591a203935f11ffa05971bbcb86dc1a8c06aeb904cdc741abb08918122810fc47216fed0a6d9f87fd1225
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://github.com/michaelforney/samurai";
LICENSE[0]="Apache-2.0"
diff --git a/devel/samurai/HISTORY b/devel/samurai/HISTORY
index 2dd2b8f..a184bf2 100644
--- a/devel/samurai/HISTORY
+++ b/devel/samurai/HISTORY
@@ -1,2 +1,5 @@
+2022-03-10 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.2
+
2019-05-20 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DETAILS, INSTALL: spell created
diff --git a/python-pypi/feedparser/DEPENDS b/python-pypi/feedparser/DEPENDS
index 55adc88..77f2fbc 100755
--- a/python-pypi/feedparser/DEPENDS
+++ b/python-pypi/feedparser/DEPENDS
@@ -1,3 +1,3 @@
depends zip &&
-depends python &&
+depends python3 &&
depends pyxml
diff --git a/python-pypi/feedparser/DETAILS b/python-pypi/feedparser/DETAILS
index a40d73d..a01717f 100755
--- a/python-pypi/feedparser/DETAILS
+++ b/python-pypi/feedparser/DETAILS
@@ -1,9 +1,8 @@
SPELL=feedparser
- VERSION=4.1
- SOURCE=$SPELL-$VERSION.zip
-
SOURCE_HASH=sha512:f135495192cc98f39707019ee70cce947b61bbc818aa531d6c2f5754d2719c06cfffb142710f805667d5b5c4d909af3cf91cc11be68f73d8cbdade7a59dffa90
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
- SOURCE_URL[1]=http://feedparser.googlecode.com/files/$SOURCE
+ VERSION=6.0.8
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_HASH=sha512:9de702dbebe28b379fd164afed8c408f46301f3ebf91d9f862f12de98a1bcee9f6d38a27c0b8a64e87bc0a20d0ad992ed78b190406649f775e2e8c9ca62b4d8c
+
SOURCE_URL[0]=https://github.com/kurtmckee/$SPELL/archive/refs/tags/$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://feedparser.org/
ENTERED=20050602
diff --git a/python-pypi/feedparser/HISTORY b/python-pypi/feedparser/HISTORY
index 4a329f5..261ef41 100644
--- a/python-pypi/feedparser/HISTORY
+++ b/python-pypi/feedparser/HISTORY
@@ -1,3 +1,9 @@
+2022-03-10 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: removed, no longer needed
+ * DEPENDS: switched to python3
+ * DETAILS: updated spell to 6.0.8
+ Fixed SOURCE_URL[1]
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/python-pypi/feedparser/PRE_BUILD
b/python-pypi/feedparser/PRE_BUILD
deleted file mode 100755
index fee3737..0000000
--- a/python-pypi/feedparser/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-mk_source_dir $SOURCE_DIRECTORY &&
-cd $SOURCE_DIRECTORY &&
-unpack_file



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7734a3ea71df0db9a19631b70bcb0a81c8146658), Ismael Luceno, 03/10/2022

Archive powered by MHonArc 2.6.24.

Top of Page