summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-29 18:56:12 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-29 18:56:12 +0000
commit217d2446ef0e6e62c7b463f0b5d4cf6053f70f72 (patch)
treeca115f50c1e90b3c58754e5989e63b6c90897613
parent fixed the dodoc section of install. (diff)
downloadgentoo-2-217d2446ef0e6e62c7b463f0b5d4cf6053f70f72.tar.gz
gentoo-2-217d2446ef0e6e62c7b463f0b5d4cf6053f70f72.tar.bz2
gentoo-2-217d2446ef0e6e62c7b463f0b5d4cf6053f70f72.zip
Other missed files
-rw-r--r--app-office/siag/files/10siag4
-rw-r--r--app-office/siag/siag-3.4.7.ebuild5
-rw-r--r--dev-lang/kaffe/files/digest-kaffe-1.0.6-r11
-rw-r--r--dev-lang/php/files/digest-php-4.0.4_p12
-rw-r--r--dev-util/lincvs/files/lincvs-0.3.0-gentoo.diff11
-rw-r--r--media-libs/mesa-glu/mesa-glu-3.4-r1.ebuild73
-rw-r--r--net-nds/ypserv/files/digest-ypserv-1.3.9-r21
-rw-r--r--sys-apps/procps/procps-2.0.6-r1.ebuild59
8 files changed, 154 insertions, 2 deletions
diff --git a/app-office/siag/files/10siag b/app-office/siag/files/10siag
new file mode 100644
index 000000000000..620adb31a5ae
--- /dev/null
+++ b/app-office/siag/files/10siag
@@ -0,0 +1,4 @@
+PATH=/opt/siag/bin
+ROOTPATH=/opt/siag/bin
+LDPATH=/opt/siag/lib
+MANDIR=/opt/siag/share/man
diff --git a/app-office/siag/siag-3.4.7.ebuild b/app-office/siag/siag-3.4.7.ebuild
index d3d5402433c7..d8e6d6dcbc9b 100644
--- a/app-office/siag/siag-3.4.7.ebuild
+++ b/app-office/siag/siag-3.4.7.ebuild
@@ -1,7 +1,7 @@
# 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/app-office/siag/siag-3.4.7.ebuild,v 1.2 2001/04/28 08:04:32 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/siag/siag-3.4.7.ebuild,v 1.3 2001/04/29 18:56:12 achim Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A free Office package for Linux"
@@ -48,6 +48,7 @@ src_compile() {
src_install () {
try make DESTDIR=${D} install
-
+ insinto /etc/env.d
+ doins ${FILESDIR}/10siag
}
diff --git a/dev-lang/kaffe/files/digest-kaffe-1.0.6-r1 b/dev-lang/kaffe/files/digest-kaffe-1.0.6-r1
new file mode 100644
index 000000000000..c637af971dd1
--- /dev/null
+++ b/dev-lang/kaffe/files/digest-kaffe-1.0.6-r1
@@ -0,0 +1 @@
+MD5 5a900dd33e7bde48d2fa94ada273e80e kaffe-1.0.6.tar.gz
diff --git a/dev-lang/php/files/digest-php-4.0.4_p1 b/dev-lang/php/files/digest-php-4.0.4_p1
new file mode 100644
index 000000000000..a4a8e85435c1
--- /dev/null
+++ b/dev-lang/php/files/digest-php-4.0.4_p1
@@ -0,0 +1,2 @@
+MD5 ae3ab0105154dddea1fa2ca18a902f85 php-4.0.4pl1.tar.gz
+MD5 20c64ba8d79665e9bfab052fa5a85eab number4.tar.gz
diff --git a/dev-util/lincvs/files/lincvs-0.3.0-gentoo.diff b/dev-util/lincvs/files/lincvs-0.3.0-gentoo.diff
new file mode 100644
index 000000000000..1c3f8356869b
--- /dev/null
+++ b/dev-util/lincvs/files/lincvs-0.3.0-gentoo.diff
@@ -0,0 +1,11 @@
+--- LinCVS-0.3/src/globals.cpp~ Wed Feb 21 03:53:49 2001
++++ LinCVS-0.3/src/globals.cpp Sun Apr 29 10:26:39 2001
+@@ -18,7 +18,7 @@
+
+ #include <iostream.h>
+ #include <stdlib.h>
+-#include <sys/time.h>
++#include <time.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <unistd.h>
diff --git a/media-libs/mesa-glu/mesa-glu-3.4-r1.ebuild b/media-libs/mesa-glu/mesa-glu-3.4-r1.ebuild
new file mode 100644
index 000000000000..9324772f1372
--- /dev/null
+++ b/media-libs/mesa-glu/mesa-glu-3.4-r1.ebuild
@@ -0,0 +1,73 @@
+# 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/media-libs/mesa-glu/mesa-glu-3.4-r1.ebuild,v 1.1 2001/04/29 18:56:12 achim Exp $
+
+P=MesaLib-${PV}
+A0=${P}.tar.bz2
+A1=MesaDemos-${PV}.tar.bz2
+A="${A0} ${A1}"
+S=${WORKDIR}/Mesa-${PV}
+DESCRIPTION="OpenGL like graphic library for Linux, this package only contains the glu and glut parts"
+SRC_URI="http://download.sourceforge.net/mesa3d/${A0}
+ http://download.sourceforge.net/mesa3d/${A1}"
+HOMEPAGE="http://mesa3d.sourceforge.net/"
+
+DEPEND="virtual/glibc
+ >=x11-base/xfree-4.0.2"
+
+PROVIDE="virtual/glu virtual/glut"
+
+src_compile() {
+
+ local myconf
+
+ if [ "`use mmx`" ]
+ then
+ myconf="--enable-mmx"
+ else
+ myconf="--disable-mmx"
+ fi
+
+ if [ "`use 3dnow`" ]
+ then
+ myconf="${myconf} --enable-3dnow"
+ else
+ myconf="${myconf} --disable-3dnow"
+ fi
+
+ if [ "`use sse`" ]
+ then
+ myconf="${myconf} --enable-sse"
+ else
+ myconf="${myconf} --disable-sse"
+ fi
+
+ myconf="${myconf} --with-x --without-glut --disable-ggi-fbdev --without-ggi"
+
+ try ./configure --prefix=/usr --sysconfdir=/etc/mesa --host=${CHOST} $myconf
+
+ try make
+
+}
+
+src_install () {
+
+
+ cd ${S}
+ try make DESTDIR=${D} install
+ cd ${D}/usr/lib
+
+ rm -f libGL.*
+
+ rm -f ../include/GL/gl.h
+ rm -f ../include/GL/glx.h
+ rm -f ../include/GL/osmesa.h
+
+ ln -s libGLU.so.1.1.030400 libMesaGLU.so.3
+
+
+ cd ${S}
+ dodoc docs/*
+}
+
diff --git a/net-nds/ypserv/files/digest-ypserv-1.3.9-r2 b/net-nds/ypserv/files/digest-ypserv-1.3.9-r2
new file mode 100644
index 000000000000..a86507967e40
--- /dev/null
+++ b/net-nds/ypserv/files/digest-ypserv-1.3.9-r2
@@ -0,0 +1 @@
+MD5 ecdfccf57c3bf0bbba2fe36cdd1fea27 ypserv-1.3.9.tar.gz
diff --git a/sys-apps/procps/procps-2.0.6-r1.ebuild b/sys-apps/procps/procps-2.0.6-r1.ebuild
new file mode 100644
index 000000000000..a154b9ee5b9f
--- /dev/null
+++ b/sys-apps/procps/procps-2.0.6-r1.ebuild
@@ -0,0 +1,59 @@
+# 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/sys-apps/procps/procps-2.0.6-r1.ebuild,v 1.1 2001/04/29 18:56:12 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="Standard informational utilities and process-handling tools"
+SRC_URI="ftp://people.redhat.com/johnsonm/procps/${A}"
+DEPEND=">=sys-libs/ncurses-5.2-r2
+ sys-libs/getext"
+DEPEND=">=sys-libs/ncurses-5.2-r2"
+
+src_unpack() {
+
+ unpack ${A}
+
+ cd ${S}
+ patch -p0 < ${FILESDIR}/${P}.dif
+
+ mv Makefile Makefile.orig
+ sed -e "s/-O3/${CFLAGS}/" -e 's/all: config/all: /' \
+ -e "s:--strip::" Makefile.orig > Makefile
+
+ cd ${S}/ps
+ mv Makefile Makefile.orig
+ sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" Makefile.orig > Makefile
+
+ cd ${S}/proc
+ mv Makefile Makefile.orig
+ sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" Makefile.orig > Makefile
+
+}
+
+src_compile() {
+ try make ${MAKEOPTS}
+}
+
+src_install() {
+
+ dodir /usr/bin
+ dodir /sbin
+ dodir /usr/X11R6/bin
+ dodir /usr/share/man/man{1,5,8}
+ dodir /lib
+ dodir /bin
+ try make DESTDIR=${D} MAN1DIR=/usr/share/man/man1 \
+ MAN8DIR=/usr/share/man/man8 install
+
+ preplib /
+ dodoc BUGS COPYING COPYING.LIB NEWS TODO
+ docinto proc
+ dodoc proc/COPYING
+ docinto ps
+ dodoc ps/COPYING ps/HACKING
+}
+
+
+