diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
commit | 65f23fa591b40aa410097713165d986c18541bfa (patch) | |
tree | 511c72b50399d2ce73e166154c218274d721b259 /kde-base/kalgebra | |
parent | old (diff) | |
download | gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.gz gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.bz2 gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.zip |
rm 4.3.5 and 4.4.4
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kalgebra')
-rw-r--r-- | kde-base/kalgebra/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kalgebra/kalgebra-4.3.5.ebuild | 43 | ||||
-rw-r--r-- | kde-base/kalgebra/kalgebra-4.4.4.ebuild | 43 |
3 files changed, 5 insertions, 87 deletions
diff --git a/kde-base/kalgebra/ChangeLog b/kde-base/kalgebra/ChangeLog index 88fc4a94b6ea..4ab2c4c73a19 100644 --- a/kde-base/kalgebra/ChangeLog +++ b/kde-base/kalgebra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kalgebra # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.69 2010/08/09 06:22:18 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.70 2010/08/09 11:31:08 scarabeus Exp $ + + 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -kalgebra-4.3.5.ebuild, -kalgebra-4.4.4.ebuild: + rm 09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> kalgebra-4.4.5.ebuild: diff --git a/kde-base/kalgebra/kalgebra-4.3.5.ebuild b/kde-base/kalgebra/kalgebra-4.3.5.ebuild deleted file mode 100644 index 08d894b60251..000000000000 --- a/kde-base/kalgebra/kalgebra-4.3.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/kalgebra-4.3.5.ebuild,v 1.4 2010/06/21 15:53:52 scarabeus Exp $ - -EAPI="2" - -KMNAME="kdeedu" -OPENGL_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="MathML-based graph calculator for KDE." -KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook +plasma readline" - -DEPEND=" - readline? ( sys-libs/readline ) -" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY="libkdeedu/kdeeduui" - -PATCHES=( - "${FILESDIR}"/${PN}-4.3.2-solaris-graph2d.patch -) - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with readline) - $(cmake-utils_use_with plasma) - $(cmake-utils_use_with opengl OpenGL) - ) - - kde4-meta_src_configure -} - -src_test() { - # disable broken test - sed -i -e '/mathmlpresentationtest/ s/^/#DO_NOT_RUN_TEST /' \ - "${S}"/"${PN}"/analitza/tests/CMakeLists.txt || \ - die "sed to disable mathmlpresentationtest failed." - - kde4-meta_src_test -} diff --git a/kde-base/kalgebra/kalgebra-4.4.4.ebuild b/kde-base/kalgebra/kalgebra-4.4.4.ebuild deleted file mode 100644 index d1af0ff24c6e..000000000000 --- a/kde-base/kalgebra/kalgebra-4.4.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/kalgebra-4.4.4.ebuild,v 1.4 2010/06/27 09:46:12 fauli Exp $ - -EAPI="3" - -KMNAME="kdeedu" -OPENGL_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="MathML-based graph calculator for KDE." -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook +plasma readline" - -DEPEND=" - readline? ( sys-libs/readline ) -" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY="libkdeedu/kdeeduui" - -PATCHES=( - "${FILESDIR}"/${PN}-4.3.2-solaris-graph2d.patch -) - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with readline) - $(cmake-utils_use_with plasma) - $(cmake-utils_use_with opengl OpenGL) - ) - - kde4-meta_src_configure -} - -src_test() { - # disable broken test - sed -i -e '/mathmlpresentationtest/ s/^/#DO_NOT_RUN_TEST /' \ - "${S}"/"${PN}"/analitza/tests/CMakeLists.txt || \ - die "sed to disable mathmlpresentationtest failed." - - kde4-meta_src_test -} |