Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (263247230ef0974393dba87c11208f2ec51f9aae)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (263247230ef0974393dba87c11208f2ec51f9aae)
  • Date: Sat, 15 Oct 2011 01:50:29 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

doc/apvlv/DETAILS | 2 +-
doc/apvlv/HISTORY | 3 +++
e-17/edje/DETAILS | 2 +-
e-17/edje/HISTORY | 3 +++
net/network-manager-applet/DETAILS | 2 +-
net/network-manager-applet/HISTORY | 3 +++
x11/freenx/DETAILS | 2 +-
x11/freenx/HISTORY | 3 +++
8 files changed, 16 insertions(+), 4 deletions(-)

New commits:
commit 263247230ef0974393dba87c11208f2ec51f9aae
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

freenx: fixed syntax

commit 72446e124130197af41ef7e975e3bbca86c2fe43
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

network-manager-applet: quoted LICENSE

commit 726e216a46dcb09830a536bc2eab9ef2b584cc51
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

edje: fixed syntax error

commit 804a12f74ff7889e28a4ed11e135aec4fb3d903b
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

apvlv: commented copied url

diff --git a/doc/apvlv/DETAILS b/doc/apvlv/DETAILS
index a7da114..bd2fce4 100755
--- a/doc/apvlv/DETAILS
+++ b/doc/apvlv/DETAILS
@@ -1,7 +1,7 @@
SPELL=apvlv
VERSION=0.1.2
SOURCE="${SPELL}-${VERSION}-Source.tar.gz"
-
https://github.com/downloads/naihe2010/apvlv/apvlv-0.1.2-Source.tar.gz
+# https://github.com/downloads/naihe2010/apvlv/apvlv-0.1.2-Source.tar.gz
SOURCE_URL[0]=http://github.com/downloads/naihe2010/${SPELL}/${SOURCE}

SOURCE_HASH=sha512:a2cfd3fda715a37480c4d4f9899d8debfd683154beade5e49340715df35837e7c0c9f296db304dace067dfdf0a03b2db4ec1244a0197c03efa0c2c2b0e6c80ff
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}-Source"
diff --git a/doc/apvlv/HISTORY b/doc/apvlv/HISTORY
index d74201c..fc8698c 100644
--- a/doc/apvlv/HISTORY
+++ b/doc/apvlv/HISTORY
@@ -1,3 +1,6 @@
+2011-10-15 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: commented copied url
+
2011-08-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.1.2
* PRE_BUILD, apvlv-poppler015.patch: renewed patch
diff --git a/e-17/edje/DETAILS b/e-17/edje/DETAILS
index 6414880..ac553f9 100755
--- a/e-17/edje/DETAILS
+++ b/e-17/edje/DETAILS
@@ -1,6 +1,6 @@
SPELL=edje
if [[ "$EDJE_BRANCH" == "scm" ]]; then
- if [[ "$EDJE_AUTOUPDATE" == "y" ]; then
+ if [[ "$EDJE_AUTOUPDATE" == "y" ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=svn
diff --git a/e-17/edje/HISTORY b/e-17/edje/HISTORY
index 084dc2b..a514efa 100644
--- a/e-17/edje/HISTORY
+++ b/e-17/edje/HISTORY
@@ -1,3 +1,6 @@
+2011-10-15 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed syntax error
+
2011-09-22 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS, PREPARE: Use prepare_select_branch

diff --git a/net/network-manager-applet/DETAILS
b/net/network-manager-applet/DETAILS
index 991eef3..dec23bf 100755
--- a/net/network-manager-applet/DETAILS
+++ b/net/network-manager-applet/DETAILS
@@ -19,7 +19,7 @@ else
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
WEB_SITE="http://www.gnome.org/projects/NetworkManager/ "
- LICENSE[0]=GNU General Public License v2
+ LICENSE[0]="GNU General Public License v2"
ENTERED=20080624
SHORT="A set of simple network interface control tools."
cat << EOF
diff --git a/net/network-manager-applet/HISTORY
b/net/network-manager-applet/HISTORY
index cb8e924..b99a0b6 100644
--- a/net/network-manager-applet/HISTORY
+++ b/net/network-manager-applet/HISTORY
@@ -1,3 +1,6 @@
+2011-10-15 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: quoted LICENSE
+
2010-09-30 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 0.8.1.997

diff --git a/x11/freenx/DETAILS b/x11/freenx/DETAILS
index e2a41d4..5b8589f 100755
--- a/x11/freenx/DETAILS
+++ b/x11/freenx/DETAILS
@@ -1,6 +1,6 @@
SPELL=freenx
if [[ "$FREENX_BRANCH" == "scm" ]; then
- if [[ "$FREENX_AUTOUPDATE" == "y" ]; then
+ if [[ "$FREENX_AUTOUPDATE" == "y" ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=cvs
diff --git a/x11/freenx/HISTORY b/x11/freenx/HISTORY
index b23f492..c9eb72f 100644
--- a/x11/freenx/HISTORY
+++ b/x11/freenx/HISTORY
@@ -1,3 +1,6 @@
+2011-10-15 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed syntax
+
2011-09-19 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS, PREPARE, PRE_BUILD: Use prepare_select_branch




  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (263247230ef0974393dba87c11208f2ec51f9aae), Bor Kraljič, 10/15/2011

Archive powered by MHonArc 2.6.24.

Top of Page