summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-addressbook
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 10:24:03 -0500
committerJeremy Blosser2006-04-24 10:24:03 -0500
commitd23fdf14a896fe1e96d20598da01b2d54694860f (patch)
tree76c5a135bb09ad1d382094f451ac82ad6ef2ec50 /gnustep-apps/gnustep-addressbook
parent36d4c53baa222a7150d91263152d82a8362205b9 (diff)
sync ./gnustep-apps/gnustep-addressbook from stable-rc 0.4
Diffstat (limited to 'gnustep-apps/gnustep-addressbook')
-rwxr-xr-xgnustep-apps/gnustep-addressbook/BUILD12
-rwxr-xr-xgnustep-apps/gnustep-addressbook/CONFIGURE2
-rwxr-xr-xgnustep-apps/gnustep-addressbook/DEPENDS4
-rwxr-xr-xgnustep-apps/gnustep-addressbook/DETAILS6
-rw-r--r--gnustep-apps/gnustep-addressbook/HISTORY15
5 files changed, 20 insertions, 19 deletions
diff --git a/gnustep-apps/gnustep-addressbook/BUILD b/gnustep-apps/gnustep-addressbook/BUILD
deleted file mode 100755
index 6fc8b739d4..0000000000
--- a/gnustep-apps/gnustep-addressbook/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-addressbook/CONFIGURE b/gnustep-apps/gnustep-addressbook/CONFIGURE
index 9e3690e96f..f0051307fe 100755
--- a/gnustep-apps/gnustep-addressbook/CONFIGURE
+++ b/gnustep-apps/gnustep-addressbook/CONFIGURE
@@ -1,3 +1,3 @@
-config_query ADVCF "Build VCFViewer?" y
+#config_query ADVCF "Build VCFViewer?" y
config_query ADSRV "Build adserver?" y
config_query ADTOL "Build adtool?" y
diff --git a/gnustep-apps/gnustep-addressbook/DEPENDS b/gnustep-apps/gnustep-addressbook/DEPENDS
index a85b1954c7..e9ad78b2d2 100755
--- a/gnustep-apps/gnustep-addressbook/DEPENDS
+++ b/gnustep-apps/gnustep-addressbook/DEPENDS
@@ -1,3 +1 @@
-depends gnustep-gui
-
-
+depends gnustep-gui
diff --git a/gnustep-apps/gnustep-addressbook/DETAILS b/gnustep-apps/gnustep-addressbook/DETAILS
index 8f16f30e58..55545db430 100755
--- a/gnustep-apps/gnustep-addressbook/DETAILS
+++ b/gnustep-apps/gnustep-addressbook/DETAILS
@@ -1,11 +1,11 @@
SPELL=gnustep-addressbook
VERSION=0.4.6
SOURCE=Addresses-$VERSION.tar.gz
-SOURCE_DIRECTORY=Addresses-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Addresses-$VERSION
SOURCE_URL[0]=ftp://ftp.gnustep.org/pub/gnustep/contrib/$SOURCE
WEB_SITE=http://www.gnustep.org
- MD5[0]=ecc7dcce8d18be6021dd2c3c6ef905aa
- LICENSE[0]=GPL
+ SOURCE_HASH=sha512:ebe8ab10248d9610e56066d40b6b346e939a5213bbae1066e234cba9584d8c7e19e9439f266dd108925a811008c8ca9583703bae70cb18df5ae4aebe29401a36
+ LICENSE[0]=LGPL
ENTERED=20050908
UPDATED=20050908
BUILD_API=2
diff --git a/gnustep-apps/gnustep-addressbook/HISTORY b/gnustep-apps/gnustep-addressbook/HISTORY
index 92b87da135..4637b81162 100644
--- a/gnustep-apps/gnustep-addressbook/HISTORY
+++ b/gnustep-apps/gnustep-addressbook/HISTORY
@@ -1,3 +1,18 @@
+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.
+ * CONFIGURE: Comment ADVCF line.
+ * DEPENDS: 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, CONFIGURE, INSTALL: created the
spell.