Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (9f776a419347655ad6a61ad32cf3c1458b53a7e2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (9f776a419347655ad6a61ad32cf3c1458b53a7e2)
  • Date: Tue, 19 Sep 2006 03:16:09 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

devel/python/DETAILS | 1 -
devel/python/HISTORY | 4 ++++
devel/python/TRIGGERS | 1 +
graphics/fontforge/HISTORY | 3 +++
graphics/fontforge/TRIGGERS | 1 +
net/tor/DETAILS | 2 --
net/tor/HISTORY | 4 ++++
net/tor/TRIGGERS | 1 +
perl-cpan/libintl-perl/DETAILS | 2 --
perl-cpan/libintl-perl/HISTORY | 4 ++++
perl-cpan/libintl-perl/TRIGGERS | 1 +
11 files changed, 19 insertions(+), 5 deletions(-)

New commits:
commit 9f776a419347655ad6a61ad32cf3c1458b53a7e2
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

new triggers: python, fontforge, tor, libintl-perl

diff --git a/devel/python/DETAILS b/devel/python/DETAILS
index 887e810..209c1ef 100755
--- a/devel/python/DETAILS
+++ b/devel/python/DETAILS
@@ -7,7 +7,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/Python
WEB_SITE=http://www.python.org/
ENTERED=20010922
LICENSE[0]=PYTHON
- BUILD_API=2
PATCHLEVEL=2
KEYWORDS="devel"
SHORT="Interpreted, interactive, object-oriented language"
diff --git a/devel/python/HISTORY b/devel/python/HISTORY
index 4bc1530..41c4f43 100644
--- a/devel/python/HISTORY
+++ b/devel/python/HISTORY
@@ -1,3 +1,7 @@
+2006-09-19 Juuso Alasuutari <iuso AT sourcemage.org>
+ * TRIGGERS: Added, check self on gettext cast.
+ * DETAILS: Removed BUILD_API=2.
+
2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED (deprecated in favor of
PATCHLEVEL).
diff --git a/devel/python/TRIGGERS b/devel/python/TRIGGERS
new file mode 100755
index 0000000..3e25e4b
--- /dev/null
+++ b/devel/python/TRIGGERS
@@ -0,0 +1 @@
+on_cast gettext check_self
diff --git a/graphics/fontforge/HISTORY b/graphics/fontforge/HISTORY
index 7754b99..4b94e3e 100644
--- a/graphics/fontforge/HISTORY
+++ b/graphics/fontforge/HISTORY
@@ -1,3 +1,6 @@
+2006-09-19 Juuso Alasuutari <iuso AT sourcemage.org>
+ * TRIGGERS: Added, check self on gettext cast.
+
2006-08-19 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, PRE_BUILD: fixed broken if(yeah I know the quating isn't
necessary), switched it to using bash's own [[]] test
diff --git a/graphics/fontforge/TRIGGERS b/graphics/fontforge/TRIGGERS
new file mode 100755
index 0000000..3e25e4b
--- /dev/null
+++ b/graphics/fontforge/TRIGGERS
@@ -0,0 +1 @@
+on_cast gettext check_self
diff --git a/net/tor/DETAILS b/net/tor/DETAILS
index 33b72b0..e347edd 100755
--- a/net/tor/DETAILS
+++ b/net/tor/DETAILS
@@ -15,9 +15,7 @@ fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=BSD
WEB_SITE=http://tor.eff.org/
- BUILD_API=2
ENTERED=20050415
- UPDATED=20050510
KEYWORDS="net"
SHORT="An anonymous Internet communication system"

diff --git a/net/tor/HISTORY b/net/tor/HISTORY
index 1128c9b..574af4b 100644
--- a/net/tor/HISTORY
+++ b/net/tor/HISTORY
@@ -1,3 +1,7 @@
+2006-09-19 Juuso Alasuutari <iuso AT sourcemage.org>
+ * TRIGGERS: Added, check self on libevent cast.
+ * DETAILS: Removed BUILD_API=2 and UPDATED.
+
2006-05-16 anoxia <anoxia AT sourcemage.org>
* DEPENDS: fixed typo "depende"

diff --git a/net/tor/TRIGGERS b/net/tor/TRIGGERS
new file mode 100755
index 0000000..a28916a
--- /dev/null
+++ b/net/tor/TRIGGERS
@@ -0,0 +1 @@
+on_cast libevent check_self
diff --git a/perl-cpan/libintl-perl/DETAILS b/perl-cpan/libintl-perl/DETAILS
index 1b2228a..fd89e59 100755
--- a/perl-cpan/libintl-perl/DETAILS
+++ b/perl-cpan/libintl-perl/DETAILS
@@ -1,6 +1,5 @@
SPELL=libintl-perl
VERSION=1.16
- BUILD_API=2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/$SOURCE
@@ -8,7 +7,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
WEB_SITE=http://search.cpan.org/~guido/$SPELL-$VERSION/
LICENSE[0]=
ENTERED=20041212
- UPDATED=20041212
KEYWORDS="i18n perl"
SHORT='Internationalization library for Perl'
cat <<EOF
diff --git a/perl-cpan/libintl-perl/HISTORY b/perl-cpan/libintl-perl/HISTORY
index bcb4f60..0686de2 100644
--- a/perl-cpan/libintl-perl/HISTORY
+++ b/perl-cpan/libintl-perl/HISTORY
@@ -1,3 +1,7 @@
+2006-09-19 Juuso Alasuutari <iuso AT sourcemage.org>
+ * TRIGGERS: Added, check self on gettext cast.
+ * DETAILS: Removed BUILD_API=2 and UPDATED.
+
2006-07-16 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Updated to 1.16

diff --git a/perl-cpan/libintl-perl/TRIGGERS b/perl-cpan/libintl-perl/TRIGGERS
new file mode 100755
index 0000000..3e25e4b
--- /dev/null
+++ b/perl-cpan/libintl-perl/TRIGGERS
@@ -0,0 +1 @@
+on_cast gettext check_self



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (9f776a419347655ad6a61ad32cf3c1458b53a7e2), Juuso Alasuutari, 09/19/2006

Archive powered by MHonArc 2.6.24.

Top of Page