Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f6a322fde73a4ba16e3fd5a0ce6341e447fe50ea)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f6a322fde73a4ba16e3fd5a0ce6341e447fe50ea)
  • Date: Tue, 3 Dec 2013 07:29:58 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
disk/pspshrink/DEPENDS | 2 ++
disk/pspshrink/DETAILS | 15 +++++++++++++++
disk/pspshrink/HISTORY | 3 +++
4 files changed, 23 insertions(+)

New commits:
commit f6a322fde73a4ba16e3fd5a0ce6341e447fe50ea
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pspshrink: new spell, ISO Compressor for PSP games

diff --git a/ChangeLog b/ChangeLog
index c0be6e7..faf81cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-12-03 Ismael Luceno <ismael AT sourcemage.org>
+ * disk/pspshrink: new spell, ISO Compressor for PSP games
+
2013-12-02 Ladislav Hagara <hgr AT vabo.cz>
* e-17/emotion_generic_players: new spell, Emotion Generic Players

diff --git a/disk/pspshrink/DEPENDS b/disk/pspshrink/DEPENDS
new file mode 100755
index 0000000..69326c9
--- /dev/null
+++ b/disk/pspshrink/DEPENDS
@@ -0,0 +1,2 @@
+depends glib2 &&
+depends gtkmm2
diff --git a/disk/pspshrink/DETAILS b/disk/pspshrink/DETAILS
new file mode 100755
index 0000000..d9c60f1
--- /dev/null
+++ b/disk/pspshrink/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=pspshrink
+ VERSION=1.1.2
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
+
SOURCE_HASH=sha512:8b1cb00ff22af0d19cf48eefc81d195c7b21cffb79a78a71e004b30872efd94ae23ddad065f87d22c3a657036fd30bc0d052007d8fe73642be18bca676dbacec
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://code.google.com/p/pspshrink/";
+ LICENSE[0]="GPLv2"
+ ENTERED=20130812
+ KEYWORDS=""
+ SHORT="ISO Compressor for PSP games"
+cat << EOF
+pspshrink allows you to shrink your isos to the cso format which is
compatible
+with Devhook.
+EOF
diff --git a/disk/pspshrink/HISTORY b/disk/pspshrink/HISTORY
new file mode 100644
index 0000000..e373a85
--- /dev/null
+++ b/disk/pspshrink/HISTORY
@@ -0,0 +1,3 @@
+2013-08-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f6a322fde73a4ba16e3fd5a0ce6341e447fe50ea), Ismael Luceno, 12/03/2013

Archive powered by MHonArc 2.6.24.

Top of Page