Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (da055846d2ea7165c4f07ddb2666515f4c70a174)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (da055846d2ea7165c4f07ddb2666515f4c70a174)
  • Date: Sun, 22 May 2011 07:38:07 -0500

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

ChangeLog | 4 ++++
devel/slang/DETAILS | 2 +-
devel/slang/HISTORY | 3 +++
graphics/mcomix/BUILD | 1 +
graphics/mcomix/DEPENDS | 12 ++++++++++++
graphics/mcomix/DETAILS | 21 +++++++++++++++++++++
graphics/mcomix/HISTORY | 10 ++++++++++
graphics/mcomix/INSTALL | 1 +
graphics/mcomix/PREPARE | 1 +
libs/boost/DETAILS | 4 ++--
libs/boost/HISTORY | 3 +++
python-pypi/distribute/CONFLICTS | 1 +
python-pypi/distribute/DEPENDS | 5 +++++
python-pypi/distribute/DETAILS | 23 +++++++++++++++++++++++
python-pypi/distribute/HISTORY | 5 +++++
python-pypi/distribute/PREPARE | 1 +
16 files changed, 94 insertions(+), 3 deletions(-)

New commits:
commit da055846d2ea7165c4f07ddb2666515f4c70a174
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

boost: => 1_46_1

commit e61f6559c6037367e57f90c259b285a2763bd543
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

mcomix: new spell, fork of comix. a user-friendly, customizable image
viewer.

commit 92a0f86619ac9d89ed4218193a3cb9b2f3c02dc8
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

distribute: new spell
Tool to easily download, build, install, upgrade, and uninstall Python
packages
Forked from setuptools and conflicts with it as such.

commit 743c3b5bea0690b0431eea3994dbb565c58e9a8b
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

slang: => 2.2.4

diff --git a/ChangeLog b/ChangeLog
index 44eb86e..1d05371 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-22 Sukneet Basuta <sukneet AT sourcemage.org>
+ * python-pypi/distribute: new spell, tool to easily build, install,
upgrade, and uninstall Python packages
+ * graphics/mcomix: new spell, fork of comix. a user-friendly,
customizable image viewer.
+
2011-05-21 Ladislav Hagara <hgr AT vabo.cz>
* gnome3-libs/gnome-shell-extensions: new spell, GNOME Shell
Extensions

diff --git a/devel/slang/DETAILS b/devel/slang/DETAILS
index 41320c2..4d69f7a 100755
--- a/devel/slang/DETAILS
+++ b/devel/slang/DETAILS
@@ -1,5 +1,5 @@
SPELL=slang
- VERSION=2.2.3
+ VERSION=2.2.4
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE2_IGNORE=signature
diff --git a/devel/slang/HISTORY b/devel/slang/HISTORY
index e227e36..8b1a286 100644
--- a/devel/slang/HISTORY
+++ b/devel/slang/HISTORY
@@ -1,3 +1,6 @@
+2011-05-22 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 2.2.4
+
2011-01-18 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.2.3

