summaryrefslogtreecommitdiffstats
path: root/gnustep-apps
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 10:24:27 -0500
committerJeremy Blosser2006-04-24 10:24:27 -0500
commit7de3fb7d29178d8c73de9ce5ddfe3a5b3e18eb43 (patch)
treecde2ac127597032a620b945bc39c0bdb34a13b26 /gnustep-apps
parent87b0617b9c0e4f7d1c96b770098e712c969a5948 (diff)
sync ./gnustep-apps/gnustep-projectcenter from stable-rc 0.4
Diffstat (limited to 'gnustep-apps')
-rwxr-xr-xgnustep-apps/gnustep-projectcenter/BUILD12
-rwxr-xr-xgnustep-apps/gnustep-projectcenter/DETAILS7
-rw-r--r--gnustep-apps/gnustep-projectcenter/HISTORY12
-rwxr-xr-xgnustep-apps/gnustep-projectcenter/INSTALL6
4 files changed, 16 insertions, 21 deletions
diff --git a/gnustep-apps/gnustep-projectcenter/BUILD b/gnustep-apps/gnustep-projectcenter/BUILD
deleted file mode 100755
index 6fc8b739d4..0000000000
--- a/gnustep-apps/gnustep-projectcenter/BUILD
+++ /dev/null
@@ -1,12 +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_single
-make
-make_normal
diff --git a/gnustep-apps/gnustep-projectcenter/DETAILS b/gnustep-apps/gnustep-projectcenter/DETAILS
index ce4e19a7ce..c3859d5952 100755
--- a/gnustep-apps/gnustep-projectcenter/DETAILS
+++ b/gnustep-apps/gnustep-projectcenter/DETAILS
@@ -1,15 +1,16 @@
SPELL=gnustep-projectcenter
- VERSION=0.4.2
+ VERSION=0.4.3
SOURCE=ProjectCenter-$VERSION.tar.gz
-SOURCE_DIRECTORY=ProjectCenter-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/ProjectCenter-$VERSION
SOURCE_URL[0]=ftp://ftp.gnustep.org/pub/gnustep/dev-apps/$SOURCE
WEB_SITE=http://www.gnustep.org
- MD5[0]=62749396daf23a5e459e165808a36ce4
+ SOURCE_HASH=sha512:68d922c67d8eea7a333aeb7d1c27aef71f9672d95f97046053fa651e3584bc741eb8ac85e6932aad56461e71796832a125ce33c18984338c700daa6a629cae79
LICENSE[0]=GPL
ENTERED=20050908
UPDATED=20050908
BUILD_API=2
SHORT="The GNUstep IDE which is part of the GNUstep."
+ TAR_OPTIONS="--no-same-owner"
cat << EOF
This is ProjectCenter, the GNUstep IDE which is part of the GNUstep
diff --git a/gnustep-apps/gnustep-projectcenter/HISTORY b/gnustep-apps/gnustep-projectcenter/HISTORY
index 19e0e807a0..c0fa62de59 100644
--- a/gnustep-apps/gnustep-projectcenter/HISTORY
+++ b/gnustep-apps/gnustep-projectcenter/HISTORY
@@ -1,2 +1,14 @@
+2006-01-16 Maurizio Boriani <baux@sourcemage.org>
+ * DETAILS: Bump to release 0.4.3.
+
+2006-01-13 Maurizio Boriani <baux@sourcemage.org>
+ * BUILD: Removed, use default.
+ * INSTALL: Likewise.
+ * DETAILS: Add TAR_OPTION var.
+
+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-projectcenter/INSTALL b/gnustep-apps/gnustep-projectcenter/INSTALL
deleted file mode 100755
index 54c12b2dfd..0000000000
--- a/gnustep-apps/gnustep-projectcenter/INSTALL
+++ /dev/null
@@ -1,6 +0,0 @@
-export TAR_OPTIONS="--no-same-owner"
-
-make_single
-make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install
-make_normal
-