diff options
author | Johannes Huber <johu@gentoo.org> | 2014-02-09 12:13:21 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-02-09 12:13:21 +0000 |
commit | 90e930f6157f55d33a1e4bf2f3ee20a9d79cc5dc (patch) | |
tree | 8dc4e06a7427aa5a866fd220edeed6f05f7aa7eb /dev-util | |
parent | Remove old. (diff) | |
download | gentoo-2-90e930f6157f55d33a1e4bf2f3ee20a9d79cc5dc.tar.gz gentoo-2-90e930f6157f55d33a1e4bf2f3ee20a9d79cc5dc.tar.bz2 gentoo-2-90e930f6157f55d33a1e4bf2f3ee20a9d79cc5dc.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/kdevplatform/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/kdevplatform/kdevplatform-1.5.1.ebuild | 51 |
2 files changed, 4 insertions, 52 deletions
diff --git a/dev-util/kdevplatform/ChangeLog b/dev-util/kdevplatform/ChangeLog index c0dce4a0c335..49683725fcfc 100644 --- a/dev-util/kdevplatform/ChangeLog +++ b/dev-util/kdevplatform/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/kdevplatform # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.87 2014/02/09 10:33:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.88 2014/02/09 12:13:21 johu Exp $ + + 09 Feb 2014; Johannes Huber <johu@gentoo.org> -kdevplatform-1.5.1.ebuild: + Remove old. 09 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kdevplatform-1.5.2.ebuild: Stable for ppc, wrt bug #494008 diff --git a/dev-util/kdevplatform/kdevplatform-1.5.1.ebuild b/dev-util/kdevplatform/kdevplatform-1.5.1.ebuild deleted file mode 100644 index 4092a49660d0..000000000000 --- a/dev-util/kdevplatform/kdevplatform-1.5.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.5.1.ebuild,v 1.4 2013/08/18 13:27:55 ago Exp $ - -EAPI=5 - -KMNAME="kdevelop" -KDE_MINIMAL="4.7" -KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl it nb nds nl pl pt -pt_BR sl sv th uk zh_CN zh_TW" -VIRTUALDBUS_TEST="true" -VIRTUALX_REQUIRED="test" -EGIT_REPONAME="${PN}" - -inherit kde4-base - -DESCRIPTION="KDE development support libraries and apps" -LICENSE="GPL-2 LGPL-2" -IUSE="cvs debug reviewboard subversion" - -if [[ $PV == *9999 ]]; then - KEYWORDS="" -else - KEYWORDS="amd64 ppc x86" -fi - -DEPEND=" - dev-libs/boost:= - dev-libs/grantlee - reviewboard? ( dev-libs/qjson ) - subversion? ( - dev-libs/apr - dev-libs/apr-util - dev-vcs/subversion - ) -" -RDEPEND="${DEPEND} - !<dev-util/kdevelop-${KDEVELOP_VERSION}:4 - $(add_kdebase_dep konsole) - cvs? ( dev-vcs/cvs ) -" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_build cvs) - $(cmake-utils_use_build reviewboard) - $(cmake-utils_use_build subversion) - ) - - kde4-base_src_configure -} |