summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-01-30 12:59:25 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-01-30 12:59:25 +0000
commitb4561fd18cae47a495e1628eb5b1f87ce920989a (patch)
treea05bdbb43f96b2b06bff7347934db817349bb3f8 /dev-vcs/kdesvn
parentEAPI3 (diff)
downloadgentoo-2-b4561fd18cae47a495e1628eb5b1f87ce920989a.tar.gz
gentoo-2-b4561fd18cae47a495e1628eb5b1f87ce920989a.tar.bz2
gentoo-2-b4561fd18cae47a495e1628eb5b1f87ce920989a.zip
Remove old
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/kdesvn')
-rw-r--r--dev-vcs/kdesvn/ChangeLog7
-rw-r--r--dev-vcs/kdesvn/kdesvn-1.5.3.ebuild41
2 files changed, 5 insertions, 43 deletions
diff --git a/dev-vcs/kdesvn/ChangeLog b/dev-vcs/kdesvn/ChangeLog
index 93b3e1e9c217..fc7754de5081 100644
--- a/dev-vcs/kdesvn/ChangeLog
+++ b/dev-vcs/kdesvn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/kdesvn
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.15 2010/11/05 13:28:07 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.16 2011/01/30 12:59:25 tampakrap Exp $
+
+ 30 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> -kdesvn-1.5.3.ebuild:
+ Remove old
05 Nov 2010; Markos Chandras <hwoarang@gentoo.org> kdesvn-1.5.5.ebuild:
Stable on amd64 wrt bug #338887
diff --git a/dev-vcs/kdesvn/kdesvn-1.5.3.ebuild b/dev-vcs/kdesvn/kdesvn-1.5.3.ebuild
deleted file mode 100644
index b43b0a958853..000000000000
--- a/dev-vcs/kdesvn/kdesvn-1.5.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.5.3.ebuild,v 1.6 2010/09/27 07:38:48 tampakrap Exp $
-
-EAPI="2"
-
-KDE_LINGUAS="de es fr ja lt nl pt_BR ro ru"
-inherit kde4-base
-
-DESCRIPTION="KDESvn is a frontend to the subversion vcs."
-HOMEPAGE="http://kdesvn.alwins-world.de/"
-if [[ ${PV} = 9999* ]]; then
- ESVN_REPO_URI="http://www.alwins-world.de/repos/kdesvn/trunk/"
- ESVN_PROJECT="kdesvn"
-else
- SRC_URI="http://kdesvn.alwins-world.de/downloads/${P}.tar.bz2"
-fi
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-SLOT="4"
-IUSE="debug +handbook"
-
-DEPEND="
- >=dev-db/sqlite-3
- dev-libs/apr:1
- >=dev-vcs/subversion-1.4
- sys-devel/gettext
-"
-RDEPEND="${DEPEND}
- !<kde-base/kdesdk-kioslaves-4.3.5[-kdeprefix]
- !>=kde-base/kdesdk-kioslaves-4.3.5[-kdeprefix,subversion]
-"
-
-src_configure() {
- append-cppflags -DQT_THREAD_SUPPORT
-
- [[ ${PV} = 9999* ]] && mycmakeargs=(-DDAILY_BUILD=ON)
-
- kde4-base_src_configure
-}