summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-23 11:27:17 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-23 11:27:17 +0000
commit4104055986030bf8c02d6db5b21e06b9246746b2 (patch)
tree3a624f62812341e35581b3ec937f197bf86bcb8e /kde-base
parentdependency code first commit (diff)
downloadgentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.tar.gz
gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.tar.bz2
gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.zip
*** empty log message ***
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kde-i18n/files/digest-kde-i18n-200010161
-rw-r--r--kde-base/kde-i18n/kde-i18n-1.94.ebuild4
-rw-r--r--kde-base/kdeadmin/kdeadmin-2.0_rc2.ebuild4
-rw-r--r--kde-base/kdebase/kdebase-2.0_rc2.ebuild4
-rw-r--r--kde-base/kdegraphics/kdegraphics-2.0_rc2.ebuild4
-rw-r--r--kde-base/kdelibs/kdelibs-2.0_rc2.ebuild4
-rw-r--r--kde-base/kdemultimedia/kdemultimedia-2.0_rc2.ebuild7
-rw-r--r--kde-base/kdenetwork/kdenetwork-2.0_rc2.ebuild4
-rw-r--r--kde-base/kdepim/kdepim-2.0_rc2.ebuild4
-rw-r--r--kde-base/kdesupport/kdesupport-2.0_rc2.ebuild4
-rw-r--r--kde-base/kdeutils/kdeutils-2.0_rc2.ebuild6
-rw-r--r--kde-base/kdoc/kdoc-2.0_rc2.ebuild6
12 files changed, 25 insertions, 27 deletions
diff --git a/kde-base/kde-i18n/files/digest-kde-i18n-20001016 b/kde-base/kde-i18n/files/digest-kde-i18n-20001016
new file mode 100644
index 000000000000..db4fed23a5b3
--- /dev/null
+++ b/kde-base/kde-i18n/files/digest-kde-i18n-20001016
@@ -0,0 +1 @@
+MD5 1a0c10f5ef323ae114b85427311db6fe kde-i18n-20001016.tar.bz2
diff --git a/kde-base/kde-i18n/kde-i18n-1.94.ebuild b/kde-base/kde-i18n/kde-i18n-1.94.ebuild
index 5e87c360ef93..f506af47d5ce 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.3 2000/10/06 01:12:13 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-i18n/kde-i18n-1.94.ebuild,v 1.4 2000/10/23 11:27:15 achim Exp $
A=kde-i18n.tar.bz2
S=${WORKDIR}/kde-i18n
@@ -17,7 +17,7 @@ src_unpack () {
}
src_compile() {
- try ./configure --prefix=/opt/kde --host=${CHOST} --with-ssl-dir=/usr \
+ try ./configure --prefix=/opt/kde2 --host=${CHOST} --with-ssl-dir=/usr \
--with-qt-dir=/usr/lib/qt-x11-2.2.0 \
--with-qt-includes=/usr/lib/qt-x11-2.2.0/include \
--with-qt-libs=/usr/lib/qt-x11-2.2.0/lib
diff --git a/kde-base/kdeadmin/kdeadmin-2.0_rc2.ebuild b/kde-base/kdeadmin/kdeadmin-2.0_rc2.ebuild
index 38777936d9c7..02fbe4e00258 100644
--- a/kde-base/kdeadmin/kdeadmin-2.0_rc2.ebuild
+++ b/kde-base/kdeadmin/kdeadmin-2.0_rc2.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/kdeadmin/kdeadmin-2.0_rc2.ebuild,v 1.1 2000/10/19 16:20:04 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-2.0_rc2.ebuild,v 1.2 2000/10/23 11:27:14 achim Exp $
P=${PN}-2.0rc2
A=${P}.tar.bz2
@@ -13,7 +13,7 @@ http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0RC2/tar/src
HOMEPAGE="http://www.kde.org/"
src_compile() {
- try ./configure --prefix=/opt/kde --host=${CHOST} \
+ try ./configure --prefix=/opt/kde2 --host=${CHOST} \
--with-qt-dir=/usr/lib/qt-x11-2.2.1 \
--with-qt-includes=/usr/lib/qt-x11-2.2.1/include \
--with-qt-libs=/usr/lib/qt-x11-2.2.1/lib \
diff --git a/kde-base/kdebase/kdebase-2.0_rc2.ebuild b/kde-base/kdebase/kdebase-2.0_rc2.ebuild
index 711cb184ce98..15db7188dae9 100644
--- a/kde-base/kdebase/kdebase-2.0_rc2.ebuild
+++ b/kde-base/kdebase/kdebase-2.0_rc2.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-2.0_rc2.ebuild,v 1.1 2000/10/19 16:18:52 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.0_rc2.ebuild,v 1.2 2000/10/23 11:27:15 achim Exp $
P=${PN}-2.0rc2
A="${P}.tar.bz2"
@@ -16,7 +16,7 @@ src_compile() {
export CFLAGS="${CFLAGS} -I/usr/X11R6/include"
export CXXFLAGS="${CXXFLAGS} -I/usr/X11R6/include"
export CPPFLAGS="${CXXFLAGS} -I/usr/X11R6/include"
- try ./configure --prefix=/opt/kde --host=${CHOST} --with-shadow --with-x \
+ try ./configure --prefix=/opt/kde2 --host=${CHOST} --with-shadow --with-x \
--with-pam=yes --with-ldap \
--with-qt-dir=/usr/lib/qt-x11-2.2.1 \
--with-qt-includes=/usr/lib/qt-x11-2.2.1/include \
diff --git a/kde-base/kdegraphics/kdegraphics-2.0_rc2.ebuild b/kde-base/kdegraphics/kdegraphics-2.0_rc2.ebuild
index eab9406afc51..08aeca5abfbc 100644
--- a/kde-base/kdegraphics/kdegraphics-2.0_rc2.ebuild
+++ b/kde-base/kdegraphics/kdegraphics-2.0_rc2.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/kdegraphics/kdegraphics-2.0_rc2.ebuild,v 1.1 2000/10/19 16:20:04 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-2.0_rc2.ebuild,v 1.2 2000/10/23 11:27:14 achim Exp $
P=${PN}-2.0rc2
A=${P}.tar.bz2
@@ -13,7 +13,7 @@ http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0RC2/tar/src
HOMEPAGE="http://www.kde.org"
src_compile() {
- try ./configure --prefix=/opt/kde --host=${CHOST} \
+ try ./configure --prefix=/opt/kde2 --host=${CHOST} \
--with-qt-dir=/usr/lib/qt-x11-2.2.1 \
--with-qt-includes=/usr/lib/qt-x11-2.2.1/include \
--with-qt-libs=/usr/lib/qt-x11-2.2.1/lib
diff --git a/kde-base/kdelibs/kdelibs-2.0_rc2.ebuild b/kde-base/kdelibs/kdelibs-2.0_rc2.ebuild
index 28893b0d7cf2..ba0291b13f8b 100644
--- a/kde-base/kdelibs/kdelibs-2.0_rc2.ebuild
+++ b/kde-base/kdelibs/kdelibs-2.0_rc2.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-2.0_rc2.ebuild,v 1.1 2000/10/19 16:18:52 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-2.0_rc2.ebuild,v 1.2 2000/10/23 11:27:15 achim Exp $
P=${PN}-2.0rc2
A=${P}.tar.bz2
@@ -17,7 +17,7 @@ src_unpack() {
}
src_compile() {
- try ./configure --prefix=/opt/kde --host=${CHOST} --with-ssl-dir=/usr \
+ try ./configure --prefix=/opt/kde2 --host=${CHOST} --with-ssl-dir=/usr \
--with-qt-dir=/usr/lib/qt-x11-2.2.1 \
--with-qt-includes=/usr/lib/qt-x11-2.2.1/include \
--with-qt-libs=/usr/lib/qt-x11-2.2.1/lib
diff --git a/kde-base/kdemultimedia/kdemultimedia-2.0_rc2.ebuild b/kde-base/kdemultimedia/kdemultimedia-2.0_rc2.ebuild
index 3b538c907d70..09ee1dda7c1d 100644
--- a/kde-base/kdemultimedia/kdemultimedia-2.0_rc2.ebuild
+++ b/kde-base/kdemultimedia/kdemultimedia-2.0_rc2.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/kdemultimedia/kdemultimedia-2.0_rc2.ebuild,v 1.1 2000/10/19 16:20:04 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-2.0_rc2.ebuild,v 1.2 2000/10/23 11:27:14 achim Exp $
P=${PN}-2.0rc2
A=${P}.tar.bz2
@@ -13,17 +13,14 @@ HOMEPAGE="http://www.kde.org"
src_unpack () {
unpack ${A}
-# cp ${FILESDIR}/alsa_a.cpp ${S}/kmidi/
}
src_compile() {
- try ./configure --prefix=/opt/kde --host=${CHOST} \
+ try ./configure --prefix=/opt/kde2 --host=${CHOST} \
--with-qt-dir=/usr/lib/qt-x11-2.2.1 \
--with-qt-includes=/usr/lib/qt-x11-2.2.1/include \
--with-qt-libs=/usr/lib/qt-x11-2.2.1/lib \
--with-alsa --enable-audio=alsa,oss,nas
cp Makefile Makefile.orig
-# sed -e "s: kmidi : :" \
-# -e "s: kmidi : :" Makefile.orig > Makefile
try make
}
diff --git a/kde-base/kdenetwork/kdenetwork-2.0_rc2.ebuild b/kde-base/kdenetwork/kdenetwork-2.0_rc2.ebuild
index ffc0c6cbd220..84c3317298b5 100644
--- a/kde-base/kdenetwork/kdenetwork-2.0_rc2.ebuild
+++ b/kde-base/kdenetwork/kdenetwork-2.0_rc2.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/kdenetwork/kdenetwork-2.0_rc2.ebuild,v 1.1 2000/10/19 16:20:04 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-2.0_rc2.ebuild,v 1.2 2000/10/23 11:27:14 achim Exp $
P=${PN}-2.0rc2
A=${P}.tar.bz2
@@ -13,7 +13,7 @@ http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0RC2/tar/src
HOMEPAGE="http://www.kde.org"
src_compile() {
- try ./configure --prefix=/opt/kde --host=${CHOST} \
+ try ./configure --prefix=/opt/kde2 --host=${CHOST} \
--with-qt-dir=/usr/lib/qt-x11-2.2.1 \
--with-qt-includes=/usr/lib/qt-x11-2.2.1/include \
--with-qt-libs=/usr/lib/qt-x11-2.2.1/lib
diff --git a/kde-base/kdepim/kdepim-2.0_rc2.ebuild b/kde-base/kdepim/kdepim-2.0_rc2.ebuild
index 3c5385ef9f95..f698d051a427 100644
--- a/kde-base/kdepim/kdepim-2.0_rc2.ebuild
+++ b/kde-base/kdepim/kdepim-2.0_rc2.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/kdepim/kdepim-2.0_rc2.ebuild,v 1.1 2000/10/19 16:20:04 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-2.0_rc2.ebuild,v 1.2 2000/10/23 11:27:14 achim Exp $
P=${PN}-2.0rc2
A=${P}.tar.bz2
@@ -14,7 +14,7 @@ http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0RC2/tar/src
HOMEPAGE="http:/www.kde.org/"
src_compile() {
- try ./configure --prefix=/opt/kde --host=${CHOST} \
+ try ./configure --prefix=/opt/kde2 --host=${CHOST} \
--with-qt-dir=/usr/lib/qt-x11-2.2.1 \
--with-qt-includes=/usr/lib/qt-x11-2.2.1/include \
--with-qt-libs=/usr/lib/qt-x11-2.2.1/lib
diff --git a/kde-base/kdesupport/kdesupport-2.0_rc2.ebuild b/kde-base/kdesupport/kdesupport-2.0_rc2.ebuild
index e107ff65099c..8481aafa2c7b 100644
--- a/kde-base/kdesupport/kdesupport-2.0_rc2.ebuild
+++ b/kde-base/kdesupport/kdesupport-2.0_rc2.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-2.0_rc2.ebuild,v 1.1 2000/10/19 16:18:52 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesupport/kdesupport-2.0_rc2.ebuild,v 1.2 2000/10/23 11:27:15 achim Exp $
P=${PN}-2.0rc2
A=${P}.tar.bz2
@@ -13,7 +13,7 @@ ftp://ftp.sourceforge.net/pub/mirrors/kde/unstable/distribution/2.0RC2/tar/src/$
HOMEPAGE="http://www.kde.org/"
src_compile() {
- try ./configure --prefix=/opt/kde --host=${CHOST} --enable-threads \
+ try ./configure --prefix=/opt/kde2 --host=${CHOST} --enable-threads \
--without-audiofile \
--with-qt-dir=/usr/lib/qt-x11-2.2.1 \
--with-qt-includes=/usr/lib/qt-x11-2.2.1/include \
diff --git a/kde-base/kdeutils/kdeutils-2.0_rc2.ebuild b/kde-base/kdeutils/kdeutils-2.0_rc2.ebuild
index 9e311ef954e0..7652dea8f067 100644
--- a/kde-base/kdeutils/kdeutils-2.0_rc2.ebuild
+++ b/kde-base/kdeutils/kdeutils-2.0_rc2.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/kdeutils/kdeutils-2.0_rc2.ebuild,v 1.1 2000/10/19 16:20:04 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/kdeutils-2.0_rc2.ebuild,v 1.2 2000/10/23 11:27:14 achim Exp $
P=${PN}-2.0rc2
A=${P}.tar.bz2
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0RC2/tar/src/${A}
HOMEPAGE="http://www.kde.org/"
src_compile() {
- try ./configure --prefix=/opt/kde --host=${CHOST} \
+ try ./configure --prefix=/opt/kde2 --host=${CHOST} \
--with-qt-dir=/usr/lib/qt-x11-2.2.1 \
--with-qt-includes=/usr/lib/qt-x11-2.2.1/include \
--with-qt-libs=/usr/lib/qt-x11-2.2.1/lib
@@ -20,6 +20,6 @@ src_compile() {
}
src_install() {
- try make install prefix=${D}/opt/kde
+ try make install DESTDIR=${D}
dodoc AUTHORS COPYING README
}
diff --git a/kde-base/kdoc/kdoc-2.0_rc2.ebuild b/kde-base/kdoc/kdoc-2.0_rc2.ebuild
index 37d352aa4b3f..7fc4c2c3afde 100644
--- a/kde-base/kdoc/kdoc-2.0_rc2.ebuild
+++ b/kde-base/kdoc/kdoc-2.0_rc2.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/kdoc/kdoc-2.0_rc2.ebuild,v 1.1 2000/10/19 16:20:04 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdoc/kdoc-2.0_rc2.ebuild,v 1.2 2000/10/23 11:27:14 achim Exp $
P=${PN}-2.0rc2
A=${P}.tar.bz2
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.kde.org"
src_compile() {
try autoconf
- try ./configure --prefix=/opt/kde --host=${CHOST} \
+ try ./configure --prefix=/opt/kde2 --host=${CHOST} \
--with-qt-dir=/usr/lib/qt-x11-2.2.1 \
--with-qt-includes=/usr/lib/qt-x11-2.2.1/include \
--with-qt-libs=/usr/lib/qt-x11-2.2.1/lib \
@@ -24,7 +24,7 @@ src_compile() {
src_install() {
- dodir /opt/kde/man/man1
+ dodir /opt/kde2/man/man1
try make install DESTDIR=${D}
dodoc README TODO Version