summaryrefslogtreecommitdiffstats
path: root/gnome1-libs
diff options
context:
space:
mode:
authorArwed von Merkatz2007-05-10 21:11:03 +0200
committerArwed von Merkatz2007-05-11 22:36:21 +0200
commit654ad872e58474fb628980b9b0be8458d8cce5fb (patch)
tree60ca331f84f6dfd8d0edac056603a898cc295b9a /gnome1-libs
parent2cedcd27688c58d9c982f18897db701e5f2c8b96 (diff)
guppi: deprecated, unmaintained and unused
Diffstat (limited to 'gnome1-libs')
-rwxr-xr-xgnome1-libs/guppi/BUILD3
-rwxr-xr-xgnome1-libs/guppi/CONFIGURE16
-rwxr-xr-xgnome1-libs/guppi/DEPENDS15
-rwxr-xr-xgnome1-libs/guppi/DETAILS11
-rw-r--r--gnome1-libs/guppi/HISTORY3
-rwxr-xr-xgnome1-libs/guppi/INSTALL1
-rwxr-xr-xgnome1-libs/guppi/PRE_BUILD1
-rwxr-xr-xgnome1-libs/guppi/TRIGGERS1
-rw-r--r--gnome1-libs/guppi/gcc341.diff76
9 files changed, 13 insertions, 114 deletions
diff --git a/gnome1-libs/guppi/BUILD b/gnome1-libs/guppi/BUILD
index 4e5d92dfb0..27ba77ddaf 100755
--- a/gnome1-libs/guppi/BUILD
+++ b/gnome1-libs/guppi/BUILD
@@ -1,2 +1 @@
-patch -p0 < $SCRIPT_DIRECTORY/gcc341.diff &&
-default_build
+true
diff --git a/gnome1-libs/guppi/CONFIGURE b/gnome1-libs/guppi/CONFIGURE
deleted file mode 100755
index 55601be54e..0000000000
--- a/gnome1-libs/guppi/CONFIGURE
+++ /dev/null
@@ -1,16 +0,0 @@
-if [ -f /etc/sorcery/local/depends/guile.p ]
-then
- . /etc/sorcery/local/depends/guile.p
-fi
-
-if [ "$G_18" = "y" ]
-then
- message "\n${MESSAGE_COLOR}" \
- "${SPELL} isn't released for guile 1.8, so it may not works\n\n"
-
- if ! query "Would you like to continue?" n;
- then
- message "${MESSAGE_COLOR}Please recast later!\n"
- return 1
- fi
-fi
diff --git a/gnome1-libs/guppi/DEPENDS b/gnome1-libs/guppi/DEPENDS
deleted file mode 100755
index 914ba61096..0000000000
--- a/gnome1-libs/guppi/DEPENDS
+++ /dev/null
@@ -1,15 +0,0 @@
-depends gcc34 &&
-depends gnome-libs &&
-depends bonobo &&
-depends guile &&
-depends libglade &&
-
-optional_depends python \
- "" \
- "" \
- "to enable python scripting" &&
-
-optional_depends gnumeric \
- "" \
- "" \
- "to add graphing support in gnumeric"
diff --git a/gnome1-libs/guppi/DETAILS b/gnome1-libs/guppi/DETAILS
index 17c1c3cf42..b067686e0e 100755
--- a/gnome1-libs/guppi/DETAILS
+++ b/gnome1-libs/guppi/DETAILS
@@ -1,11 +1,12 @@
SPELL=guppi
VERSION=0.40.3
BRANCH=`echo $VERSION|cut -d . -f 1,2`
- SOURCE=Guppi-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/Guppi-$VERSION
- SOURCE_URL[0]=$GNOME_URL/sources/Guppi/$BRANCH/$SOURCE
- SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/Guppi/$BRANCH/$SOURCE
- SOURCE_HASH=sha512:cfeabc6554ac06586dc6c72f77637812279040d6408c5643f6ab93aad03cdecbff6d52ca7d4f4be59568dddefa5cff418edda3f30e8023a7ec768b54589cb630
+# SOURCE=Guppi-$VERSION.tar.bz2
+#SOURCE_DIRECTORY=$BUILD_DIRECTORY/Guppi-$VERSION
+# SOURCE_URL[0]=$GNOME_URL/sources/Guppi/$BRANCH/$SOURCE
+# SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/Guppi/$BRANCH/$SOURCE
+# SOURCE_HASH=sha512:cfeabc6554ac06586dc6c72f77637812279040d6408c5643f6ab93aad03cdecbff6d52ca7d4f4be59568dddefa5cff418edda3f30e8023a7ec768b54589cb630
+PATCHLEVEL=1
WEB_SITE=http://www.gnome.org/projects/Guppi
ENTERED=20011022
UPDATED=20020124
diff --git a/gnome1-libs/guppi/HISTORY b/gnome1-libs/guppi/HISTORY
index 136ad4447d..edda4b2662 100644
--- a/gnome1-libs/guppi/HISTORY
+++ b/gnome1-libs/guppi/HISTORY
@@ -1,3 +1,6 @@
+2007-05-10 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * all: deprecated, upstream unmaintained and spell unused
+
2006-10-11 Maurizio Boriani <baux@sourcemage.org>
* CONFIGURE: Add warning about guile major update.
diff --git a/gnome1-libs/guppi/INSTALL b/gnome1-libs/guppi/INSTALL
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/gnome1-libs/guppi/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/gnome1-libs/guppi/PRE_BUILD b/gnome1-libs/guppi/PRE_BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/gnome1-libs/guppi/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/gnome1-libs/guppi/TRIGGERS b/gnome1-libs/guppi/TRIGGERS
new file mode 100755
index 0000000000..d62de40dc2
--- /dev/null
+++ b/gnome1-libs/guppi/TRIGGERS
@@ -0,0 +1 @@
+on_cast guppi dispel_self
diff --git a/gnome1-libs/guppi/gcc341.diff b/gnome1-libs/guppi/gcc341.diff
deleted file mode 100644
index bf6153697a..0000000000
--- a/gnome1-libs/guppi/gcc341.diff
+++ /dev/null
@@ -1,76 +0,0 @@
---- src/libguppiplot/guppi-layout-constraint.c.orig 2004-07-22 10:10:45.481338456 +0100
-+++ src/libguppiplot/guppi-layout-constraint.c 2004-07-22 10:11:05.595280672 +0100
-@@ -165,6 +165,7 @@
-
- default:
- /* Fall through, do nothing. */
-+ ;;
- }
-
- ti = term_info_new (type, factor, geom);
---- src/libguppiplot/guppi-text-block.c.orig 2004-07-22 10:09:43.993686000 +0100
-+++ src/libguppiplot/guppi-text-block.c 2004-07-22 10:10:13.209244560 +0100
-@@ -900,6 +900,7 @@
-
- default:
- /* Do nothing. */
-+ ;;
- }
-
- render_stack_evolve (stack, tt);
---- src/libguppiplot/guppi-root-group-item.c.orig 2004-07-22 10:11:45.379232592 +0100
-+++ src/libguppiplot/guppi-root-group-item.c 2004-07-22 10:12:23.891377856 +0100
-@@ -548,6 +548,7 @@
- return motion_notify_event (root, &(ev->motion));
-
- default:
-+ ;;
- }
-
- return FALSE;
-@@ -777,6 +778,7 @@
- case ROOT_GROUP_RESIZE_NONE:
- default:
- /* insure we do nothing */
-+ ;;
- }
-
- if (please_resize_canvas)
---- src/libguppiplot/guppi-view-interval.c.orig 2004-07-22 10:07:20.323527184 +0100
-+++ src/libguppiplot/guppi-view-interval.c 2004-07-22 10:09:05.293569312 +0100
-@@ -227,6 +227,7 @@
- #endif
-
- default:
-+ ;;
- }
-
- return TRUE;
---- src/demo.c.orig 2004-07-22 10:14:39.986688224 +0100
-+++ src/demo.c 2004-07-22 10:14:53.046702800 +0100
-@@ -451,6 +451,7 @@
- compass_pos = GUPPI_NORTH;
- break;
- default:
-+ ;;
- }
-
- guppi_element_state_set (state,
---- libguppitank/guppi-object-barchart.c.orig 2004-07-22 10:16:50.599832008 +0100
-+++ libguppitank/guppi-object-barchart.c 2004-07-22 10:17:37.104762184 +0100
-@@ -701,6 +701,7 @@
- break;
-
- default:
-+ ;;
- }
- }
-
-@@ -733,6 +734,7 @@
- break;
-
- default:
-+ ;;
- }
- }
-