summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-09-20 20:04:53 +0000
committerAchim Gottinger <achim@gentoo.org>2000-09-20 20:04:53 +0000
commit305571c795a303b05c132580fcfd5de05385d17d (patch)
tree82fd3aa8be3a315b47057c6dccefd86d7306a437
parent*** empty log message *** (diff)
downloadgentoo-2-305571c795a303b05c132580fcfd5de05385d17d.tar.gz
gentoo-2-305571c795a303b05c132580fcfd5de05385d17d.tar.bz2
gentoo-2-305571c795a303b05c132580fcfd5de05385d17d.zip
*** empty log message ***
-rw-r--r--kde-base/kde-i18n/kde-i18n-1.94.ebuild4
-rw-r--r--kde-base/kdebase/kdebase-1.94.ebuild4
-rw-r--r--kde-base/kdelibs/kdelibs-1.94.ebuild4
-rw-r--r--kde-base/kdesupport/kdesupport-1.94.ebuild4
-rw-r--r--kde-base/qt/qt-x11-2.2.0.ebuild5
-rw-r--r--net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild4
-rw-r--r--sys-kernel/linux-UP-2.2.17/files/digest-linux-UP-2.2.17-r13
7 files changed, 13 insertions, 15 deletions
diff --git a/kde-base/kde-i18n/kde-i18n-1.94.ebuild b/kde-base/kde-i18n/kde-i18n-1.94.ebuild
index 4d6efc23f5f9..58f6c0609559 100644
--- a/kde-base/kde-i18n/kde-i18n-1.94.ebuild
+++ b/kde-base/kde-i18n/kde-i18n-1.94.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/kde-base/kde-i18n/kde-i18n-1.94.ebuild,v 1.1 2000/09/17 12:15:08 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-i18n/kde-i18n-1.94.ebuild,v 1.2 2000/09/20 20:04:52 achim Exp $
A=kde-i18n.tar.bz2
S=${WORKDIR}/kde-i18n
@@ -26,7 +26,7 @@ src_compile() {
}
src_install() {
- try make install prefix=${D}/opt/kde bindir=${D}/opt/kde/bin
+ try make install DESTDIR=${D}
dodoc COPYING highscore
docinto html
dodoc highscore.html
diff --git a/kde-base/kdebase/kdebase-1.94.ebuild b/kde-base/kdebase/kdebase-1.94.ebuild
index 42856ab47b85..2b8abcc135bf 100644
--- a/kde-base/kdebase/kdebase-1.94.ebuild
+++ b/kde-base/kdebase/kdebase-1.94.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/kde-base/kdebase/kdebase-1.94.ebuild,v 1.1 2000/09/17 12:15:08 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-1.94.ebuild,v 1.2 2000/09/20 20:04:53 achim Exp $
A="${P}.tar.bz2"
S=${WORKDIR}/${P}
@@ -24,7 +24,7 @@ src_compile() {
src_install() {
- try make install prefix=${D}/opt/kde
+ try make install DESTDIR=${D}
dodoc AUTHORS ChangeLog README*
}
diff --git a/kde-base/kdelibs/kdelibs-1.94.ebuild b/kde-base/kdelibs/kdelibs-1.94.ebuild
index 103953e2f85e..24c59e655317 100644
--- a/kde-base/kdelibs/kdelibs-1.94.ebuild
+++ b/kde-base/kdelibs/kdelibs-1.94.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/kde-base/kdelibs/kdelibs-1.94.ebuild,v 1.1 2000/09/17 12:15:08 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-1.94.ebuild,v 1.2 2000/09/20 20:04:53 achim Exp $
A=${P}.tar.bz2
S=${WORKDIR}/${P}
@@ -18,7 +18,7 @@ src_compile() {
}
src_install() {
- try make install prefix=${D}/opt/kde bindir=${D}/opt/kde/bin
+ try make install DESTDIR=${D}
dodoc AUTHORS ChangeLog COMPILING COPYING* NAMING NEWS README
docinto html
dodoc *.html
diff --git a/kde-base/kdesupport/kdesupport-1.94.ebuild b/kde-base/kdesupport/kdesupport-1.94.ebuild
index e72aa21054ee..2108ec849937 100644
--- a/kde-base/kdesupport/kdesupport-1.94.ebuild
+++ b/kde-base/kdesupport/kdesupport-1.94.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/kde-base/kdesupport/kdesupport-1.94.ebuild,v 1.1 2000/09/17 12:15:08 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesupport/kdesupport-1.94.ebuild,v 1.2 2000/09/20 20:04:53 achim Exp $
A=${P}.tar.bz2
S=${WORKDIR}/${P}
@@ -19,7 +19,7 @@ src_compile() {
src_install() {
- try make install prefix=${D}/opt/kde
+ try make install DESTDIR=${D}
dodoc AUTHORS ChangeLog COPYING README
}
diff --git a/kde-base/qt/qt-x11-2.2.0.ebuild b/kde-base/qt/qt-x11-2.2.0.ebuild
index 3ab509ca1521..cf69ff8cb161 100644
--- a/kde-base/qt/qt-x11-2.2.0.ebuild
+++ b/kde-base/qt/qt-x11-2.2.0.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/kde-base/qt/qt-x11-2.2.0.ebuild,v 1.1 2000/09/17 11:50:18 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qt/qt-x11-2.2.0.ebuild,v 1.2 2000/09/20 20:04:53 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/qt-2.2.0
@@ -18,7 +18,8 @@ src_unpack() {
}
src_compile() {
cd ${S}
- try ./configure -sm -thread -system-zlib -system-jpeg -system-libmng -qt-libpng -gif
+ try ./configure -sm -thread -system-zlib -system-jpeg \
+ -system-libmng -system-libpng -gif
cd ${S}/src
cp Makefile Makefile.orig
sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile
diff --git a/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild b/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild
index 21d79dd43bfd..64942c9e93de 100644
--- a/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.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/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild,v 1.2 2000/09/15 20:09:09 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild,v 1.3 2000/09/20 20:04:53 achim Exp $
P=proftpd-1.2.0rc2
A="${P}.tar.gz"
@@ -15,7 +15,7 @@ src_unpack() {
}
src_compile() {
- CFLAGS="$CFLAGS -I/usr/include/mysql" try ./configure --host=${CHOST} --prefix=/usr --sbindir=/usr/sbin \
+ LDFLAGS="-Lssl" CFLAGS="$CFLAGS -I/usr/include/mysql" try ./configure --host=${CHOST} --prefix=/usr --sbindir=/usr/sbin \
--sysconfdir=/etc --localstatedir=/var/run --mandir=/usr/man \
--with-modules=mod_ldap:mod_ratio:mod_readme:mod_linuxprivs:mod_mysql:mod_sqlpw:mod_pam \
--disable-sendfile --enable-shadow --enable-autoshadow
diff --git a/sys-kernel/linux-UP-2.2.17/files/digest-linux-UP-2.2.17-r1 b/sys-kernel/linux-UP-2.2.17/files/digest-linux-UP-2.2.17-r1
index 5b27305cfdcc..e5c6ed7bf65d 100644
--- a/sys-kernel/linux-UP-2.2.17/files/digest-linux-UP-2.2.17-r1
+++ b/sys-kernel/linux-UP-2.2.17/files/digest-linux-UP-2.2.17-r1
@@ -3,9 +3,6 @@ MD5 19859d1c5b1b85f35048d393a1726919 i2c-2.5.2.tar.gz
MD5 64f87d8cae43e465c760b217ee2e9952 lm_sensors-2.5.2.tar.gz
MD5 4bd25df9fdf18ca485a5aedcc1117b39 linux-2.2.17-reiserfs-3.5.25-patch.gz
MD5 89ec88909f22d10be2f542024986a43f ide.2.2.17.all.20000904.patch.bz2
-MD5 76ed4fa1fd35e5c4028b9da86151e32d reiserfs-3.5.22-knfsd-7.gz
MD5 da1bb79c260883da2d345d55c29ad840 raid-2.2.17-A0
MD5 156cd3820b38bd3bc9265814de2bfe6f patch-2.2.16-agpgart.bz2
MD5 9542214a4fa3bc2e446c1bb41f01e45c pppoed0.47.tgz
-MD5 a6ed4e282a04ccf5478db2d3605ee789 linux-2.2.17-nfsv3-0.23.1.dif.bz2
-MD5 f1dbe3c98e439eaccaf03e74f6d558ff kernel-nfs-dhiggen_merge-3.0.tar.gz