diff options
58 files changed, 1448 insertions, 179 deletions
diff --git a/kde-base/arts/Manifest b/kde-base/arts/Manifest index b8ff5bdac246..0ba844ae68f4 100644 --- a/kde-base/arts/Manifest +++ b/kde-base/arts/Manifest @@ -1,14 +1,16 @@ -MD5 f56ce2f3f4e30d3c90e4fa9c3f68cd29 ChangeLog 5997 -MD5 28a643d6bb6a22518803e2bc7229794f arts-1.0.4-r1.ebuild 1040 MD5 3e14fb40f4adb1f75c566e5636f241f5 arts-1.0.5a.ebuild 1428 -MD5 e3ca52900ec6a6d7c3646dfac9e028a8 arts-1.0.5b.ebuild 1438 +MD5 28a643d6bb6a22518803e2bc7229794f arts-1.0.4-r1.ebuild 1040 +MD5 c7668a49b3a72ec613e2cd4c4474e014 arts-1.1.1.ebuild 1874 MD5 c842795f8f876b607244297f69eb8f0f arts-1.1.0-r1.ebuild 2003 MD5 44c03c421acfe509548cc3950cd41a02 arts-1.1.0.ebuild 1203 -MD5 c7668a49b3a72ec613e2cd4c4474e014 arts-1.1.1.ebuild 1874 -MD5 1b00ca71ff1ea0b5ed8387a0d5f9020d files/digest-arts-1.0.4-r1 64 +MD5 e3ca52900ec6a6d7c3646dfac9e028a8 arts-1.0.5b.ebuild 1438 +MD5 986f2ca93a8a06c576b773823fd039f8 arts-1.1.2.ebuild 1876 +MD5 f56ce2f3f4e30d3c90e4fa9c3f68cd29 ChangeLog 5997 +MD5 c88ab1b439285e5474a280faa6a12c83 files/digest-arts-1.1.0 69 +MD5 0618185a5569820b71b70e635ac9cd2a files/digest-arts-1.1.1 63 +MD5 2825250f9805a716e10dc8e0e67e2139 files/digest-arts-1.1.2 63 MD5 6ecdbbae1fbfc89218e79fac2b2822ff files/digest-arts-1.0.5a 65 MD5 783f52e41abb732466bec517c6ff1ae1 files/digest-arts-1.0.5b 200 -MD5 c88ab1b439285e5474a280faa6a12c83 files/digest-arts-1.1.0 69 +MD5 1b00ca71ff1ea0b5ed8387a0d5f9020d files/digest-arts-1.0.4-r1 64 MD5 c88ab1b439285e5474a280faa6a12c83 files/digest-arts-1.1.0-r1 69 -MD5 0618185a5569820b71b70e635ac9cd2a files/digest-arts-1.1.1 63 MD5 226c503848cbc85a5daacb28eef4a0a6 files/tmp-mcop-user-fix.patch 1045 diff --git a/kde-base/arts/arts-1.1.2.ebuild b/kde-base/arts/arts-1.1.2.ebuild new file mode 100644 index 000000000000..23c9fc0708d1 --- /dev/null +++ b/kde-base/arts/arts-1.1.2.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.1.2.ebuild,v 1.1 2003/05/07 11:05:47 danarmak Exp $ +inherit kde-base flag-o-matic + +# this is the arts 1.1 from kde 3.1, as opposed to arts 1.1.0 from kde 3.1 beta2 and friends + +IUSE="alsa" +SRC_URI="mirror://kde/stable/3.1.1/src/${P}.tar.bz2" +KEYWORDS="x86 ~ppc ~sparc ~alpha" +HOMEPAGE="http://multimedia.kde.org" +DESCRIPTION="aRts, the KDE sound (and all-around multimedia) server/output manager" +set-kdedir 3.1 +need-qt 3.1.0 + +if [ "${COMPILER}" == "gcc3" ]; then + # GCC 3.1 kinda makes arts buggy and prone to crashes when compiled with + # these.. Even starting a compile shuts down the arts server + filter-flags "-fomit-frame-pointer -fstrength-reduce" +fi + +#fix bug 13453 +filter-flags "-foptimize-sibling-calls" + +SLOT="3.1" +LICENSE="GPL-2 LGPL-2" + +use alsa && myconf="$myconf --enable-alsa" || myconf="$myconf --disable-alsa" + +src_unpack() { + kde_src_unpack + kde_sandbox_patch ${S}/soundserver +} + +src_install() { + kde_src_install + dodoc ${S}/doc/{NEWS,README,TODO} + + # moved here from kdelibs so that when arts is installed + # without kdelibs it's still in the path. + dodir /etc/env.d +echo "PATH=${PREFIX}/bin +ROOTPATH=${PREFIX}/sbin:${PREFIX}/bin +LDPATH=${PREFIX}/lib +CONFIG_PROTECT=${PREFIX}/share/config" > ${D}/etc/env.d/49kdepaths-3.1.1 # number goes down with version upgrade + + echo "KDEDIR=$PREFIX" > ${D}/etc/env.d/56kdedir-3.1.1 # number goes up with version upgrade + +} + +pkg_postinst() { + +einfo "Run chmod +s ${PREFIX}/bin/artswrapper to let artsd use realtime priority" +einfo "and so avoid possible skips in sound. However, on untrusted systems this" +einfo "creates the possibility of a DoS attack that'll use 100% cpu at realtime" +einfo "priority, and so is off by default. See bug #7883." + +} diff --git a/kde-base/arts/files/digest-arts-1.1.2 b/kde-base/arts/files/digest-arts-1.1.2 new file mode 100644 index 000000000000..3398b70f800d --- /dev/null +++ b/kde-base/arts/files/digest-arts-1.1.2 @@ -0,0 +1 @@ +MD5 7727e7af024b9c09265e7ca567d31aed arts-1.1.2.tar.bz2 985956 diff --git a/kde-base/kde/Manifest b/kde-base/kde/Manifest index 50d86f4e08d5..ee4e924f9b05 100644 --- a/kde-base/kde/Manifest +++ b/kde-base/kde/Manifest @@ -1,15 +1,17 @@ -MD5 e35d147ace9e624040d85f4b98bd8b14 ChangeLog 3717 +MD5 7f6edb23255975b183efe89043277d4f kde-3.1.2.ebuild 605 MD5 e327af16071627faa668f90239c1e37b kde-2.2.2-r1.ebuild 602 -MD5 cdbbac4ad107f5f9bd885918b1a585ad kde-3.0.4.ebuild 594 MD5 c49bf955a48e2915a1681fcd4e24f361 kde-3.0.5a.ebuild 603 -MD5 8abd4f7ad9bf37da46c4630d630cfe3c kde-3.0.5b.ebuild 605 +MD5 42531d7f8d48bc713272e1f19a18b536 kde-3.1.ebuild 602 MD5 897e9420ac62c4b69a4f31fa8d70647c kde-3.1.1.ebuild 603 MD5 c776d64e62a42cda1584b68c138a736b kde-3.1.1a.ebuild 636 -MD5 42531d7f8d48bc713272e1f19a18b536 kde-3.1.ebuild 602 +MD5 e35d147ace9e624040d85f4b98bd8b14 ChangeLog 3717 +MD5 8abd4f7ad9bf37da46c4630d630cfe3c kde-3.0.5b.ebuild 605 +MD5 cdbbac4ad107f5f9bd885918b1a585ad kde-3.0.4.ebuild 594 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-kde-2.2.2-r1 0 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-kde-3.0.4 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-kde-3.1 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-kde-3.0.5a 0 MD5 b9017c5399befa28b08a2c99cf2c8f6c files/digest-kde-3.0.5b 60 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-kde-3.1 0 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-kde-3.1.1 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-kde-3.1.1a 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-kde-3.0.4 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-kde-3.1.1 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-kde-3.1.2 0 diff --git a/kde-base/kde/files/digest-kde-3.1.2 b/kde-base/kde/files/digest-kde-3.1.2 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/kde-base/kde/files/digest-kde-3.1.2 diff --git a/kde-base/kde/kde-3.1.2.ebuild b/kde-base/kde/kde-3.1.2.ebuild new file mode 100644 index 000000000000..4da8d920590f --- /dev/null +++ b/kde-base/kde/kde-3.1.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde/kde-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ + +IUSE="" +KEYWORDS="x86 ~ppc ~sparc ~alpha" +DESCRIPTION="KDE 3.1 - merge this to pull in all non-developer kde-base/* packages" +HOMEPAGE="http://www.kde.org/" +# removed: kdebindings, kdesdk, kdoc since these are developer-only packages +RDEPEND="`echo ~kde-base/kde{libs,base,addons,admin,artwork,edu,games,graphics,multimedia,network,pim,toys,utils}-${PV}`" + +LICENSE="GPL-2" + +SLOT="3.1" diff --git a/kde-base/kdeaddons/Manifest b/kde-base/kdeaddons/Manifest index 94e48bfb9bb3..aea8f626fbe3 100644 --- a/kde-base/kdeaddons/Manifest +++ b/kde-base/kdeaddons/Manifest @@ -1,16 +1,19 @@ -MD5 ac83f545046ad357084d2d420e38bdb9 ChangeLog 5459 -MD5 e54e1d1def512af5d46a17231383b20e kdeaddons-2.2.2-r1.ebuild 457 MD5 7c94e3fc4a443b1f13fbb8bd407f37e3 kdeaddons-3.0.4.ebuild 820 MD5 5dbe13fb38e8bff00a133d5a55d7274a kdeaddons-3.0.5a.ebuild 830 -MD5 fb9eaf4c9f8c25c68cee8bcaa3f63f1c kdeaddons-3.0.5b.ebuild 832 -MD5 547d3bf691296f3761a506ecc9995fd5 kdeaddons-3.1.1.ebuild 945 +MD5 ce6a07092d82c15aaf3e9176109924e7 kdeaddons-3.1.2.ebuild 1144 MD5 fc8a6c6ce238d2d3393e92bcd3165692 kdeaddons-3.1.ebuild 938 +MD5 e54e1d1def512af5d46a17231383b20e kdeaddons-2.2.2-r1.ebuild 457 +MD5 547d3bf691296f3761a506ecc9995fd5 kdeaddons-3.1.1.ebuild 945 MD5 58245402ddb63a44a94339c22de88519 kdeaddons-3.1.1-r1.ebuild 1144 +MD5 fb9eaf4c9f8c25c68cee8bcaa3f63f1c kdeaddons-3.0.5b.ebuild 832 +MD5 ac83f545046ad357084d2d420e38bdb9 ChangeLog 5459 MD5 098c455a204e173354058b9d6f6c57d1 files/digest-kdeaddons-2.2.2-r1 68 -MD5 daf284d1e03ab78bef056c0b4c2a9285 files/digest-kdeaddons-3.0.4 68 +MD5 ee9fff88c4c48e7e34d37f8bb495db0d files/kdeaddons-3.1.1-enable-crashes.diff 1415 +MD5 e8625416573645384d9deddc0e4c9400 files/digest-kdeaddons-3.1 67 +MD5 ee9fff88c4c48e7e34d37f8bb495db0d files/kdeaddons-3.1.2-enable-crashes.diff 1415 +MD5 d449a692f809c2c21d804766ffc4d942 files/digest-kdeaddons-3.1.1-r1 69 MD5 6b980ba7c8dc231ab66727f24c1d93c3 files/digest-kdeaddons-3.0.5a 69 MD5 c6085bb9e78b909f1e887b6a60e86979 files/digest-kdeaddons-3.0.5b 69 -MD5 e8625416573645384d9deddc0e4c9400 files/digest-kdeaddons-3.1 67 +MD5 daf284d1e03ab78bef056c0b4c2a9285 files/digest-kdeaddons-3.0.4 68 MD5 d449a692f809c2c21d804766ffc4d942 files/digest-kdeaddons-3.1.1 69 -MD5 d449a692f809c2c21d804766ffc4d942 files/digest-kdeaddons-3.1.1-r1 69 -MD5 ee9fff88c4c48e7e34d37f8bb495db0d files/kdeaddons-3.1.1-enable-crashes.diff 1415 +MD5 8949ef9e80d155113bf7a07ef13ec5a7 files/digest-kdeaddons-3.1.2 69 diff --git a/kde-base/kdeaddons/files/digest-kdeaddons-3.1.2 b/kde-base/kdeaddons/files/digest-kdeaddons-3.1.2 new file mode 100644 index 000000000000..fb7a778792b6 --- /dev/null +++ b/kde-base/kdeaddons/files/digest-kdeaddons-3.1.2 @@ -0,0 +1 @@ +MD5 38917322d802cdf8246193d618ee8542 kdeaddons-3.1.2.tar.bz2 1078941 diff --git a/kde-base/kdeaddons/files/kdeaddons-3.1.2-enable-crashes.diff b/kde-base/kdeaddons/files/kdeaddons-3.1.2-enable-crashes.diff new file mode 100644 index 000000000000..704eda533e80 --- /dev/null +++ b/kde-base/kdeaddons/files/kdeaddons-3.1.2-enable-crashes.diff @@ -0,0 +1,33 @@ +=================================================================== +RCS file: /home2/webcvs/mirror/kdeaddons/konq-plugins/Makefile.am,v +retrieving revision 1.12 +retrieving revision 1.13 +diff -u -p -r1.12 -r1.13 +--- konq-plugins/Makefile.am 2002/06/24 22:34:10 1.12 ++++ konq-plugins/Makefile.am 2002/11/28 14:08:20 1.13 +@@ -1,2 +1,2 @@ +-SUBDIRS = khtmlsettingsplugin kimgalleryplugin dirfilter uachanger \ ++SUBDIRS = crashes khtmlsettingsplugin kimgalleryplugin dirfilter uachanger \ + babelfish validators domtreeviewer webarchiver sidebar kuick smbmounter +=================================================================== +RCS file: /home2/webcvs/mirror/kdeaddons/konq-plugins/crashes/crashesplugin.cpp,v +retrieving revision 1.8 +retrieving revision 1.9 +diff -u -p -r1.8 -r1.9 +--- konq-plugins/crashes/crashesplugin.cpp 2002/09/18 09:37:52 1.8 ++++ konq-plugins/crashes/crashesplugin.cpp 2002/11/28 14:08:20 1.9 +@@ -135,12 +135,12 @@ void CrashesPlugin::slotAboutToShow() + + void CrashesPlugin::newBookmarkCallback( const QString & text, const QCString & url, const QString & additionnalInfo ) + { +- m_crashesList << qMakePair(text,url); ++ m_crashesList.prepend(qMakePair(text,url)); + } + + void CrashesPlugin::endFolderCallback( ) + { +- m_crashesList << qMakePair(QString("-"),QCString("-")); ++ m_crashesList.prepend(qMakePair(QString("-"),QCString("-"))); + } + + void CrashesPlugin::slotClearCrashes() { diff --git a/kde-base/kdeaddons/kdeaddons-3.1.2.ebuild b/kde-base/kdeaddons/kdeaddons-3.1.2.ebuild new file mode 100644 index 000000000000..13b69f7e1340 --- /dev/null +++ b/kde-base/kdeaddons/kdeaddons-3.1.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/kdeaddons-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ +inherit kde-dist flag-o-matic + +IUSE="sdl svga xmms" +DESCRIPTION="KDE addon modules: plugins for konqueror, noatun etc" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +newdepend "=kde-base/kdebase-${PV}* + ~kde-base/kdenetwork-${PV} + ~kde-base/kdemultimedia-${PV} + ~kde-base/kdegames-${PV} + ~kde-base/arts-1.1.1 + sdl? ( >=media-libs/libsdl-1.2 ) + svga? ( media-libs/svgalib ) + xmms? ( media-sound/xmms )" + +use sdl && myconf="$myconf --with-sdl --with-sdl-prefix=/usr" || myconf="$myconf --without-sdl --disable-sdltest" + +use xmms || export ac_cv_have_xmms=no + +# fix bug #7625 +if [ "$COMPILER" == "gcc3" ]; then + if [ -n "`is-flag -march=pentium4`" -o -n "`is-flag -mcpu=pentium4`" ]; then + append-flags -mno-sse2 + fi +fi + +# enable building of konqueror carsh recovery plugin. it was disabled accidentally +# in the orig kde 3.1 release and was reenabled soon after in cvs head +PATCHES="$FILESDIR/$P-enable-crashes.diff" + diff --git a/kde-base/kdeadmin/Manifest b/kde-base/kdeadmin/Manifest index 44d6b00febdc..5dd5f1940e07 100644 --- a/kde-base/kdeadmin/Manifest +++ b/kde-base/kdeadmin/Manifest @@ -1,18 +1,20 @@ -MD5 dfc8fbd226e7aafa8637fc475074df5d ChangeLog 4976 +MD5 b5460f2659351f6f5e75f773321cabfe kdeadmin-3.1.1-r1.ebuild 1327 MD5 0436d812e08501ed14a6e1f5158c70ae kdeadmin-2.2.2.ebuild 557 -MD5 97025c29f78ad5392ab528a179326531 kdeadmin-3.0.4.ebuild 528 -MD5 f23fbccd6b84393de9f07879e2facf58 kdeadmin-3.0.5a.ebuild 792 MD5 67e6b58d8e4db581011f4a612481f4ed kdeadmin-3.0.5b.ebuild 792 MD5 54c8e245d2f315394301b3e40407c2b2 kdeadmin-3.1.1.ebuild 579 MD5 582c968d7cbe1dac2694607364a9b295 kdeadmin-3.1.ebuild 577 -MD5 b5460f2659351f6f5e75f773321cabfe kdeadmin-3.1.1-r1.ebuild 1327 MD5 a37e61ed62ff0c30b6d159f1a6a5bf66 kdeadmin-3.1.1-r2.ebuild 1375 +MD5 f23fbccd6b84393de9f07879e2facf58 kdeadmin-3.0.5a.ebuild 792 +MD5 dfc8fbd226e7aafa8637fc475074df5d ChangeLog 4976 +MD5 97025c29f78ad5392ab528a179326531 kdeadmin-3.0.4.ebuild 528 +MD5 1ac1bbcdbfcd470d818fb7b13fca6c5b kdeadmin-3.1.2.ebuild 1375 +MD5 1316a500de36f700a22fa89a3bd18f67 files/digest-kdeadmin-3.1 66 MD5 4e2463a3c245a4beec7d1b920d457216 files/digest-kdeadmin-2.2.2 67 MD5 f8da196912e8b6de614b016bae287008 files/digest-kdeadmin-3.0.4 68 -MD5 d1d0b030e89c1ddbcc7e1a54998a4237 files/digest-kdeadmin-3.0.5a 69 -MD5 b48f8a01e6d8bc732551640dbae3fcba files/digest-kdeadmin-3.0.5b 69 -MD5 1316a500de36f700a22fa89a3bd18f67 files/digest-kdeadmin-3.1 66 MD5 127ebafdf182b5e161b6946b38587833 files/digest-kdeadmin-3.1.1 68 +MD5 4641ef873d5f0cedd307dbe8ef9cee95 files/digest-kdeadmin-3.1.2 68 MD5 e741759e72657c73057f606db0adc641 files/kdeadmin-qt311-gentoo.diff 608 +MD5 d1d0b030e89c1ddbcc7e1a54998a4237 files/digest-kdeadmin-3.0.5a 69 +MD5 b48f8a01e6d8bc732551640dbae3fcba files/digest-kdeadmin-3.0.5b 69 MD5 127ebafdf182b5e161b6946b38587833 files/digest-kdeadmin-3.1.1-r1 68 MD5 127ebafdf182b5e161b6946b38587833 files/digest-kdeadmin-3.1.1-r2 68 diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.1.2 b/kde-base/kdeadmin/files/digest-kdeadmin-3.1.2 new file mode 100644 index 000000000000..83b22ba36592 --- /dev/null +++ b/kde-base/kdeadmin/files/digest-kdeadmin-3.1.2 @@ -0,0 +1 @@ +MD5 1780a4d1f79dee8034b632eabdec7125 kdeadmin-3.1.2.tar.bz2 1547429 diff --git a/kde-base/kdeadmin/kdeadmin-3.1.2.ebuild b/kde-base/kdeadmin/kdeadmin-3.1.2.ebuild new file mode 100644 index 000000000000..84c42c98cfec --- /dev/null +++ b/kde-base/kdeadmin/kdeadmin-3.1.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ +inherit kde-dist + +IUSE="pam foreign-package foreign-sysvinit" +DESCRIPTION="KDE administration tools (user manager, etc.)" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +newdepend "pam? ( >=sys-libs/pam-0.72 ) + foreign-package? ( >=app-arch/rpm-4.0.4-r1 dev-libs/popt )" + +use pam && myconf="$myconf --with-pam" || myconf="$myconf --without-pam --with-shadow" + +if [ -n "`use foreign-package`" ]; then + myconf="$myconf --with-rpmlib" +else + myconf="$myconf --without-rpm" + KDE_REMOVE_DIR="$KDE_REMOVE_DIR kpackage" +fi + +if [ -z "`use foreign-sysvinit`" ]; then + KDE_REMOVE_DIR="$KDE_REMOVE_DIR ksysv" +fi + + +# we only want to compile the lilo config module on x86, but there we want to make sure it's +# always compiled to ensure consistent behaviour of the package across both lilo and grub systems, +# because configure when left to its own devices will build lilo-config or not basd on whether +# lilo is present in the path. +# so, we make configure build it by removing the configure.in.in file that checks for +# lilo's presense +src_unpack() { + + kde_src_unpack + use x86 && echo > ${S}/lilo-config/configure.in.in + +} + +# TODO: add nis support diff --git a/kde-base/kdeartwork/Manifest b/kde-base/kdeartwork/Manifest index 50ba000f7114..a069f338a03e 100644 --- a/kde-base/kdeartwork/Manifest +++ b/kde-base/kdeartwork/Manifest @@ -1,15 +1,17 @@ -MD5 5f6e77f1e1e5f7d5c27a6ef78d4c1ea4 ChangeLog 4609 -MD5 0df288991b8ca4cb4d0575ba732ca4af kdeartwork-2.2.2.ebuild 396 +MD5 230a7e59d9d1846828ca84532f281b8c kdeartwork-3.0.5b.ebuild 786 +MD5 935a830c59a85491fdeba4b43fbccf34 kdeartwork-3.1.ebuild 553 MD5 d6687083e11588e24d45481465d6569b kdeartwork-3.0.4.ebuild 775 +MD5 22a9d9ddba9bf9a9ce3ecb19e9f670a8 kdeartwork-3.1.2.ebuild 557 MD5 dbdc851f9febc193e1bc496df88fdcd2 kdeartwork-3.0.5a.ebuild 784 -MD5 230a7e59d9d1846828ca84532f281b8c kdeartwork-3.0.5b.ebuild 786 +MD5 0df288991b8ca4cb4d0575ba732ca4af kdeartwork-2.2.2.ebuild 396 MD5 5f2f763a20f984e53ea1cb67e956d474 kdeartwork-3.1.1.ebuild 555 -MD5 935a830c59a85491fdeba4b43fbccf34 kdeartwork-3.1.ebuild 553 -MD5 e09643b7d8304e13d5a69d62946ec733 files/digest-kdeartwork-2.2.2 70 -MD5 f6e92fde8ace49b0d447aaf6ddf8f978 files/digest-kdeartwork-3.0.4 71 +MD5 5f6e77f1e1e5f7d5c27a6ef78d4c1ea4 ChangeLog 4609 MD5 c1d6b596c0614da94a656a6eab560f66 files/digest-kdeartwork-3.0.5a 72 MD5 f996175fbf4ca0e138709cbfc1301dfb files/digest-kdeartwork-3.0.5b 72 -MD5 c8aa641bca5096a0158636729b7acc9b files/digest-kdeartwork-3.1 69 -MD5 e748fe1957c4ee16a31c8d47847e2f12 files/digest-kdeartwork-3.1.1 71 MD5 5c1ca939fc1dbb4714ca55f8c707ebf1 files/kdeartwork-screensaver.patch 634 +MD5 e09643b7d8304e13d5a69d62946ec733 files/digest-kdeartwork-2.2.2 70 +MD5 f6e92fde8ace49b0d447aaf6ddf8f978 files/digest-kdeartwork-3.0.4 71 +MD5 e748fe1957c4ee16a31c8d47847e2f12 files/digest-kdeartwork-3.1.1 71 +MD5 e30afc89ceaf7dd7b082369100c5229a files/digest-kdeartwork-3.1.2 71 +MD5 c8aa641bca5096a0158636729b7acc9b files/digest-kdeartwork-3.1 69 MD5 1579545755bc63505fd6c670f9e70bdc files/xsaver-conflicting-typedefs.diff 510 diff --git a/kde-base/kdeartwork/files/digest-kdeartwork-3.1.2 b/kde-base/kdeartwork/files/digest-kdeartwork-3.1.2 new file mode 100644 index 000000000000..e81b343f20a5 --- /dev/null +++ b/kde-base/kdeartwork/files/digest-kdeartwork-3.1.2 @@ -0,0 +1 @@ +MD5 f46f8a4aaf74ce69cf0ca7443316cf1b kdeartwork-3.1.2.tar.bz2 13877242 diff --git a/kde-base/kdeartwork/kdeartwork-3.1.2.ebuild b/kde-base/kdeartwork/kdeartwork-3.1.2.ebuild new file mode 100644 index 000000000000..e7a05ab0d858 --- /dev/null +++ b/kde-base/kdeartwork/kdeartwork-3.1.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ +inherit kde-dist + +IUSE="opengl" +newdepend "opengl? ( virtual/opengl ) =kde-base/kdebase-${PV}*" + +DESCRIPTION="KDE artwork package" +KEYWORDS="x86 ~ppc ~sparc ~alpha" +PATCHES="$FILESDIR/xsaver-conflicting-typedefs.diff" + +myconf="$myconf --with-dpms" +use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl" diff --git a/kde-base/kdebase/Manifest b/kde-base/kdebase/Manifest index 02304595664b..8e69a7ba5a44 100644 --- a/kde-base/kdebase/Manifest +++ b/kde-base/kdebase/Manifest @@ -1,62 +1,67 @@ -MD5 ddb0727df5c7b48c4a21f6ca92f764bd ChangeLog 13859 -MD5 c9aae02d663167cd32e6e0be07b66e84 kdebase-2.2.2-r4.ebuild 2811 -MD5 e5df5ef4b2369f3349fb61c6f567b230 kdebase-3.0.4-r3.ebuild 4489 -MD5 34e832659ad20dad4378fe1dbd192f17 kdebase-3.0.5a-r2.ebuild 8502 -MD5 abbe2ac5e9c940d44fa2a15503f10e66 kdebase-3.0.5a.ebuild 4189 -MD5 8abae83002b281ed8245261bfafe8763 kdebase-3.0.5b.ebuild 8115 +MD5 ca73db9b94c492139a32e5fd957114f6 kdebase-3.1.1a.ebuild 3610 +MD5 b09131afabead10dfb80486adea695f5 kdebase-3.1.2.ebuild 3611 MD5 97c3ee75d6a4fde7ac863fd664d4eb5f kdebase-3.1-r1.ebuild 3805 +MD5 8abae83002b281ed8245261bfafe8763 kdebase-3.0.5b.ebuild 8115 MD5 b46aebf341a449ebe4dcf597a5cc09f4 kdebase-3.1.1-r1.ebuild 3414 +MD5 e5df5ef4b2369f3349fb61c6f567b230 kdebase-3.0.4-r3.ebuild 4489 MD5 378cf74d42ba6d30ccd0b61c420b1b96 kdebase-3.1.1.ebuild 3315 -MD5 ca73db9b94c492139a32e5fd957114f6 kdebase-3.1.1a.ebuild 3610 -MD5 4616c3a5dac71294a65bd62b42550cc6 kdebase-3.1.ebuild 3320 MD5 f5e53e01db11fbdf081b5eec3e383d59 kdebase-2.2.2-r5.ebuild 2943 -MD5 79fc6f0cd8a9dfcaf9acec89c1e53685 files/digest-kdebase-2.2.2-r4 135 -MD5 4b4d530bf8e05f89991d2161242da3f2 files/digest-kdebase-3.0.4-r3 68 +MD5 4616c3a5dac71294a65bd62b42550cc6 kdebase-3.1.ebuild 3320 +MD5 abbe2ac5e9c940d44fa2a15503f10e66 kdebase-3.0.5a.ebuild 4189 +MD5 ddb0727df5c7b48c4a21f6ca92f764bd ChangeLog 13859 +MD5 34e832659ad20dad4378fe1dbd192f17 kdebase-3.0.5a-r2.ebuild 8502 +MD5 c9aae02d663167cd32e6e0be07b66e84 kdebase-2.2.2-r4.ebuild 2811 MD5 d06aabcc5fd1c39bc732b7571318d5d2 files/digest-kdebase-3.0.5a 69 -MD5 d06aabcc5fd1c39bc732b7571318d5d2 files/digest-kdebase-3.0.5a-r2 69 MD5 c07ead342cf5e19907a9ba978d713d80 files/digest-kdebase-3.0.5b 69 -MD5 94f7c5a331319b84b9a54094c2e6641e files/digest-kdebase-3.1 66 -MD5 94f7c5a331319b84b9a54094c2e6641e files/digest-kdebase-3.1-r1 66 -MD5 7a40dbe0a3460fa95aa08d1a6df1af8a files/digest-kdebase-3.1.1 68 -MD5 7a40dbe0a3460fa95aa08d1a6df1af8a files/digest-kdebase-3.1.1-r1 68 MD5 1c511caae066d700eabea2058d8caae3 files/digest-kdebase-3.1.1a 136 +MD5 94f7c5a331319b84b9a54094c2e6641e files/digest-kdebase-3.1-r1 66 MD5 b048371a651391ef2bb4166e40e6adff files/kde.pam 405 +MD5 d06aabcc5fd1c39bc732b7571318d5d2 files/digest-kdebase-3.0.5a-r2 69 MD5 6eb40b28a36f889d0f1919cdbf160ef7 files/kscreensaver.pam 79 +MD5 4b4d530bf8e05f89991d2161242da3f2 files/digest-kdebase-3.0.4-r3 68 +MD5 7a40dbe0a3460fa95aa08d1a6df1af8a files/digest-kdebase-3.1.1-r1 68 +MD5 79fc6f0cd8a9dfcaf9acec89c1e53685 files/digest-kdebase-2.2.2-r4 135 MD5 63e277899292d5e8e765367ab6f4234c files/digest-kdebase-2.2.2-r5 210 -MD5 4653ca8833aa10adb3a4d2fe0afa1863 files/2.2.2-r4/startkde-2.2.2-r4-gentoo 4010 -MD5 4653ca8833aa10adb3a4d2fe0afa1863 files/2.2.2-r5/startkde-2.2.2-r5-gentoo 4010 +MD5 7a40dbe0a3460fa95aa08d1a6df1af8a files/digest-kdebase-3.1.1 68 +MD5 a334359c05af3ac3fc8a19e22381d538 files/digest-kdebase-3.1.2 68 +MD5 94f7c5a331319b84b9a54094c2e6641e files/digest-kdebase-3.1 66 +MD5 7db6d7353b1bfbb47d44e9df63be1410 files/3.1/kdmrc 17661 +MD5 a500709e4a41d613bd4a59bcc7d9a11c files/3.1/startkde-3.1-gentoo.diff 1848 +MD5 2f1f31f38b93136baeb537500c8cfabc files/3.1/backgroundrc 342 +MD5 7db6d7353b1bfbb47d44e9df63be1410 files/3.1.1/kdmrc 17661 +MD5 2f1f31f38b93136baeb537500c8cfabc files/3.1.1/backgroundrc 342 +MD5 f12f03b607574596c17507007591b61b files/3.1.1/startkde-3.1.1-gentoo.diff 1879 +MD5 f12f03b607574596c17507007591b61b files/3.1.2/startkde-3.1.2-gentoo.diff 1879 +MD5 7db6d7353b1bfbb47d44e9df63be1410 files/3.1.2/kdmrc 17661 +MD5 2f1f31f38b93136baeb537500c8cfabc files/3.1.2/backgroundrc 342 MD5 41d954f907dd2ba220ebca498e7f1735 files/3.0.4-r3/kdebase-3.0.4-konsole-qt31.diff 611 +MD5 5a8c948b28b4558217ee06a9ea0c0305 files/3.0.4-r3/startkde-3.0.4-r3-gentoo.diff 1605 MD5 b0dd1d862909571ddd17ea58bf3925d4 files/3.0.4-r3/kdebase-3.0.4-nspluginviewer-qt31.diff.gz 13733 MD5 54c424a5920645360378aa5f494d35b2 files/3.0.4-r3/kdebase-3.0.4-xft1.1-fix.diff 3129 MD5 867ead4d7b68109c1437e1b96eb26342 files/3.0.4-r3/kdebase-3.0.4-xft_h-fix.diff 214 -MD5 5a8c948b28b4558217ee06a9ea0c0305 files/3.0.4-r3/startkde-3.0.4-r3-gentoo.diff 1605 +MD5 a4c64296993987d930fb938a3902b51b files/3.1.1-r1/kdebase-3.1.1-kdm.diff 5975 +MD5 f12f03b607574596c17507007591b61b files/3.1.1-r1/startkde-3.1.1-r1-gentoo.diff 1879 +MD5 7db6d7353b1bfbb47d44e9df63be1410 files/3.1.1-r1/kdmrc 17661 +MD5 2f1f31f38b93136baeb537500c8cfabc files/3.1.1-r1/backgroundrc 342 +MD5 7814212b71b6d5ef8a1fb4042d9d9edc files/3.1.1-r1/kdebase-3.1.1-minicli.diff 772 +MD5 4653ca8833aa10adb3a4d2fe0afa1863 files/2.2.2-r4/startkde-2.2.2-r4-gentoo 4010 +MD5 4653ca8833aa10adb3a4d2fe0afa1863 files/2.2.2-r5/startkde-2.2.2-r5-gentoo 4010 +MD5 91f01b28ae245f6af19ea53cb5586101 files/3.0.5a-r2/kdebase-3.0.5a-nspluginviewer-qt31.diff.gz 36346 +MD5 290aae1d211e55fcc2e6aa54859eb342 files/3.0.5a-r2/kdebase-3.0.5a-xft2.0-fix.diff 4745 +MD5 836a4045534a443437eea7506a7fa3f7 files/3.0.5a-r2/startkde-3.0.5a-r2-gentoo.diff 1641 +MD5 867ead4d7b68109c1437e1b96eb26342 files/3.0.5a-r2/kdebase-3.0.5a-xft_h-fix.diff 214 MD5 91f01b28ae245f6af19ea53cb5586101 files/3.0.5a/kdebase-3.0.5a-nspluginviewer-qt31.diff.gz 36346 MD5 54c424a5920645360378aa5f494d35b2 files/3.0.5a/kdebase-3.0.5a-xft1.1-fix.diff 3129 MD5 867ead4d7b68109c1437e1b96eb26342 files/3.0.5a/kdebase-3.0.5a-xft_h-fix.diff 214 MD5 32feb8257a8724e235935b111fa98a94 files/3.0.5a/startkde-3.0.5a-gentoo.diff 1608 -MD5 91f01b28ae245f6af19ea53cb5586101 files/3.0.5a-r2/kdebase-3.0.5a-nspluginviewer-qt31.diff.gz 36346 -MD5 290aae1d211e55fcc2e6aa54859eb342 files/3.0.5a-r2/kdebase-3.0.5a-xft2.0-fix.diff 4745 -MD5 867ead4d7b68109c1437e1b96eb26342 files/3.0.5a-r2/kdebase-3.0.5a-xft_h-fix.diff 214 -MD5 836a4045534a443437eea7506a7fa3f7 files/3.0.5a-r2/startkde-3.0.5a-r2-gentoo.diff 1641 MD5 91f01b28ae245f6af19ea53cb5586101 files/3.0.5b/kdebase-3.0.5b-nspluginviewer-qt31.diff.gz 36346 -MD5 290aae1d211e55fcc2e6aa54859eb342 files/3.0.5b/kdebase-3.0.5b-xft2.0-fix.diff 4745 -MD5 867ead4d7b68109c1437e1b96eb26342 files/3.0.5b/kdebase-3.0.5b-xft_h-fix.diff 214 MD5 836a4045534a443437eea7506a7fa3f7 files/3.0.5b/startkde-3.0.5b-gentoo.diff 1641 -MD5 2f1f31f38b93136baeb537500c8cfabc files/3.1/backgroundrc 342 -MD5 7db6d7353b1bfbb47d44e9df63be1410 files/3.1/kdmrc 17661 -MD5 a500709e4a41d613bd4a59bcc7d9a11c files/3.1/startkde-3.1-gentoo.diff 1848 -MD5 2f1f31f38b93136baeb537500c8cfabc files/3.1-r1/backgroundrc 342 -MD5 e5929c2c92c147f160b824c6fed8b573 files/3.1-r1/kdebase-3.1-kpager.diff 521 -MD5 7db6d7353b1bfbb47d44e9df63be1410 files/3.1-r1/kdmrc 17661 -MD5 4c83f4f577a2cbcf7021fef0f2482fcc files/3.1-r1/startkde-3.1-r1-gentoo.diff 1901 -MD5 2f1f31f38b93136baeb537500c8cfabc files/3.1.1/backgroundrc 342 -MD5 7db6d7353b1bfbb47d44e9df63be1410 files/3.1.1/kdmrc 17661 -MD5 f12f03b607574596c17507007591b61b files/3.1.1/startkde-3.1.1-gentoo.diff 1879 -MD5 2f1f31f38b93136baeb537500c8cfabc files/3.1.1-r1/backgroundrc 342 -MD5 a4c64296993987d930fb938a3902b51b files/3.1.1-r1/kdebase-3.1.1-kdm.diff 5975 -MD5 7814212b71b6d5ef8a1fb4042d9d9edc files/3.1.1-r1/kdebase-3.1.1-minicli.diff 772 -MD5 7db6d7353b1bfbb47d44e9df63be1410 files/3.1.1-r1/kdmrc 17661 -MD5 f12f03b607574596c17507007591b61b files/3.1.1-r1/startkde-3.1.1-r1-gentoo.diff 1879 -MD5 2f1f31f38b93136baeb537500c8cfabc files/3.1.1a/backgroundrc 342 +MD5 867ead4d7b68109c1437e1b96eb26342 files/3.0.5b/kdebase-3.0.5b-xft_h-fix.diff 214 +MD5 290aae1d211e55fcc2e6aa54859eb342 files/3.0.5b/kdebase-3.0.5b-xft2.0-fix.diff 4745 MD5 7db6d7353b1bfbb47d44e9df63be1410 files/3.1.1a/kdmrc 17661 +MD5 2f1f31f38b93136baeb537500c8cfabc files/3.1.1a/backgroundrc 342 MD5 f12f03b607574596c17507007591b61b files/3.1.1a/startkde-3.1.1a-gentoo.diff 1879 +MD5 7db6d7353b1bfbb47d44e9df63be1410 files/3.1-r1/kdmrc 17661 +MD5 2f1f31f38b93136baeb537500c8cfabc files/3.1-r1/backgroundrc 342 +MD5 4c83f4f577a2cbcf7021fef0f2482fcc files/3.1-r1/startkde-3.1-r1-gentoo.diff 1901 +MD5 e5929c2c92c147f160b824c6fed8b573 files/3.1-r1/kdebase-3.1-kpager.diff 521 diff --git a/kde-base/kdebase/files/3.1.2/backgroundrc b/kde-base/kdebase/files/3.1.2/backgroundrc new file mode 100644 index 000000000000..d00db3a27bff --- /dev/null +++ b/kde-base/kdebase/files/3.1.2/backgroundrc @@ -0,0 +1,18 @@ +[Desktop0] +BackgroundMode=VerticalGradient +BlendBalance=100 +BlendMode=NoBlending +ChangeInterval=60 +Color1=14,120,131 +Color2=67,174,192 +CurrentWallpaper=0 +LastChange=0 +MinOptimizationDepth=1 +MultiWallpaperMode=NoMulti +Pattern=fish +Program= +ReverseBlending=false +UseSHM=false +Wallpaper=default_blue.jpg +WallpaperList= +WallpaperMode=NoWallpaper diff --git a/kde-base/kdebase/files/3.1.2/kdmrc b/kde-base/kdebase/files/3.1.2/kdmrc new file mode 100644 index 000000000000..1d5018fc119d --- /dev/null +++ b/kde-base/kdebase/files/3.1.2/kdmrc @@ -0,0 +1,413 @@ +# KDM configuration example. +# Note, that all comments will be lost if you change this file with +# the kcontrol frontend. +# +# Definition: the greeter is the login dialog, i.e., the part of KDM +# which the user sees. +# +# You can configure every X-display individually. +# Every display has a display name, which consists of a host name +# (which is empty for local displays specified in the Xservers file), +# a colon and a display number. Additionally, a display belongs to a +# display class (which can be ignored in most cases; the control center +# does not support this feature at all). +# Sections with display-specific settings have the formal syntax +# "[X-" host [":" number [ "_" class ]] "-" sub-section "]" +# You can use the "*" wildcard for host, number and class. You may omit +# trailing components; they are assumed to be "*" then. +# The host part may be a domain specification like ".inf.tu-dresden.de". +# From which section a setting is actually taken is determined by these +# rules: +# - an exact match takes precedence over a partial match (for the host part), +# which in turn takes precedence over a wildcard +# - precedence decreases from left to right for equally exact matches +# Example: display name "myhost:0", class "dpy". +# [X-myhost:0_dpy] precedes +# [X-myhost:0_*] (same as [X-myhost:0]) precedes +# [X-myhost:*_dpy] precedes +# [X-myhost:*_*] (same as [X-myhost]) precedes +# [X-*:0_dpy] precedes +# [X-*:0_*] (same as [X-*:0]) precedes +# [X-*:*_*] (same as [X-*]) +# These sections do NOT match this display: +# [X-hishost], [X-myhost:0_dec], [X-*:1], [X-:*] +# If a setting is not found in any matching section, the default is used. +# +# Every comment applies to the following section or key. +# The defaults refer to KDM's built-in values, not anything set in this file. +# + +[General] +# This option exists solely for the purpose of a clean automatic upgrade. +# Don't even think about changing it! +ConfigVersion=2.0 +# If "false", KDM won't daemonize after startup. Note, that you needn't to +# use this if you start KDM from inittab, as KDM won't daemonize in this case +# automatically. Default is true. +#DaemonMode=false +# If the value starts with a slash (/), it specifies the file, where X-servers +# to be used by KDM are listed; the file is in the usual XDM-Xservers format. +# Otherwise it's interpreted like one line of the Xservers file, i.e., it +# specifies exactly one X-server. +# Default is ":0 local@tty1 /usr/X11R6/bin/X vt7" +# XXX i'm planning to absorb this file into kdmrc, but i'm not sure how to +# do this best. +Xservers=/etc/X11/xdm/Xservers +# Where KDM should store its PID. Default is "" (don't store) +PidFile=/var/run/xdm-pid +# Whether KDM should lock the pid file to prevent having multiple KDM +# instances running at once. Leave it "true", unless you're brave. +#LockPidFile=false +# Where to store authorization files. Default is /var/run/xauth +#AuthDir=/tmp +# Whether KDM should automatically re-read configuration files, if it +# finds them having changed. Just keep it "true". +#AutoRescan=false +# Additional environment variables KDM should pass on to kdm_config, kdm_greet, +# Xsetup, Xstartup, Xsession, and Xreset. LD_LIBRARY_PATH is a good candidate; +# otherwise it shouldn't be necessary very often. +#ExportList=SOME_VAR,ANOTHER_IMPORTANT_VAR +# Where the command FiFos should be created. Make it empty to disable +# the FiFos. Default is /var/run/xdmctl +#FifoDir=/tmp +# To which group the command FiFos should belong. +# Default is -1 (effectively root) +#FifoGroup=xdmctl + +[Xdmcp] +# Whether KDM should listen to XDMCP requests. Default is true. +Enable=false +# The UDP port KDM should listen on for XDMCP requests. Don't change the 177. +#Port=177 +# File with the private keys of X-terminals. Required for XDM authentication. +# Default is "" +#KeyFile=/usr/kde/3.1/share/config/kdm/kdmkeys +# XDMCP access control file in the usual XDM-Xaccess format. +# Default is /usr/kde/3.1/share/config/kdm/Xaccess +# XXX i'm planning to absorb this file into kdmrc, but i'm not sure how to +# do this best. +Xaccess=/etc/X11/xdm/Xaccess +# Number of seconds to wait for display to respond after the user has +# selected a host from the chooser. Default is 15. +#ChoiceTimeout=10 +# Strip domain name from remote display names if it is equal to the local +# domain. Default is true +#RemoveDomainname=false +# Use the numeric IP address of the incoming connection instead of the +# host name. Use this on multihomed hosts. Default is false +#SourceAddress=true +# The program which is invoked to dynamically generate replies to XDMCP +# BroadcastQuery requests. +# By default no program is invoked and "Willing to manage" is sent. +Willing=/etc/X11/xdm/Xwilling + +[Shutdown] +# The command to run to halt the system. Default is /sbin/halt +#HaltCmd= +# The command to run to reboot the system. Default is /sbin/reboot +#RebootCmd= +# Whether one can shut down the system via the global command FiFo. +# Default is false +#AllowFifo=true +# Whether one can abort still running sessions when shutting down the system +# via the global command FiFo. Default is true +#AllowFifoNow=false +# Offer LiLo boot options in shutdown dialog. Default is false +#UseLilo=true +# The location of the LiLo binary. Default is /sbin/lilo +#LiloCmd= +# The location of the LiLo map file. Default is /boot/map +#LiloMap= + +# Rough estimations about how many seconds KDM will spend at most on +# - opening a connection to the X-server (OpenTime): +# OpenRepeat * (OpenTimeout + OpenDelay) +# - starting a local X-server (ServerTime): ServerAttempts * ServerTimeout +# - starting a display: +# - local display: StartAttempts * (ServerTime + OpenTime) +# - remote/foreign display: StartAttempts * OpenTime + +# Core config for all displays +[X-*-Core] +# How long to wait before retrying to start the display after various +# errors. Default is 15 +#OpenDelay= +# How long to wait before timing out XOpenDisplay. Default is 120 +#OpenTimeout= +# How often to try the XOpenDisplay. Default is 5 +#OpenRepeat= +# Try at most that many times to start a display. If this fails, the display +# is disabled. Default is 4 +#StartAttempts= +# The StartAttempt counter is reset after that many seconds. Default is 30 +#StartInterval= +# Ping remote display every that many minutes. Default is 5 +#PingInterval= +# Wait for a Pong that many minutes. Default is 5 +#PingTimeout= +# Restart instead of resetting the local X-server after session exit. +# Use it if the server leaks memory, etc. Default is false +#TerminateServer=true +# The signal needed to reset the local X-server. Default is 1 (SIGHUP) +#ResetSignal= +# The signal needed to terminate the local X-server. Default is 15 (SIGTERM) +#TermSignal= +# Need to reset the X-server to make it read initial Xauth file. +# Default is false +#ResetForAuth=true +# Create X-authorizations for local displays. Default is true +#Authorize=false +# Which X-authorization mechanisms should be used. +# Default is MIT-MAGIC-COOKIE-1 +#AuthNames= +# The name of this X-server's Xauth file. Default is "", which means, that +# a random name in the AuthDir directory will be used. +#AuthFile= +# Specify a file with X-resources for the greeter, chooser and background. +# The KDE frontend doesn't care for this, so you don't need it unless you +# use an alternative chooser or another background generator than kdmdesktop. +# Default is "" +Resources=/etc/X11/xdm/Xresources +# The xrdb program to use to read the above specified recources. +# Default is /usr/X11R6/bin/xrdb +#Xrdb= +# A program to run before the greeter is shown. You should start kdmdesktop +# there. Also, xconsole can be started by this script. +# Default is "" +Setup=/etc/X11/xdm/Xsetup_0 +# A program to run before a user session starts. You should invoke sessreg +# there and optionally change the ownership of the console, etc. +# Default is "" +Startup=/usr/kde/3.1/share/config/kdm/Xstartup +# A program to run after a user session exits. You should invoke sessreg +# there and optionally change the ownership of the console, etc. +# Default is "" +Reset=/usr/kde/3.1/share/config/kdm/Xreset +# The program which is run as the user which logs in. It is supposed to +# interpret the session argument (see SessionTypes) and start an appropriate +# session according to it. +# Default is /usr/X11R6/bin/xterm -ls -T +Session=/etc/X11/xdm/Xsession +# The program to run if Session fails. +# Default is /usr/X11R6/bin/xterm +#FailsafeClient= +# The PATH for the Session program. Default is +# /bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin +#UserPath=/usr/kde/3.1/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin +# The PATH for Setup, Startup and Reset, etc. Default is +# /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin +#SystemPath=/usr/kde/3.1/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin +# The default system shell. Default is /bin/sh +#SystemShell=/bin/bash +# Where to put the user's X-server authorization file if ~/.Xauthority +# cannot be created. Default is /tmp +#UserAuthDir= +# The host chooser program to use. +# Default is /usr/kde/3.1/bin/chooser +# XXX this is going to be integrated into the greeter (probably). +#Chooser= +# If "true", KDM will automatically restart a session after an X-server +# crash (or if it is killed by Alt-Ctrl-BackSpace). Note, that enabling +# this opens a security hole: a secured display lock can be circumvented +# (unless you use KDE's built-in screen lock). Default is false +#AutoReLogin=true +# Allow root logins? Default is true +AllowRootLogin=false +# Allow to log in, when user has set an empty password? Default is true +AllowNullPasswd=false +# Who is allowed to shut down the system. This applies both to the +# greeter and to the command FiFo. Default is All +# "None" - no "Shutdown..." button is shown at all +# "Root" - the root password must be entered to shut down +# "All" - everybody can shut down the machine (Default) +AllowShutdown=Root +# Who is allowed to abort all still running sessions when shutting down. +# Same options as for AllowShutdown. Default is All +#AllowSdForceNow=Root +# The default choice for the shutdown condition/timing. +# "Schedule" - shutdown after all sessions exit (possibly at once) (Default) +# "TryNow" - shutdown, if no sessions are open, otherwise do nothing +# "ForceNow" - shutdown unconditionally +#DefaultSdMode=ForceNow +# If this is false the user must select the shutdown condition/timing already +# in the shutdown dialog. If this is true he won't be bothered with the options, +# but will be asked what to do if sessions are actually open. Default is true +# NOTE: the interaction is currently not implemented. If this is set to true, +# a normal forced shutdown will happen (without caring for the AllowSdForceNow +# option!), i.e., KDM will behave exactly as before KDE 3.0. +#InteractiveSd=false +# Where (relatively to the user's home directory) to store the last +# selected session. Default is .wmrc +#SessSaveFile= + +# Greeter config for all displays +[X-*-Greeter] +# Session types the users can select. It is advisable to have "default" and +# "failsafe" listed herein, which is also the default. +# Note, that the meaning of this value is entirely up to your Session program. +SessionTypes=Xsession,kde-3.0.4,kde-3.1_rc2, +# Widget Style of the greeter: +# Default, Windows, Platinum, Motif, MotifPlus, CDE, SGI, and any styles you +# may have installed, e.g., HighColor; Default is "Default" +GUIStyle=Keramik +# Widget Colors of the greeter: +# Default, and any color schemes you may have installed. Default is "Default" +#ColorScheme=Pumpkin +# What should be shown righthand of the input lines: +# "Logo" - the image specified by LogoPixmap (Default) +# "Clock" - a neat analog clock +# "None" - nothing +LogoArea=None +# The image to show when LogoArea=Logo. Default is kdelogo.png +LogoPixmap= +# Normally, the greeter is centered on the screen. Use this, if you want +# it to appear elsewhere on the screen. Default is false +#GreeterPosFixed=true +#GreeterPosX=200 +#GreeterPosY=100 +# The headline in the greeter. +# The following character pairs are replaced: +# - %d -> current display +# - %h -> host name, possibly with domain name +# - %n -> node name, most probably the host name without domain name +# - %s -> the operating system +# - %r -> the operating system's version +# - %m -> the machine (hardware) type +# - %% -> a single % +# Default is "Welcome to %s at %n" +#GreetString=K Desktop Environment (%n) +# The font for the headline. Default is charter,24,bold +GreetFont=verdana,24,5,0,50,0 +# The normal font used in the greeter. Default is helvetica,12 +StdFont=verdana,12,5,0,50,0 +# The font used for the "Login Failed" message. Default is helvetica,12,bold +FailFont=verdana,12,5,0,75,0 +# Whether the fonts shown in the greeter should be antialiased. Default is false +AntiAliasing=true +# What to do with the Num Lock modifier for the time the greeter is running: +# "On" -> - turn on +# "Off" -> - turn off +# "Keep" -> - don't change the state (Default) +#NumLock=Off +# Language to use in the greeter. Default is en_US +#Language=de_DE +# Specify, which user names (along with pictures) should be shown in the +# greeter. +# "NotHidden" - all users except those listed in HiddenUsers (Default) +# "Selected" - only the users listed in SelectedUsers +# "None" - no user list will be shown at all +#ShowUsers=None +# For ShowUsers=Selected. Default is "" +#SelectedUsers=root,johndoe +# For ShowUsers=NotHidden. Default is "" +#HiddenUsers=root +# Special case of HiddenUsers: users with a UID less than this number +# (except root) will not be shown as well. Default is 0 +MinShowUID=1000 +# Complement to MinShowUID: users with a UID greater than this number will +# not be shown as well. Default is 65535 +MaxShowUID=65000 +# If false, the users are listed in the order they appear in /etc/passwd. +# If true, they are sorted alphabetically. Default is true +#SortUsers=false +# Specify, where the users' pictures should be taken from. +# "AdminOnly" - from $KDEDIR/share/apps/kdm/pics/users/$USER.png (Default) +# "UserOnly" - from the user's $HOME/.face +# "PreferAdmin" - prefer $USER.png; fallback on $HOME/.face +# "PreferUser" - ... and the other way round +FaceSource=PreferUser +# Specify, if/which user should be preselected for log in. +# Note, that enabling this feature can be considered a security hole, +# as it presents a valid login name to a potential attacker, so he "only" +# needs to guess the password. +# "None" - don't preselect any user (Default) +# "Previous" - the user which successfully logged in last time +# "Default" - the user specified in the DefaultUser field +#PreselectUser=Previous +# The user to preselect if PreselectUser=Default +#DefaultUser=ethel +# If this is true, the password input line is focused automatically if +# a user is preselected. Default is false +#FocusPasswd=true +# The password input fields cloak the typed in text. Specify, how to do it: +# "NoEcho" - nothing is shown at all, the cursor doesn't move +# "OneStar" - "*" is shown for every typed letter (Default) +# "ThreeStars" - "***" is shown for every typed letter +#EchoMode=NoEcho +# If true, krootimage will be automatically started by KDM. Otherwise, the +# Setup script should be used to setup the background. Default is true +#UseBackground=false +# The configuration file to be used by krootimage. +# Default is /usr/kde/3.1/share/config/kdm/backgroundrc +#BackgroundCfg= +# Hold the X-server grabbed the whole time the greeter is visible. This +# may be more secure, but it will disable any background and other +# X-clients started from the Setup script. Default is false +#GrabServer=true +# How many seconds to wait for grab to succeed. Default is 3 +#GrabTimeout= +# Warn, if local X-authorization cannot be created. Default is true +# XXX this is a dummy currently +AuthComplain=true + +# Core config for local displays +[X-:*-Core] +# How often to try to run the X-server. Running includes executing it and +# waiting for it to come up. Default is 1 +#ServerAttempts= +# How long to wait for a local X-server to come up. Default is 15 +#ServerTimeout= +# See above +AllowShutdown=All +# See above +AllowRootLogin=true +# See above +AllowNullPasswd=true +# Enable password-less logins on this display. USE WITH EXTREME CARE! +# Default is false +#NoPassEnable=true +# The users that don't need to provide a password to log in. NEVER list root! +#NoPassUsers=fred,ethel + +# Greeter config for local displays +[X-:*-Greeter] +# See above +#AuthComplain=false +# The screen the greeter should be displayed on in multi-headed setups. +# The numbering starts with 0 and corresponds to the listing order in the +# active ServerLayout section of XF86Config. -1 means to use the upper-left +# screen, -2 means to use the upper-right screen. Default is 0 +#GreeterScreen=-1 + +# Core config for 1st local display +[X-:0-Core] +# Enable automatic login on this display. USE WITH EXTREME CARE! +# Default is false +#AutoLoginEnable=true +# The user to log in automatically. NEVER specify root! +#AutoLoginUser=fred +# The password for the user to log in automatically. This is NOT required +# unless the user is to be logged into a NIS or Kerberos domain. If you use +# it, you should "chmod 600 kdmrc" for obvious reasons. +#AutoLoginPass=secret! +# The session for the user to log in automatically. This becomes useless after +# the user's first login, as the last used session will take precedence. +#AutoLoginSession=kde +# If "true", the auto-login is truly automatic, i.e., the user is logged in +# when KDM comes up. If "false", the auto-login must be initiated by crashing +# the X-server with Alt-Ctrl-BackSpace. Default is true +#AutoLogin1st=false +# See above +Authorize=true + +# Greeter config for 1st local display +[X-:0-Greeter] +# See above +#PreselectUser=Default +# See above +#DefaultUser=johndoe + +[X-:1-Core] +# See above +Authorize=true + diff --git a/kde-base/kdebase/files/3.1.2/startkde-3.1.2-gentoo.diff b/kde-base/kdebase/files/3.1.2/startkde-3.1.2-gentoo.diff new file mode 100644 index 000000000000..3f55769643df --- /dev/null +++ b/kde-base/kdebase/files/3.1.2/startkde-3.1.2-gentoo.diff @@ -0,0 +1,67 @@ +--- startkde~ 2003-03-12 18:20:54.000000000 +0100 ++++ startkde 2003-03-12 18:26:10.000000000 +0100 +@@ -1,12 +1,34 @@ +-#!/bin/sh ++#!/bin/sh --login + # +-# DEFAULT KDE STARTUP SCRIPT ( KDE-3.1.1 ) ++# GENTOO CUSTOMIZED KDE STARTUP SCRIPT ( KDE-3.1.1 ) + # + + # When the X server dies we get a HUP signal from xinit. We must ignore it + # because we still need to do some cleanup. + trap 'echo GOT SIGHUP' HUP + ++# Gentoo part: ++export PATH="_KDEDIR_/bin:${PATH}" ++export KDEDIR="_KDEDIR_" ++# Use env.d's KDEDIRS. They should only include locations like /usr though, not ++# actual KDE installations ++ ++# handle ~/.kde* dirs - separate ones for separate KDEs ++cd ~ ++[ -d .kde ] && /bin/mv .kde .kde.backup ++if [ ! -e .kde3.1 ]; then ++ if [ -e .kde3 ]; then ++ /bin/cp -r .kde3 .kde3.1 ++ else ++ /bin/mkdir .kde3.1 ++ fi ++fi ++/bin/ln -sf .kde3.1 .kde ++ ++#export KDEHOME="${HOME}/.kdecvs" ++ ++# Gentoo part ends ++ + # Boot sequence: + # + # kdeinit is used to fork off processes which improves memory usage +@@ -29,12 +51,12 @@ + # especially necessary on slow machines, where starting KDE takes one or two + # minutes until anything appears on the screen. + # +-# Set the background to plain grey. ++# Set the background to cyan (Gentoo version change). + # The standard X background is nasty, causing moire effects and exploding + # people's heads. We use colours from the standard KDE palette for those with + # palettised displays. + +-test "$XDM_MANAGED" || bkg="-solid #C0C0C0" ++test "$XDM_MANAGED" || bkg="-solid #5477A0" + xsetroot -cursor_name left_ptr $bkg + + # The user's personal KDE directory is usually ~/.kde, but this setting +@@ -140,7 +162,11 @@ + fi + + # the splashscreen and progress indicator +-ksplash ++if [ -n "$KSPLASH" ]; then ++ $KSPLASH ++else ++ ksplash ++fi + + # We set LD_BIND_NOW to increase the efficiency of kdeinit. + # kdeinit unsets this variable before loading applications. diff --git a/kde-base/kdebase/files/digest-kdebase-3.1.2 b/kde-base/kdebase/files/digest-kdebase-3.1.2 new file mode 100644 index 000000000000..6330ec37d900 --- /dev/null +++ b/kde-base/kdebase/files/digest-kdebase-3.1.2 @@ -0,0 +1 @@ +MD5 52346ec6862edc92860023914b1f7fed kdebase-3.1.2.tar.bz2 15154748 diff --git a/kde-base/kdebase/kdebase-3.1.2.ebuild b/kde-base/kdebase/kdebase-3.1.2.ebuild new file mode 100644 index 000000000000..709c2187b0d6 --- /dev/null +++ b/kde-base/kdebase/kdebase-3.1.2.ebuild @@ -0,0 +1,104 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ +inherit kde-dist eutils + +IUSE="ldap pam motif encode oggvorbis cups ssl opengl samba java" +DESCRIPTION="KDE base packages: the desktop, panel, window manager, konqueror..." + +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +newdepend ">=media-sound/cdparanoia-3.9.8 + ldap? ( >=net-nds/openldap-1.2 ) + pam? ( >=sys-libs/pam-0.73 ) + motif? ( virtual/motif ) + encode? ( >=media-sound/lame-3.89b ) + oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 ) + cups? ( net-print/cups ) + ssl? ( >=dev-libs/openssl-0.9.6b ) + opengl? ( virtual/opengl ) + samba? ( net-fs/samba ) + java? ( virtual/jdk ) + >=media-libs/freetype-2" +# lm_sensors? ( ?/lm_sensors ) # ebuild doesn't exist yet + +RDEPEND="$RDEPEND sys-apps/eject" + +myconf="$myconf --with-dpms --with-cdparanoia" + +use ldap && myconf="$myconf --with-ldap" || myconf="$myconf --without-ldap" +use pam && myconf="$myconf --with-pam" || myconf="$myconf --with-shadow" +use motif && myconf="$myconf --with-motif" || myconf="$myconf --without-motif" +use encode && myconf="$myconf --with-lame" || myconf="$myconf --without-lame" +use cups && myconf="$myconf --with-cups" || myconf="$myconf --disable-cups" +use oggvorbis && myconf="$myconf --with-vorbis" || myconf="$myconf --without-vorbis" +use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl" +use ssl && myconf="$myconf --with-ssl" || myconf="$myconf --without-ssl" +use pam && myconf="$myconf --with-pam=yes" || myconf="$myconf --with-pam=no --with-shadow" +use java && myconf="$myconf --with-java=$(java-config --jdk-home)" || myconf="$myconf --without-java" + +src_compile() { + kde_src_compile myconf configure + kde_remove_flag kdm/kfrontend -fomit-frame-pointer + kde_src_compile make +} + +src_install() { + + kde_src_install + + # cf bug #5953 + insinto /etc/pam.d + #newins ${FILESDIR}/kscreensaver.pam kscreensaver + newins ${FILESDIR}/kde.pam kde + + # startkde script + cd ${D}/${KDEDIR}/bin + epatch ${FILESDIR}/${PVR}/startkde-${PVR}-gentoo.diff + mv startkde startkde.orig + sed -e "s:_KDEDIR_:${KDEDIR}:" startkde.orig > startkde + rm startkde.orig + chmod a+x startkde + + # x11 session script + cd ${T} + echo "#!/bin/sh +${KDEDIR}/bin/startkde" > kde-${PV} + chmod a+x kde-${PV} + exeinto /etc/X11/Sessions + doexe kde-${PV} + + cd ${D}/${KDEDIR}/share/config/kdm || die + sed -e "s:SessionTypes=:SessionTypes=kde-${PV},:" \ + -e "s:Session=${PREFIX}/share/config/kdm/Xsession:Session=/etc/X11/xdm/Xsession:" \ + ${FILESDIR}/${PVR}/kdmrc > kdmrc + cp ${FILESDIR}/${PVR}/backgroundrc . + + #backup splashscreen images, so they can be put back when unmerging + #mosfet or so. + if [ ! -d ${KDEDIR}/share/apps/ksplash.default ] + then + cd ${D}/${KDEDIR}/share/apps + cp -rf ksplash/ ksplash.default + fi + + # Show gnome icons when choosing new icon for desktop shortcut + dodir /usr/share/pixmaps + mv ${D}/${KDEDIR}/share/apps/kdesktop/pics/* ${D}/usr/share/pixmaps/ + rm -rf ${D}/${KDEDIR}/share/apps/kdesktop/pics/ + cd ${D}/${KDEDIR}/share/apps/kdesktop/ + ln -sf /usr/share/pixmaps/ pics + + rmdir ${D}/${KDEDIR}/share/templates/.source/emptydir + +} + +pkg_postinst() { + mkdir -p ${KDEDIR}/share/templates/.source/emptydir + +einfo "If you want to floppy:/ kioslave to work, please emerge the mtools package." +einfo "This ioslave allows you to use fat/vfat filesystems (not only on floppies)" +einfo "without mounting them. If you don't know what this is for, you can probably" +einfo "go with the usual mounting method." + +} diff --git a/kde-base/kdebindings/Manifest b/kde-base/kdebindings/Manifest index 0aa1f06fe2ab..2bc4d1021baa 100644 --- a/kde-base/kdebindings/Manifest +++ b/kde-base/kdebindings/Manifest @@ -5,10 +5,12 @@ MD5 712a017560d4e063ba7eabc1666380b0 kdebindings-3.1.1.ebuild 1397 MD5 e7ae97e2a75124afbbafddde6ced650d kdebindings-3.0.5a.ebuild 1152 MD5 52c93ccd85fda5912bfcd5d2eb86b20d ChangeLog 4458 MD5 258aa46912c7020b1ea2534a1de494e5 kdebindings-3.0.4.ebuild 1106 +MD5 712a017560d4e063ba7eabc1666380b0 kdebindings-3.1.2.ebuild 1397 MD5 7711559a608ae72aebb96f8b755fe555 files/digest-kdebindings-3.1 69 MD5 9214bc981c8721fe53cefe1fd68dfa11 files/digest-kdebindings-2.2.2 71 MD5 bd79d694689e0ff999dae51b33eeb8fd files/digest-kdebindings-3.0.4 71 MD5 3752b01449392c37caa3f997b9f60f91 files/digest-kdebindings-3.1.1 71 +MD5 83e7656b9594090ac9a332d65cf9d0d2 files/digest-kdebindings-3.1.2 71 MD5 012ca67e04392277a77f4e08fda483fe files/digest-kdebindings-3.0.5a 72 MD5 823592dd45da38fd48dd11d40e5bbb91 files/digest-kdebindings-3.0.5b 220 MD5 452eac66c774d6c287648f4f68d6aa36 files/kdebindings-3.0.5a-qt31.diff 76610 diff --git a/kde-base/kdebindings/files/digest-kdebindings-3.1.2 b/kde-base/kdebindings/files/digest-kdebindings-3.1.2 new file mode 100644 index 000000000000..a5008b69ea76 --- /dev/null +++ b/kde-base/kdebindings/files/digest-kdebindings-3.1.2 @@ -0,0 +1 @@ +MD5 cca8f291a71e49ddc7c57b0701cf84ed kdebindings-3.1.2.tar.bz2 6182215 diff --git a/kde-base/kdebindings/kdebindings-3.1.2.ebuild b/kde-base/kdebindings/kdebindings-3.1.2.ebuild new file mode 100644 index 000000000000..fee7097b2280 --- /dev/null +++ b/kde-base/kdebindings/kdebindings-3.1.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ +# TODO: add gnustep, objc bindings +inherit kde-dist + +IUSE="mozilla java python" +DESCRIPTION="KDE library bindings for languages other than c++" +KEYWORDS="x86 ~sparc ~alpha" + +newdepend "=kde-base/kdebase-${PV}* + =x11-libs/gtk+-1.2* + dev-lang/perl + python? ( dev-lang/python ) + java? ( virtual/jdk ) + =dev-libs/glib-1.2* + ~kde-base/kdenetwork-${PV} + mozilla? ( net-www/mozilla )" + +use python || myconf="$myconf --without-python" +use java && myconf="$myconf --with-java=$(java-config --jdk-home)" || myconf="$myconf --without-java" + +# obj bindings are officially broken +#myconf="$myconf --enable-objc" + +# we need to have csant (from pnet, from portable.NET) in portage for qtsharp +export DO_NOT_COMPILE="$DO_NOT_COMPILE qtsharp" + +export LIBPYTHON="`python-config`" + +# fix bug #14756 fex. Doesn't compile well with -j2. +export MAKEOPTS="$MAKEOPTS -j1" + +src_unpack() +{ + kde_src_unpack + + if [ -z "`use mozilla`" ]; then + # disable mozilla bindings/xpart, because configure doesn't seem to do so + # even when it doesn't detect the mozilla headers + cd ${S}/xparts + cp Makefile.am Makefile.am.orig + sed -e 's:mozilla::' Makefile.am.orig > Makefile.am + fi +} + diff --git a/kde-base/kdeedu/Manifest b/kde-base/kdeedu/Manifest index 80677d9b579b..ef676dcc4493 100644 --- a/kde-base/kdeedu/Manifest +++ b/kde-base/kdeedu/Manifest @@ -1,14 +1,16 @@ -MD5 05f3ffdc4b7ac62e47bc2a69ae7655b5 ChangeLog 4511 -MD5 28a156d34db2bc5b1aad866a8ac0ba7a kdeedu-3.0.4.ebuild 625 MD5 72d30efe1d4d84a11c284e540f5f5ba1 kdeedu-3.0.5a.ebuild 633 -MD5 825c4870be117b9b58bf0f9f5d40ad93 kdeedu-3.0.5b.ebuild 635 +MD5 a6fdae2f761e924b99bbf50cb47f0db0 kdeedu-3.1.ebuild 310 +MD5 28a156d34db2bc5b1aad866a8ac0ba7a kdeedu-3.0.4.ebuild 625 +MD5 18db619258892ab7f2af6c568063e0ac kdeedu-3.1.2.ebuild 420 MD5 c6546ea57bb9a4033056f23b0716fb6f kdeedu-3.1-r1.ebuild 607 +MD5 825c4870be117b9b58bf0f9f5d40ad93 kdeedu-3.0.5b.ebuild 635 +MD5 05f3ffdc4b7ac62e47bc2a69ae7655b5 ChangeLog 4511 MD5 6b4235680c4655d66331953249f4d59e kdeedu-3.1.1.ebuild 418 -MD5 a6fdae2f761e924b99bbf50cb47f0db0 kdeedu-3.1.ebuild 310 -MD5 0c79179c373ac6bcb1623c57d87ce229 files/digest-kdeedu-3.0.4 66 MD5 a31261be6204300d1af5f34ab6675a6f files/digest-kdeedu-3.0.5a 67 MD5 e5cc833cf9395a8fdb5aa2ee18943e17 files/digest-kdeedu-3.0.5b 211 -MD5 193fd2058ab2e37f96859872fd99bcfd files/digest-kdeedu-3.1 65 MD5 193fd2058ab2e37f96859872fd99bcfd files/digest-kdeedu-3.1-r1 65 -MD5 68a34630292321130142b9ce15fab8bb files/digest-kdeedu-3.1.1 67 +MD5 193fd2058ab2e37f96859872fd99bcfd files/digest-kdeedu-3.1 65 MD5 c4afd51ff390ce0228c7b580558ea033 files/kdeedu-3.1-branch-20030202.diff 4596 +MD5 0c79179c373ac6bcb1623c57d87ce229 files/digest-kdeedu-3.0.4 66 +MD5 68a34630292321130142b9ce15fab8bb files/digest-kdeedu-3.1.1 67 +MD5 9f199e6d8eb1ca595083c94233723ed7 files/digest-kdeedu-3.1.2 67 diff --git a/kde-base/kdeedu/files/digest-kdeedu-3.1.2 b/kde-base/kdeedu/files/digest-kdeedu-3.1.2 new file mode 100644 index 000000000000..b7f7369196bc --- /dev/null +++ b/kde-base/kdeedu/files/digest-kdeedu-3.1.2 @@ -0,0 +1 @@ +MD5 f2ef92d195498ccbcdf478cf8c4035de kdeedu-3.1.2.tar.bz2 20021725 diff --git a/kde-base/kdeedu/kdeedu-3.1.2.ebuild b/kde-base/kdeedu/kdeedu-3.1.2.ebuild new file mode 100644 index 000000000000..55e81a4afb6f --- /dev/null +++ b/kde-base/kdeedu/kdeedu-3.1.2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/kdeedu-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ +inherit kde-dist flag-o-matic + +IUSE="" +DESCRIPTION="KDE educational apps" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +if [ "`gcc -dumpversion`" == "2.95.3" ]; then + filter-flags "-fomit-frame-pointer" +fi diff --git a/kde-base/kdegames/Manifest b/kde-base/kdegames/Manifest index 218ef53d2dd6..3e520c27b6b6 100644 --- a/kde-base/kdegames/Manifest +++ b/kde-base/kdegames/Manifest @@ -1,15 +1,17 @@ -MD5 5fb1bd119fbf9a282d1e11633a75037e ChangeLog 4213 MD5 17378a3176e17113464f403fd626c998 kdegames-2.2.2-r1.ebuild 482 MD5 2df21a42b3519b94e7502ddefbee32c5 kdegames-3.0.4.ebuild 311 -MD5 9ef4bdeba44ef8eb32397a2e238fcb62 kdegames-3.0.5a.ebuild 359 +MD5 a6d2a728d32c209cffd325ddf71254fb kdegames-3.1.2.ebuild 1052 MD5 5041d53d51f432255e29cf4d6a8aa385 kdegames-3.0.5b.ebuild 361 -MD5 44bfb5d49818228b019239ed26618239 kdegames-3.1.1.ebuild 1050 MD5 0fdbe7995ecbecc0c21b63c24993b9f0 kdegames-3.1.ebuild 1050 +MD5 44bfb5d49818228b019239ed26618239 kdegames-3.1.1.ebuild 1050 +MD5 5fb1bd119fbf9a282d1e11633a75037e ChangeLog 4213 +MD5 9ef4bdeba44ef8eb32397a2e238fcb62 kdegames-3.0.5a.ebuild 359 +MD5 9454a7045d01e70b0b5b69c46be36801 files/kdegames-3.0.5b-gentoo.diff 592 MD5 245411bbbf6ddc4fe9698b192374f69f files/digest-kdegames-2.2.2-r1 135 MD5 73a3b61ff37f70ff995d3eaf9ae3e7d5 files/digest-kdegames-3.0.4 68 -MD5 2f6e69cece4660efe6de56a735409a4d files/digest-kdegames-3.0.5a 69 -MD5 726d8204b4760054fba2739aad24a7e4 files/digest-kdegames-3.0.5b 286 -MD5 3e1e11419cebd48e317298cd8e20cf32 files/digest-kdegames-3.1 66 MD5 c607a5f007e635dc05b4cf219e0f3ee9 files/digest-kdegames-3.1.1 68 +MD5 ed655621868d926cb3bfcddef5da44cd files/digest-kdegames-3.1.2 68 MD5 9454a7045d01e70b0b5b69c46be36801 files/kdegames-3.0.5a-gentoo.diff 592 -MD5 9454a7045d01e70b0b5b69c46be36801 files/kdegames-3.0.5b-gentoo.diff 592 +MD5 3e1e11419cebd48e317298cd8e20cf32 files/digest-kdegames-3.1 66 +MD5 2f6e69cece4660efe6de56a735409a4d files/digest-kdegames-3.0.5a 69 +MD5 726d8204b4760054fba2739aad24a7e4 files/digest-kdegames-3.0.5b 286 diff --git a/kde-base/kdegames/files/digest-kdegames-3.1.2 b/kde-base/kdegames/files/digest-kdegames-3.1.2 new file mode 100644 index 000000000000..60f914368942 --- /dev/null +++ b/kde-base/kdegames/files/digest-kdegames-3.1.2 @@ -0,0 +1 @@ +MD5 9c66505f2262cfd555c6fc0f8f0b099b kdegames-3.1.2.tar.bz2 8522566 diff --git a/kde-base/kdegames/kdegames-3.1.2.ebuild b/kde-base/kdegames/kdegames-3.1.2.ebuild new file mode 100644 index 000000000000..16cf639ab094 --- /dev/null +++ b/kde-base/kdegames/kdegames-3.1.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegames/kdegames-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ +inherit kde-dist eutils + +DESCRIPTION="KDE games (solitaire :-)" +IUSE="" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +src_unpack() { + kde_src_unpack + if [ ${ARCH} == "alpha" ] ; then + einfo "Not building kmines due to linking problems on alpha" + cd ${S} + cp subdirs subdirs.orig + grep -v kmines subdirs.orig > subdirs + fi +} + +src_compile() { + kde_src_compile myconf configure + if [ ${ARCH} == "alpha" ] ; then + # ksirtet dies without kmines' libkdehighscores, so we have to build it + # manually if we want ksirtet. Which we do. Everyone loves tetris! + # But first, build libkdegames, since libkdehighscores depends on it. + cd ${S}/libkdegames + emake || die "died trying to build libkdegames" + cd ../kmines/generic + emake || die "died trying to build kmines/generic/libkdehighscores.la" + fi + kde_src_compile make +} diff --git a/kde-base/kdegraphics/Manifest b/kde-base/kdegraphics/Manifest index d5766b82a4e8..4d5ac4ced4d8 100644 --- a/kde-base/kdegraphics/Manifest +++ b/kde-base/kdegraphics/Manifest @@ -1,23 +1,25 @@ -MD5 3e3896d246f82166ff1ff41cda9ccd41 ChangeLog 6435 +MD5 182f7c3d387503003fa7d55cae1f8e1f kdegraphics-3.1.1a-r1.ebuild 1230 +MD5 1b2d952a4b8a2a7caa9267950c9864f7 kdegraphics-2.2.2-r2.ebuild 1276 +MD5 23b9066a65d83c955059927a5967d855 kdegraphics-3.1.1.ebuild 1195 +MD5 71a0d50a8e90630112f13687f0f4d1cb kdegraphics-3.1.ebuild 1196 +MD5 429c7f1d7a9e4cf91db6a633087eb160 kdegraphics-3.1.1a.ebuild 1200 +MD5 2f40b2ab1abb0358f49bdee8b1a0f4e1 kdegraphics-3.0.5b.ebuild 1505 MD5 cfe322b5d0f420db651305ea3cc9cfc9 kdegraphics-2.2.2-r1.ebuild 1019 MD5 001f7efb816a49f2e9651f8e3e1f2fb1 kdegraphics-3.0.4.ebuild 1490 +MD5 2b9e802bf26f9313a3ccd63a802c526e kdegraphics-3.1.2.ebuild 1231 +MD5 3e3896d246f82166ff1ff41cda9ccd41 ChangeLog 6435 MD5 b3f1fb8b67a5fdac84127f754bb42b12 kdegraphics-3.0.5a.ebuild 1504 -MD5 2f40b2ab1abb0358f49bdee8b1a0f4e1 kdegraphics-3.0.5b.ebuild 1505 -MD5 23b9066a65d83c955059927a5967d855 kdegraphics-3.1.1.ebuild 1195 -MD5 429c7f1d7a9e4cf91db6a633087eb160 kdegraphics-3.1.1a.ebuild 1200 -MD5 71a0d50a8e90630112f13687f0f4d1cb kdegraphics-3.1.ebuild 1196 -MD5 1b2d952a4b8a2a7caa9267950c9864f7 kdegraphics-2.2.2-r2.ebuild 1276 -MD5 182f7c3d387503003fa7d55cae1f8e1f kdegraphics-3.1.1a-r1.ebuild 1230 -MD5 d5bbeb3731063072794323e195a7a99d files/digest-kdegraphics-2.2.2-r1 141 +MD5 994f2eb077cf2e821a8477b918ee40b2 files/kdegraphics-3.0.4-kghostviewrc 335 MD5 34693477929f801abd54b37a58efa7f0 files/digest-kdegraphics-3.0.4 71 +MD5 63149da878e9e69a3ddfbe1eb56ed03b files/digest-kdegraphics-3.1.1 71 +MD5 49295b39c501de3a7099e5929374d569 files/digest-kdegraphics-3.1.2 71 MD5 7529309378c3a5c51c9fa77374ecb9dc files/digest-kdegraphics-3.0.5a 72 MD5 fcdc3bd9bfe2c49726ccc6d61cfb7fd4 files/digest-kdegraphics-3.0.5b 72 -MD5 4a423927953d09de2c598aac97f088e2 files/digest-kdegraphics-3.1 69 -MD5 63149da878e9e69a3ddfbe1eb56ed03b files/digest-kdegraphics-3.1.1 71 MD5 97072669c0e368449bc80181888ab4d7 files/digest-kdegraphics-3.1.1a 142 +MD5 d5bbeb3731063072794323e195a7a99d files/digest-kdegraphics-2.2.2-r1 141 +MD5 e7cc7d6e6591c7dfdc7c247d5a436549 files/digest-kdegraphics-2.2.2-r2 299 +MD5 4a423927953d09de2c598aac97f088e2 files/digest-kdegraphics-3.1 69 MD5 8e79f1d4682e90f425f1280578625492 files/kdegraphics-2.2.2-gentoo.diff 472 -MD5 994f2eb077cf2e821a8477b918ee40b2 files/kdegraphics-3.0.4-kghostviewrc 335 -MD5 994f2eb077cf2e821a8477b918ee40b2 files/kdegraphics-3.0.5a-kghostviewrc 335 MD5 994f2eb077cf2e821a8477b918ee40b2 files/kdegraphics-3.0.5b-kghostviewrc 335 -MD5 e7cc7d6e6591c7dfdc7c247d5a436549 files/digest-kdegraphics-2.2.2-r2 299 MD5 de350fd2d3c202b454063623e3bfb286 files/digest-kdegraphics-3.1.1a-r1 145 +MD5 994f2eb077cf2e821a8477b918ee40b2 files/kdegraphics-3.0.5a-kghostviewrc 335 diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-3.1.2 b/kde-base/kdegraphics/files/digest-kdegraphics-3.1.2 new file mode 100644 index 000000000000..e7d461e3c240 --- /dev/null +++ b/kde-base/kdegraphics/files/digest-kdegraphics-3.1.2 @@ -0,0 +1 @@ +MD5 739ea52de2e177a271cf9247dcb09a3d kdegraphics-3.1.2.tar.bz2 4587991 diff --git a/kde-base/kdegraphics/kdegraphics-3.1.2.ebuild b/kde-base/kdegraphics/kdegraphics-3.1.2.ebuild new file mode 100644 index 000000000000..a5fc4f159ec4 --- /dev/null +++ b/kde-base/kdegraphics/kdegraphics-3.1.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ +inherit kde-dist + +IUSE="gphoto2 tetex scanner" +DESCRIPTION="KDE graphics-related apps" + +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +newdepend "gphoto2? ( >=media-gfx/gphoto2-2.0_beta1 ) + dev-lang/perl + scanner? ( media-gfx/sane-backends ) + tetex? ( >=app-text/tetex-1.0.7 ) + media-libs/imlib + app-text/ghostscript + virtual/glut virtual/opengl + media-libs/tiff + !media-gfx/kpovmodeler + x86? ( scanner? sys-libs/libieee1284 ) + >=sys-apps/portage-2.0.47" # needed for the above dep ANDing to work + +RDEPEND="$RDEPEND app-text/xpdf" + +use gphoto2 && myconf="$myconf --with-kamera --with-gphoto2-includes=/usr/include/gphoto2 \ + --with-gphoto2-libraries=/usr/lib/gphoto2 \ + --with-gpio --with-gpio-includes=/usr/include \ + --with-gpio-libraries=/usr/lib" || myconf="$myconf --without-kamera" + +use tetex && myconf="$myconf --with-system-kpathsea --with-tex-datadir=/usr/share" + +use scanner || KDE_REMOVE_DIR="kooka libkscan" + +myconf="$myconf --with-imlib --with-imlib-config=/usr/bin" + diff --git a/kde-base/kdelibs/Manifest b/kde-base/kdelibs/Manifest index 9c44483f3755..375c47391f72 100644 --- a/kde-base/kdelibs/Manifest +++ b/kde-base/kdelibs/Manifest @@ -1,36 +1,39 @@ -MD5 3bbaa7a0eb2d972d40a9014c36809a0e ChangeLog 13475 +MD5 df91cbec48384d7bef90e2a6c41cf168 kdelibs-3.1.2.ebuild 2481 +MD5 8f10a0f9fe61e3f3df2303d1299b380b kdelibs-3.1.ebuild 2253 +MD5 1acc34614d989d737b8963e4018d6791 kdelibs-3.1-r2.ebuild 2919 MD5 473d5b5fc8173adfcfca96940e58f7d7 kdelibs-2.2.2a-r1.ebuild 2414 MD5 8a21daa4525f5d8edef9d9be0d4a3354 kdelibs-3.0.4-r1.ebuild 2303 -MD5 5f74c0821a73f0c8f26843e4af713d1c kdelibs-3.0.5a-r1.ebuild 2062 -MD5 28d5d6943fcb69c88c602bc72f175665 kdelibs-3.0.5b.ebuild 1922 -MD5 1acc34614d989d737b8963e4018d6791 kdelibs-3.1-r2.ebuild 2919 -MD5 95587d5222406da38c6a01a5a213cfd9 kdelibs-3.1-r3.ebuild 2679 +MD5 16dee449bf6e127b765f31d12686e4a8 kdelibs-3.1.1-r1.ebuild 2605 MD5 fc0c30efb45729dff9fa19ebbe233c2e kdelibs-3.1.1.ebuild 2478 MD5 f64340653e6defc134ec9a0ececf777e kdelibs-3.1.1a.ebuild 2649 -MD5 8f10a0f9fe61e3f3df2303d1299b380b kdelibs-3.1.ebuild 2253 +MD5 28d5d6943fcb69c88c602bc72f175665 kdelibs-3.0.5b.ebuild 1922 +MD5 95587d5222406da38c6a01a5a213cfd9 kdelibs-3.1-r3.ebuild 2679 MD5 a155e553dc36b2e5a7e7e85e72a14374 kdelibs-2.2.2a-r2.ebuild 2567 -MD5 16dee449bf6e127b765f31d12686e4a8 kdelibs-3.1.1-r1.ebuild 2605 -MD5 f458fafcd88e2ea5c4eb8a88424640c4 files/digest-kdelibs-2.2.2a-r1 67 -MD5 067d29e66608e7461f28e94895a0f4a2 files/digest-kdelibs-3.0.4-r1 142 -MD5 a24c4fa284fa06452ffd4ea438270fd2 files/digest-kdelibs-3.0.5a-r1 68 +MD5 5f74c0821a73f0c8f26843e4af713d1c kdelibs-3.0.5a-r1.ebuild 2062 +MD5 3bbaa7a0eb2d972d40a9014c36809a0e ChangeLog 13475 +MD5 3c178889822836378fcf526195b86814 files/kdelibs-3.1.1-kio_http.diff 5257 +MD5 24190dc0508cd29ea5adecc4cefc0db2 files/kdelibs-2.2.2a-crosside.diff 1267 +MD5 b9e995da45022f78aed48a79f02201e7 files/kdelibs-3.1-bookmark.diff 1320 MD5 09f2cae6a320fd2baef3d56102cb6f62 files/digest-kdelibs-3.0.5b 68 -MD5 cc4a5df0791ae13159f71f47996a8b95 files/digest-kdelibs-3.1 66 +MD5 fe5064a43dd8ed966e50aee8b8f3364a files/digest-kdelibs-3.1.1a 136 MD5 cc4a5df0791ae13159f71f47996a8b95 files/digest-kdelibs-3.1-r2 66 MD5 cc4a5df0791ae13159f71f47996a8b95 files/digest-kdelibs-3.1-r3 66 -MD5 185c0cca81183c5659b62f91fd240771 files/digest-kdelibs-3.1.1 68 -MD5 321a6376eccdfa7077aea0e578b560b5 files/digest-kdelibs-3.1.1-r1 1114 -MD5 fe5064a43dd8ed966e50aee8b8f3364a files/digest-kdelibs-3.1.1a 136 -MD5 24190dc0508cd29ea5adecc4cefc0db2 files/kdelibs-2.2.2a-crosside.diff 1267 -MD5 ed6c2a4ca2dca736f3cbfe717b762fe6 files/kdelibs-2.2.2a-gentoo.diff 75788 -MD5 bcd0e223c0be9cc4d1af5f2b5578a096 files/kdelibs-3.0.5a-dontcrash.diff 500 -MD5 acd90863c0847e230aa37f3943d58176 files/kdelibs-3.0.5a-libxml2-2.5.2.diff 703 MD5 acd90863c0847e230aa37f3943d58176 files/kdelibs-3.0.5b-libxml2-2.5.2.diff 703 -MD5 b9e995da45022f78aed48a79f02201e7 files/kdelibs-3.1-bookmark.diff 1320 -MD5 41d30ba8cf8d36ad3caebeedb1ddfd0e files/kdelibs-3.1-kjs-alphaev6-gcc3-workaround.patch 477 -MD5 6e7c2097ad93ecd9a011d1685cb8971f files/kdelibs-3.1-libxml2-2.5.2.diff 1404 -MD5 7353213c0eaadb42e684fb98fe8f4ff0 files/kdelibs-3.1-zip.diff 2906 -MD5 3c178889822836378fcf526195b86814 files/kdelibs-3.1.1-kio_http.diff 5257 +MD5 a24c4fa284fa06452ffd4ea438270fd2 files/digest-kdelibs-3.0.5a-r1 68 MD5 41d30ba8cf8d36ad3caebeedb1ddfd0e files/kdelibs-3.1.1-kjs-alphaev6-gcc3-workaround.patch 477 MD5 7353213c0eaadb42e684fb98fe8f4ff0 files/kdelibs-3.1.1-zip.diff 2906 +MD5 7353213c0eaadb42e684fb98fe8f4ff0 files/kdelibs-3.1-zip.diff 2906 MD5 41d30ba8cf8d36ad3caebeedb1ddfd0e files/kdelibs-3.1.1a-kjs-alphaev6-gcc3-workaround.patch 477 +MD5 185c0cca81183c5659b62f91fd240771 files/digest-kdelibs-3.1.1 68 +MD5 d93637de0cd50cb926c9eda49dd105a0 files/digest-kdelibs-3.1.2 68 +MD5 41d30ba8cf8d36ad3caebeedb1ddfd0e files/kdelibs-3.1.2-kjs-alphaev6-gcc3-workaround.patch 477 +MD5 41d30ba8cf8d36ad3caebeedb1ddfd0e files/kdelibs-3.1-kjs-alphaev6-gcc3-workaround.patch 477 +MD5 bcd0e223c0be9cc4d1af5f2b5578a096 files/kdelibs-3.0.5a-dontcrash.diff 500 +MD5 cc4a5df0791ae13159f71f47996a8b95 files/digest-kdelibs-3.1 66 +MD5 067d29e66608e7461f28e94895a0f4a2 files/digest-kdelibs-3.0.4-r1 142 +MD5 ed6c2a4ca2dca736f3cbfe717b762fe6 files/kdelibs-2.2.2a-gentoo.diff 75788 +MD5 321a6376eccdfa7077aea0e578b560b5 files/digest-kdelibs-3.1.1-r1 1114 +MD5 6e7c2097ad93ecd9a011d1685cb8971f files/kdelibs-3.1-libxml2-2.5.2.diff 1404 +MD5 f458fafcd88e2ea5c4eb8a88424640c4 files/digest-kdelibs-2.2.2a-r1 67 MD5 6541fd079b109e7a1d7050ed3d63cf86 files/digest-kdelibs-2.2.2a-r2 139 +MD5 acd90863c0847e230aa37f3943d58176 files/kdelibs-3.0.5a-libxml2-2.5.2.diff 703 diff --git a/kde-base/kdelibs/files/digest-kdelibs-3.1.2 b/kde-base/kdelibs/files/digest-kdelibs-3.1.2 new file mode 100644 index 000000000000..40e737d450aa --- /dev/null +++ b/kde-base/kdelibs/files/digest-kdelibs-3.1.2 @@ -0,0 +1 @@ +MD5 340299a233737c3cd6f002795900e04f kdelibs-3.1.2.tar.bz2 10570058 diff --git a/kde-base/kdelibs/files/kdelibs-3.1.2-kjs-alphaev6-gcc3-workaround.patch b/kde-base/kdelibs/files/kdelibs-3.1.2-kjs-alphaev6-gcc3-workaround.patch new file mode 100644 index 000000000000..930776d23a51 --- /dev/null +++ b/kde-base/kdelibs/files/kdelibs-3.1.2-kjs-alphaev6-gcc3-workaround.patch @@ -0,0 +1,19 @@ +--- kjs/ustring.cpp.orig 2003-01-23 15:49:49.000000000 -0500 ++++ kjs/ustring.cpp 2003-01-27 19:49:00.000000000 -0500 +@@ -421,8 +421,15 @@ + { + double d = toDouble(); + bool b = true; ++ /* useless temporary variable to work around gcc optimization bug */ ++ bool nan = false; + +- if (isNaN(d) || d != static_cast<unsigned long>(d)) { ++ if (isNaN(d)) { ++ d = 0; ++ nan = true; ++ } ++ ++ if (nan || d != static_cast<unsigned long>(d)) { + b = false; + d = 0; + } diff --git a/kde-base/kdelibs/kdelibs-3.1.2.ebuild b/kde-base/kdelibs/kdelibs-3.1.2.ebuild new file mode 100644 index 000000000000..4a8f396bc16d --- /dev/null +++ b/kde-base/kdelibs/kdelibs-3.1.2.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ +inherit kde +#don't inherit kde-base or kde-dist! it calls need-kde which adds kdelibs to depend! + +IUSE="alsa cups ipv6 ssl" +DESCRIPTION="KDE libraries needed by all kde programs" +KEYWORDS="x86 ~ppc ~sparc ~alpha" +HOMEPAGE="http//www.kde.org/" +SLOT="3.1" +LICENSE="GPL-2 LGPL-2" +SRC_URI="mirror://kde/stable/$PV/src/${P}.tar.bz2" + +# kde.eclass has kdelibs in DEPEND, and we can't have that in here. +# so we recreate the entire DEPEND from scratch. +DEPEND="" +RDEPEND="doc? ( ~app-doc/kdelibs-apidocs-$PV )" +newdepend "dev-lang/perl + >=media-libs/audiofile-0.1.9 + >=sys-apps/bzip2-1.0.1 + >=dev-libs/libxslt-1.0.7 + >=dev-libs/libpcre-3.5 + >=dev-libs/libxml2-2.4.10 + ssl? ( >=dev-libs/openssl-0.9.6 ) + alsa? ( >=media-libs/alsa-lib-0.5.9 >=media-sound/alsa-driver-0.5.9 ) + cups? ( >=net-print/cups-1.1.14 ) + >=media-libs/tiff-3.5.5 + app-admin/fam-oss + app-text/ghostscript + media-libs/libart_lgpl + sys-devel/gettext + ~kde-base/arts-1.1.1" # this arts rev is part of the same fix + +newdepend "/autotools" + +RDEPEND="$RDEPEND + app-text/sgml-common + cups? ( net-print/cups ) + dev-lang/python + >=sys-apps/portage-2.0.36" # for #7359 + +myconf="$myconf --with-distribution=Gentoo --enable-libfam --enable-dnotify" +use ipv6 || myconf="$myconf --with-ipv6-lookup=no" +use ssl && myconf="$myconf --with-ssl-dir=/usr" || myconf="$myconf --without-ssl" +use alsa && myconf="$myconf --with-alsa" || myconf="$myconf --without-alsa" +use cups && myconf="$myconf --enable-cups" || myconf="$myconf --disable-cups" + +use x86 && myconf="$myconf --enable-fast-malloc=full" + +qtver-from-kdever ${PV} +need-qt $selected_version + +set-kdedir $PV + +src_unpack() { + kde_src_unpack + kde_sandbox_patch ${S}/kio/misc/kpac + use alpha && cd ${S} && epatch ${FILESDIR}/${P}-kjs-alphaev6-gcc3-workaround.patch +} + +src_install() { + kde_src_install + dohtml *.html + + # kdelibs-apidocs is provided by kdelibs-apidocs ebuild, kdelibs ebuild + # shouldn't install anything into kdelibs-apidocs (bug #15102) + rm -r ${D}/$KDEDIR/share/doc/HTML/en/kdelibs-apidocs +} + +pkg_postinst() { + einfo "If you have kde 3.0.x installed, please upgrade to kdeils-3.0.5a-r2 and kdebase-3.0.5a-r1. + If they don't have your arch's keywords, edit /etc/env.d/65kdelibs-3.0.*, remove the KDEDIRS= + line and env-update." +} diff --git a/kde-base/kdemultimedia/Manifest b/kde-base/kdemultimedia/Manifest index 4f75c4713568..556b9f6d3954 100644 --- a/kde-base/kdemultimedia/Manifest +++ b/kde-base/kdemultimedia/Manifest @@ -1,24 +1,28 @@ -MD5 5cf323ec105961b817d2411d22614fd2 ChangeLog 6285 -MD5 6ef1a62b5177796e9dc01e5037031786 kdemultimedia-2.2.2-r1.ebuild 1475 -MD5 6f1ef1d0aeddc81da816f138ee90e778 kdemultimedia-3.0.4.ebuild 2517 MD5 9dd75bdbc32e1c440d23edd235bac84b kdemultimedia-3.0.5a.ebuild 2523 -MD5 8fb79646776cf184ad0689232821cf49 kdemultimedia-3.0.5b.ebuild 2525 -MD5 617f827cce13d597e59f810b00a9e446 kdemultimedia-3.1-r1.ebuild 2701 -MD5 7deb57de3796a481b67fa061bbde893d kdemultimedia-3.1.1.ebuild 2697 +MD5 6f1ef1d0aeddc81da816f138ee90e778 kdemultimedia-3.0.4.ebuild 2517 +MD5 48966f7cfe42d74c2a17ea827b4a31e3 kdemultimedia-3.1.2.ebuild 2699 +MD5 6ef1a62b5177796e9dc01e5037031786 kdemultimedia-2.2.2-r1.ebuild 1475 +MD5 5cf323ec105961b817d2411d22614fd2 ChangeLog 6285 MD5 9a2144e67e17eebd7f6301c8bca49906 kdemultimedia-3.1.ebuild 2702 -MD5 f6cf44aaa0e416ee6dcc0a66f734d83a files/digest-kdemultimedia-2.2.2-r1 146 -MD5 bd16249f1d390fb635238b000fc0e1ef files/digest-kdemultimedia-3.0.4 73 +MD5 7deb57de3796a481b67fa061bbde893d kdemultimedia-3.1.1.ebuild 2697 +MD5 617f827cce13d597e59f810b00a9e446 kdemultimedia-3.1-r1.ebuild 2701 +MD5 8fb79646776cf184ad0689232821cf49 kdemultimedia-3.0.5b.ebuild 2525 +MD5 353aca022c26e07139bf35ad2433fabd files/kdemultimedia-3.0.5a-gentoo-timidity.diff 694 +MD5 353aca022c26e07139bf35ad2433fabd files/kdemultimedia-3.0.4-gentoo-timidity.diff 694 +MD5 353aca022c26e07139bf35ad2433fabd files/kdemultimedia-3.1.2-gentoo-timidity.diff 694 MD5 1d8fbf6a3381fec3bcf4b41f830cc360 files/digest-kdemultimedia-3.0.5a 74 MD5 d37340290c8c5fd5d8dc6345ec9dee75 files/digest-kdemultimedia-3.0.5b 74 -MD5 617c96da71ee9854ff09217902c45ac0 files/digest-kdemultimedia-3.1 71 MD5 617c96da71ee9854ff09217902c45ac0 files/digest-kdemultimedia-3.1-r1 71 -MD5 448728e6c262cd057b361af52d1f0c16 files/digest-kdemultimedia-3.1.1 73 -MD5 86d8f1ace438437515940f470b8d4ddd files/kdemultimedia-2.2.2-gentoo.diff 2416 -MD5 86d8f1ace438437515940f470b8d4ddd files/kdemultimedia-2.2.2-r1-gentoo.diff 2416 -MD5 353aca022c26e07139bf35ad2433fabd files/kdemultimedia-3.0.4-gentoo-timidity.diff 694 -MD5 353aca022c26e07139bf35ad2433fabd files/kdemultimedia-3.0.5a-gentoo-timidity.diff 694 -MD5 353aca022c26e07139bf35ad2433fabd files/kdemultimedia-3.0.5b-gentoo-timidity.diff 694 -MD5 353aca022c26e07139bf35ad2433fabd files/kdemultimedia-3.1-gentoo-timidity.diff 694 MD5 fe58e9a2bdef8ba1e3b8268714ff5fa7 files/kdemultimedia-3.1-ln-sf.diff 1278 -MD5 353aca022c26e07139bf35ad2433fabd files/kdemultimedia-3.1.1-gentoo-timidity.diff 694 +MD5 f6cf44aaa0e416ee6dcc0a66f734d83a files/digest-kdemultimedia-2.2.2-r1 146 +MD5 353aca022c26e07139bf35ad2433fabd files/kdemultimedia-3.0.5b-gentoo-timidity.diff 694 +MD5 86d8f1ace438437515940f470b8d4ddd files/kdemultimedia-2.2.2-r1-gentoo.diff 2416 +MD5 86d8f1ace438437515940f470b8d4ddd files/kdemultimedia-2.2.2-gentoo.diff 2416 +MD5 bd16249f1d390fb635238b000fc0e1ef files/digest-kdemultimedia-3.0.4 73 +MD5 448728e6c262cd057b361af52d1f0c16 files/digest-kdemultimedia-3.1.1 73 +MD5 494e1ad0c3920f997f704dc75f9af4b1 files/digest-kdemultimedia-3.1.2 73 MD5 fe58e9a2bdef8ba1e3b8268714ff5fa7 files/kdemultimedia-3.1.1-ln-sf.diff 1278 +MD5 fe58e9a2bdef8ba1e3b8268714ff5fa7 files/kdemultimedia-3.1.2-ln-sf.diff 1278 +MD5 617c96da71ee9854ff09217902c45ac0 files/digest-kdemultimedia-3.1 71 +MD5 353aca022c26e07139bf35ad2433fabd files/kdemultimedia-3.1.1-gentoo-timidity.diff 694 +MD5 353aca022c26e07139bf35ad2433fabd files/kdemultimedia-3.1-gentoo-timidity.diff 694 diff --git a/kde-base/kdemultimedia/files/digest-kdemultimedia-3.1.2 b/kde-base/kdemultimedia/files/digest-kdemultimedia-3.1.2 new file mode 100644 index 000000000000..6098cbd30619 --- /dev/null +++ b/kde-base/kdemultimedia/files/digest-kdemultimedia-3.1.2 @@ -0,0 +1 @@ +MD5 a845889859da64993906cd2b2252c08f kdemultimedia-3.1.2.tar.bz2 5920079 diff --git a/kde-base/kdemultimedia/files/kdemultimedia-3.1.2-gentoo-timidity.diff b/kde-base/kdemultimedia/files/kdemultimedia-3.1.2-gentoo-timidity.diff new file mode 100644 index 000000000000..f392a244212e --- /dev/null +++ b/kde-base/kdemultimedia/files/kdemultimedia-3.1.2-gentoo-timidity.diff @@ -0,0 +1,21 @@ +diff -ru kdemultimedia-2.2.1.orig/kmidi/TIMIDITY/motif_p.c kdemultimedia-2.2.1/kmidi/TIMIDITY/motif_p.c +--- kmidi/TIMIDITY/motif_p.c Mon Feb 28 19:07:37 2000 ++++ kmidi/TIMIDITY/motif_p.c Fri Oct 19 04:00:10 2001 +@@ -22,6 +22,7 @@ + pipe communication between motif interface and sound generator + + */ ++#include <sys/errno.h> + #ifdef IA_MOTIF + + #include <stdio.h> +--- kmidi/TIMIDITY/tk_c.c 2002-04-04 21:15:35.000000000 -0600 ++++ kmidi/TIMIDITY/tk_c.c 2002-04-04 21:17:06.000000000 -0600 +@@ -12,6 +12,7 @@ + *================================================================*/ + #ifdef TCLTK + ++#include <sys/errno.h> + #include <stdio.h> + #include <stdlib.h> + #include <unistd.h> diff --git a/kde-base/kdemultimedia/files/kdemultimedia-3.1.2-ln-sf.diff b/kde-base/kdemultimedia/files/kdemultimedia-3.1.2-ln-sf.diff new file mode 100644 index 000000000000..ee6daa91f3dc --- /dev/null +++ b/kde-base/kdemultimedia/files/kdemultimedia-3.1.2-ln-sf.diff @@ -0,0 +1,29 @@ +--- kmidi/TIMIDITY/makelinks Sat Aug 24 11:36:27 2002 ++++ kmidi/TIMIDITY/makelinks Sat Aug 24 11:36:15 2002 +@@ -3,7 +3,7 @@ srcdir=$1 + for header in common config controls ctl effects filter instrum mix \ + output playmidi readmidi resample sbk sflayer tables \ + version ; do +- if [ ! -h ${header}.h ]; then ln -s ${srcdir}/${header}.h . ; fi ++ if [ ! -h ${header}.h ]; then ln -sf ${srcdir}/${header}.h . ; fi + done + + for cfile in alsa_a arts_a b_out bag bsd20_a celeste_e chorus_e \ +@@ -13,14 +13,14 @@ for cfile in alsa_a arts_a b_out bag bsd + playmidi raw_a readmidi readsbk resample resample_f \ + resample_l reverb_e sbktext sf2cfg slang_c sndfont \ + sun_a tables timidity wav2pat wave_a ; do +- if [ ! -h ${cfile}.c ]; then ln -s ${srcdir}/${cfile}.cpp ${cfile}.c ; fi ++ if [ ! -h ${cfile}.c ]; then ln -sf ${srcdir}/${cfile}.cpp ${cfile}.c ; fi + done + + for lfile in cfg ; do +- if [ ! -h ${lfile}.l ]; then ln -s ${srcdir}/${lfile}.l . ; fi ++ if [ ! -h ${lfile}.l ]; then ln -sf ${srcdir}/${lfile}.l . ; fi + done + + # LEAVE THIS ONE AT THE END!! + for other in BITMAPS ; do +- if [ ! -h ${other} ]; then ln -s ${srcdir}/${other} . ; fi ++ if [ ! -h ${other} ]; then ln -sf ${srcdir}/${other} . ; fi + done diff --git a/kde-base/kdemultimedia/kdemultimedia-3.1.2.ebuild b/kde-base/kdemultimedia/kdemultimedia-3.1.2.ebuild new file mode 100644 index 000000000000..6886505878fb --- /dev/null +++ b/kde-base/kdemultimedia/kdemultimedia-3.1.2.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ +inherit kde-dist flag-o-matic + +IUSE="nas esd motif slang tcltk oggvorbis cdr" +DESCRIPTION="KDE multimedia apps: noatun, kscd, artsbuilder..." +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +newdepend ">=sys-libs/ncurses-5.2 + >=media-sound/cdparanoia-3.9.8 + >=media-libs/libvorbis-1.0_beta4 + >=media-video/xanim-2.80.1 + nas? ( >=media-libs/nas-1.4.1 ) + esd? ( >=media-sound/esound-0.2.22 ) + motif? ( virtual/motif ) + slang? ( >=sys-libs/slang-1.4.4 ) + >=media-sound/mpg123-0.59r + tcltk? ( >=dev-lang/tk-8.0.5-r2 ) + >=dev-libs/glib-1.3.3 + oggvorbis? ( media-libs/libvorbis )" + #>=media-libs/xine-lib-0.9.14" # not yet available + #gtk? ( =x11-libs/gtk+-1.2* ) +# alsa? ( >=media-libs/alsa-lib-0.5.9 )" + +RDEPEND="$RDEPEND + cdr? ( app-cdr/cdrtools + >=app-cdr/cdrdao-1.1.5 )" + +replace-flags "-O3" "-O2" + +myaudio="--enable-audio=oss" +myinterface="--enable-interface=xaw,ncurses" +myconf="$myconf --enable-xaw --enable-ncurses" +#myconf="$myconf --with-xine-prefix=/usr" + +# make -j2 fails, at least on ppc +export MAKEOPTS="$MAKEOPTS -j1" + +PATCHES="$FILESDIR/$P-gentoo-timidity.diff + $FILESDIR/$P-ln-sf.diff" + +# alsa 0.9 not supported +#use alsa && myconf="$myconf --with-alsa --with-arts-alsa" && myaudio="$myaudio,alsa" || myconf="$myconf --without-alsa --disable-alsa" +use nas && myaudio="$myaudio,nas --with-nas-library=/usr/X11R6/lib/libaudio.so --with-nas-includes=/usr/X11R6/include" || myconf="$myconf --disable-nas" +use esd && myaudio="$myaudio,esd" || myconf="$myconf --disable-esd" +use motif && myinterface="$myinterface,motif" && myconf="$myconf --enable-motif" +# kmidi/TIMIDITY miscompiles with gtk +#use gtk && myinterface="$myinterface,gtk" && myconf="$myconf --enable-gtk" +use slang && myinterface="$myinterface,slang" && myconf="$myconf --enable-slang" +use tcltk && myinterface="$myinterface,tcltk" && myconf="$myconf --enable-tcltk" +use oggvorbis && myconf="$myconf --with-vorbis=/usr" || myconf="$myconf --without-vorbis" + +use cdr || KDE_REMOVE_DIR="kaudiocreator" + +# xine doesn't compile yet +# also turn off kaudiocreator if cdr isn't in use +KDE_REMOVE_DIR="xine_artsplugin" +[ -z "`use cdr`" ] && KDE_REMOVE_DIR="$KDE_REMOVE_DIR kaudiocreator" + +myconf="$myconf $myaudio $myinterface" + +pkg_postinst() { + if [ -n "`use alsa`" ]; then + einfo "WARNING: alsa support has been removed becuase of a bug in kdemm sources. +For further information see bug #2324 on bugs.gentoo.org and bug #39574 on bugs.kde.org. +Meanwhile, you can use the alsa oss emulation." + fi +} diff --git a/kde-base/kdenetwork/Manifest b/kde-base/kdenetwork/Manifest index 58eed1a4027a..a2b6d7705807 100644 --- a/kde-base/kdenetwork/Manifest +++ b/kde-base/kdenetwork/Manifest @@ -1,22 +1,24 @@ -MD5 7352595620701a0481320b42e15e4024 ChangeLog 5351 +MD5 e6811a9b5e680cf30978893e6c7a2caf kdenetwork-3.0.5b.ebuild 968 +MD5 a049c23cb337cc08721c61a5dca57728 kdenetwork-3.1.2.ebuild 881 MD5 2855066433f32ebe500a93ea3b1d366c kdenetwork-2.2.2-r2.ebuild 603 -MD5 7ee307959ba5ec560a0ad4044842f832 kdenetwork-3.0.4-r1.ebuild 1058 MD5 3eae1afd41911bfee40a760b1bf8568a kdenetwork-3.0.5a.ebuild 967 -MD5 e6811a9b5e680cf30978893e6c7a2caf kdenetwork-3.0.5b.ebuild 968 -MD5 960d3fd45443a3d76d0e244c9b3833b3 kdenetwork-3.1.1.ebuild 880 MD5 ce60f0025c07b1748b3b6254be3858c2 kdenetwork-3.1.ebuild 920 +MD5 960d3fd45443a3d76d0e244c9b3833b3 kdenetwork-3.1.1.ebuild 880 +MD5 7ee307959ba5ec560a0ad4044842f832 kdenetwork-3.0.4-r1.ebuild 1058 MD5 ab815504ee1202af353991ee509bb283 kdenetwork-3.1.1-r1.ebuild 997 +MD5 7352595620701a0481320b42e15e4024 ChangeLog 5351 +MD5 8cfc35635879b3b4fc158d2efa9ec0bb files/lisa 559 +MD5 86ce22554d0bf8df52bc6fe7425184a3 files/reslisa 570 MD5 5eff7873bc0ddc7248a5c0a3d44ba2db files/digest-kdenetwork-2.2.2-r2 139 -MD5 fd9d0a9e3a15f685d5368343cae44daa files/digest-kdenetwork-3.0.4-r1 151 +MD5 3939e85ee43aba114cc3ece4194145b6 files/reslisa.conf 340 +MD5 d97100af0cb95f733660b7a61492d71f files/lisa.conf 452 +MD5 1b93352391186816969c66a339688062 files/kdenetwork-3.1.1-kmail-sig.diff 1442 +MD5 450c5fbda500f395c2514d2fb8f6a5b4 files/kdenetwork-3.1-libxml2-2.5.2.diff 559 MD5 c97042204651bd92a0d0ccff4d6d0467 files/digest-kdenetwork-3.0.5a 71 MD5 f67a62b0d07393c5fe1e38380eee7225 files/digest-kdenetwork-3.0.5b 71 +MD5 fd9d0a9e3a15f685d5368343cae44daa files/digest-kdenetwork-3.0.4-r1 151 +MD5 9ffa1c32d0e67edf1ea46483e02ceb91 files/digest-kdenetwork-3.1.1-r1 70 +MD5 fa71bfa7d91dfad1c95002f15bbefa6a files/kdenetwork-3.1-alpha.diff 533 MD5 efb32a414366975251ba09b9bb40c1b1 files/digest-kdenetwork-3.1 68 MD5 9ffa1c32d0e67edf1ea46483e02ceb91 files/digest-kdenetwork-3.1.1 70 -MD5 fa71bfa7d91dfad1c95002f15bbefa6a files/kdenetwork-3.1-alpha.diff 533 -MD5 450c5fbda500f395c2514d2fb8f6a5b4 files/kdenetwork-3.1-libxml2-2.5.2.diff 559 -MD5 8cfc35635879b3b4fc158d2efa9ec0bb files/lisa 559 -MD5 d97100af0cb95f733660b7a61492d71f files/lisa.conf 452 -MD5 86ce22554d0bf8df52bc6fe7425184a3 files/reslisa 570 -MD5 3939e85ee43aba114cc3ece4194145b6 files/reslisa.conf 340 -MD5 9ffa1c32d0e67edf1ea46483e02ceb91 files/digest-kdenetwork-3.1.1-r1 70 -MD5 1b93352391186816969c66a339688062 files/kdenetwork-3.1.1-kmail-sig.diff 1442 +MD5 6624a0b3be5c5bfb04645ab72faf2e18 files/digest-kdenetwork-3.1.2 70 diff --git a/kde-base/kdenetwork/files/digest-kdenetwork-3.1.2 b/kde-base/kdenetwork/files/digest-kdenetwork-3.1.2 new file mode 100644 index 000000000000..45d455922b6a --- /dev/null +++ b/kde-base/kdenetwork/files/digest-kdenetwork-3.1.2 @@ -0,0 +1 @@ +MD5 cc1b5d990911179b5bbb9ac139d63d0c kdenetwork-3.1.2.tar.bz2 4990011 diff --git a/kde-base/kdenetwork/kdenetwork-3.1.2.ebuild b/kde-base/kdenetwork/kdenetwork-3.1.2.ebuild new file mode 100644 index 000000000000..393814a07900 --- /dev/null +++ b/kde-base/kdenetwork/kdenetwork-3.1.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ +inherit kde-dist + +IUSE="" +DESCRIPTION="KDE network apps: kmail, kppp, knode..." +KEYWORDS="x86 ~ppc ~sparc ~alpha" +newdepend "=kde-base/kdebase-${PV}*" + + +src_install() { + kde_src_install + + chmod +s ${D}/${KDEDIR}/bin/reslisa + + # empty config file needed for lisa to work with default settings + touch ${D}/etc/lisarc + + # lisa, reslisa initscripts + dodir /etc/init.d + sed -e "s:_KDEDIR_:${KDEDIR}:g" ${FILESDIR}/lisa > ${D}/etc/init.d/lisa + sed -e "s:_KDEDIR_:${KDEDIR}:g" ${FILESDIR}/reslisa > ${D}/etc/init.d/reslisa + chmod +x ${D}/etc/init.d/* + + insinto /etc/conf.d + newins ${FILESDIR}/lisa.conf lisa + newins ${FILESDIR}/reslisa.conf reslisa +} diff --git a/kde-base/kdepim/Manifest b/kde-base/kdepim/Manifest index 80ff28f64d96..668296bc7e4d 100644 --- a/kde-base/kdepim/Manifest +++ b/kde-base/kdepim/Manifest @@ -1,15 +1,17 @@ -MD5 3a3df2e70585b460f7917a7886123f00 ChangeLog 4809 -MD5 1a6297f8f2f99c6ddf058d3aa3e54862 kdepim-2.2.2-r1.ebuild 697 MD5 692b11ee455064b79eea0cd9049a7f18 kdepim-3.0.4.ebuild 570 +MD5 69ce62bb806d6d3d89128ec88003c4eb kdepim-3.1.2.ebuild 750 +MD5 ff2edd11e26a2c2272da9f18be999b47 kdepim-3.1.ebuild 744 MD5 6db7ab3add89fcfc032d0939ff0ee9f0 kdepim-3.0.5a.ebuild 579 -MD5 2d0a203ebe2c85c806027544bbe0fa35 kdepim-3.0.5b.ebuild 580 MD5 039756b1a88d341a1b287a3be3c749a9 kdepim-3.1.1.ebuild 748 -MD5 ff2edd11e26a2c2272da9f18be999b47 kdepim-3.1.ebuild 744 -MD5 25b7171189f4ffbf21eb256a43758295 files/digest-kdepim-2.2.2-r1 66 +MD5 1a6297f8f2f99c6ddf058d3aa3e54862 kdepim-2.2.2-r1.ebuild 697 +MD5 3a3df2e70585b460f7917a7886123f00 ChangeLog 4809 +MD5 2d0a203ebe2c85c806027544bbe0fa35 kdepim-3.0.5b.ebuild 580 MD5 ce5fa57255f8b647438149e6fc6c0cd0 files/digest-kdepim-3.0.4 66 +MD5 d4b7a2d165d35d1c82d4b79713209870 files/digest-kdepim-3.1.1 66 +MD5 f244f1b9d8c8792e8d6870fbfc1d8595 files/digest-kdepim-3.1.2 66 MD5 defed5584278061993ff62ee9777e813 files/digest-kdepim-3.0.5a 67 MD5 d833726815dce86df6d79630ceeecfdc files/digest-kdepim-3.0.5b 67 MD5 4eb39815b3a53d49d091b47c9124fe1c files/digest-kdepim-3.1 64 -MD5 d4b7a2d165d35d1c82d4b79713209870 files/digest-kdepim-3.1.1 66 -MD5 9531924495b374de9fc7acf45105c3d7 files/kdepim-2.2.2-gentoo.diff 1054 MD5 b6096c1f83c6be572d1fe8fa91bd9d83 files/post-2.2.2-kdepim.diff 7037 +MD5 9531924495b374de9fc7acf45105c3d7 files/kdepim-2.2.2-gentoo.diff 1054 +MD5 25b7171189f4ffbf21eb256a43758295 files/digest-kdepim-2.2.2-r1 66 diff --git a/kde-base/kdepim/files/digest-kdepim-3.1.2 b/kde-base/kdepim/files/digest-kdepim-3.1.2 new file mode 100644 index 000000000000..4f37ab8268c0 --- /dev/null +++ b/kde-base/kdepim/files/digest-kdepim-3.1.2 @@ -0,0 +1 @@ +MD5 1e3888b45fa3f8286fa246fcb5ee5b6b kdepim-3.1.2.tar.bz2 3308004 diff --git a/kde-base/kdepim/kdepim-3.1.2.ebuild b/kde-base/kdepim/kdepim-3.1.2.ebuild new file mode 100644 index 000000000000..09085f2550b1 --- /dev/null +++ b/kde-base/kdepim/kdepim-3.1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ +inherit kde-dist + +IUSE="pda" +DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer..." +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +newdepend "pda? ( >=dev-libs/pilot-link-0.11.1-r1 ) + dev-lang/perl + =kde-base/kdebase-${PV}* + ~kde-base/kdenetwork-${PV}" # mimelib is needed for support of some stuff with exchange servers + +use pda && myconf="$myconf --with-extra-includes=/usr/include/libpisock" + +# reported by doctomoe on ppc +MAKEOPTS="$MAKEOPTS -j1" + +src_install() { + kde_src_install + docinto html + dodoc *.html +} diff --git a/kde-base/kdesdk/Manifest b/kde-base/kdesdk/Manifest index 002835d3af7d..1d04bd7bc4fb 100644 --- a/kde-base/kdesdk/Manifest +++ b/kde-base/kdesdk/Manifest @@ -1,6 +1,7 @@ MD5 2f6d4d9c34d9c33783193e7b27caf510 kdesdk-3.1.ebuild 308 MD5 d29e7dadf471f8a524bd0d2d77e3d2ce kdesdk-3.0.5a.ebuild 327 MD5 dd022a9ce711fa89a564de5fcf659f9a kdesdk-3.0.4.ebuild 318 +MD5 f162342dd6a24d1fe9407b115417c014 kdesdk-3.1.2.ebuild 310 MD5 37ff80f8f4c4c79a16d60a8f4b5f9370 kdesdk-2.2.2-r1.ebuild 525 MD5 f162342dd6a24d1fe9407b115417c014 kdesdk-3.1.1.ebuild 310 MD5 ce3e412d065b62401130070e5b498e62 kdesdk-3.0.5b.ebuild 329 @@ -9,6 +10,7 @@ MD5 e6c4829fcdb280108dcff69be0553960 files/digest-kdesdk-2.2.2-r1 131 MD5 b38a426f5d7fc0a9679f467892059329 files/kdesdk-2.2.2-gentoo.diff 1062 MD5 8aeaed4631590b1c686d4ddff85ee95d files/digest-kdesdk-3.0.4 66 MD5 e7476a61e7c8d9c228c84d56cc50ddf5 files/digest-kdesdk-3.1.1 66 +MD5 a856f9099caec78c53ec3d6744eec07d files/digest-kdesdk-3.1.2 66 MD5 fc2f7066ef31027bd98e449622f48083 files/digest-kdesdk-3.1 64 MD5 b82585f85bb5a3d6da06b296965c4602 files/digest-kdesdk-3.0.5a 67 MD5 d18ba202d291a6ba4a4ef422cdee53bd files/digest-kdesdk-3.0.5b 204 diff --git a/kde-base/kdesdk/files/digest-kdesdk-3.1.2 b/kde-base/kdesdk/files/digest-kdesdk-3.1.2 new file mode 100644 index 000000000000..83006d5591cd --- /dev/null +++ b/kde-base/kdesdk/files/digest-kdesdk-3.1.2 @@ -0,0 +1 @@ +MD5 0b064c7f6c93e4a839ea9ff7cecb5f95 kdesdk-3.1.2.tar.bz2 2160517 diff --git a/kde-base/kdesdk/kdesdk-3.1.2.ebuild b/kde-base/kdesdk/kdesdk-3.1.2.ebuild new file mode 100644 index 000000000000..5d9bb6346c60 --- /dev/null +++ b/kde-base/kdesdk/kdesdk-3.1.2.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk/kdesdk-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ +inherit kde-dist + +IUSE="" +DESCRIPTION="KDE SDK: kbabel, ..." +KEYWORDS="x86 ~sparc" diff --git a/kde-base/kdetoys/Manifest b/kde-base/kdetoys/Manifest index f0b400624eef..8a1751f37376 100644 --- a/kde-base/kdetoys/Manifest +++ b/kde-base/kdetoys/Manifest @@ -1,13 +1,15 @@ -MD5 5e7e4428f0902458e14f07f273968867 ChangeLog 3606 -MD5 bd2d87f1ed7578ff054c68f5f60188fd kdetoys-2.2.2.ebuild 306 -MD5 adf0976ba9719191fc853fd0dace18b1 kdetoys-3.0.4.ebuild 309 +MD5 f0b3c93b48cdba064c5ab69f5a3468a2 kdetoys-3.1.ebuild 309 MD5 e32b18e8041e1816b9b3f98208f7b1b8 kdetoys-3.0.5a.ebuild 318 -MD5 5e67048b9e11237afa75e9d532af3f89 kdetoys-3.0.5b.ebuild 320 +MD5 adf0976ba9719191fc853fd0dace18b1 kdetoys-3.0.4.ebuild 309 +MD5 6e56c8a38321d3aa21f9e79cfe251b59 kdetoys-3.1.2.ebuild 312 +MD5 bd2d87f1ed7578ff054c68f5f60188fd kdetoys-2.2.2.ebuild 306 MD5 7a973896aa5ba19af7526dbf676b0267 kdetoys-3.1.1.ebuild 310 -MD5 f0b3c93b48cdba064c5ab69f5a3468a2 kdetoys-3.1.ebuild 309 -MD5 3fa9ac11e44c3b929e82fa6dfcfdfc2d files/digest-kdetoys-2.2.2 67 -MD5 4d45d3e4ccc23bce0dfae7275cb4c6c9 files/digest-kdetoys-3.0.4 67 +MD5 5e7e4428f0902458e14f07f273968867 ChangeLog 3606 +MD5 5e67048b9e11237afa75e9d532af3f89 kdetoys-3.0.5b.ebuild 320 MD5 40eb7ca7f3115363ebf63748555e1ecb files/digest-kdetoys-3.0.5a 68 MD5 89871b8a6a65766b6632b0978b154f2d files/digest-kdetoys-3.0.5b 68 -MD5 88ba253408c6f222a2ddc2cac86ec395 files/digest-kdetoys-3.1 65 +MD5 3fa9ac11e44c3b929e82fa6dfcfdfc2d files/digest-kdetoys-2.2.2 67 +MD5 4d45d3e4ccc23bce0dfae7275cb4c6c9 files/digest-kdetoys-3.0.4 67 MD5 69f111d3b85bca2f3ccaf74a12e993e1 files/digest-kdetoys-3.1.1 67 +MD5 ab7704b1245a82e3bce78d6b50ba34b0 files/digest-kdetoys-3.1.2 67 +MD5 88ba253408c6f222a2ddc2cac86ec395 files/digest-kdetoys-3.1 65 diff --git a/kde-base/kdetoys/files/digest-kdetoys-3.1.2 b/kde-base/kdetoys/files/digest-kdetoys-3.1.2 new file mode 100644 index 000000000000..074e4fd1b972 --- /dev/null +++ b/kde-base/kdetoys/files/digest-kdetoys-3.1.2 @@ -0,0 +1 @@ +MD5 02eef0fb121a6fc40c6a5f9f2f94116a kdetoys-3.1.2.tar.bz2 1839172 diff --git a/kde-base/kdetoys/kdetoys-3.1.2.ebuild b/kde-base/kdetoys/kdetoys-3.1.2.ebuild new file mode 100644 index 000000000000..636219c04606 --- /dev/null +++ b/kde-base/kdetoys/kdetoys-3.1.2.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdetoys/kdetoys-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ +inherit kde-dist + +IUSE="" +DESCRIPTION="KDE toys" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + diff --git a/kde-base/kdeutils/Manifest b/kde-base/kdeutils/Manifest index c65619f6d76f..6614ad32e0a4 100644 --- a/kde-base/kdeutils/Manifest +++ b/kde-base/kdeutils/Manifest @@ -1,14 +1,16 @@ -MD5 78a7023a0429ff3f56c7895ed0fab6b6 ChangeLog 3635 -MD5 0691898a870b0f00ce2e9fe3fd65bb71 kdeutils-2.2.2-r1.ebuild 522 +MD5 cda56391aea661fc0b8463734440a517 kdeutils-3.0.5b.ebuild 326 +MD5 6e0cd4c2c425fbf54e616da66523953b kdeutils-3.1.ebuild 371 MD5 bb14ef05b7474da665a5513965a9e588 kdeutils-3.0.4.ebuild 315 MD5 d50a78219e4ab6057ca3576370854a7c kdeutils-3.0.5a.ebuild 324 -MD5 cda56391aea661fc0b8463734440a517 kdeutils-3.0.5b.ebuild 326 +MD5 e429ba159d95d1074502cbb0baacb40f kdeutils-3.1.2.ebuild 374 +MD5 0691898a870b0f00ce2e9fe3fd65bb71 kdeutils-2.2.2-r1.ebuild 522 +MD5 78a7023a0429ff3f56c7895ed0fab6b6 ChangeLog 3635 MD5 4a09fb92aeb1c2a7e42bf1c74424e151 kdeutils-3.1.1.ebuild 372 -MD5 6e0cd4c2c425fbf54e616da66523953b kdeutils-3.1.ebuild 371 -MD5 833411a8feba0e3dca65b52e228b0cf8 files/digest-kdeutils-2.2.2-r1 136 MD5 91b4ffe4f39481359ec0f0dbd0b044dc files/digest-kdeutils-3.0.4 68 +MD5 f3aa73cde1897347bab9a94d797283ce files/digest-kdeutils-3.1.1 68 +MD5 8e4a94d93a8d558250b6a30cf9965f41 files/digest-kdeutils-3.1.2 68 +MD5 833411a8feba0e3dca65b52e228b0cf8 files/digest-kdeutils-2.2.2-r1 136 MD5 c75518e983f185a25a4348750ae1ca2f files/digest-kdeutils-3.0.5a 69 MD5 c94af5761c9b62565499475ce2371863 files/digest-kdeutils-3.0.5b 69 -MD5 3d02df27e30b43ef656629bcdcea0c25 files/digest-kdeutils-3.1 66 -MD5 f3aa73cde1897347bab9a94d797283ce files/digest-kdeutils-3.1.1 68 MD5 e02290749430420019b24b468f03dace files/kdeutils-2.2.2-gentoo.diff 857 +MD5 3d02df27e30b43ef656629bcdcea0c25 files/digest-kdeutils-3.1 66 diff --git a/kde-base/kdeutils/files/digest-kdeutils-3.1.2 b/kde-base/kdeutils/files/digest-kdeutils-3.1.2 new file mode 100644 index 000000000000..6a95815d3753 --- /dev/null +++ b/kde-base/kdeutils/files/digest-kdeutils-3.1.2 @@ -0,0 +1 @@ +MD5 9431204173b3ac3c07320108a0228ce9 kdeutils-3.1.2.tar.bz2 1379878 diff --git a/kde-base/kdeutils/kdeutils-3.1.2.ebuild b/kde-base/kdeutils/kdeutils-3.1.2.ebuild new file mode 100644 index 000000000000..9ac5bcf86f88 --- /dev/null +++ b/kde-base/kdeutils/kdeutils-3.1.2.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/kdeutils-3.1.2.ebuild,v 1.1 2003/05/07 11:05:48 danarmak Exp $ +inherit kde-dist + +IUSE="" +DESCRIPTION="KDE utilities" + +#RDEPEND="$RDEPEND app-admin/dosfstools" # for kfloppy +KEYWORDS="x86 ~ppc ~sparc ~alpha" |