diff options
author | Johannes Huber <johu@gentoo.org> | 2013-10-27 19:33:13 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-10-27 19:33:13 +0000 |
commit | 4bd6ca88557691996faff10883fc6f6ea935a852 (patch) | |
tree | 88d080e476d9c1522b47f4d5f2f55d8c2ee6c8f6 /dev-vcs/kdesvn | |
parent | Remove old. (diff) | |
download | gentoo-2-4bd6ca88557691996faff10883fc6f6ea935a852.tar.gz gentoo-2-4bd6ca88557691996faff10883fc6f6ea935a852.tar.bz2 gentoo-2-4bd6ca88557691996faff10883fc6f6ea935a852.zip |
Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'dev-vcs/kdesvn')
-rw-r--r-- | dev-vcs/kdesvn/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/kdesvn/kdesvn-1.6.0.ebuild | 40 |
2 files changed, 4 insertions, 41 deletions
diff --git a/dev-vcs/kdesvn/ChangeLog b/dev-vcs/kdesvn/ChangeLog index b649be0f3711..ac6c25ebd1ab 100644 --- a/dev-vcs/kdesvn/ChangeLog +++ b/dev-vcs/kdesvn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/kdesvn # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.36 2013/10/27 17:11:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.37 2013/10/27 19:33:13 johu Exp $ + + 27 Oct 2013; Johannes Huber <johu@gentoo.org> -kdesvn-1.6.0.ebuild: + Remove old. 27 Oct 2013; Agostino Sarubbo <ago@gentoo.org> kdesvn-1.6.0-r1.ebuild: x86 stable wrt bug #489406 diff --git a/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild b/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild deleted file mode 100644 index febefb883bcb..000000000000 --- a/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild,v 1.6 2013/07/06 13:42:47 johu Exp $ - -EAPI=4 - -KDE_HANDBOOK="optional" -KDE_LINGUAS="cs de el es fr it ja lt pt_BR ro ru" -KDE_LINGUAS_LIVE_OVERRIDE="true" -inherit flag-o-matic kde4-base - -DESCRIPTION="KDESvn is a frontend to the subversion vcs." -HOMEPAGE="http://kdesvn.alwins-world.de/" -if [[ ${PV} != 9999* ]]; then - SRC_URI="http://kdesvn.alwins-world.de/downloads/${P}.tar.bz2" -fi - -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -SLOT="4" -IUSE="debug" - -DEPEND=" - dev-libs/apr:1 - dev-libs/apr-util:1 - >=dev-vcs/subversion-1.7 - sys-devel/gettext - dev-qt/qtsql:4[sqlite] -" -RDEPEND="${DEPEND}" - -add_blocker "kdesdk-kioslaves[subversion(+)]" - -src_configure() { - append-cppflags -DQT_THREAD_SUPPORT - - [[ ${PV} = 9999* ]] && mycmakeargs=(-DDAILY_BUILD=ON) - - kde4-base_src_configure -} |