Skip to Content.
Sympa Menu

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

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 (5f182a5f4a096b470bbe5b15d28cffda8d5eaca8)
  • Date: Mon, 8 Aug 2022 20:08:41 +0000

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

perl-cpan/anyevent/DETAILS | 5 ++---
perl-cpan/anyevent/HISTORY | 3 +++
perl-cpan/event/DETAILS | 4 ++--
perl-cpan/event/HISTORY | 3 +++
windowmanagers/i3/DEPENDS | 3 ++-
windowmanagers/i3/HISTORY | 1 +
6 files changed, 13 insertions(+), 6 deletions(-)

New commits:
commit 5f182a5f4a096b470bbe5b15d28cffda8d5eaca8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

i3: Add missing dep on anyevent

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

anyevent 7.17

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

event 1.28

diff --git a/perl-cpan/anyevent/DETAILS b/perl-cpan/anyevent/DETAILS
index c9bac09..64a8b7c 100755
--- a/perl-cpan/anyevent/DETAILS
+++ b/perl-cpan/anyevent/DETAILS
@@ -1,8 +1,7 @@
SPELL=anyevent
- VERSION=5.271
+ VERSION=7.17
SOURCE=AnyEvent-$VERSION.tar.gz
-# SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
-
SOURCE_HASH=sha512:fb57677b3a296e992c2e8ccee9f18851c597ef849a37c9e597bcfa0ea2eb86ba2e82aff49f1907346673e9285c6a4919faf8544c081d31bef39d2a469904c956
+
SOURCE_HASH=sha512:c553cce80fa14e2f91031c569d1c30acf470871ddd1c122fa3dd36cd1ba5b7002e7ba1dea4c950d889c7c661b81042dd97975e195a5325190ad644babff81e0a
SOURCE_DIRECTORY=$BUILD_DIRECTORY/AnyEvent-$VERSION
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/M/ML/MLEHMANN/$SOURCE
LICENSE=PERL
diff --git a/perl-cpan/anyevent/HISTORY b/perl-cpan/anyevent/HISTORY
index 8728d8d..39149b5 100644
--- a/perl-cpan/anyevent/HISTORY
+++ b/perl-cpan/anyevent/HISTORY
@@ -1,3 +1,6 @@
+2022-08-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 7.17
+
2010-08-17 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 5.271

diff --git a/perl-cpan/event/DETAILS b/perl-cpan/event/DETAILS
index 36b34d7..f595c33 100755
--- a/perl-cpan/event/DETAILS
+++ b/perl-cpan/event/DETAILS
@@ -1,7 +1,7 @@
SPELL=event
- VERSION=1.24
+ VERSION=1.28
SOURCE=Event-$VERSION.tar.gz
-
SOURCE_HASH=sha512:5e6a54f74117fd47f4ef29b65e3432fe1b87fd6f61a8a11143116a13f14c42f070a178777415d89e710e757ccb69eb0777a1a6b8d95adf8bcfffb2fd762307b2
+
SOURCE_HASH=sha512:8c7e676c3f659f85ae53ff3b60142943c72881f101f2c66dfd1a7e47babfade0171b78a2062476b6e061f12370b279b73abbe3ab01b07d7088145fa9508e7d0c
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Event-$VERSION
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/E/ET/ETJ/$SOURCE
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
diff --git a/perl-cpan/event/HISTORY b/perl-cpan/event/HISTORY
index b353278..450aaf8 100644
--- a/perl-cpan/event/HISTORY
+++ b/perl-cpan/event/HISTORY
@@ -1,3 +1,6 @@
+2022-08-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.28
+
2015-12-28 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
updated spell to 1.24
diff --git a/windowmanagers/i3/DEPENDS b/windowmanagers/i3/DEPENDS
index 4efee27..dc0f9b9 100755
--- a/windowmanagers/i3/DEPENDS
+++ b/windowmanagers/i3/DEPENDS
@@ -28,7 +28,8 @@ suggest_depends xmessage '' '' 'for the welcome
message' &&
suggest_depends perl '' '' \
'for config migration, dmenu app launcher, and i3-save-tree'
&&
if is_depends_enabled $SPELL perl; then
- depends perl-json-xs
+ runtime_depends anyevent &&
+ runtime_depends perl-json-xs
fi &&
suggest_depends i3lock '' '' 'for a screen locker' &&
suggest_depends i3status '' '' 'for status bar information' &&
diff --git a/windowmanagers/i3/HISTORY b/windowmanagers/i3/HISTORY
index 44174fb..8156cb6 100644
--- a/windowmanagers/i3/HISTORY
+++ b/windowmanagers/i3/HISTORY
@@ -1,6 +1,7 @@
2022-08-08 Ismael Luceno <ismael AT sourcemage.org>
* INSTALL: fixed installation of perl module
* DEPENDS: improved descriptions
+ added missing dependency on anyevent
PATCHLEVEL++

2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5f182a5f4a096b470bbe5b15d28cffda8d5eaca8), Ismael Luceno, 08/08/2022

Archive powered by MHonArc 2.6.24.

Top of Page