summaryrefslogtreecommitdiffstats
path: root/gnustep-libs
diff options
context:
space:
mode:
authorVasil Yonkov2010-09-22 23:28:57 +0300
committerVasil Yonkov2010-09-22 23:28:57 +0300
commitbcbb3b3389abffb60c5128f50e329eff02937d9c (patch)
tree922854173ba400801ee88c71e1beb76be301e26e /gnustep-libs
parent707f2a06eec473832eda493551d009860f8c2f63 (diff)
gnustep-back-art: removed due to deprecation
Diffstat (limited to 'gnustep-libs')
-rwxr-xr-xgnustep-libs/gnustep-back-art/BUILD1
-rwxr-xr-xgnustep-libs/gnustep-back-art/DEPENDS1
-rwxr-xr-xgnustep-libs/gnustep-back-art/DETAILS28
-rw-r--r--gnustep-libs/gnustep-back-art/HISTORY53
-rwxr-xr-xgnustep-libs/gnustep-back-art/INSTALL1
-rwxr-xr-xgnustep-libs/gnustep-back-art/PRE_BUILD1
-rwxr-xr-xgnustep-libs/gnustep-back-art/TRIGGERS1
7 files changed, 0 insertions, 86 deletions
diff --git a/gnustep-libs/gnustep-back-art/BUILD b/gnustep-libs/gnustep-back-art/BUILD
deleted file mode 100755
index 27ba77ddaf..0000000000
--- a/gnustep-libs/gnustep-back-art/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/gnustep-libs/gnustep-back-art/DEPENDS b/gnustep-libs/gnustep-back-art/DEPENDS
deleted file mode 100755
index 70563f5429..0000000000
--- a/gnustep-libs/gnustep-back-art/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends gnustep-back
diff --git a/gnustep-libs/gnustep-back-art/DETAILS b/gnustep-libs/gnustep-back-art/DETAILS
deleted file mode 100755
index cec017aa89..0000000000
--- a/gnustep-libs/gnustep-back-art/DETAILS
+++ /dev/null
@@ -1,28 +0,0 @@
- SPELL=gnustep-back-art
- VERSION=0.11.0
- WEB_SITE=http://www.gnustep.org
- LICENSE[0]=LGPL
- ENTERED=20050908
- KEYWORDS="gnustep libs"
- SHORT="It is a back-end component for the GNUstep GUI Library."
-
-cat << EOF
-It is a back-end component for the GNUstep GUI Library. The
-implementation of the GNUstep GUI Library is designed in two parts. The
-first part is the front-end component which is independent of platform
-and display system. This front-end is combined with a back-end
-component which handles all of the display system dependent such as
-specific calls to the X Window System. This design allows the GNUstep
-applications to have the "look and feel" of the underlying display
-system without any changes to the application, and the library can be
-easily ported to other display systems.
-
- The GNUstep GUI Backend is for platforms using the X-Window System or
-Window's Systems. It works via a DPS emulation engine to emulate the
-DPS functions required by the front-end system.
-
-This is the art graphic enabled version.
-EOF
-
-
-
diff --git a/gnustep-libs/gnustep-back-art/HISTORY b/gnustep-libs/gnustep-back-art/HISTORY
deleted file mode 100644
index 2a45c6c44a..0000000000
--- a/gnustep-libs/gnustep-back-art/HISTORY
+++ /dev/null
@@ -1,53 +0,0 @@
-2007-04-17 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
- * DETAILS: Deprecation protocol in favour of gnustep-back
- * DEPENDS: Deprecation protocol in favour of gnustep-back
- * PRE_BUILD: Deprecation protocol in favour of gnustep-back
- * BUILD: Deprecation protocol in favour of gnustep-back
- * INSTALL: Deprecation protocol in favour of gnustep-back
- * CONFIGURE: Deprecation protocol in favour of gnustep-back
- * PROVIDES: Deprecation protocol in favour of gnustep-back
- * TRIGGERS: Deprecation protocol in favour of gnustep-back
-
-2006-10-09 Maurizio Boriani <baux@sourcemage.org>
- * DETAILS: Bump up to release 0.11.0
- Remove build_api and updated.
-
-2006-04-14 Maurizio Boriani <baux@sourcemage.org>
- * Fix dummy concatenations bugs and others.
-
-2006-04-13 Maurizio Boriani <baux@sourcemage.org>
- * PROVIDES: New, fix bug#10826.
-
-2006-04-12 Maurizio Boriani <baux@sourcemage.org>
- * BUILD: Fix bug#10834.
- * DEPENDS: Fix bug#10835.
-
-2006-03-24 Maurizio Boriani <baux@sourcemage.org>
- * DETAILS: Bump to release 0.10.3.
-
-2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2006-01-24 Maurizio Boriani <baux@sourcemage.org>
- * DETAILS: Fix license field, close bug#10444.
-
-2005-01-13 Maurizio Boriani <baux@sourcemage.org>
- * BUILD: Removed, use default_build.
- * INSTALL: Likewise.
- * CONFIGURE: Fix build doc var.
-
-2005-12-27 Maurizio Boriani <baux@sourcemage.org>
- * DETAILS: Bump to release 0.10.2.
-
-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-10-03 Maurizio Boriani <baux@sourcemage.org>
- * DETAILS: Bump to release 0.10.1.
-
-2005-08-31 Maurizio Boriani <baux@sourcemage.org>
- * BUILD, DEPENDS, DETAILS, CONFIGURE, INSTALL: created the
- spell.
diff --git a/gnustep-libs/gnustep-back-art/INSTALL b/gnustep-libs/gnustep-back-art/INSTALL
deleted file mode 100755
index 27ba77ddaf..0000000000
--- a/gnustep-libs/gnustep-back-art/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/gnustep-libs/gnustep-back-art/PRE_BUILD b/gnustep-libs/gnustep-back-art/PRE_BUILD
deleted file mode 100755
index 27ba77ddaf..0000000000
--- a/gnustep-libs/gnustep-back-art/PRE_BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/gnustep-libs/gnustep-back-art/TRIGGERS b/gnustep-libs/gnustep-back-art/TRIGGERS
deleted file mode 100755
index 2898626f68..0000000000
--- a/gnustep-libs/gnustep-back-art/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast gnustep-back-art dispel_self