diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-08-21 07:52:56 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-08-21 07:52:56 +0000 |
commit | 9060460e93934e007e39b7c0e43116071a39eb69 (patch) | |
tree | 1126a4523dc01f3f6c6d2ac020c16097fe571729 /dev-util/kdevplatform | |
parent | Remove old. (diff) | |
download | gentoo-2-9060460e93934e007e39b7c0e43116071a39eb69.tar.gz gentoo-2-9060460e93934e007e39b7c0e43116071a39eb69.tar.bz2 gentoo-2-9060460e93934e007e39b7c0e43116071a39eb69.zip |
Remove old.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'dev-util/kdevplatform')
-rw-r--r-- | dev-util/kdevplatform/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/kdevplatform/kdevplatform-1.4.1.ebuild | 50 |
2 files changed, 5 insertions, 51 deletions
diff --git a/dev-util/kdevplatform/ChangeLog b/dev-util/kdevplatform/ChangeLog index fc2384dfe669..5ffc12a71e7a 100644 --- a/dev-util/kdevplatform/ChangeLog +++ b/dev-util/kdevplatform/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/kdevplatform # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.82 2013/08/18 13:27:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.83 2013/08/21 07:52:56 kensington Exp $ + + 21 Aug 2013; Michael Palimaka <kensington@gentoo.org> + -kdevplatform-1.4.1.ebuild: + Remove old. 18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> kdevplatform-1.5.1.ebuild: Stable for x86, wrt bug #476510 diff --git a/dev-util/kdevplatform/kdevplatform-1.4.1.ebuild b/dev-util/kdevplatform/kdevplatform-1.4.1.ebuild deleted file mode 100644 index 843b5e5aa134..000000000000 --- a/dev-util/kdevplatform/kdevplatform-1.4.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.4.1.ebuild,v 1.5 2012/12/22 13:54:43 ago Exp $ - -EAPI=4 - -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 - 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 -} |