Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (ae537ab908e51400794ec188465d021a6aa5dbc9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (ae537ab908e51400794ec188465d021a6aa5dbc9)
  • Date: Sat, 17 Mar 2007 05:13:02 -0500

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

graphics/greycstoration-gimp-pligin/DEPENDS | 2 --
graphics/greycstoration-gimp-pligin/DETAILS | 14 --------------
graphics/greycstoration-gimp-pligin/HISTORY | 26 --------------------------
graphics/greycstoration-gimp-plugin/DEPENDS | 2 ++
graphics/greycstoration-gimp-plugin/DETAILS | 14 ++++++++++++++
graphics/greycstoration-gimp-plugin/HISTORY | 26 ++++++++++++++++++++++++++
6 files changed, 42 insertions(+), 42 deletions(-)

New commits:
commit 884a51e204a4ee5bc73a61fcbaa63c436b104edd
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

greycstoration-gimp-plugin: Directory name was incorrect causing spell to
fail. Fixed directory name to match spell name.

diff --git a/graphics/greycstoration-gimp-pligin/DEPENDS
b/graphics/greycstoration-gimp-pligin/DEPENDS
deleted file mode 100755
index 761bd35..0000000
--- a/graphics/greycstoration-gimp-pligin/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends gimp &&
-depends g++
diff --git a/graphics/greycstoration-gimp-pligin/DETAILS
b/graphics/greycstoration-gimp-pligin/DETAILS
deleted file mode 100755
index 892263f..0000000
--- a/graphics/greycstoration-gimp-pligin/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- SPELL=greycstoration-gimp-plugin
- VERSION=0.2.0
- SOURCE=greycstoration-${VERSION}.tar.bz2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/greycstoration-${VERSION}
- SOURCE_URL[0]=http://www.haypocalc.com/perso/prog/greycstoration/${SOURCE}
-
SOURCE_HASH=sha512:e537ae16e55c4789a3c19976832601ca5add678ff80fa043a7dc296721b1d23e1e4dcbb72eb4093c5c14a1cc0be8c11b5812435de5a75db47cc71ef601e63151
- WEB_SITE=http://www.haypocalc.com/wiki/Gimp_Plugin_GREYCstoration
- ENTERED=20050826
- LICENSE[0]=LGPL
- KEYWORDS="graphics"
- SHORT="Gimp's plugin for photo restoration"
-cat << EOF
-This is Gimp's plugin for photo restoration. It is usable for reducing noise
in image.
-EOF
diff --git a/graphics/greycstoration-gimp-pligin/HISTORY
b/graphics/greycstoration-gimp-pligin/HISTORY
deleted file mode 100644
index 97e8340..0000000
--- a/graphics/greycstoration-gimp-pligin/HISTORY
+++ /dev/null
@@ -1,26 +0,0 @@
-2007-03-14 Pol Vinogradov <vin.public AT gmail.com>
- * DETAILS: renamed spell to greycstoration-gimp-plugin
-
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-12-26 George Sherwood <george AT beernabeer.com>
- * DETAILS: Added SOURCE_HASH
-
-2005-12-25 Pol Vinogradov <vin.public AT gmail.com>
- * BUILD: removed
- * DETAILS: updated to 0.2.0, source now .tar.bz2 packaged,
- source directory changed, source_gpg commented as
- i can't create new one
- * greycstoration-src-0.1.2.tar.gz.sig: removed
-
-2005-10-06 Pol Vinogradov <vin.public AT gmail.com>
- * BUILD: fixed sedit line for passing CXXFLAGS correctly
- (thanks to Andraž "ruskie" Levstik for advice),
- added 2 sedit lines for voyeur compiling
-
-2005-08-26 Pol Vinogradov <vin.public AT gmail.com>
- * DETAILS, DEPENDS, BUILD, HISTORY: created spell
diff --git a/graphics/greycstoration-gimp-plugin/DEPENDS
b/graphics/greycstoration-gimp-plugin/DEPENDS
new file mode 100755
index 0000000..761bd35
--- /dev/null
+++ b/graphics/greycstoration-gimp-plugin/DEPENDS
@@ -0,0 +1,2 @@
+depends gimp &&
+depends g++
diff --git a/graphics/greycstoration-gimp-plugin/DETAILS
b/graphics/greycstoration-gimp-plugin/DETAILS
new file mode 100755
index 0000000..892263f
--- /dev/null
+++ b/graphics/greycstoration-gimp-plugin/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=greycstoration-gimp-plugin
+ VERSION=0.2.0
+ SOURCE=greycstoration-${VERSION}.tar.bz2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/greycstoration-${VERSION}
+ SOURCE_URL[0]=http://www.haypocalc.com/perso/prog/greycstoration/${SOURCE}
+
SOURCE_HASH=sha512:e537ae16e55c4789a3c19976832601ca5add678ff80fa043a7dc296721b1d23e1e4dcbb72eb4093c5c14a1cc0be8c11b5812435de5a75db47cc71ef601e63151
+ WEB_SITE=http://www.haypocalc.com/wiki/Gimp_Plugin_GREYCstoration
+ ENTERED=20050826
+ LICENSE[0]=LGPL
+ KEYWORDS="graphics"
+ SHORT="Gimp's plugin for photo restoration"
+cat << EOF
+This is Gimp's plugin for photo restoration. It is usable for reducing noise
in image.
+EOF
diff --git a/graphics/greycstoration-gimp-plugin/HISTORY
b/graphics/greycstoration-gimp-plugin/HISTORY
new file mode 100644
index 0000000..97e8340
--- /dev/null
+++ b/graphics/greycstoration-gimp-plugin/HISTORY
@@ -0,0 +1,26 @@
+2007-03-14 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: renamed spell to greycstoration-gimp-plugin
+
+2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-12-26 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Added SOURCE_HASH
+
+2005-12-25 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: removed
+ * DETAILS: updated to 0.2.0, source now .tar.bz2 packaged,
+ source directory changed, source_gpg commented as
+ i can't create new one
+ * greycstoration-src-0.1.2.tar.gz.sig: removed
+
+2005-10-06 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: fixed sedit line for passing CXXFLAGS correctly
+ (thanks to Andraž "ruskie" Levstik for advice),
+ added 2 sedit lines for voyeur compiling
+
+2005-08-26 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (ae537ab908e51400794ec188465d021a6aa5dbc9), George Sherwood, 03/17/2007

Archive powered by MHonArc 2.6.24.

Top of Page