summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-02-18 23:59:12 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-02-18 23:59:12 +0000
commitee9882aa3fc340f7d3fd73607cad08f893aacb6a (patch)
tree9b4a118d0590ed221343989afc38d9bc932c246e /kde-base/kdeutils
parentRemove monolithic KDE 4.0, bug 209586. (diff)
downloadgentoo-2-ee9882aa3fc340f7d3fd73607cad08f893aacb6a.tar.gz
gentoo-2-ee9882aa3fc340f7d3fd73607cad08f893aacb6a.tar.bz2
gentoo-2-ee9882aa3fc340f7d3fd73607cad08f893aacb6a.zip
Remove monolithic KDE 4.0, bug 209586.
(Portage version: 2.1.4.4, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdeutils')
-rw-r--r--kde-base/kdeutils/ChangeLog5
-rw-r--r--kde-base/kdeutils/kdeutils-4.0.0.ebuild55
2 files changed, 4 insertions, 56 deletions
diff --git a/kde-base/kdeutils/ChangeLog b/kde-base/kdeutils/ChangeLog
index e1ccf64786e0..986c15d20e25 100644
--- a/kde-base/kdeutils/ChangeLog
+++ b/kde-base/kdeutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kdeutils
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/ChangeLog,v 1.224 2008/02/17 02:12:35 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/ChangeLog,v 1.225 2008/02/18 23:59:12 ingmar Exp $
+
+ 18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kdeutils-4.0.0.ebuild:
+ Remove monolithic KDE 4.0, bug 209586.
16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kdeutils-3.5.6.ebuild,
-kdeutils-3.5.7.ebuild, -kdeutils-3.5.7-r1.ebuild, -kdeutils-3.5.8.ebuild:
diff --git a/kde-base/kdeutils/kdeutils-4.0.0.ebuild b/kde-base/kdeutils/kdeutils-4.0.0.ebuild
deleted file mode 100644
index 56e4ec6c1c00..000000000000
--- a/kde-base/kdeutils/kdeutils-4.0.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/kdeutils-4.0.0.ebuild,v 1.1 2008/01/17 23:56:29 philantrop Exp $
-
-EAPI="1"
-inherit kde4-base
-
-DESCRIPTION="KDE utilities."
-HOMEPAGE="http://www.kde.org/"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="debug archive crypt htmlhandbook python tpctl xscreensaver zip"
-LICENSE="GPL-2 LGPL-2"
-
-COMMON_DEPEND=">=kde-base/kdebase-${PV}:${SLOT}
- dev-libs/gmp
- tpctl? ( app-laptop/tpctl )
- python? ( dev-lang/python )
- archive? ( app-arch/libarchive )
- zip? ( >=dev-libs/libzip-0.8 )
- x11-libs/libXtst"
-RDEPEND="${COMMON_DEPEND}
- crypt? ( app-crypt/gnupg )
- virtual/ssh"
-DEPEND="${COMMON_DEPEND}
- kernel_linux? ( virtual/os-headers )
- xscreensaver? ( x11-libs/libXScrnSaver )
- x11-libs/libX11
- x11-proto/xproto"
-
-src_compile() {
- # Disabling xmms support: not in portage.
- mycmakeargs="${mycmakeargs} -DWITH_Xmms=OFF
- $(cmake-utils_use_with archive LibArchive)
- $(cmake-utils_use_with tpctl TPCTL)
- $(cmake-utils_use_with python PythonLibs)
- $(cmake-utils_use_with zip LibZip)"
-
- kde4-base_src_configure
-
- # Ok, this is a really ugly hack but it's needed if superkaramba is built
- # with Python because src_compile would fail with undefined symbols from
- # libdl and libutil. If you bump this, please try commenting this out.
-# sed -i -e "s:-Wl,-rpath:-ldl -lutil -Wl,-rpath:" \
-# ./superkaramba/src/CMakeFiles/superkaramba.dir/link.txt || die "Python hack failed."
-
- kde4-base_src_make
-}
-
-src_test() {
- pushd "${WORKDIR}"/${PN}_build/kcalc/knumber/tests > /dev/null
- emake knumbertest && \
- ./knumbertest.shell || die "Tests failed."
- popd > /dev/null
-}