diff options
35 files changed, 30 insertions, 439 deletions
diff --git a/kde-apps/kdeadmin/files/digest-kdeadmin-1.94 b/kde-apps/kdeadmin/files/digest-kdeadmin-1.94 deleted file mode 100644 index 06d0cd005d4c..000000000000 --- a/kde-apps/kdeadmin/files/digest-kdeadmin-1.94 +++ /dev/null @@ -1 +0,0 @@ -MD5 24ee7a958b8f1c03919876d7a04b18dc kdeadmin-1.94.tar.bz2 diff --git a/kde-apps/kdeadmin/files/digest-kdeadmin-2.0_rc2 b/kde-apps/kdeadmin/files/digest-kdeadmin-2.0_rc2 deleted file mode 100644 index 628b779174f7..000000000000 --- a/kde-apps/kdeadmin/files/digest-kdeadmin-2.0_rc2 +++ /dev/null @@ -1 +0,0 @@ -MD5 35c85c2be5e37ed2b34256038675e48f kdeadmin-2.0rc2.tar.bz2 diff --git a/kde-apps/kdeadmin/kdeadmin-1.94.ebuild b/kde-apps/kdeadmin/kdeadmin-1.94.ebuild deleted file mode 100644 index badec2ac935a..000000000000 --- a/kde-apps/kdeadmin/kdeadmin-1.94.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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-apps/kdeadmin/kdeadmin-1.94.ebuild,v 1.3 2000/10/06 01:12:13 achim Exp $ - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="KDE 2 FinalBeta - Administration" -SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/src/${A} - http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0Beta5/tar/src/${A}" -HOMEPAGE="http://www.kde.org/" - -src_compile() { - LDFLAGS="-L/usr/lib/rpm -lbz2" try ./configure --prefix=/opt/kde --host=${CHOST} \ - --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 \ - --with-rpm --with-pam - try make -} - -src_install() { - try make install DESTDIR=${D} - dodoc AUTHORS COPYING README -} - - - diff --git a/kde-apps/kdeadmin/kdeadmin-2.0_rc2.ebuild b/kde-apps/kdeadmin/kdeadmin-2.0_rc2.ebuild deleted file mode 100644 index 212f696d9464..000000000000 --- a/kde-apps/kdeadmin/kdeadmin-2.0_rc2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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-apps/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 -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/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-rpm --with-pam - try make -} - -src_install() { - try make install DESTDIR=${D} - dodoc AUTHORS COPYING README -} - - - diff --git a/kde-apps/kdegraphics/files/digest-kdegraphics-1.94 b/kde-apps/kdegraphics/files/digest-kdegraphics-1.94 deleted file mode 100644 index 4f99c675c739..000000000000 --- a/kde-apps/kdegraphics/files/digest-kdegraphics-1.94 +++ /dev/null @@ -1 +0,0 @@ -MD5 5d501f433aa949dec404c7fa21ddc530 kdegraphics-1.94.tar.bz2 diff --git a/kde-apps/kdegraphics/kdegraphics-1.94.ebuild b/kde-apps/kdegraphics/kdegraphics-1.94.ebuild deleted file mode 100644 index 0f0085e46702..000000000000 --- a/kde-apps/kdegraphics/kdegraphics-1.94.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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-apps/kdegraphics/kdegraphics-1.94.ebuild,v 1.3 2000/10/06 01:12:13 achim Exp $ - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="KDE 2 FinalBeta - Administration" -SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/src/${A} - http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0Beta5/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.0 \ - --with-qt-includes=/usr/lib/qt-x11-2.2.0/include \ - --with-qt-libs=/usr/lib/qt-x11-2.2.0/lib \ - --with-rpm --with-pam - try make -} - -src_install() { - try make install DESTDIR=${D} - dodoc AUTHORS COPYING README ChangeLog -} - - - - diff --git a/kde-apps/kdegraphics/kdegraphics-2.0_rc2.ebuild b/kde-apps/kdegraphics/kdegraphics-2.0_rc2.ebuild deleted file mode 100644 index 196974d45aa1..000000000000 --- a/kde-apps/kdegraphics/kdegraphics-2.0_rc2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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-apps/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 -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/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 - try make -} - -src_install() { - try make install DESTDIR=${D} - dodoc AUTHORS COPYING README ChangeLog -} - - - - diff --git a/kde-base/kde-i18n/files/digest-kde-i18n-1.94 b/kde-base/kde-i18n/files/digest-kde-i18n-1.94 deleted file mode 100644 index 339c4bf680c5..000000000000 --- a/kde-base/kde-i18n/files/digest-kde-i18n-1.94 +++ /dev/null @@ -1 +0,0 @@ -MD5 3725d8936bbad716690338414ee863df kde-i18n.tar.bz2 diff --git a/kde-base/kde-i18n/files/digest-kde-i18n-2.0 b/kde-base/kde-i18n/files/digest-kde-i18n-2.0 new file mode 100644 index 000000000000..3e4166e1444f --- /dev/null +++ b/kde-base/kde-i18n/files/digest-kde-i18n-2.0 @@ -0,0 +1 @@ +MD5 4206eb6d8f8047c33e59cbbc0b8b15c2 kde-i18n-2.0.tar.bz2 diff --git a/kde-base/kde-i18n/files/digest-kde-i18n-20001016 b/kde-base/kde-i18n/files/digest-kde-i18n-20001016 deleted file mode 100644 index db4fed23a5b3..000000000000 --- a/kde-base/kde-i18n/files/digest-kde-i18n-20001016 +++ /dev/null @@ -1 +0,0 @@ -MD5 1a0c10f5ef323ae114b85427311db6fe kde-i18n-20001016.tar.bz2 diff --git a/kde-base/kde-i18n/kde-i18n-20001016.ebuild b/kde-base/kde-i18n/kde-i18n-2.0.ebuild index 8c2772cc2cb5..9fcb436b6300 100644 --- a/kde-base/kde-i18n/kde-i18n-20001016.ebuild +++ b/kde-base/kde-i18n/kde-i18n-2.0.ebuild @@ -1,13 +1,15 @@ # 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-20001016.ebuild,v 1.1 2000/10/29 20:36:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-i18n/kde-i18n-2.0.ebuild,v 1.1 2000/10/29 20:42:02 achim Exp $ -A=kde-i18n-20001016.tar.bz2 -S=${WORKDIR}/kde-i18n +A=${P}.tar.bz2 +S=${WORKDIR}/${P} DESCRIPTION="KDE 2Beta - Language Support" -SRC_URI="ftp://ftp.kde.org/pub/kde/snapshots/current/${A} - http://download.sourceforge.net/mirrors/kde/snapshots/curren//${A}" +SRC_PATH="kde/stable/2.0/distribution/tar/generic/src/${A}" +SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH + ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH" + HOMEPAGE="http://www.kde.org/" src_unpack () { @@ -26,7 +28,7 @@ src_compile() { --with-qt-includes=/usr/lib/qt-x11-2.2.1/include \ --with-qt-libs=/usr/lib/qt-x11-2.2.1/lib cp Makefile Makefile.orig - sed -e "s:br ca cy:br cy:" Makefile.orig > Makefile + sed -e "s:^TOPSUBDIRS = .*:TOPSUBDIRS = ca cs da de el en_GB eo es et fi fr he hr hu is it mk nl no no_NY pl pt pt_BR ro ru sk sl sv ta tr uk:" Makefile.orig > Makefile try SGML_CATALOG_FILES=${S}/catalog make } diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-1.94 b/kde-base/kdeadmin/files/digest-kdeadmin-1.94 deleted file mode 100644 index 06d0cd005d4c..000000000000 --- a/kde-base/kdeadmin/files/digest-kdeadmin-1.94 +++ /dev/null @@ -1 +0,0 @@ -MD5 24ee7a958b8f1c03919876d7a04b18dc kdeadmin-1.94.tar.bz2 diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-2.0_rc2 b/kde-base/kdeadmin/files/digest-kdeadmin-2.0_rc2 deleted file mode 100644 index 628b779174f7..000000000000 --- a/kde-base/kdeadmin/files/digest-kdeadmin-2.0_rc2 +++ /dev/null @@ -1 +0,0 @@ -MD5 35c85c2be5e37ed2b34256038675e48f kdeadmin-2.0rc2.tar.bz2 diff --git a/kde-base/kdeadmin/kdeadmin-1.94.ebuild b/kde-base/kdeadmin/kdeadmin-1.94.ebuild deleted file mode 100644 index 604077d736a6..000000000000 --- a/kde-base/kdeadmin/kdeadmin-1.94.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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-1.94.ebuild,v 1.3 2000/10/06 01:12:13 achim Exp $ - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="KDE 2 FinalBeta - Administration" -SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/src/${A} - http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0Beta5/tar/src/${A}" -HOMEPAGE="http://www.kde.org/" - -src_compile() { - LDFLAGS="-L/usr/lib/rpm -lbz2" try ./configure --prefix=/opt/kde --host=${CHOST} \ - --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 \ - --with-rpm --with-pam - try make -} - -src_install() { - try make install DESTDIR=${D} - dodoc AUTHORS COPYING README -} - - - diff --git a/kde-base/kdeadmin/kdeadmin-2.0_rc2.ebuild b/kde-base/kdeadmin/kdeadmin-2.0_rc2.ebuild deleted file mode 100644 index 02fbe4e00258..000000000000 --- a/kde-base/kdeadmin/kdeadmin-2.0_rc2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.2 2000/10/23 11:27:14 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/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-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-1.94 b/kde-base/kdebase/files/digest-kdebase-1.94 deleted file mode 100644 index 43dd646fe75c..000000000000 --- a/kde-base/kdebase/files/digest-kdebase-1.94 +++ /dev/null @@ -1 +0,0 @@ -MD5 a6617df687698e4954d7011a08625ec2 kdebase-1.94.tar.bz2 diff --git a/kde-base/kdebase/files/digest-kdebase-2.0 b/kde-base/kdebase/files/digest-kdebase-2.0 new file mode 100644 index 000000000000..65596d39a481 --- /dev/null +++ b/kde-base/kdebase/files/digest-kdebase-2.0 @@ -0,0 +1 @@ +MD5 efdcb3c08b2f8f971b5b7ef077542269 kdebase-2.0.tar.bz2 diff --git a/kde-base/kdebase/files/digest-kdebase-2.0_rc2 b/kde-base/kdebase/files/digest-kdebase-2.0_rc2 deleted file mode 100644 index 0a230003c5b5..000000000000 --- a/kde-base/kdebase/files/digest-kdebase-2.0_rc2 +++ /dev/null @@ -1 +0,0 @@ -MD5 ae6fe32451654c0013551348c3323e87 kdebase-2.0rc2.tar.bz2 diff --git a/kde-base/kdebase/kdebase-1.94.ebuild b/kde-base/kdebase/kdebase-1.94.ebuild deleted file mode 100644 index 9b2a966c1f9d..000000000000 --- a/kde-base/kdebase/kdebase-1.94.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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.3 2000/10/05 18:22:51 achim Exp $ - -A="${P}.tar.bz2" -S=${WORKDIR}/${P} -DESCRIPTION="KDE 2 FinalBeta - base" -SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/src/${P}.tar.bz2 - ftp://ftp.sourceforge.net/pub/mirrors/kde/unstable/distribution/2.0Beta5/tar/src/${P}.tar.bz2" -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.0 \ - --with-qt-includes=/usr/lib/qt-x11-2.2.0/include \ - --with-qt-libs=/usr/lib/qt-x11-2.2.0/lib - try make -} - - -src_install() { - try make install DESTDIR=${D} - dodoc AUTHORS ChangeLog README* -} - diff --git a/kde-base/kdebase/kdebase-2.0_rc2.ebuild b/kde-base/kdebase/kdebase-2.0.ebuild index 15db7188dae9..d8637f0899c8 100644 --- a/kde-base/kdebase/kdebase-2.0_rc2.ebuild +++ b/kde-base/kdebase/kdebase-2.0.ebuild @@ -1,14 +1,15 @@ # 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.2 2000/10/23 11:27:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.0.ebuild,v 1.1 2000/10/29 20:42:02 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}" +DESCRIPTION="KDE 2.0 - base" +SRC_PATH="kde/stable/2.0/distribution/tar/generic/src/${A}" +SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH + ftp://ftp://ftp.twoguys.org/pub/$SRC_PATH + ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH" HOMEPAGE="http://www.kde.org/" src_compile() { diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-1.94 b/kde-base/kdegraphics/files/digest-kdegraphics-1.94 deleted file mode 100644 index 4f99c675c739..000000000000 --- a/kde-base/kdegraphics/files/digest-kdegraphics-1.94 +++ /dev/null @@ -1 +0,0 @@ -MD5 5d501f433aa949dec404c7fa21ddc530 kdegraphics-1.94.tar.bz2 diff --git a/kde-base/kdegraphics/kdegraphics-1.94.ebuild b/kde-base/kdegraphics/kdegraphics-1.94.ebuild deleted file mode 100644 index 882347fdaa56..000000000000 --- a/kde-base/kdegraphics/kdegraphics-1.94.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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-1.94.ebuild,v 1.3 2000/10/06 01:12:13 achim Exp $ - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="KDE 2 FinalBeta - Administration" -SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/src/${A} - http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0Beta5/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.0 \ - --with-qt-includes=/usr/lib/qt-x11-2.2.0/include \ - --with-qt-libs=/usr/lib/qt-x11-2.2.0/lib \ - --with-rpm --with-pam - try make -} - -src_install() { - try make install DESTDIR=${D} - dodoc AUTHORS COPYING README ChangeLog -} - - - - diff --git a/kde-base/kdegraphics/kdegraphics-2.0_rc2.ebuild b/kde-base/kdegraphics/kdegraphics-2.0_rc2.ebuild deleted file mode 100644 index 08aeca5abfbc..000000000000 --- a/kde-base/kdegraphics/kdegraphics-2.0_rc2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.2 2000/10/23 11:27:14 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/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 - try make -} - -src_install() { - try make install DESTDIR=${D} - dodoc AUTHORS COPYING README ChangeLog -} - - - - diff --git a/kde-base/kdelibs/files/digest-kdelibs-1.94 b/kde-base/kdelibs/files/digest-kdelibs-1.94 deleted file mode 100644 index cda6fb607a8d..000000000000 --- a/kde-base/kdelibs/files/digest-kdelibs-1.94 +++ /dev/null @@ -1 +0,0 @@ -MD5 1897e1deb2ed8adab3bff2b1912d09a9 kdelibs-1.94.tar.bz2 diff --git a/kde-base/kdelibs/files/digest-kdelibs-2.0 b/kde-base/kdelibs/files/digest-kdelibs-2.0 new file mode 100644 index 000000000000..6e288b7453da --- /dev/null +++ b/kde-base/kdelibs/files/digest-kdelibs-2.0 @@ -0,0 +1 @@ +MD5 7376ddd726b8f77223bf08a7de2dfb3d kdelibs-2.0.tar.bz2 diff --git a/kde-base/kdelibs/files/digest-kdelibs-2.0_rc2 b/kde-base/kdelibs/files/digest-kdelibs-2.0_rc2 deleted file mode 100644 index 2ee77e77f4df..000000000000 --- a/kde-base/kdelibs/files/digest-kdelibs-2.0_rc2 +++ /dev/null @@ -1 +0,0 @@ -MD5 c8b19b8d66242eb348ccc3e3ed684ef8 kdelibs-2.0rc2.tar.bz2 diff --git a/kde-base/kdelibs/kdelibs-1.94.ebuild b/kde-base/kdelibs/kdelibs-1.94.ebuild deleted file mode 100644 index 182507c9679f..000000000000 --- a/kde-base/kdelibs/kdelibs-1.94.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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.3 2000/10/05 18:22:51 achim Exp $ - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="KDE 2 FinalBeta - libs" -SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/src/${A} - ftp://ftp.sourceforge.net/pub/mirrors/kde/unstable/distribution/2.0Beta5/tar/src/${A}" - -HOMEPAGE="http://www.kde.org/" - -src_unpack() { - unpack ${A} - cp ${FILESDIR}/ksslcertificate.cc ${S}/kssl -} - -src_compile() { - try ./configure --prefix=/opt/kde --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 - 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/kdelibs/kdelibs-2.0_rc2.ebuild b/kde-base/kdelibs/kdelibs-2.0.ebuild index ba0291b13f8b..096575e87e38 100644 --- a/kde-base/kdelibs/kdelibs-2.0_rc2.ebuild +++ b/kde-base/kdelibs/kdelibs-2.0.ebuild @@ -1,14 +1,15 @@ # 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.2 2000/10/23 11:27:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-2.0.ebuild,v 1.1 2000/10/29 20:42:03 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}" +DESCRIPTION="KDE 2.0 - libs" +SRC_PATH="kde/stable/2.0/distribution/tar/generic/src/${A}" +SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH + ftp://ftp.twoguys.org/pub/$SRC_PATH + ftp://ftp.sourceforge.net/pub/$SRC_PATH" HOMEPAGE="http://www.kde.org/" diff --git a/kde-base/kdesupport/files/digest-kdesupport-1.94 b/kde-base/kdesupport/files/digest-kdesupport-1.94 deleted file mode 100644 index 8700ca4787d5..000000000000 --- a/kde-base/kdesupport/files/digest-kdesupport-1.94 +++ /dev/null @@ -1 +0,0 @@ -MD5 a27ee8346667d4f6580837ef25b12215 kdesupport-1.94.tar.bz2 diff --git a/kde-base/kdesupport/files/digest-kdesupport-2.0 b/kde-base/kdesupport/files/digest-kdesupport-2.0 new file mode 100644 index 000000000000..48df2a8111b8 --- /dev/null +++ b/kde-base/kdesupport/files/digest-kdesupport-2.0 @@ -0,0 +1 @@ +MD5 b9bf4d1e0e96921379e55cc386f1e336 kdesupport-2.0.tar.bz2 diff --git a/kde-base/kdesupport/files/digest-kdesupport-2.0_rc2 b/kde-base/kdesupport/files/digest-kdesupport-2.0_rc2 deleted file mode 100644 index 234d8267be47..000000000000 --- a/kde-base/kdesupport/files/digest-kdesupport-2.0_rc2 +++ /dev/null @@ -1 +0,0 @@ -MD5 7a5394113dc2eeea44d4719cce6463cc kdesupport-2.0rc2.tar.bz2 diff --git a/kde-base/kdesupport/kdesupport-1.94.ebuild b/kde-base/kdesupport/kdesupport-1.94.ebuild deleted file mode 100644 index 9eaf90016efc..000000000000 --- a/kde-base/kdesupport/kdesupport-1.94.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.3 2000/10/05 18:22:51 achim Exp $ - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="KDE 2 FinalBeta - Support" -SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/src/${A} - ftp://ftp.sourceforge.net/pub/mirrors/kde/unstable/distribution/2.0Beta5/tar/src/${A}" -HOMEPAGE="http://www.kde.org/" - -src_compile() { - try ./configure --prefix=/opt/kde --host=${CHOST} --enable-threads \ - --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 - try make -} - - -src_install() { - try make install DESTDIR=${D} - dodoc AUTHORS ChangeLog COPYING README -} - - diff --git a/kde-base/kdesupport/kdesupport-2.0_rc2.ebuild b/kde-base/kdesupport/kdesupport-2.0.ebuild index 8481aafa2c7b..16305eff3f4c 100644 --- a/kde-base/kdesupport/kdesupport-2.0_rc2.ebuild +++ b/kde-base/kdesupport/kdesupport-2.0.ebuild @@ -1,15 +1,16 @@ # 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.2 2000/10/23 11:27:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesupport/kdesupport-2.0.ebuild,v 1.1 2000/10/29 20:42:03 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} +DESCRIPTION="KDE 2.0 - Support" +SRC_PATH="kde/stable/2.0/distribution/tar/generic/src/${A}" +SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH + ftp://ftp.twoguys.org/pub/$SRC_PATH + ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH" -ftp://ftp.sourceforge.net/pub/mirrors/kde/unstable/distribution/2.0RC2/tar/src/${A}" HOMEPAGE="http://www.kde.org/" src_compile() { diff --git a/kde-base/qt/files/digest-qt-x11-2.2.0 b/kde-base/qt/files/digest-qt-x11-2.2.0 deleted file mode 100644 index 55206a316361..000000000000 --- a/kde-base/qt/files/digest-qt-x11-2.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 dd0a736e44a6a2229ade3822e94b86ef qt-x11-2.2.0.tar.gz diff --git a/kde-base/qt/qt-x11-2.2.0.ebuild b/kde-base/qt/qt-x11-2.2.0.ebuild deleted file mode 100644 index 22cf9ddf7394..000000000000 --- a/kde-base/qt/qt-x11-2.2.0.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# 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.4 2000/10/06 01:12:13 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/qt-2.2.0 -DESCRIPTION="QT 2.2" -SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/src/${A} - ftp://ftp.sourceforge.net/pub/mirrors/kde/unstable/distribution/2.0Beta5/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-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.2.2.0 - dolib.so lib/libqt-mt.so.2.2.0 - dolib.so lib/libqutil.so.1.0.0 - cd ${S}/lib - dosym libqt.so.2.2.0 /usr/lib/${P}/lib/libqt.so.2.2 - dosym libqt.so.2.2.0 /usr/lib/${P}/lib/libqt.so.2 - dosym libqt.so.2.2.0 /usr/lib/${P}/lib/libqt.so - dosym libqt-mt.so.2.2.0 /usr/lib/${P}/lib/libqt-mt.so.2.2 - dosym libqt-mt.so.2.2.0 /usr/lib/${P}/lib/libqt-mt.so.2 - dosym libqt-mt.so.2.2.0 /usr/lib/${P}/lib/libqt-mt.so.2 - dosym libqutil.so.1.0.0 /usr/lib/${P}/lib/libqutil.so.1.0 - dosym libqutil.so.1.0.0 /usr/lib/${P}/lib/libqutil.so.1 - dosym libqutil.so.1.0.0 /usr/lib/${P}/lib/libqutil.so - cd ${D}/usr/lib - ln -sf qt-x11-2.2.0 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* - docinto html - dodoc doc/html/* - docinto doc/html/designer - dodoc doc/html/designer -} - - - - |