summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 18:29:03 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 18:29:03 +0000
commit6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a (patch)
tree8b03b2997b4996d138f8e4a411fc0e84750d4040 /kde-base/superkaramba
parentstabilize new versions for amd64,ppc,x86 (diff)
downloadhistorical-6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a.tar.gz
historical-6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a.tar.bz2
historical-6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a.zip
Old.
Package-Manager: portage-2.2_pre5
Diffstat (limited to 'kde-base/superkaramba')
-rw-r--r--kde-base/superkaramba/ChangeLog10
-rw-r--r--kde-base/superkaramba/files/superkaramba-4.0.1-as-needed.patch22
-rw-r--r--kde-base/superkaramba/superkaramba-4.0.1.ebuild28
3 files changed, 9 insertions, 51 deletions
diff --git a/kde-base/superkaramba/ChangeLog b/kde-base/superkaramba/ChangeLog
index 5cc7b31926b1..6f4e4a70751c 100644
--- a/kde-base/superkaramba/ChangeLog
+++ b/kde-base/superkaramba/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for kde-base/superkaramba
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.69 2008/03/11 00:05:03 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.70 2008/03/20 18:26:54 ingmar Exp $
+
+ 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -files/superkaramba-4.0.1-as-needed.patch, -superkaramba-4.0.1.ebuild:
+ Old.
+
+ 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -files/superkaramba-4.0.1-as-needed.patch, -superkaramba-4.0.1.ebuild:
+ Old.
*superkaramba-4.0.2 (10 Mar 2008)
diff --git a/kde-base/superkaramba/files/superkaramba-4.0.1-as-needed.patch b/kde-base/superkaramba/files/superkaramba-4.0.1-as-needed.patch
deleted file mode 100644
index eb888ef6aad8..000000000000
--- a/kde-base/superkaramba/files/superkaramba-4.0.1-as-needed.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Superkaramba doesn't compile with LDFLAGS="-Wl,--as-needed", this patch fixes that
-Patch by Steffen Hau <steffen@hauihau.de>
-
---- superkaramba-4.0.1/superkaramba/src/CMakeLists.txt 2008-02-07 18:45:04.000000000 +0100
-+++ superkaramba-4.0.1.new/superkaramba/src/CMakeLists.txt 2008-02-07 18:46:52.000000000 +0100
-@@ -82,6 +82,16 @@
- KDE4_ADD_LIBRARY(superkaramba SHARED ${superkaramba_LIB_SRCS})
- set_target_properties(superkaramba PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
-
-+FIND_LIBRARY(LIBDL dl)
-+IF(LIBDL)
-+ LIST(APPEND PYTHON_LIBRARIES ${LIBDL})
-+ENDIF(LIBDL)
-+
-+FIND_LIBRARY(LIBUTIL util)
-+IF(LIBUTIL)
-+ LIST(APPEND PYTHON_LIBRARIES ${LIBUTIL})
-+ENDIF(LIBUTIL)
-+
- TARGET_LINK_LIBRARIES(superkaramba
- ${KDE4_KIO_LIBS}
- ${KDE4_KPTY_LIBS}
diff --git a/kde-base/superkaramba/superkaramba-4.0.1.ebuild b/kde-base/superkaramba/superkaramba-4.0.1.ebuild
deleted file mode 100644
index f6c07773096f..000000000000
--- a/kde-base/superkaramba/superkaramba-4.0.1.ebuild
+++ /dev/null
@@ -1,28 +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/superkaramba/superkaramba-4.0.1.ebuild,v 1.5 2008/03/04 02:02:46 jer Exp $
-
-EAPI="1"
-
-KMNAME=kdeutils
-inherit kde4-meta
-
-DESCRIPTION="A tool to create interactive applets for the KDE desktop."
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="debug htmlhandbook python"
-
-COMMONDEPEND="
- kde-base/qimageblitz
- >=kde-base/plasma-$PV:$SLOT
- python? ( dev-lang/python )"
-DEPEND="${COMMONDEPEND}"
-RDEPEND="${COMMONDEPEND}"
-
-PATCHES="${FILESDIR}/${P}-as-needed.patch"
-
-src_compile() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with python PythonLibs)"
-
- kde4-meta_src_compile
-}