diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-09-25 10:04:02 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-09-25 10:04:02 +0000 |
commit | 5a36327f087070a2da1cb81b33e3f61b29b52b82 (patch) | |
tree | 82ff649430d660f28319f3852ef15f78345533b6 /kde-base/kdesdk | |
parent | Remove unused patch. (diff) | |
download | gentoo-2-5a36327f087070a2da1cb81b33e3f61b29b52b82.tar.gz gentoo-2-5a36327f087070a2da1cb81b33e3f61b29b52b82.tar.bz2 gentoo-2-5a36327f087070a2da1cb81b33e3f61b29b52b82.zip |
Remove KDE 3.5_alpha1.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'kde-base/kdesdk')
-rw-r--r-- | kde-base/kdesdk/files/digest-kdesdk-3.5_alpha1 | 1 | ||||
-rw-r--r-- | kde-base/kdesdk/files/kdesdk-3.5_alpha1-compile.patch | 14 | ||||
-rw-r--r-- | kde-base/kdesdk/kdesdk-3.5_alpha1.ebuild | 51 |
3 files changed, 0 insertions, 66 deletions
diff --git a/kde-base/kdesdk/files/digest-kdesdk-3.5_alpha1 b/kde-base/kdesdk/files/digest-kdesdk-3.5_alpha1 deleted file mode 100644 index cfe2d282056d..000000000000 --- a/kde-base/kdesdk/files/digest-kdesdk-3.5_alpha1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5fbb53f77dbdbca1dbdd25fd501f0ecb kdesdk-3.4.90.tar.bz2 4987488 diff --git a/kde-base/kdesdk/files/kdesdk-3.5_alpha1-compile.patch b/kde-base/kdesdk/files/kdesdk-3.5_alpha1-compile.patch deleted file mode 100644 index 699e79ab25bf..000000000000 --- a/kde-base/kdesdk/files/kdesdk-3.5_alpha1-compile.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Nur kdesdk-3.4.90.orig/umbrello/umbrello/Makefile.am kdesdk-3.4.90/umbrello/umbrello/Makefile.am ---- kdesdk-3.4.90.orig/umbrello/umbrello/Makefile.am 2005-08-06 11:41:16.000000000 +0200 -+++ kdesdk-3.4.90/umbrello/umbrello/Makefile.am 2005-08-23 09:46:15.000000000 +0200 -@@ -102,7 +102,9 @@ - - umbrello_LDADD = ./refactoring/librefactoring.la ./classparser/libclassparser.la ./clipboard/libclipboard.la ./dialogs/libdialogs.la ./codegenerators/libcodegenerator.la $(AUTOLAYOUT_LIBS) $(LIB_KDEPRINT) $(LIB_KIO) - --SUBDIRS = $(AUTOLAYOUT_DIR) classparser dialogs clipboard pics codegenerators headings refactoring -+## See section "dnl Not GPL compatible" in ../configure.in.in -+# SUBDIRS = $(AUTOLAYOUT_DIR) classparser dialogs clipboard pics codegenerators headings refactoring -+SUBDIRS = classparser dialogs clipboard pics codegenerators headings refactoring - - KDE_ICON=AUTO - diff --git a/kde-base/kdesdk/kdesdk-3.5_alpha1.ebuild b/kde-base/kdesdk/kdesdk-3.5_alpha1.ebuild deleted file mode 100644 index 10413f939251..000000000000 --- a/kde-base/kdesdk/kdesdk-3.5_alpha1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk/kdesdk-3.5_alpha1.ebuild,v 1.1 2005/08/24 23:16:25 greg_g Exp $ - -inherit kde-dist eutils - -DESCRIPTION="KDE SDK: Cervisia, KBabel, KCachegrind, Kompare, Umbrello,..." - -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~hppa" -IUSE="berkdb subversion" - -DEPEND="x86? ( dev-util/callgrind ) - sys-devel/flex - subversion? ( dev-util/subversion ) - berkdb? ( || ( =sys-libs/db-4.3* - =sys-libs/db-4.2* ) )" - -RDEPEND="${DEPEND} - dev-util/cvs - media-gfx/graphviz" - -src_unpack() { - kde_src_unpack - - # Configure patch. - epatch "${FILESDIR}/kdesdk-3.5-configure-db.patch" - - # Compile fix. Applied upstream. - epatch "${FILESDIR}/${P}-compile.patch" - - # For the configure patch. - make -f admin/Makefile.common -} - -src_compile() { - local myconf="$(use_with subversion)" - - if use berkdb; then - if has_version "=sys-libs/db-4.3*"; then - myconf="${myconf} --with-berkeley-db --with-db-name=db-4.3 - --with-db-include-dir=/usr/include/db4.3" - elif has_version "=sys-libs/db-4.2*"; then - myconf="${myconf} --with-berkeley-db --with-db-name=db-4.2 - --with-db-include-dir=/usr/include/db4.2" - fi - else - myconf="${myconf} --without-berkeley-db" - fi - - kde_src_compile -} |