Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Maciej Mrozowski (reavertm)" <reavertm@g.o>
|
|
Subject:
|
gentoo-x86 commit in dev-util/kdevplatform: ChangeLog kdevplatform-1.1.2.ebuild kdevplatform-1.1.1.ebuild kdevplatform-1.1.0.ebuild
|
|
Date:
|
Mon, 17 Jan 2011 01:36:26 +0000 (UTC)
|
|
reavertm 11/01/17 01:36:26
Modified: ChangeLog
Added: kdevplatform-1.1.2.ebuild
Removed: kdevplatform-1.1.1.ebuild kdevplatform-1.1.0.ebuild
Log:
Version bump for KDevelop 4.1.2, remove old
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Revision Changes Path
1.47 dev-util/kdevplatform/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 28 Nov 2010 04:16:28 -0000 1.46
+++ ChangeLog 17 Jan 2011 01:36:26 -0000 1.47
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/kdevplatform
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.46 2010/11/28 04:16:28 reavertm Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.47 2011/01/17 01:36:26 reavertm Exp $
+
+*kdevplatform-1.1.2 (17 Jan 2011)
+
+ 17 Jan 2011; Maciej Mrozowski <reavertm@g.o>
+ -kdevplatform-1.1.0.ebuild, -kdevplatform-1.1.1.ebuild,
+ +kdevplatform-1.1.2.ebuild:
+ Version bump, remove old
*kdevplatform-1.1.1 (28 Nov 2010)
1.1 dev-util/kdevplatform/kdevplatform-1.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.1.2.ebuild?rev=1.1&content-type=text/plain
Index: kdevplatform-1.1.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.1.2.ebuild,v 1.1 2011/01/17 01:36:26 reavertm Exp $
EAPI="2"
# Bug 276208
RESTRICT="test"
KDE_LINGUAS="ca ca@valencia da de en_GB es et fi gl it nds nl pt pt_BR sl sv th uk zh_CN zh_TW"
KMNAME="kdevelop"
inherit kde4-base
DESCRIPTION="KDE development support libraries and apps"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
# Moved to playground for now
# bazaar kompare mercurial
LICENSE="GPL-2 LGPL-2"
IUSE="cvs debug git reviewboard subversion"
# Moved to playground for now
# bazaar? ( dev-vcs/bzr )
# kompare? ( >=kde-base/kompare-${KDE_MINIMAL} )
# mercurial? ( dev-vcs/mercurial )
# block - some plugins moved to kdevplatform from kdevelop
DEPEND="
dev-libs/boost
reviewboard? ( dev-libs/qjson )
subversion? ( >=dev-vcs/subversion-1.3 )
"
RDEPEND="${DEPEND}
!<dev-util/kdevelop-${KDEVELOP_VERSION}
!dev-util/kdevelop-git
$(add_kdebase_dep konsole)
cvs? ( dev-vcs/cvs )
git? ( dev-vcs/git )
"
src_prepare() {
kde4-base_src_prepare
# FindKDevPlatform.cmake is installed by kdelibs
sed -i \
-e '/cmakeFiles/s/^/#DONOTINSTALL/' \
cmake/modules/CMakeLists.txt || die
}
# Moved to playground for now
# $(cmake-utils_use_build bazaar)
# $(cmake-utils_use_with kompare)
# $(cmake-utils_use_build mercurial)
src_configure() {
mycmakeargs=(
$(cmake-utils_use_build cvs)
$(cmake-utils_use_build git)
$(cmake-utils_use_with reviewboard QJSON)
$(cmake-utils_use_build subversion)
$(cmake-utils_use_with subversion SubversionLibrary)
)
kde4-base_src_configure
}
|
|