Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1334a60aa14745710c01d44c07d4184e6e3f3349)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1334a60aa14745710c01d44c07d4184e6e3f3349)
  • Date: Mon, 3 Feb 2014 03:30:24 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
disk/gdisk/DEPENDS | 2 ++
disk/gdisk/DETAILS | 4 ++--
disk/gdisk/HISTORY | 4 ++++
disk/gnu-efi/BUILD | 2 ++
disk/gnu-efi/DEPENDS | 8 ++++++++
disk/gnu-efi/DETAILS | 15 +++++++++++++++
disk/gnu-efi/HISTORY | 4 ++++
disk/gnu-efi/INSTALL | 3 +++
python-pypi/alembic/DETAILS | 4 ++--
python-pypi/alembic/HISTORY | 3 +++
python-pypi/sqlalchemy/DETAILS | 4 ++--
python-pypi/sqlalchemy/HISTORY | 3 +++
13 files changed, 53 insertions(+), 6 deletions(-)

New commits:
commit 1334a60aa14745710c01d44c07d4184e6e3f3349
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gnu-efi-3.0u

commit 949fa937fdc10e2b7bbff4f3f7a18bb9c0c8b26d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

alembic: => 0.6.3

commit 380a9335559cca1b525f5bb7a5606ef5eb623ec8
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

sqlalchemy: => 0.9.2

commit fb36a8c921eab32fc7ca9931952e49fa94af5307
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gdisk: => 0.8.8

diff --git a/ChangeLog b/ChangeLog
index 1fc5b28..c43c345 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-02-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * disk/gnu-efi: new spell, Develop EFI applications
+
2014-02-02 Vlad Glagolev <stealth AT sourcemage.org>
* audio-soft/njconnect: new spell, curses JACK connection manager

diff --git a/disk/gdisk/DEPENDS b/disk/gdisk/DEPENDS
index ad21eb7..bf5aaf6 100755
--- a/disk/gdisk/DEPENDS
+++ b/disk/gdisk/DEPENDS
@@ -1,4 +1,6 @@
depends -sub CXX gcc &&
depends popt &&
+depends util-linux &&
+depends ncurses &&

optional_depends icu "" "" "for Unicode partition names support"
diff --git a/disk/gdisk/DETAILS b/disk/gdisk/DETAILS
index 08a02f3..837e348 100755
--- a/disk/gdisk/DETAILS
+++ b/disk/gdisk/DETAILS
@@ -1,10 +1,10 @@
SPELL=gdisk
SPELLX=gptfdisk
- VERSION=0.8.7
+ VERSION=0.8.8
+
SOURCE_HASH=sha512:22da28425ff06d2cca0838ff99950295c463d8557b0191efc74d4c9d819871ac635f69c62d07e93460ad07f4eb4c1ab4fd728b82374925f59783a52497a4becb
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELLX/$SOURCE
-
SOURCE_HASH=sha512:c9bc3b326a97285ab2f3b7abf0bdc2f9012657874559c68e5a927a354195e47897622039daf490944d67467e8b4587c8220085a726623de960b46e1838861b97
WEB_SITE=http://www.rodsbooks.com/gdisk/
ENTERED=20091207
LICENSE[0]=GPL
diff --git a/disk/gdisk/HISTORY b/disk/gdisk/HISTORY
index 9593388..8c29788 100644
--- a/disk/gdisk/HISTORY
+++ b/disk/gdisk/HISTORY
@@ -1,3 +1,7 @@
+2014-02-02 Treeve Jelbert <treeve AT souremage.org>
+ * DETAILS: version 0.8.8
+ * DEPENDS: add ncurses, util-linux
+
2013-07-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.8.7

