diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 11:17:10 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 11:17:10 +0000 |
commit | c099a8b8f40090556c4d4a1330f1993765ceb4ae (patch) | |
tree | 12f159d5c2698474efa14edbcbf9502754cae884 /kde-base/kalzium | |
parent | Removed old versions. (diff) | |
download | gentoo-2-c099a8b8f40090556c4d4a1330f1993765ceb4ae.tar.gz gentoo-2-c099a8b8f40090556c4d4a1330f1993765ceb4ae.tar.bz2 gentoo-2-c099a8b8f40090556c4d4a1330f1993765ceb4ae.zip |
Removed old versions.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/kalzium')
-rw-r--r-- | kde-base/kalzium/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kalzium/kalzium-3.5.8.ebuild | 51 | ||||
-rw-r--r-- | kde-base/kalzium/kalzium-4.0.2.ebuild | 66 | ||||
-rw-r--r-- | kde-base/kalzium/kalzium-4.0.3.ebuild | 66 |
4 files changed, 5 insertions, 184 deletions
diff --git a/kde-base/kalzium/ChangeLog b/kde-base/kalzium/ChangeLog index 7878a1a52e05..46c67f42f67e 100644 --- a/kde-base/kalzium/ChangeLog +++ b/kde-base/kalzium/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kalzium # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.97 2008/06/05 21:04:22 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.98 2008/06/07 11:17:10 keytoaster Exp $ + + 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + -kalzium-3.5.8.ebuild, -kalzium-4.0.2.ebuild, -kalzium-4.0.3.ebuild: + Removed old versions. *kalzium-4.0.5 (05 Jun 2008) diff --git a/kde-base/kalzium/kalzium-3.5.8.ebuild b/kde-base/kalzium/kalzium-3.5.8.ebuild deleted file mode 100644 index 60cd71e55369..000000000000 --- a/kde-base/kalzium/kalzium-3.5.8.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-3.5.8.ebuild,v 1.8 2008/03/04 03:34:03 jer Exp $ -KMNAME=kdeedu -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit flag-o-matic kde-meta eutils - -DESCRIPTION="KDE: periodic table of the elements" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="solver" -HOMEPAGE="http://edu.kde.org/kalzium" - -DEPEND="$(deprange 3.5.7-r1 $MAXKDEVER kde-base/libkdeedu) - solver? ( >=dev-ml/facile-1.1 )" - -KMEXTRACTONLY="libkdeedu/kdeeduplot - libkdeedu/kdeeduui" -KMCOPYLIB="libkdeeduplot libkdeedu/kdeeduplot - libkdeeduui libkdeedu/kdeeduui" - -PATCHES="${FILESDIR}/${PN}-3.5.7-copy_string.patch" - -pkg_setup() { - if use solver && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then - eerror "In order to build the solver for ${PN}, you first need" - eerror "to have dev-lang/ocaml built with the ocamlopt useflag" - eerror "in order to get a native code ocaml compiler" - die "Please install dev-lang/ocaml with ocamlopt support" - fi - if use solver && ! built_with_use --missing true dev-ml/facile ocamlopt; then - eerror "In order to build the solver for ${PN}, you first need" - eerror "to have dev-ml/facile built with the ocamlopt useflag" - eerror "in order to get the native code library" - die "Please install dev-ml/facile with ocamlopt support" - fi - kde_pkg_setup -} - -src_compile() { - append-ldflags -Wl,-z,noexecstack - - local myconf="$(use_enable solver ocamlsolver)" - - if use solver ; then - cd "${S}/${PN}/src/solver" - emake || die "compiling the ocaml resolver failed" - fi - - kde-meta_src_compile -} diff --git a/kde-base/kalzium/kalzium-4.0.2.ebuild b/kde-base/kalzium/kalzium-4.0.2.ebuild deleted file mode 100644 index fb06acb9dc17..000000000000 --- a/kde-base/kalzium/kalzium-4.0.2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.0.2.ebuild,v 1.1 2008/03/10 23:21:11 philantrop Exp $ - -EAPI="1" - -KMNAME=kdeedu -CPPUNIT_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="KDE: periodic table of the elements." -KEYWORDS="~amd64 ~x86" -IUSE="${IUSE} cviewer debug htmlhandbook solver" - -COMMONDEPEND=">=kde-base/libkdeedu-${PV}:${SLOT} - cviewer? ( >=dev-cpp/eigen-1.0.5 - >=sci-chemistry/openbabel-2.1 - || ( x11-libs/qt-opengl:4 - >=x11-libs/qt-4.3.3:4 ) - virtual/opengl )" -DEPEND="${DEPEND} ${COMMONDEPEND} - solver? ( dev-ml/facile )" -RDEPEND="${RDEPEND} ${COMMONDEPEND}" - -KMEXTRACTONLY="libkdeedu/kdeeduui libkdeedu/libscience" - -pkg_setup() { - if use cviewer && has_version '<x11-libs/qt-4.4.0_alpha:4'; then - QT4_BUILT_WITH_USE_CHECK="${QT4_BUILT_WITH_USE_CHECK} opengl" - fi - - if use solver && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then - eerror "In order to build the solver for ${PN}, you first need" - eerror "to have dev-lang/ocaml built with the ocamlopt useflag" - eerror "in order to get a native code ocaml compiler" - die "Please install dev-lang/ocaml with ocamlopt support" - fi - if use solver && ! built_with_use --missing true dev-ml/facile ocamlopt; then - eerror "In order to build the solver for ${PN}, you first need" - eerror "to have dev-ml/facile built with the ocamlopt useflag" - eerror "in order to get the native code library" - die "Please install dev-ml/facile with ocamlopt support" - fi - - kde4-meta_pkg_setup -} - -src_compile() { - if use solver ; then - # Compile the solver on its own as the cmake-based build is - # currently broken. Fixes bug 206620. - cd "${S}/${PN}/src/solver" - emake || die "compiling the ocaml resolver failed" - mkdir -p "${WORKDIR}/${PN}_build/${PN}/src/" - cp * "${WORKDIR}/${PN}_build/${PN}/src/" - fi - - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with cviewer Eigen) - $(cmake-utils_use_with cviewer OpenBabel2) - $(cmake-utils_use_with cviewer OpenGL) - $(cmake-utils_use_with solver OCaml) - $(cmake-utils_use_with solver Libfacile)" - - kde4-meta_src_compile -} diff --git a/kde-base/kalzium/kalzium-4.0.3.ebuild b/kde-base/kalzium/kalzium-4.0.3.ebuild deleted file mode 100644 index bd411260f4c6..000000000000 --- a/kde-base/kalzium/kalzium-4.0.3.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.0.3.ebuild,v 1.1 2008/04/03 20:38:41 philantrop Exp $ - -EAPI="1" - -KMNAME=kdeedu -CPPUNIT_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="KDE: periodic table of the elements." -KEYWORDS="~amd64 ~x86" -IUSE="${IUSE} cviewer debug htmlhandbook solver" - -COMMONDEPEND=">=kde-base/libkdeedu-${PV}:${SLOT} - cviewer? ( >=dev-cpp/eigen-1.0.5 - >=sci-chemistry/openbabel-2.1 - || ( x11-libs/qt-opengl:4 - >=x11-libs/qt-4.3.3:4 ) - virtual/opengl )" -DEPEND="${DEPEND} ${COMMONDEPEND} - solver? ( dev-ml/facile )" -RDEPEND="${RDEPEND} ${COMMONDEPEND}" - -KMEXTRACTONLY="libkdeedu/kdeeduui libkdeedu/libscience" - -pkg_setup() { - if use cviewer && has_version '<x11-libs/qt-4.4.0_alpha:4'; then - QT4_BUILT_WITH_USE_CHECK="${QT4_BUILT_WITH_USE_CHECK} opengl" - fi - - if use solver && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then - eerror "In order to build the solver for ${PN}, you first need" - eerror "to have dev-lang/ocaml built with the ocamlopt useflag" - eerror "in order to get a native code ocaml compiler" - die "Please install dev-lang/ocaml with ocamlopt support" - fi - if use solver && ! built_with_use --missing true dev-ml/facile ocamlopt; then - eerror "In order to build the solver for ${PN}, you first need" - eerror "to have dev-ml/facile built with the ocamlopt useflag" - eerror "in order to get the native code library" - die "Please install dev-ml/facile with ocamlopt support" - fi - - kde4-meta_pkg_setup -} - -src_compile() { - if use solver ; then - # Compile the solver on its own as the cmake-based build is - # currently broken. Fixes bug 206620. - cd "${S}/${PN}/src/solver" - emake || die "compiling the ocaml resolver failed" - mkdir -p "${WORKDIR}/${PN}_build/${PN}/src/" - cp * "${WORKDIR}/${PN}_build/${PN}/src/" - fi - - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with cviewer Eigen) - $(cmake-utils_use_with cviewer OpenBabel2) - $(cmake-utils_use_with cviewer OpenGL) - $(cmake-utils_use_with solver OCaml) - $(cmake-utils_use_with solver Libfacile)" - - kde4-meta_src_compile -} |