Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (8d39a90cd69a1fbd877517014030a90fe8e34a7a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (8d39a90cd69a1fbd877517014030a90fe8e34a7a)
  • Date: Sun, 20 Mar 2011 15:40:37 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 3 +++
http/seamonkey/DEPENDS | 3 +--
http/seamonkey/HISTORY | 2 +-
http/seamonkey/PRE_BUILD | 9 ++-------
libs/libgmpada/BUILD | 1 +
libs/libgmpada/DEPENDS | 4 ++++
libs/libgmpada/DETAILS | 19 +++++++++++++++++++
libs/libgmpada/HISTORY | 3 +++
python-pypi/pytz/DETAILS | 4 ++--
python-pypi/pytz/HISTORY | 3 +++
10 files changed, 39 insertions(+), 12 deletions(-)

New commits:
commit 825aa562b9e68e0f3fee1c08ad82b34fd1ec9940
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pytz: => 2011c

commit 1947b68b99cb615600e564ee983c4a89c9bacec6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

seamonkey: gnome-vfs2 is broken too

commit 1865e48ed68b3998a0bcbacc4abd7ec89f0f838c
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/libgmpada: new spell, GMP bindings for Ada

diff --git a/ChangeLog b/ChangeLog
index b624e8c..ce09c2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-03-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * libs/libgmpada: new spell, GMP bindings for Ada
+
2011-03-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* perl-cpan/proc-simple: new spell, support for launching and
controling
background processes
diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 8f08f6e..eef6581 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -20,5 +20,4 @@ if [[ "$SEAMONKEY_PANGO" == "y" ]]; then
fi &&

optional_depends alsa-lib "" "" "for audio support" &&
-optional_depends openldap "" "" "for LDAP support" &&
-optional_depends gnome-vfs2 "" "" "for smb:// url support (if enabled in
gnome-vfs2)"
+optional_depends openldap "" "" "for LDAP support"
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index 5236ee5..b7c24c3 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,7 +1,7 @@
2011-03-20 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: use OPTS in the end
* DEPENDS: removed useless flags; sm works fine with system nss 3.12
- removed libgnomeui support -- currently broken
+ removed libgnomeui, gnome-vfs2 support -- currently broken
* PRE_BUILD: apply the flags here
* blfs-mozconfig: don't force strip and ldap support; readded system
nss
flags
diff --git a/http/seamonkey/PRE_BUILD b/http/seamonkey/PRE_BUILD
index 2e7547d..7808c05 100755
--- a/http/seamonkey/PRE_BUILD
+++ b/http/seamonkey/PRE_BUILD
@@ -39,18 +39,13 @@ else
sed -i '78iac_add_options --disable-ldap' .mozconfig
fi &&

-if is_depends_enabled $SPELL gnome-vfs2; then
- sed -i '78iac_add_options --enable-gnomevfs' .mozconfig
-else
- sed -i '78iac_add_options --disable-gnomevfs' .mozconfig
-fi &&
-
if ! is_depends_enabled $SPELL alsa-lib; then
sed -i '78iac_add_options --disable-ogg' .mozconfig &&
sed -i '78iac_add_options --disable-wave' .mozconfig
fi &&

-# GnomeUI support is broken (at least for download manager)
+# GNOME support is broken (at least for download manager)
echo "ac_add_options --disable-gnomeui" >> .mozconfig &&
+echo "ac_add_options --disable-gnomevfs" >> .mozconfig &&

echo "ac_add_options --disable-crashreporter" >> .mozconfig
diff --git a/libs/libgmpada/BUILD b/libs/libgmpada/BUILD
new file mode 100755
index 0000000..6dfecc1
--- /dev/null
+++ b/libs/libgmpada/BUILD
@@ -0,0 +1 @@
+default_build_make
diff --git a/libs/libgmpada/DEPENDS b/libs/libgmpada/DEPENDS
new file mode 100755
index 0000000..9201610
--- /dev/null
+++ b/libs/libgmpada/DEPENDS
@@ -0,0 +1,4 @@
+depends ada &&
+depends gmp &&
+depends mpfr &&
+depends gprbuild
diff --git a/libs/libgmpada/DETAILS b/libs/libgmpada/DETAILS
new file mode 100755
index 0000000..48f02f4
--- /dev/null
+++ b/libs/libgmpada/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=libgmpada
+ VERSION=20100805
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://mtn-host.prjek.net/projects/${SPELL}/files/${SOURCE}
+
SOURCE_HASH=sha512:cd80ca3461364797fe63454df1fc62f19a52457ece6bade3769a106a07ba672a740f8b2c8c2f002d3779bd539aaaae836e8bb6a76d769979a1da487f7394682e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://mtn-host.prjek.net/projects/libgmpada/";
+ LICENSE[0]=GPL
+ ENTERED=20110320
+ SHORT="GMPAda makes the GNU MultiPrecision library usable with
the Ada language"
+cat << EOF
+The GNU_Multiple_Precision package provides the type Big_Integer allowing
+integer computations without other space limitation than your computer's
+memory.
+
+Initialization, assignement and finalization are provided by a controlled
type.
+Equivalent of operations and attributes that you might expect when used to
+Ada.Standard.Integer and Ada.Standard.Float are provided.
+EOF
diff --git a/libs/libgmpada/HISTORY b/libs/libgmpada/HISTORY
new file mode 100644
index 0000000..c3ad3e9
--- /dev/null
+++ b/libs/libgmpada/HISTORY
@@ -0,0 +1,3 @@
+2011-03-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/pytz/DETAILS b/python-pypi/pytz/DETAILS
index 437f2a4..2dc9e62 100755
--- a/python-pypi/pytz/DETAILS
+++ b/python-pypi/pytz/DETAILS
@@ -1,8 +1,8 @@
SPELL=pytz
- VERSION=2010o
+ VERSION=2011c
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:a56f62054c02dd6d8b9fba11938770111a1d2c04e47f0d305f7ac3e2819e0a93b3afea1b80f37b82ef8c16a40c4fd93e53bb922e7174e98514d4bbddd62e3392
+
SOURCE_HASH=sha512:f028c359212800d16cfcde183372c8cea555d9bcefec3ddbb414ef273848bd41928d57ceec12c1b0add08ab89e452ad6bdbf0670fce2164fbc68af6fae61a022
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://pytz.sourceforge.net/
LICENSE[0]=BSD
diff --git a/python-pypi/pytz/HISTORY b/python-pypi/pytz/HISTORY
index 93a2201..fe2a7af 100644
--- a/python-pypi/pytz/HISTORY
+++ b/python-pypi/pytz/HISTORY
@@ -1,3 +1,6 @@
+2011-03-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2011c
+
2010-11-19 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2010o




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (8d39a90cd69a1fbd877517014030a90fe8e34a7a), Vlad Glagolev, 03/20/2011

Archive powered by MHonArc 2.6.24.

Top of Page