diff --git a/graphics/mcomix/BUILD b/graphics/mcomix/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/graphics/mcomix/BUILD
@@ -0,0 +1 @@
+true
diff --git a/graphics/mcomix/DEPENDS b/graphics/mcomix/DEPENDS
new file mode 100755
index 0000000..ee5c410
--- /dev/null
+++ b/graphics/mcomix/DEPENDS
@@ -0,0 +1,12 @@
+depends pygtk2 &&
+depends pil &&
+
+if [[ ${EASY_INSTALL} == "distribute" ]]; then
+ depends distribute
+else
+ depends setuptools
+fi &&
+
+suggest_depends unrar "" "" "for rar archives" &&
+suggest_depends rar "" "" "for rar archives (non-free)" z-rejected &&
+suggest_depends p7zip "" "" "for 7z archives"
diff --git a/graphics/mcomix/DETAILS b/graphics/mcomix/DETAILS
new file mode 100755
index 0000000..903d544
--- /dev/null
+++ b/graphics/mcomix/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=mcomix
+ VERSION=0.91
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+
SOURCE_URL[0]=http://sourceforge.net/projects/${SPELL}/files/MComix-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:e01c77463834b29bca5f30d45d367f3c44adac74f63f914501cdcadb1d2e09a3d787311e1a8e666316d9890322a5480ed42ce3ca2abd4c80901474fc6ca1ee61
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://sourceforge.net/projects/mcomix/";
+ LICENSE[0]="GPL"
+ ENTERED=20110521
+ KEYWORDS="graphics"
+ SHORT="MComix is a fork of Comix and is a user-friendly,
customizable image viewer. It is specifically designed to handle comic books."
+cat << EOF
+MComix is an user-friendly, customizable image viewer. It is specifically
+designed to handle comic books, but also serves as a generic viewer. It reads
+images in ZIP, RAR, 7Zip or tar archives as well as plain image files. It
+is written in Python and uses GTK+ through the PyGTK bindings, and runs on
+both Linux and Windows.
+
+MComix is a fork of the Comix project, and aims to add bug fixes and
stability
+improvements after Comix development came to a halt in late 2009.
+EOF
diff --git a/graphics/mcomix/HISTORY b/graphics/mcomix/HISTORY
new file mode 100644
index 0000000..fbc6824
--- /dev/null
+++ b/graphics/mcomix/HISTORY
@@ -0,0 +1,10 @@
+2011-05-22 Sukneet Basuta <sukneet AT sourcemage.org>
+ * Try it out: changed blabla
+ * Copy it back to the grimoire: changed blabla
+ * DEPENDS: changed blabla
+ * PREPARE: added, bla bla!
+ changed blabla
+
+2011-05-21 Sukneet Basuta <sukneet AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/graphics/mcomix/INSTALL b/graphics/mcomix/INSTALL
new file mode 100755
index 0000000..762d43b
--- /dev/null
+++ b/graphics/mcomix/INSTALL
@@ -0,0 +1 @@
+python setup.py install
diff --git a/graphics/mcomix/PREPARE b/graphics/mcomix/PREPARE
new file mode 100755
index 0000000..22e7d05
--- /dev/null
+++ b/graphics/mcomix/PREPARE
@@ -0,0 +1 @@
+config_query_list EASY_INSTALL "Which python package installer would you
like to use ?" distribute setuptools
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index 1d71642..a170bc7 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,6 +1,6 @@
SPELL=boost
- VERSION=1_44_0
-
SOURCE_HASH=sha512:62beb70c75a9fdc63fd6b9516ff8f9e9e498ab4942f2c7589a93570b0c5077e6484640830c5ebe08060342098e4f0cdb2626fb520d5cd9ea72e6e1362581f1bd
+ VERSION=1_46_1
+
SOURCE_HASH=sha512:e7cc4383bb960cb59eecd29ef66e2c53466fe5f126bde58f50ba104ee8ab220771db5f7b35e4b9856e9f257d1def5a9b7ea48e1d2757976a89c5a2e3f1fdc327
SOURCE=${SPELL}_${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index a940a23..aa2b802 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,6 @@
+2011-05-20 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell tp 1_46_1
+
2010-08-18 Finn Haedicke <finn AT sourcemage.org>
* DETAILS: updated spell to 1_44_0

diff --git a/python-pypi/distribute/CONFLICTS
b/python-pypi/distribute/CONFLICTS
new file mode 100755
index 0000000..bbc6bb7
--- /dev/null
+++ b/python-pypi/distribute/CONFLICTS
@@ -0,0 +1 @@
+conflicts setuptools
diff --git a/python-pypi/distribute/DEPENDS b/python-pypi/distribute/DEPENDS
new file mode 100755
index 0000000..1f268b4
--- /dev/null
+++ b/python-pypi/distribute/DEPENDS
@@ -0,0 +1,5 @@
+if [[ ${PYTHON_VERSION} == python ]]; then
+ depends python
+else
+ depends python3
+fi
diff --git a/python-pypi/distribute/DETAILS b/python-pypi/distribute/DETAILS
new file mode 100755
index 0000000..6f45e33
--- /dev/null
+++ b/python-pypi/distribute/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=distribute
+ VERSION=0.6.16
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/d/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:2a562f1418d5c3a1454ce0b56665d7342f631a1ae413f9f243b399b32a0bcd82744fa7aca405b90a28b958cbcce32c0cbdbd213d57eecff4f46fcb15ba21ce4c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://packages.python.org/distribute/";
+ LICENSE[0]="PSF, ZPL"
+ ENTERED=20110521
+ KEYWORDS="python"
+ SHORT="Easily download, build, install, upgrade, and uninstall
Python packages"
+cat << EOF
+Distribute is a fork of the Setuptools project.
+
+Distribute is intended to replace Setuptools as the standard method for
+working with Python module distributions.
+
+For those who may wonder why they should switch to Distribute over
Setuptools,
+it's quite simple:
+
+ Distribute is a drop-in replacement for Setuptools The code is actively
+ maintained, and has over 10 commiters Distribute offers Python 3 support
!
+EOF
diff --git a/python-pypi/distribute/HISTORY b/python-pypi/distribute/HISTORY
new file mode 100644
index 0000000..5463501
--- /dev/null
+++ b/python-pypi/distribute/HISTORY
@@ -0,0 +1,5 @@
+2011-05-22 Sukneet Basuta <sukneet AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+ Note that distribute works with either python or
+ python3
+ * CONFLICTS: conflicts with setuptools
diff --git a/python-pypi/distribute/PREPARE b/python-pypi/distribute/PREPARE
new file mode 100755
index 0000000..54a80dc
--- /dev/null
+++ b/python-pypi/distribute/PREPARE
@@ -0,0 +1 @@
+config_query_list PYTHON_VERSION "Which python verion would you like to
use?" python python3




Archive powered by MHonArc 2.6.24.

Top of Page