summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2002-01-30 18:08:27 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2002-01-30 18:08:27 +0000
commita8a29ae2c7007a0672576654d94df8656059c2b0 (patch)
tree6275adc4652c8cceda803a2184f62466a7f65bda
parentSuperceded by 0.8.7 (diff)
downloadgentoo-2-a8a29ae2c7007a0672576654d94df8656059c2b0.tar.gz
gentoo-2-a8a29ae2c7007a0672576654d94df8656059c2b0.tar.bz2
gentoo-2-a8a29ae2c7007a0672576654d94df8656059c2b0.zip
Already added
-rw-r--r--dev-lang/swig/files/digest-swig-1.3_alpha5-r21
-rw-r--r--dev-lang/swig/swig-1.3_alpha5-r2.ebuild65
-rw-r--r--incoming/ghostview/files/digest-ghostview-1.51
-rw-r--r--incoming/ghostview/ghostview-1.5-gentoo.diff216
-rw-r--r--incoming/ghostview/ghostview-1.5.ebuild33
-rw-r--r--incoming/units-1.74.ebuild44
-rw-r--r--media-gfx/k3studio/k3studio-0.97.ebuild23
-rw-r--r--net-www/dillo/dillo-0.6.4.ebuild4
-rw-r--r--net-www/mozilla/mozilla-0.9.7.ebuild7
9 files changed, 27 insertions, 367 deletions
diff --git a/dev-lang/swig/files/digest-swig-1.3_alpha5-r2 b/dev-lang/swig/files/digest-swig-1.3_alpha5-r2
deleted file mode 100644
index ac1da438c6ff..000000000000
--- a/dev-lang/swig/files/digest-swig-1.3_alpha5-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 96249f9614ae31d328661d0e3d9cd615 swig1.3a5.tar.gz 602112
diff --git a/dev-lang/swig/swig-1.3_alpha5-r2.ebuild b/dev-lang/swig/swig-1.3_alpha5-r2.ebuild
deleted file mode 100644
index cc961647b8e7..000000000000
--- a/dev-lang/swig/swig-1.3_alpha5-r2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3_alpha5-r2.ebuild,v 1.3 2001/11/10 11:31:53 hallski Exp $
-
-P=swig1.3a5
-S=${WORKDIR}/SWIG1.3a5
-DESCRIPTION="Simplified wrapper and interface generator"
-SRC_URI="http://download.sourceforge.net/swig/${P}.tar.gz"
-HOMEPAGE="http://www.swig.org"
-
-DEPEND="virtual/glibc >=sys-devel/gcc-2.95.2
- python? ( >=dev-lang/python-2.0 )
- java? ( >=dev-lang/jdk-1.3 )
- ruby? ( >=dev-lang/ruby-1.6.1 )
- guile? ( >=dev-util/guile-1.4 )
- tcltk? ( >=dev-lang/tcl-tk-8.4.2 )
- perl? ( >=sys-devel/perl-5.6.1 )"
-
-src_compile() {
- local myconf
-
- if [ "`use python`" ] ; then
- myconf="--with-py"
- else
- myconf="--without-py"
- fi
- if [ "`use java`" ] ; then
- myconf="$myconf --with-java"
- else
- myconf="$myconf --without-java"
- fi
- if [ -z "`use ruby`" ] ; then
- myconf="$myconf --without-ruby"
- fi
- if [ "`use guile`" ] ; then
- myconf="$myconf --with-guile"
- else
- myconf="$myconf --without-guile"
- fi
- if [ "`use tcltk`" ] ; then
- myconf="$myconf --with-tcl --with-tcllib=/usr/lib/tcl-8.4"
- else
- myconf="$myconf --without-tcltk"
- fi
- if [ "`use perl`" ]
- then
- myconf="$myconf --with-perl"
- else
- myconf="$myconf --without-perl"
- fi
-
- unset CXXFLAGS
- unset CFLAGS
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --with-doc=html \
- $myconf || die
-
- make || die
-}
-
-src_install () {
- make prefix=${D}/usr install || die
-}
diff --git a/incoming/ghostview/files/digest-ghostview-1.5 b/incoming/ghostview/files/digest-ghostview-1.5
deleted file mode 100644
index 4490fc50caa5..000000000000
--- a/incoming/ghostview/files/digest-ghostview-1.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4f5c1bced73fe14b03109cfa7aacfd90 ghostview-1.5.tar.gz 143360
diff --git a/incoming/ghostview/ghostview-1.5-gentoo.diff b/incoming/ghostview/ghostview-1.5-gentoo.diff
deleted file mode 100644
index 4de1cc981618..000000000000
--- a/incoming/ghostview/ghostview-1.5-gentoo.diff
+++ /dev/null
@@ -1,216 +0,0 @@
-diff -u -r ghostview-1.5.orig/Ghostview.c ghostview-1.5/Ghostview.c
---- ghostview-1.5.orig/Ghostview.c Sat Jul 24 02:29:12 1993
-+++ ghostview-1.5/Ghostview.c Fri Nov 9 20:41:29 2001
-@@ -1112,7 +1112,7 @@
- if (gvw->ghostview.disable_start) return;
-
- argv[argc++] = gvw->ghostview.interpreter;
-- argv[argc++] = "-sDEVICE=x11";
-+ argv[argc++] = "-sDEVICE=x11alpha";
- argv[argc++] = "-dNOPAUSE";
- if (gvw->ghostview.quiet) argv[argc++] = "-dQUIET";
- if (gvw->ghostview.safer) argv[argc++] = "-dSAFER";
-@@ -1832,7 +1832,7 @@
- ** Build Ghostscript startup command
- */
- strcpy(cmd, gvw->ghostview.interpreter);
-- strcat(cmd, " \"-sDEVICE=x11\" \"-dNOPAUSE\" ");
-+ strcat(cmd, " \"-sDEVICE=x11alpha\" \"-dNOPAUSE\" ");
- if (gvw->ghostview.quiet) strcat(cmd, "\"-dQUIET\" ");
- if (gvw->ghostview.safer) strcat(cmd, "\"-dSAFER\" ");
- if (gvw->ghostview.arguments) {
-diff -u -r ghostview-1.5.orig/SelFile.c ghostview-1.5/SelFile.c
---- ghostview-1.5.orig/SelFile.c Sat Nov 10 00:01:06 2001
-+++ ghostview-1.5/SelFile.c Sat Nov 10 00:01:20 2001
-@@ -44,9 +44,11 @@
- #include <stdio.h>
- #include <errno.h>
- /* BSD 4.3 errno.h does not declare errno */
-+#ifdef BSD
- extern int errno;
- extern int sys_nerr;
- extern char *sys_errlist[];
-+#endif
-
- #include <sys/param.h>
- #include <X11/cursorfont.h>
-@@ -685,7 +687,7 @@
- SFpositionWidget(selFile);
- XtMapWidget(selFile);
-
--#if defined(SVR4) || defined(SYSV) || defined(USG)
-+#if defined(SVR4) || defined(SYSV) || defined(USG) || defined(__GLIBC__)
- if (!getcwd(SFstartDir, MAXPATHLEN)) {
- #else /* defined(SVR4) || defined(SYSV) || defined(USG) */
- if (!getwd(SFstartDir)) {
-diff -u -r ghostview-1.5.orig/ghostview.man ghostview-1.5/ghostview.man
---- ghostview-1.5.orig/ghostview.man Sat Jul 24 02:29:12 1993
-+++ ghostview-1.5/ghostview.man Thu Nov 8 06:32:50 2001
-@@ -33,7 +33,7 @@
- .br
- .B ghostview
- [\-monochrome] [\-grayscale] [\-color]
--[\-[no]title] [\-[no]date] [\-[no]locator] [\-[no]labels]
-+[\-[no]title] [\-[no]wtitle] [\-[no]date] [\-[no]locator] [\-[no]labels]
- [\-resolution\ \fIdpi\fP] [\-dpi\ \fIdpi\fP]
- [\-xdpi\ \fIdpi\fP] [\-ydpi\ \fIdpi\fP] [\-magstep\ \fIn\fP]
- [\-[no]safer] [\-[no]quiet] [\-arguments\ \fIarguments\fP]
-@@ -463,6 +463,9 @@
- .IP "\fBshowTitle (\fPclass\fB Labels)\fP" 1i
- Tells whether to display the \fB%%Title\fP comment.
- The default is ``true''.
-+.IP "\fBwindowTitle (\fPclass\fB Labels)\fP" 1i
-+Tells whether to copy the \fB%%Title\fP comment into the window title.
-+The default is ``true''.
- .IP "\fBshowDate (\fPclass\fB Labels)\fP" 1i
- Tells whether to display the \fB%%Data\fP comment.
- The default is ``true''.
-@@ -623,6 +626,10 @@
- Equivalent to setting ``Ghostview.showTitle: True''.
- .IP \fB\-notitle\fP 1i
- Equivalent to setting ``Ghostview.showTitle: False''.
-+.IP \fB\-wtitle\fP 1i
-+Equivalent to setting ``Ghostview.windowTitle: True''.
-+.IP \fB\-nowtitle\fP 1i
-+Equivalent to setting ``Ghostview.windowTitle: False''.
- .IP \fB\-date\fP 1i
- Equivalent to setting ``Ghostview.showDate: True''.
- .IP \fB\-nodate\fP 1i
-diff -u -r ghostview-1.5.orig/gv.h ghostview-1.5/gv.h
---- ghostview-1.5.orig/gv.h Sat Jul 24 02:29:12 1993
-+++ ghostview-1.5/gv.h Thu Nov 8 06:32:50 2001
-@@ -39,6 +39,7 @@
- /* Application resources */
- typedef struct _AppResources {
- Boolean show_title; /* whether to show title */
-+ Boolean window_title; /* whether to put document title in window title */
- Boolean show_date; /* whether to show date */
- Boolean show_locator; /* whether to show locator */
- Boolean auto_center; /* whether to automatically center the page */
-@@ -103,6 +104,8 @@
- extern XErrorHandler old_Xerror;
- extern Boolean dying;
- extern XErrorEvent bomb;
-+extern XTextProperty nameprop;
-+extern String version;
-
- enum {OPEN, PRINT_WHOLE, PRINT_MARKED, SAVE};
- extern int mode;
-diff -u -r ghostview-1.5.orig/main.c ghostview-1.5/main.c
---- ghostview-1.5.orig/main.c Sat Jul 24 02:29:12 1993
-+++ ghostview-1.5/main.c Thu Nov 8 06:32:50 2001
-@@ -55,11 +55,13 @@
-
- extern char *getenv();
-
--static String version = "Ghostview, version 1.5";
-+String version = "Ghostview, version 1.5";
-
- static XtResource resources[] = {
- {"showTitle", "Labels", XtRBoolean, sizeof(Boolean),
- XtOffsetOf(AppResources, show_title), XtRImmediate, (XtPointer)True},
-+ {"windowTitle", "Labels", XtRBoolean, sizeof(Boolean),
-+ XtOffsetOf(AppResources, window_title), XtRImmediate, (XtPointer)True},
- {"showDate", "Labels", XtRBoolean, sizeof(Boolean),
- XtOffsetOf(AppResources, show_date), XtRImmediate, (XtPointer)True},
- {"showLocator", "Labels", XtRBoolean, sizeof(Boolean),
-@@ -138,6 +140,8 @@
- {"-page", ".page", XrmoptionSepArg, NULL},
- {"-title", ".showTitle", XrmoptionNoArg, "True"},
- {"-notitle", ".showTitle", XrmoptionNoArg, "False"},
-+ {"-wtitle", ".windowTitle", XrmoptionNoArg, "True"},
-+ {"-nowtitle", ".windowTitle", XrmoptionNoArg, "False"},
- {"-date", ".showDate", XrmoptionNoArg, "True"},
- {"-nodate", ".showDate", XrmoptionNoArg, "False"},
- {"-locator", ".showLocator", XrmoptionNoArg, "True"},
-@@ -287,6 +291,7 @@
- XErrorHandler old_Xerror; /* standard error handler */
- Boolean dying; /* whether an X error caused our exit */
- XErrorEvent bomb; /* what the error was */
-+XTextProperty nameprop; /* the XStringProperty for the window name */
-
- XtAppContext app_con;
- AppResources app_res;
-@@ -363,7 +368,6 @@
- Boolean set_vert_dist;
- String s1, s2;
- XFontStruct *font;
-- XTextProperty nameprop;
- Dimension bottomMargin, leftMargin, rightMargin, topMargin;
- Dimension width, height;
- Dimension button_width;
-@@ -371,6 +375,7 @@
- static XawTextSelectType sarry[] =
- {XawselectLine, XawselectAll, XawselectNull};
-
-+ nameprop.value= 0;
- XtToolkitInitialize();
- XtSetTypeConverter(XtRString, XtRPageOrientation,
- XmuCvtStringToPageOrientation, NULL, 0,
-@@ -871,7 +876,7 @@
- XtSetArg(args[0], XtNtransientFor, toplevel);
- XtSetValues(dialogpopup, args, ONE);
- XSetWMProtocols(dpy, XtWindow(toplevel), &wm_delete_window, 1);
-- if (XStringListToTextProperty(&version, 1, &nameprop)) {
-+ if (nameprop.value) {
- XSetWMName(dpy, XtWindow(toplevel), &nameprop);
- }
-
-diff -u -r ghostview-1.5.orig/misc.c ghostview-1.5/misc.c
---- ghostview-1.5.orig/misc.c Sat Jul 24 02:29:12 1993
-+++ ghostview-1.5/misc.c Thu Nov 8 06:32:50 2001
-@@ -56,10 +56,13 @@
-
- #include <errno.h>
- /* BSD 4.3 errno.h does not declare errno */
--extern int errno;
-+
- #ifdef VMS
- #include <perror.h>
--#else
-+#endif
-+
-+#ifdef BSD
-+extern int errno;
- extern int sys_nerr;
- extern char *sys_errlist[];
- #endif
-@@ -297,6 +300,7 @@
- static String nothing = "";
- String label;
- Pixmap bitmap;
-+ char *title, *versionfilename;
-
- /* Reset to a known state. */
- psfree(olddoc);
-@@ -328,6 +332,30 @@
- titlemenu = build_label_menu(titlebutton, "title", label, bitmap);
- }
-
-+ if (nameprop.value) {
-+ XFree(nameprop.value);
-+ nameprop.value = 0;
-+ }
-+ if (app_res.window_title) {
-+ if (doc && doc->title) {
-+ title = doc->title;
-+ } else if (filename) {
-+ title = filename;
-+ } else {
-+ title = "";
-+ }
-+ versionfilename = XtMalloc(strlen(version)+3+strlen(title)+1);
-+ strcpy(versionfilename, version);
-+ strcat(versionfilename, " - ");
-+ strcat(versionfilename, title);
-+ XStringListToTextProperty(&versionfilename, 1, &nameprop);
-+ XtFree(versionfilename);
-+ } else {
-+ XStringListToTextProperty(&version, 1, &nameprop);
-+ }
-+ if (nameprop.value && XtIsRealized(toplevel)) {
-+ XSetWMName(XtDisplay(toplevel), XtWindow(toplevel), &nameprop);
-+ }
- if (app_res.show_date) {
- if (doc && doc->date) {
- label = doc->date;
diff --git a/incoming/ghostview/ghostview-1.5.ebuild b/incoming/ghostview/ghostview-1.5.ebuild
deleted file mode 100644
index c13daf697da8..000000000000
--- a/incoming/ghostview/ghostview-1.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Andreas Voegele <voegelas@users.sourceforge.net>
-# /home/cvsroot/gentoo-x86/skel.build,v 1.9 2001/10/21 16:17:12 agriffis Exp
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A PostScript viewer for X11"
-SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.gnu.org/software/ghostview/"
-
-DEPEND="virtual/glibc
- virtual/x11"
-
-RDEPEND="${DEPEND} >=app-text/ghostscript-6.50-r2"
-
-src_unpack() {
- unpack ${A}
- # This patch contains all the Debian patches and enables anti-aliasing.
- patch -p0 < ${FILESDIR}/${PF}-gentoo.diff
-}
-
-src_compile() {
- xmkmf -a || die
- make || die
-}
-
-src_install() {
- dobin ghostview
- newman ghostview.man ghostview.1
- insinto /etc/X11/app-defaults
- newins Ghostview.ad Ghostview
- dodoc COPYING HISTORY README comments.doc
-}
diff --git a/incoming/units-1.74.ebuild b/incoming/units-1.74.ebuild
deleted file mode 100644
index a5ad0f4a956a..000000000000
--- a/incoming/units-1.74.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Tod Neidt <tneidt@fidnet.com>
-# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp
-
-S=${WORKDIR}/${P}
-
-DESCRIPTION="Units is a program for units conversion and units calculation."
-
-SRC_URI="ftp://ftp.gnu.org/gnu/units/${P}.tar.gz"
-
-HOMEPAGE="http://www.gnu.org/software/units/units.html"
-
-DEPEND=">=sys-libs/readline-4.1-r2
- >=sys-libs/ncurses-5.2-r3"
-
-
-src_compile() {
-
-#Note: the trailing / is required in the datadir path.
- ./configure --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --datadir=/usr/share/${PN}/ \
- --prefix=/usr \
- --host=${CHOST} || die "./configure failed"
-
- emake || die
-
-}
-
-src_install () {
-
-#Note: the trailing / is required in the datadir path.
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- datadir=${D}/usr/share/${PN}/ \
- install || die
-
-dodoc COPYING ChangeLog INSTALL NEWS README
-
-}
-
diff --git a/media-gfx/k3studio/k3studio-0.97.ebuild b/media-gfx/k3studio/k3studio-0.97.ebuild
index 6f84bb01b374..80f1b669fb9e 100644
--- a/media-gfx/k3studio/k3studio-0.97.ebuild
+++ b/media-gfx/k3studio/k3studio-0.97.ebuild
@@ -1,18 +1,35 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Bart Verwilst <verwilst@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/k3studio/k3studio-0.97.ebuild,v 1.1 2002/01/25 17:02:58 verwilst Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/k3studio/k3studio-0.97.ebuild,v 1.2 2002/01/30 18:08:27 karltk Exp $
. /usr/portage/eclass/inherit.eclass || die
inherit kde-base || die
need-kde 2.1
-newdepend ">=dev-lang/python-2.1
+newdepend "=dev-lang/python-2.0*
>=media-libs/glut-3.7
>=sys-libs/readline-4.1
- >=media-libs/freetype-2.0.5"
+ >=media-libs/freetype-2.0.5
+ >=media-libs/qhull-3.1
+ "
+# >=media-libs/gle
+# >=media-libs/nurbs++
+# >=media-libs/libvrml97
+# >=media-libs/gltt
DESCRIPTION="KDE universal workbench for 2D/3D modeling, visualization and simulation."
SRC_URI="http://prdownloads.sourceforge.net/k3studio/k3studio-0.97.tar.gz"
HOMEPAGE="http://k3studio.sourceforge.net"
+src_compile() {
+ myconf="--with-qhull-includes=/usr/include/qhull"
+ myconf="$myconf --with-qhull-libraries=/usr/lib"
+ myconf="$myconf --with-python-includes=/usr/include/python2.0"
+ myconf="$myconf --with-python-libraries=\\\"-L. -L/usr/lib/python2.0/config `python-config`\\\""
+
+ echo $myconf
+ kde_src_compile myconf
+ kde_src_compile configure
+ kde_src_compile make
+}
diff --git a/net-www/dillo/dillo-0.6.4.ebuild b/net-www/dillo/dillo-0.6.4.ebuild
index ab85e41a4a6d..78539720baeb 100644
--- a/net-www/dillo/dillo-0.6.4.ebuild
+++ b/net-www/dillo/dillo-0.6.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Desktop Team <desktop@gentoo.org>
# Author: Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-www/dillo/dillo-0.6.4.ebuild,v 1.1 2002/01/30 17:43:53 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/dillo/dillo-0.6.4.ebuild,v 1.2 2002/01/30 18:08:27 karltk Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Lean GTK+-based web browser"
@@ -14,6 +14,7 @@ DEPEND=">=x11-libs/gtk+-1.2.0
>=sys-libs/zlib-1.1.3
>=media-libs/libpng-1.0.11"
RDEPEND="$DEPEND"
+
src_compile() {
./configure \
--host=${CHOST} \
@@ -30,4 +31,5 @@ src_install () {
docinto doc
dodoc doc/*.txt doc/README
+
}
diff --git a/net-www/mozilla/mozilla-0.9.7.ebuild b/net-www/mozilla/mozilla-0.9.7.ebuild
index 9a5facbf4612..477826535fcc 100644
--- a/net-www/mozilla/mozilla-0.9.7.ebuild
+++ b/net-www/mozilla/mozilla-0.9.7.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Martin Schlemmer <azarah@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-0.9.7.ebuild,v 1.2 2002/01/23 20:06:16 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-0.9.7.ebuild,v 1.3 2002/01/30 18:08:27 karltk Exp $
S=${WORKDIR}/mozilla
DESCRIPTION="The Mozilla Web Browser"
@@ -17,7 +17,8 @@ RDEPEND=">=gnome-base/ORBit-0.5.10-r1
app-arch/zip
app-arch/unzip
x11-libs/gtk+
- java? ( virtual/jdk )"
+ java? ( virtual/jdk )
+ "
# gtk? ( x11-libs/gtk+ )
# mozqt? ( x11-libs/qt )"
@@ -34,7 +35,7 @@ export BUILD_OFFICIAL=1
[ "`use ssl`" ] && export MOZ_PSM=1
# do we build java support for the NSS stuff ?
-[ "`use java`" ] && export NS_USE_JDK=1
+#[ "`use java`" ] && export NS_USE_JDK=1
src_compile() {