diff --git a/disk/gnu-efi/BUILD b/disk/gnu-efi/BUILD
new file mode 100755
index 0000000..8f00b77
--- /dev/null
+++ b/disk/gnu-efi/BUILD
@@ -0,0 +1,2 @@
+make
+
diff --git a/disk/gnu-efi/DEPENDS b/disk/gnu-efi/DEPENDS
new file mode 100755
index 0000000..4e75b5a
--- /dev/null
+++ b/disk/gnu-efi/DEPENDS
@@ -0,0 +1,8 @@
+#depends -sub CXX gcc
+#depends cmake
+#depends xz
+#depends autoconf &&
+#depends automake
+#depends xyz
+#optional_depends "something" "yes-flags" "no-flags" "what for"
+
diff --git a/disk/gnu-efi/DETAILS b/disk/gnu-efi/DETAILS
new file mode 100755
index 0000000..eea83a1
--- /dev/null
+++ b/disk/gnu-efi/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=gnu-efi
+ VERSION=3.0u
+
SOURCE_HASH=sha512:77224d555befb96b14c20a3a39aacb50ed2db9dfff0c112113c3fb211152106f76cf278b4d37b4251e9f83327c7fd59319e6dee802c97d3bfa7308f7c43b34e3
+ SOURCE=${SPELL}_${VERSION}.orig.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION/[a-z]/}
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://$SPELL.SourceForge.net
+ LICENSE[0]=BSD
+ ENTERED=20120101
+ KEYWORDS="disk efi"
+ SHORT="Develop EFI applications"
+cat << EOF
+Develop EFI applications for IA-64 (IPF), IA-32 (x86) , and x86_64 platforms
using the GNU
+toolchain and the EFI development environment
+EOF
diff --git a/disk/gnu-efi/HISTORY b/disk/gnu-efi/HISTORY
new file mode 100644
index 0000000..b87d16b
--- /dev/null
+++ b/disk/gnu-efi/HISTORY
@@ -0,0 +1,4 @@
+2014-02-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.0u
+ spell created
+
diff --git a/disk/gnu-efi/INSTALL b/disk/gnu-efi/INSTALL
new file mode 100755
index 0000000..9950bca
--- /dev/null
+++ b/disk/gnu-efi/INSTALL
@@ -0,0 +1,3 @@
+make PREFIX=$INSTALL_ROOT/usr install
+
+#default_install
diff --git a/python-pypi/alembic/DETAILS b/python-pypi/alembic/DETAILS
index db38f1b..ace7a75 100755
--- a/python-pypi/alembic/DETAILS
+++ b/python-pypi/alembic/DETAILS
@@ -1,6 +1,6 @@
SPELL=alembic
- VERSION=0.6.2
-
SOURCE_HASH=sha512:5ff9f3973e3483835cbec33c35fc9f6c97ffc328331f14ce23ae75e5acc40304d284646ed116c9808e7c947b4c425d523d8c3fd772035f9b7553742dabbd26d7
+ VERSION=0.6.3
+
SOURCE_HASH=sha512:683784dd10c76f91f0cc54224b85afcd2ced17fee0d161cf82d8c6644441b907bda32497b84ffb09e90b602f68da20bdf853d40f14100894c124abc16f50562e
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/a/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/python-pypi/alembic/HISTORY b/python-pypi/alembic/HISTORY
index 358663b..f2de1a4 100644
--- a/python-pypi/alembic/HISTORY
+++ b/python-pypi/alembic/HISTORY
@@ -1,3 +1,6 @@
+2014-02-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.6.3
+
2013-12-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.6.2

diff --git a/python-pypi/sqlalchemy/DETAILS b/python-pypi/sqlalchemy/DETAILS
index 6d35078..778bf58 100755
--- a/python-pypi/sqlalchemy/DETAILS
+++ b/python-pypi/sqlalchemy/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlalchemy
CHEESESHOP_PKG=SQLAlchemy
- VERSION=0.9.1
-
SOURCE_HASH=sha512:b6e2207a044d3427f7b8f00805186543e7ffd873491b7477e6b1aaaca75f5e839e746099c537c5899b5fe9973c37e7b90eb96e2bd09511f065a2186700243e87
+ VERSION=0.9.2
+
SOURCE_HASH=sha512:1d4baa0ea02e4f6ee70ff00dbda77c6c814adab6f45df89765123045ced4d65bceb9c7640aa16b60e45887d4454584d49f4a5b06db0fbd9f7770cf78da5ecda3
SOURCE="$CHEESESHOP_PKG-$VERSION.tar.gz"

SOURCE_URL[0]=http://pypi.python.org/packages/source/S/$CHEESESHOP_PKG/$SOURCE
SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/sqlalchemy/HISTORY b/python-pypi/sqlalchemy/HISTORY
index a9f323e..95c11a6 100644
--- a/python-pypi/sqlalchemy/HISTORY
+++ b/python-pypi/sqlalchemy/HISTORY
@@ -1,3 +1,6 @@
+2014-02-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.2
+
2014-01-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.1





Archive powered by MHonArc 2.6.24.

Top of Page