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 /kde-base
parent*** empty log message *** (diff)
downloadgentoo-2-305571c795a303b05c132580fcfd5de05385d17d.tar.gz
gentoo-2-305571c795a303b05c132580fcfd5de05385d17d.tar.bz2
gentoo-2-305571c795a303b05c132580fcfd5de05385d17d.zip
*** empty log message ***
Diffstat (limited to 'kde-base')
-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
5 files changed, 11 insertions, 10 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