summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-19 16:21:36 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-19 16:21:36 +0000
commitb57eb7f16ef5b7af4f21126b4e0ea07bbe35a3fa (patch)
tree3ec5b14cc74d4fbe59d65657a947ccf5f8a84cc4 /kde-base
parent*** empty log message *** (diff)
downloadgentoo-2-b57eb7f16ef5b7af4f21126b4e0ea07bbe35a3fa.tar.gz
gentoo-2-b57eb7f16ef5b7af4f21126b4e0ea07bbe35a3fa.tar.bz2
gentoo-2-b57eb7f16ef5b7af4f21126b4e0ea07bbe35a3fa.zip
*** empty log message ***
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kdeadmin/files/digest-kdeadmin-2.0_rc21
-rw-r--r--kde-base/kdeadmin/kdeadmin-2.0_rc2.ebuild30
-rw-r--r--kde-base/kdebase/files/digest-kdebase-2.0_rc21
-rw-r--r--kde-base/kdebase/kdebase-2.0_rc2.ebuild32
-rw-r--r--kde-base/kdegraphics/files/digest-kdegraphics-2.0_rc21
-rw-r--r--kde-base/kdegraphics/kdegraphics-2.0_rc2.ebuild30
-rw-r--r--kde-base/kdelibs/files/digest-kdelibs-2.0_rc21
-rw-r--r--kde-base/kdelibs/kdelibs-2.0_rc2.ebuild34
-rw-r--r--kde-base/kdemultimedia/files/digest-kdemultimedia-2.0_rc21
-rw-r--r--kde-base/kdemultimedia/kdemultimedia-2.0_rc2.ebuild40
-rw-r--r--kde-base/kdenetwork/files/digest-kdenetwork-2.0_rc21
-rw-r--r--kde-base/kdenetwork/kdenetwork-2.0_rc2.ebuild26
-rw-r--r--kde-base/kdepim/files/digest-kdepim-2.0_rc21
-rw-r--r--kde-base/kdepim/kdepim-2.0_rc2.ebuild29
-rw-r--r--kde-base/kdesupport/files/digest-kdesupport-2.0_rc21
-rw-r--r--kde-base/kdesupport/kdesupport-2.0_rc2.ebuild30
-rw-r--r--kde-base/kdeutils/files/digest-kdeutils-2.0_rc21
-rw-r--r--kde-base/kdeutils/kdeutils-2.0_rc2.ebuild25
-rw-r--r--kde-base/kdoc/files/digest-kdoc-2.0_rc21
-rw-r--r--kde-base/kdoc/kdoc-2.0_rc2.ebuild40
-rw-r--r--kde-base/qt/files/digest-qt-x11-2.2.11
-rw-r--r--kde-base/qt/qt-x11-2.2.1.ebuild68
22 files changed, 395 insertions, 0 deletions
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-2.0_rc2 b/kde-base/kdeadmin/files/digest-kdeadmin-2.0_rc2
new file mode 100644
index 000000000000..628b779174f7
--- /dev/null
+++ b/kde-base/kdeadmin/files/digest-kdeadmin-2.0_rc2
@@ -0,0 +1 @@
+MD5 35c85c2be5e37ed2b34256038675e48f kdeadmin-2.0rc2.tar.bz2
diff --git a/kde-base/kdeadmin/kdeadmin-2.0_rc2.ebuild b/kde-base/kdeadmin/kdeadmin-2.0_rc2.ebuild
new file mode 100644
index 000000000000..38777936d9c7
--- /dev/null
+++ b/kde-base/kdeadmin/kdeadmin-2.0_rc2.ebuild
@@ -0,0 +1,30 @@
+# 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 $
+
+P=${PN}-2.0rc2
+A=${P}.tar.bz2
+S=${WORKDIR}/${P}
+DESCRIPTION="KDE 2 FinalBeta - Administration"
+SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0RC2/tar/src/${A}
+
+http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0RC2/tar/src/${A}"
+HOMEPAGE="http://www.kde.org/"
+
+src_compile() {
+ try ./configure --prefix=/opt/kde --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-rpm --with-pam
+ try make
+}
+
+src_install() {
+ try make install DESTDIR=${D}
+ dodoc AUTHORS COPYING README
+}
+
+
+
diff --git a/kde-base/kdebase/files/digest-kdebase-2.0_rc2 b/kde-base/kdebase/files/digest-kdebase-2.0_rc2
new file mode 100644
index 000000000000..0a230003c5b5
--- /dev/null
+++ b/kde-base/kdebase/files/digest-kdebase-2.0_rc2
@@ -0,0 +1 @@
+MD5 ae6fe32451654c0013551348c3323e87 kdebase-2.0rc2.tar.bz2
diff --git a/kde-base/kdebase/kdebase-2.0_rc2.ebuild b/kde-base/kdebase/kdebase-2.0_rc2.ebuild
new file mode 100644
index 000000000000..711cb184ce98
--- /dev/null
+++ b/kde-base/kdebase/kdebase-2.0_rc2.ebuild
@@ -0,0 +1,32 @@
+# 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 $
+
+P=${PN}-2.0rc2
+A="${P}.tar.bz2"
+S=${WORKDIR}/${P}
+DESCRIPTION="KDE 2 FinalBeta - base"
+SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0RC2/tar/src/${A}
+ ftp://ftp.sourceforge.net/pub/mirrors/kde/unstable/distribution/2.0RC2/tar/src/${A}"
+HOMEPAGE="http://www.kde.org/"
+
+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 \
+ --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 \
+ --with-qt-libs=/usr/lib/qt-x11-2.2.1/lib
+ try make
+}
+
+
+src_install() {
+ try make install DESTDIR=${D}
+ dodoc AUTHORS ChangeLog README*
+}
+
diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-2.0_rc2 b/kde-base/kdegraphics/files/digest-kdegraphics-2.0_rc2
new file mode 100644
index 000000000000..e1f5722d4a67
--- /dev/null
+++ b/kde-base/kdegraphics/files/digest-kdegraphics-2.0_rc2
@@ -0,0 +1 @@
+MD5 bee935f85d354e5029c37de333c29a95 kdegraphics-2.0rc2.tar.bz2
diff --git a/kde-base/kdegraphics/kdegraphics-2.0_rc2.ebuild b/kde-base/kdegraphics/kdegraphics-2.0_rc2.ebuild
new file mode 100644
index 000000000000..eab9406afc51
--- /dev/null
+++ b/kde-base/kdegraphics/kdegraphics-2.0_rc2.ebuild
@@ -0,0 +1,30 @@
+# 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 $
+
+P=${PN}-2.0rc2
+A=${P}.tar.bz2
+S=${WORKDIR}/${P}
+DESCRIPTION="KDE 2 FinalBeta - Administration"
+SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0RC2/tar/src/${A}
+
+http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0RC2/tar/src/${A}"
+HOMEPAGE="http://www.kde.org"
+
+src_compile() {
+ try ./configure --prefix=/opt/kde --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
+ try make
+}
+
+src_install() {
+ try make install DESTDIR=${D}
+ dodoc AUTHORS COPYING README ChangeLog
+}
+
+
+
+
diff --git a/kde-base/kdelibs/files/digest-kdelibs-2.0_rc2 b/kde-base/kdelibs/files/digest-kdelibs-2.0_rc2
new file mode 100644
index 000000000000..2ee77e77f4df
--- /dev/null
+++ b/kde-base/kdelibs/files/digest-kdelibs-2.0_rc2
@@ -0,0 +1 @@
+MD5 c8b19b8d66242eb348ccc3e3ed684ef8 kdelibs-2.0rc2.tar.bz2
diff --git a/kde-base/kdelibs/kdelibs-2.0_rc2.ebuild b/kde-base/kdelibs/kdelibs-2.0_rc2.ebuild
new file mode 100644
index 000000000000..28893b0d7cf2
--- /dev/null
+++ b/kde-base/kdelibs/kdelibs-2.0_rc2.ebuild
@@ -0,0 +1,34 @@
+# 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 $
+
+P=${PN}-2.0rc2
+A=${P}.tar.bz2
+S=${WORKDIR}/${P}
+DESCRIPTION="KDE 2 FinalBeta - libs"
+SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0RC2/tar/src/${A}
+ ftp://ftp.sourceforge.net/pub/mirrors/kde/unstable/distribution/2.0RC2/tar/src/${A}"
+
+HOMEPAGE="http://www.kde.org/"
+
+src_unpack() {
+ unpack ${A}
+}
+
+src_compile() {
+ try ./configure --prefix=/opt/kde --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
+ try make
+}
+
+src_install() {
+ try make install DESTDIR=${D}
+ dodoc AUTHORS ChangeLog COMPILING COPYING* NAMING NEWS README
+ docinto html
+ dodoc *.html
+}
+
+
diff --git a/kde-base/kdemultimedia/files/digest-kdemultimedia-2.0_rc2 b/kde-base/kdemultimedia/files/digest-kdemultimedia-2.0_rc2
new file mode 100644
index 000000000000..ba29e5519f3f
--- /dev/null
+++ b/kde-base/kdemultimedia/files/digest-kdemultimedia-2.0_rc2
@@ -0,0 +1 @@
+MD5 363fee8ce122beb6572fb460c1805ee5 kdemultimedia-2.0rc2.tar.bz2
diff --git a/kde-base/kdemultimedia/kdemultimedia-2.0_rc2.ebuild b/kde-base/kdemultimedia/kdemultimedia-2.0_rc2.ebuild
new file mode 100644
index 000000000000..3b538c907d70
--- /dev/null
+++ b/kde-base/kdemultimedia/kdemultimedia-2.0_rc2.ebuild
@@ -0,0 +1,40 @@
+# 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 $
+
+P=${PN}-2.0rc2
+A=${P}.tar.bz2
+S=${WORKDIR}/${P}
+DESCRIPTION="KDE 2 FinalBeta - Multimedia"
+SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0RC2/tar/src/${A}
+ http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0RC2/tar/src/${A}"
+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} \
+ --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
+}
+
+src_install() {
+ try make install DESTDIR=${D}
+ dodoc AUTHORS ChangeLog COPYING README*
+}
+
+
+
+
+
+
+
diff --git a/kde-base/kdenetwork/files/digest-kdenetwork-2.0_rc2 b/kde-base/kdenetwork/files/digest-kdenetwork-2.0_rc2
new file mode 100644
index 000000000000..1e99da8491dc
--- /dev/null
+++ b/kde-base/kdenetwork/files/digest-kdenetwork-2.0_rc2
@@ -0,0 +1 @@
+MD5 211ba07ca86f4542b974be56ca5d6be9 kdenetwork-2.0rc2.tar.bz2
diff --git a/kde-base/kdenetwork/kdenetwork-2.0_rc2.ebuild b/kde-base/kdenetwork/kdenetwork-2.0_rc2.ebuild
new file mode 100644
index 000000000000..ffc0c6cbd220
--- /dev/null
+++ b/kde-base/kdenetwork/kdenetwork-2.0_rc2.ebuild
@@ -0,0 +1,26 @@
+# 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 $
+
+P=${PN}-2.0rc2
+A=${P}.tar.bz2
+S=${WORKDIR}/${P}
+DESCRIPTION="KDE 2 FinalBeta - base"
+SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0RC2/tar/src/${A}
+
+http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0RC2/tar/src/${A}"
+HOMEPAGE="http://www.kde.org"
+
+src_compile() {
+ try ./configure --prefix=/opt/kde --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
+ try make
+}
+
+src_install() {
+ try make install DESTDIR=${D}
+ dodoc AUTHORS COPYING README
+}
diff --git a/kde-base/kdepim/files/digest-kdepim-2.0_rc2 b/kde-base/kdepim/files/digest-kdepim-2.0_rc2
new file mode 100644
index 000000000000..974bfbddb63a
--- /dev/null
+++ b/kde-base/kdepim/files/digest-kdepim-2.0_rc2
@@ -0,0 +1 @@
+MD5 5b3ec32848ff9b1270f172e08061043e kdepim-2.0rc2.tar.bz2
diff --git a/kde-base/kdepim/kdepim-2.0_rc2.ebuild b/kde-base/kdepim/kdepim-2.0_rc2.ebuild
new file mode 100644
index 000000000000..3c5385ef9f95
--- /dev/null
+++ b/kde-base/kdepim/kdepim-2.0_rc2.ebuild
@@ -0,0 +1,29 @@
+# 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 $
+
+P=${PN}-2.0rc2
+A=${P}.tar.bz2
+S=${WORKDIR}/${P}
+DESCRIPTION="KDE 2 Final Beta - PIM"
+CATEGORY=kde-apps
+SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0RC2/tar/src/${A}
+
+http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0RC2/tar/src/${A}"
+HOMEPAGE="http:/www.kde.org/"
+
+src_compile() {
+ try ./configure --prefix=/opt/kde --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
+ try make
+}
+
+src_install() {
+ try make install DESTDIR=${D}
+ dodoc README
+ docinto html
+ dodoc *.html
+}
diff --git a/kde-base/kdesupport/files/digest-kdesupport-2.0_rc2 b/kde-base/kdesupport/files/digest-kdesupport-2.0_rc2
new file mode 100644
index 000000000000..234d8267be47
--- /dev/null
+++ b/kde-base/kdesupport/files/digest-kdesupport-2.0_rc2
@@ -0,0 +1 @@
+MD5 7a5394113dc2eeea44d4719cce6463cc kdesupport-2.0rc2.tar.bz2
diff --git a/kde-base/kdesupport/kdesupport-2.0_rc2.ebuild b/kde-base/kdesupport/kdesupport-2.0_rc2.ebuild
new file mode 100644
index 000000000000..e107ff65099c
--- /dev/null
+++ b/kde-base/kdesupport/kdesupport-2.0_rc2.ebuild
@@ -0,0 +1,30 @@
+# 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 $
+
+P=${PN}-2.0rc2
+A=${P}.tar.bz2
+S=${WORKDIR}/${P}
+DESCRIPTION="KDE 2 FinalBeta - Support"
+SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0RC2/tar/src/${A}
+
+ftp://ftp.sourceforge.net/pub/mirrors/kde/unstable/distribution/2.0RC2/tar/src/${A}"
+HOMEPAGE="http://www.kde.org/"
+
+src_compile() {
+ try ./configure --prefix=/opt/kde --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 \
+ --with-qt-libs=/usr/lib/qt-x11-2.2.1/lib
+ try make
+}
+
+
+src_install() {
+ try make install DESTDIR=${D}
+ dodoc AUTHORS ChangeLog COPYING README
+}
+
+
diff --git a/kde-base/kdeutils/files/digest-kdeutils-2.0_rc2 b/kde-base/kdeutils/files/digest-kdeutils-2.0_rc2
new file mode 100644
index 000000000000..92328db20a66
--- /dev/null
+++ b/kde-base/kdeutils/files/digest-kdeutils-2.0_rc2
@@ -0,0 +1 @@
+MD5 d5db5f650ff8580baf4752c291b2131a kdeutils-2.0rc2.tar.bz2
diff --git a/kde-base/kdeutils/kdeutils-2.0_rc2.ebuild b/kde-base/kdeutils/kdeutils-2.0_rc2.ebuild
new file mode 100644
index 000000000000..9e311ef954e0
--- /dev/null
+++ b/kde-base/kdeutils/kdeutils-2.0_rc2.ebuild
@@ -0,0 +1,25 @@
+# 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 $
+
+P=${PN}-2.0rc2
+A=${P}.tar.bz2
+S=${WORKDIR}/${P}
+DESCRIPTION="KDE 2 Final Beta - base"
+SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0RC2/tar/src/${A}
+ http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0RC2/tar/src/${A}"
+HOMEPAGE="http://www.kde.org/"
+
+src_compile() {
+ try ./configure --prefix=/opt/kde --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
+ try make
+}
+
+src_install() {
+ try make install prefix=${D}/opt/kde
+ dodoc AUTHORS COPYING README
+}
diff --git a/kde-base/kdoc/files/digest-kdoc-2.0_rc2 b/kde-base/kdoc/files/digest-kdoc-2.0_rc2
new file mode 100644
index 000000000000..18b235e50439
--- /dev/null
+++ b/kde-base/kdoc/files/digest-kdoc-2.0_rc2
@@ -0,0 +1 @@
+MD5 4a4e8759846c46854cb39008c4af65b7 kdoc-2.0rc2.tar.bz2
diff --git a/kde-base/kdoc/kdoc-2.0_rc2.ebuild b/kde-base/kdoc/kdoc-2.0_rc2.ebuild
new file mode 100644
index 000000000000..37d352aa4b3f
--- /dev/null
+++ b/kde-base/kdoc/kdoc-2.0_rc2.ebuild
@@ -0,0 +1,40 @@
+# 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 $
+
+P=${PN}-2.0rc2
+A=${P}.tar.bz2
+S=${WORKDIR}/${P}
+DESCRIPTION="KDE 2 Final Beta - Multimedia"
+SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0RC2/tar/src/${A}
+ http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0RC2/tar/src/${A}"
+
+HOMEPAGE="http://www.kde.org"
+
+src_compile() {
+ try autoconf
+ try ./configure --prefix=/opt/kde --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-rpm --with-pam
+ try make
+}
+
+src_install() {
+
+ dodir /opt/kde/man/man1
+ try make install DESTDIR=${D}
+ dodoc README TODO Version
+
+}
+
+
+
+
+
+
+
+
+
diff --git a/kde-base/qt/files/digest-qt-x11-2.2.1 b/kde-base/qt/files/digest-qt-x11-2.2.1
new file mode 100644
index 000000000000..f2b0e8641181
--- /dev/null
+++ b/kde-base/qt/files/digest-qt-x11-2.2.1
@@ -0,0 +1 @@
+MD5 c5a65c4ded0330fa6b44c24fd93b938e qt-x11-2.2.1.tar.gz
diff --git a/kde-base/qt/qt-x11-2.2.1.ebuild b/kde-base/qt/qt-x11-2.2.1.ebuild
new file mode 100644
index 000000000000..6d0c27ee1fe1
--- /dev/null
+++ b/kde-base/qt/qt-x11-2.2.1.ebuild
@@ -0,0 +1,68 @@
+# 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.1.ebuild,v 1.1 2000/10/19 16:18:52 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/qt-2.2.1
+DESCRIPTION="QT 2.2"
+SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0RC2/tar/src/${A}
+ ftp://ftp.sourceforge.net/pub/mirrors/kde/unstable/distribution/2.0RC2/tar/src/${A}"
+HOMEPAGE="http://www.kde.org/"
+
+export QTDIR=${S}
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ cp configure configure.orig
+ sed -e "s:read acceptance:acceptance=yes:" configure.orig > configure
+}
+src_compile() {
+ cd ${S}
+ ./configure -sm -thread -system-zlib -system-jpeg -system-nas-sound \
+ -system-libmng -system-libpng -gif -platform linux-g++
+ cd ${S}/src
+ cp Makefile Makefile.orig
+ sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile
+ cd ${S}/tools
+ cp Makefile Makefile.orig
+ sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile
+ cd ${S}/src/moc
+ cp Makefile Makefile.orig
+ sed -e "s/-pipe -O2/${CFLAGS}/" Makefile.orig > Makefile
+ cd ${S}
+ try make symlinks src-moc src-mt sub-src sub-tools
+}
+
+src_install() {
+ cd ${S}
+ dodir /usr/lib/${P}
+ into /usr/lib/${P}
+ dobin bin/*
+ dolib.so lib/libqt.so.${PV}
+ dolib.so lib/libqt-mt.so.${PV}
+ dolib.so lib/libqutil.so.1.0.0
+ preplib /usr/lib/${P}
+ dosym libqt.so.${PV} /usr/lib/${P}/lib/libqt.so
+ dosym libqt-mt.so.${PV} /usr/lib/${P}/lib/libqt-mt.so
+ dosym libqutil.so.1.0.0 /usr/lib/${P}/lib/libqutil.so
+ cd ${D}/usr/lib
+ ln -sf qt-x11-${PV} qt
+ cd ${S}
+ cp -a include ${D}/usr/lib/${P}/
+ cp -a extensions ${D}/usr/lib/${P}/
+ cd src
+ try make clean
+ cd ..
+ cp -a src ${D}/usr/lib/${P}/
+ into /usr
+ doman doc/man/man3/*
+
+ dodoc ANNOUNCE FAQ LICENSE.QPL MANIFEST PLATFORMS
+ dodoc PORTING README*
+ cp -af ${S}/doc/html ${D}/usr/doc/${P}
+}
+
+
+
+