# ChangeLog for dev-util/cmake
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.48 2006/12/08 01:09:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.49 2006/12/13 20:10:13 genstef Exp $
+
+*cmake-2.4.5 (13 Dec 2006)
+
+ 13 Dec 2006; Stefan Schweizer <genstef@gentoo.org>
+ -files/cmake-2.0.6-rpath-fix.patch, -files/cmake-2.2.0-rpath-fix.patch,
+ -files/cmake-2.2.1-rpath-fix.patch, -files/cmake-2.2.2-rpath-fix.patch,
+ -files/cmake-2.2.3-rpath-fix.patch, -files/cmake-2.4.2-kde.patch,
+ -files/cmake-2.4.2-rpath-fix.patch, -cmake-2.0.6-r1.ebuild,
+ -cmake-2.2.0-r1.ebuild, -cmake-2.2.1.ebuild, -cmake-2.2.2.ebuild,
+ -cmake-2.2.3.ebuild, -cmake-2.4.2.ebuild, -cmake-2.4.2-r1.ebuild,
+ +cmake-2.4.5.ebuild:
+ version bump
08 Dec 2006; Jeroen Roovers <jer@gentoo.org> cmake-2.4.3.ebuild:
Stable for HPPA (bug #155307).
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.4.5.ebuild,v 1.1 2006/12/13 20:10:13 genstef Exp $
+
+inherit toolchain-funcs eutils versionator
+
+DESCRIPTION="Cross platform Make"
+HOMEPAGE="http://www.cmake.org/"
+SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${P}.tar.gz"
+
+LICENSE="CMake"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+src_compile() {
+ cd ${S}
+ tc-export CC CXX LD
+ ./bootstrap \
+ --prefix=/usr \
+ --docdir=/share/doc/${PN} \
+ --datadir=/share/${PN} \
+ --mandir=/share/man || die "./bootstrap failed"
+ emake || die
+}
+
+src_test() {
+ einfo "Self tests broken"
+ make test || \
+ einfo "note test failure on qtwrapping was expected - nature of portage rather than a true failure"
+}
+
+src_install() {
+ make install DESTDIR=${D} || die "install failed"
+ mv ${D}usr/share/doc/cmake ${D}usr/share/doc/${PF}
+}
--- /dev/null
+MD5 d10a8df1f936c1efe9106ce046c37264 cmake-2.4.5.tar.gz 2603795
+RMD160 36b0896553f8af0b7eb77c0b23fa8e716237d7c0 cmake-2.4.5.tar.gz 2603795
+SHA256 886b9c9a2790228029f01dfa691236f774dc3196b988ecb5ead20fc12ded086d cmake-2.4.5.tar.gz 2603795