Skip to Content.
Sympa Menu

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

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č (707f1738575a1e362c7e8f3ca6008e42e176f005)
  • Date: Sat, 20 Aug 2011 06:39:27 -0500

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

shell-term-fm/mc/DETAILS | 1 +
shell-term-fm/mc/HISTORY | 3 +++
telephony/ucommon/DETAILS | 24 ++++++++++++++++--------
telephony/ucommon/HISTORY | 5 +++++
4 files changed, 25 insertions(+), 8 deletions(-)

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

ucommon: updated spell to 5.0.5

commit 2d552cfd6bfd2fedb848dfd2819e13e20e9f61e5
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

mc: added SOURCE_HINTS=no-check-certificate otherwise download fails with
aria

diff --git a/shell-term-fm/mc/DETAILS b/shell-term-fm/mc/DETAILS
index 6ac8642..af02ff6 100755
--- a/shell-term-fm/mc/DETAILS
+++ b/shell-term-fm/mc/DETAILS
@@ -6,6 +6,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.midnight-commander.org/
ENTERED=20010922

SOURCE_HASH=sha512:9b0f2addb168a5152803f234aad16a67351873a8565852a69d5b68cb3292c0d8e4267b83d29d928101d1cc5fa913b6490d03f567ad4e3a8302e796326ddc2f9f
+ SOURCE_HINTS=no-check-certificate
LICENSE[0]=GPL
KEYWORDS="console"
SHORT="Unix file manager and shell"
diff --git a/shell-term-fm/mc/HISTORY b/shell-term-fm/mc/HISTORY
index 31395de..de834b3 100644
--- a/shell-term-fm/mc/HISTORY
+++ b/shell-term-fm/mc/HISTORY
@@ -1,3 +1,6 @@
+2011-08-20 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: added SOURCE_HINTS=no-check-certificate otherwise download
fails with aria
+
2011-08-11 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS, CONFIGURE: added option to select low-level search engine

diff --git a/telephony/ucommon/DETAILS b/telephony/ucommon/DETAILS
index f1df591..3f15bc1 100755
--- a/telephony/ucommon/DETAILS
+++ b/telephony/ucommon/DETAILS
@@ -1,20 +1,28 @@
SPELL=ucommon
- VERSION=5.0.1
+ VERSION=5.0.5
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.gnutelephony.org
SOURCE_URL[0]=$WEB_SITE/dist/tarballs/$SOURCE
SOURCE_URL[1]=$GNU_URL/$SPELL/$SOURCE
- SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
LICENSE[0]=GPL
ENTERED=20090220
KEYWORDS="c++"
SHORT="light-weight C++ library"
-cat << EOF
-UCommon is meant as a very light-weight C++ library to facilitate using C++
design patterns
-even for very deeply embedded applications, such as for systems using uclibc
along with posix
-threading support. For this reason, UCommon disables language features that
consume memory or
-introduce runtime overhead, such as rtti and exception handling, and assumes
one will mostly be
-linking applications with other pure C based libraries rather than using the
overhead of the
+cat << EOF
+UCommon is meant as a very light-weight C++ library to facilitate using C++
+design patterns
+even for very deeply embedded applications, such as for systems using uclibc
+along with posix
+threading support. For this reason, UCommon disables language features that
+consume memory or
+introduce runtime overhead, such as rtti and exception handling, and assumes
+one will mostly be
+linking applications with other pure C based libraries rather than using
+the overhead of the
standard C++ library and other similar class frameworks.
EOF
diff --git a/telephony/ucommon/HISTORY b/telephony/ucommon/HISTORY
index 53f503b..196c2fd 100644
--- a/telephony/ucommon/HISTORY
+++ b/telephony/ucommon/HISTORY
@@ -1,3 +1,8 @@
+2011-08-20 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 5.0.5
+ converted to upstream signature checking
+ fixed long description wrap
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (707f1738575a1e362c7e8f3ca6008e42e176f005), Bor Kraljič, 08/20/2011

Archive powered by MHonArc 2.6.24.

Top of Page