summaryrefslogtreecommitdiffstats
path: root/gnustep-libs/gnustep-pantomime
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 10:25:11 -0500
committerJeremy Blosser2006-04-24 10:25:11 -0500
commit55f1cdde40d07c4060407afe35b721b57e53cd05 (patch)
tree7aa4eef2b24e2887bf699ddb190c57936442a55c /gnustep-libs/gnustep-pantomime
parentbc7f6f1b26e57bac67b4ab349baa3da11c16eac4 (diff)
sync ./gnustep-libs/gnustep-pantomime from stable-rc 0.4
Diffstat (limited to 'gnustep-libs/gnustep-pantomime')
-rwxr-xr-xgnustep-libs/gnustep-pantomime/BUILD11
-rwxr-xr-xgnustep-libs/gnustep-pantomime/DETAILS7
-rw-r--r--gnustep-libs/gnustep-pantomime/HISTORY14
-rwxr-xr-xgnustep-libs/gnustep-pantomime/INSTALL3
4 files changed, 18 insertions, 17 deletions
diff --git a/gnustep-libs/gnustep-pantomime/BUILD b/gnustep-libs/gnustep-pantomime/BUILD
deleted file mode 100755
index 95724999ab..0000000000
--- a/gnustep-libs/gnustep-pantomime/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-libs/gnustep-pantomime/DETAILS b/gnustep-libs/gnustep-pantomime/DETAILS
index 9e56880725..ec7dbba644 100755
--- a/gnustep-libs/gnustep-pantomime/DETAILS
+++ b/gnustep-libs/gnustep-pantomime/DETAILS
@@ -1,15 +1,16 @@
SPELL=gnustep-pantomime
VERSION=1.2.0pre1
SOURCE=Pantomime-$VERSION.tar.gz
-SOURCE_DIRECTORY=Pantomime
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Pantomime
SOURCE_URL[0]=http://www.collaboration-world.com/pantomime.data/releases/Stable/$SOURCE
WEB_SITE=http://www.gnustep.org
- MD5[0]=a6b1f682b9c541686b3f5fbb164ee498
- LICENSE[0]=GPL
+ SOURCE_HASH=sha512:5e3813e7b81f1f5cbc705495d8be6fd7753024897f35b0e3cc950db2ee7a646c166e8b60191a232e58c31107e44bc4d8b445f7a39362ff86f7fb2b2d818395b5
+ LICENSE[0]=LGPL
ENTERED=20050908
UPDATED=20050908
BUILD_API=2
SHORT="A mime implementation for GNUstep."
+ TAR_OPTIONS="--no-same-owner"
cat << EOF
A GNUstep mime implementation.
diff --git a/gnustep-libs/gnustep-pantomime/HISTORY b/gnustep-libs/gnustep-pantomime/HISTORY
index 19e0e807a0..74ee8a436f 100644
--- a/gnustep-libs/gnustep-pantomime/HISTORY
+++ b/gnustep-libs/gnustep-pantomime/HISTORY
@@ -1,2 +1,16 @@
+2006-01-24 Maurizio Boriani <baux@sourcemage.org>
+ * DETAILS: Fix license field, close bug#10444.
+
+2006-01-13 Maurizio Boriani <baux@sourcemage.org>
+ * BUILD: Removed, use default.
+ * INSTALL: Likewise.
+ * DETAILS: Add TAR_OPTIONS var.
+
+2005-11-29 Seth Woolley <seth@tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-11-23 Maurizio Boriani <baux@sourcemage.org>
+ * DETAILS: Fix source directory path.
+
2005-09-08 Maurizio Boriani <baux@sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL: created the spell.
diff --git a/gnustep-libs/gnustep-pantomime/INSTALL b/gnustep-libs/gnustep-pantomime/INSTALL
deleted file mode 100755
index 106db2d812..0000000000
--- a/gnustep-libs/gnustep-pantomime/INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-export TAR_OPTIONS="--no-same-owner"
-
-make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install