From 7de3fb7d29178d8c73de9ce5ddfe3a5b3e18eb43 Mon Sep 17 00:00:00 2001 From: Jeremy Blosser Date: Mon, 24 Apr 2006 10:24:27 -0500 Subject: sync ./gnustep-apps/gnustep-projectcenter from stable-rc 0.4 --- gnustep-apps/gnustep-projectcenter/BUILD | 12 ------------ gnustep-apps/gnustep-projectcenter/DETAILS | 7 ++++--- gnustep-apps/gnustep-projectcenter/HISTORY | 12 ++++++++++++ gnustep-apps/gnustep-projectcenter/INSTALL | 6 ------ 4 files changed, 16 insertions(+), 21 deletions(-) delete mode 100755 gnustep-apps/gnustep-projectcenter/BUILD delete mode 100755 gnustep-apps/gnustep-projectcenter/INSTALL (limited to 'gnustep-apps/gnustep-projectcenter') 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 + * DETAILS: Bump to release 0.4.3. + +2006-01-13 Maurizio Boriani + * BUILD: Removed, use default. + * INSTALL: Likewise. + * DETAILS: Add TAR_OPTION var. + +2005-11-23 Maurizio Boriani + * DETAILS: Fix source directory path. Close bug#10107 and + bug#10108 + 2005-09-08 Maurizio Boriani * 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 - -- cgit v1.2.3