summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-vindaloo
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 10:24:41 -0500
committerJeremy Blosser2006-04-24 10:24:41 -0500
commit4fc17aa771d31b0be1d03ee05928dd0204530ad8 (patch)
treec029726218663b5f88a48953e1080a3a4fd5e9e0 /gnustep-apps/gnustep-vindaloo
parent1876d086905076daae639d5f53c5a4f743ff2c09 (diff)
sync ./gnustep-apps/gnustep-vindaloo from stable-rc 0.4
Diffstat (limited to 'gnustep-apps/gnustep-vindaloo')
-rwxr-xr-xgnustep-apps/gnustep-vindaloo/BUILD11
-rwxr-xr-xgnustep-apps/gnustep-vindaloo/DETAILS5
-rw-r--r--gnustep-apps/gnustep-vindaloo/HISTORY12
-rwxr-xr-xgnustep-apps/gnustep-vindaloo/INSTALL3
4 files changed, 15 insertions, 16 deletions
diff --git a/gnustep-apps/gnustep-vindaloo/BUILD b/gnustep-apps/gnustep-vindaloo/BUILD
deleted file mode 100755
index 95724999ab..0000000000
--- a/gnustep-apps/gnustep-vindaloo/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-if [ -f /etc/profile.d/GNUstep.sh ];
-then
- . /etc/profile.d/GNUstep.sh
-else
- message "${ERROR_COLOR}Unable to find /etc/profile.d/GNUstep.sh"
- message "Rebuild gnustep-make${DEFAULT_COLOR}"
- exit 1
-fi &&
-
-make
-
diff --git a/gnustep-apps/gnustep-vindaloo/DETAILS b/gnustep-apps/gnustep-vindaloo/DETAILS
index 454956c195..3d24c98160 100755
--- a/gnustep-apps/gnustep-vindaloo/DETAILS
+++ b/gnustep-apps/gnustep-vindaloo/DETAILS
@@ -1,15 +1,16 @@
SPELL=gnustep-vindaloo
VERSION=0.2
SOURCE=Vindaloo-$VERSION.tar.gz
-SOURCE_DIRECTORY=Vindaloo
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Vindaloo
SOURCE_URL[0]=http://download.gna.org/gsimageapps/Vindaloo/$SOURCE
WEB_SITE=http://home.gna.org/gsimageapps
- MD5[0]=a43ed9384f589710eaf089007ac8f34e
+ SOURCE_HASH=sha512:687b6acc0005f56870ec656b5a8ed077369c3eb25728334a4d8581d4f6266e1428ef0b3464ac66caf200b5b69e4c5c49427275d345bd6e37c89223d8e4532f42
LICENSE[0]=GPL
ENTERED=20050908
UPDATED=20050908
BUILD_API=2
SHORT="A GNUstep/Cocoa PDF viewer."
+ TAR_OPTIONS="--no-same-owner"
cat << EOF
A GNUstep/Cocoa PDF viewer.
diff --git a/gnustep-apps/gnustep-vindaloo/HISTORY b/gnustep-apps/gnustep-vindaloo/HISTORY
index 19e0e807a0..1ed79537d3 100644
--- a/gnustep-apps/gnustep-vindaloo/HISTORY
+++ b/gnustep-apps/gnustep-vindaloo/HISTORY
@@ -1,2 +1,14 @@
+2005-01-13 Maurizio Boriani <baux@sourcemage.org>
+ * DETAILS: Add TAR_OPTION var.
+ * BUILD: Removed, use default.
+ * INSTALL: Likewise.
+
+2005-11-29 Seth Woolley <seth@tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-11-23 Maurizio Boriani <baux@sourcemage.org>
+ * DETAILS: Fix source directory path. Close bug#10107 and
+ bug#10108
+
2005-09-08 Maurizio Boriani <baux@sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL: created the spell.
diff --git a/gnustep-apps/gnustep-vindaloo/INSTALL b/gnustep-apps/gnustep-vindaloo/INSTALL
deleted file mode 100755
index 106db2d812..0000000000
--- a/gnustep-apps/gnustep-vindaloo/INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-export TAR_OPTIONS="--no-same-owner"
-
-make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install