From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/eigen/
Date: Sun, 9 Aug 2015 18:11:16 +0000 (UTC) [thread overview]
Message-ID: <1439143842.2856da067c541b5f2529e74b2f55eb51dce2b4c6.kensington@gentoo> (raw)
commit: 2856da067c541b5f2529e74b2f55eb51dce2b4c6
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 9 18:10:25 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 18:10:42 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2856da06
dev-cpp/eigen: remove old
Package-Manager: portage-2.2.20
dev-cpp/eigen/Manifest | 2 --
dev-cpp/eigen/eigen-3.0.6.ebuild | 70 ----------------------------------------
dev-cpp/eigen/eigen-3.2.4.ebuild | 65 -------------------------------------
3 files changed, 137 deletions(-)
diff --git a/dev-cpp/eigen/Manifest b/dev-cpp/eigen/Manifest
index e663662..0f3f68a 100644
--- a/dev-cpp/eigen/Manifest
+++ b/dev-cpp/eigen/Manifest
@@ -1,5 +1,3 @@
DIST eigen-2.0.17.tar.bz2 367890 SHA256 7255e856ed367ce6e6e2d4153b0e4e753c8b8d36918bf440dd34ad56aff09960 SHA512 8fa0e4507864f61c30de14e3b29d963eb8b777d1a6bb04192d53e1f4c9db323b9fab2ddcedb63bf2af243fe0e26dcd717e97eb72216b6a1d444e455520192c72 WHIRLPOOL d80f12b378e23b758e4dbd173b87bed93bc42a97f2541b653b4373ea6ce0803bd712de00cf5a014a72cd439bb3ad10fd24b2ef8982975e044ff4d7bb2b63f585
-DIST eigen-3.0.6.tar.bz2 961722 SHA256 32e1275a105339003ba34007dd07dc1c62077d75882f3eeddd40a7ec5a5bfd87 SHA512 97cf5126984848f31b3c45c44d7ee6b8d42eca459ff2cc5535413efc768254a1ab738d935c70f9a457a9eaee5faa3c1b08c1f17193b6fcecb5ae0f0b6b32d1fa WHIRLPOOL e17409a807228b63b866c282f767c9107e6c0b45ad84bb311a5ef70053dca3d48580c8839bb6b8fcf5c5bab1a0c102413a96c06007bfbd2218bf260c4a522586
DIST eigen-3.1.3.tar.bz2 1052724 SHA256 1a443145f321dd47a5ca11f176e7319056198a6124a7577723d92e3c3cd59ece SHA512 7b6b816416570c9592ed9ca09e61970346f02bed492df7073fed3e657ded0c2bb736fb024554f92064ee783cbf1180952ccb87ed724899fa353f34c6a49210a4 WHIRLPOOL 53c667def19d882bff0e6a7b8476028a211ca2b4617d579b8555738c726ed1d4f3d4aed0e87b39c00a941484505f2a54fb82dba19444cc04f7f438fa1fc22c45
-DIST eigen-3.2.4.tar.bz2 1147976 SHA256 d64332c92e31803d2c59f6646ed893965c666acfc7c284e4f5e9ffbb4d148922 SHA512 decf50a54011a8275d6d00194e98933b1184e665802892fe87515590ab92843d538d5170afc549730193dc93ae350674eb59d7d324e1f7d608867c7208c5509a WHIRLPOOL 8625bc0d4c171f7a80be070f72651ac8b58b7f4112980cb8c406d1e01f14a10efdf957c6c6fd170da8a595bc86c0016863f3815cb75db272ed789d18b97d8098
DIST eigen-3.2.5.tar.bz2 1151510 SHA256 5f6e6cb88188e34185f43cb819d7dab9b48ef493774ff834e568f4805d3dc2f9 SHA512 5a90a312c3503bb91293aa9ed69258f36c6a3a06a64ff851c8b57a4df01bd467e22e5ba95221bce97a8cf2d3fb9f0ad1c1c40116a3c9c9b1f80d7fc7b0a96c7a WHIRLPOOL 21333e30f77b4712d21eb4bed6159c0e0bfb769ed65d01d4cf5cfeb1a9105f2a3c2ccbc41d251fc09399ee8ad8a50d2eb9d1ea5d38d98ca1df12f8972b24a630
diff --git a/dev-cpp/eigen/eigen-3.0.6.ebuild b/dev-cpp/eigen/eigen-3.0.6.ebuild
deleted file mode 100644
index 94b8c5e..0000000
--- a/dev-cpp/eigen/eigen-3.0.6.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="C++ template library for linear algebra: vectors, matrices, and related algorithms"
-HOMEPAGE="http://eigen.tuxfamily.org/"
-SRC_URI="http://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="LGPL-2 GPL-3"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-SLOT="3"
-IUSE="debug doc"
-
-DEPEND="doc? ( app-doc/doxygen[dot,latex] )"
-RDEPEND="!dev-cpp/eigen:0"
-
-src_unpack() {
- default
- mv ${PN}* ${P} || die
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-3.0.0-gcc46.patch
-
- sed -i CMakeLists.txt \
- -e "/add_subdirectory(demos/d" \
- -e "/add_subdirectory(blas/d" \
- -e "/add_subdirectory(lapack/d" \
- || die "sed disable unused bundles failed"
-}
-
-src_configure() {
- # benchmarks (BTL) brings up damn load of external deps including fortran
- # compiler
- CMAKE_BUILD_TYPE="release"
- mycmakeargs=(
- -DEIGEN_BUILD_BTL=OFF
- )
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_compile
- if use doc; then
- cmake-utils_src_compile doc
- fi
-}
-
-src_test() {
- mycmakeargs=(
- -DEIGEN_BUILD_TESTS=ON
- -DEIGEN_TEST_NO_FORTRAN=ON
- -DEIGEN_TEST_NO_OPENGL=ON
- )
- cmake-utils_src_configure
- cmake-utils_src_compile buildtests
- cmake-utils_src_test
-}
-
-src_install() {
- cmake-utils_src_install
- if use doc; then
- cd "${CMAKE_BUILD_DIR}"/doc
- dohtml -r html/*
- fi
-}
diff --git a/dev-cpp/eigen/eigen-3.2.4.ebuild b/dev-cpp/eigen/eigen-3.2.4.ebuild
deleted file mode 100644
index f7e531a..0000000
--- a/dev-cpp/eigen/eigen-3.2.4.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="C++ template library for linear algebra: vectors, matrices, and related algorithms"
-HOMEPAGE="http://eigen.tuxfamily.org/"
-SRC_URI="http://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="LGPL-2 GPL-3"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug doc"
-
-DEPEND="doc? ( app-doc/doxygen[dot,latex] )"
-RDEPEND="!dev-cpp/eigen:0"
-
-src_unpack() {
- default
- mv ${PN}* ${P} || die
-}
-
-src_prepare() {
- sed -i CMakeLists.txt \
- -e "/add_subdirectory(demos/d" \
- -e "/add_subdirectory(blas/d" \
- -e "/add_subdirectory(lapack/d" \
- || die "sed disable unused bundles failed"
-
- cmake-utils_src_prepare
-}
-
-src_configure() {
- CMAKE_BUILD_TYPE="release"
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_compile
- if use doc; then
- cmake-utils_src_compile doc
- fi
-}
-
-src_test() {
- local mycmakeargs=(
- -DEIGEN_BUILD_TESTS=ON
- -DEIGEN_TEST_NO_FORTRAN=ON
- -DEIGEN_TEST_NO_OPENGL=ON
- )
- cmake-utils_src_configure
- cmake-utils_src_compile buildtests
- cmake-utils_src_test
-}
-
-src_install() {
- cmake-utils_src_install
- if use doc; then
- cd "${BUILD_DIR}"/doc
- dohtml -r html/*
- fi
-}
next reply other threads:[~2015-08-09 18:11 UTC|newest]
Thread overview: 83+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-09 18:11 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-27 14:01 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/eigen/ Michael Palimaka
2015-12-24 9:24 Justin Lecher
2015-12-24 9:24 Justin Lecher
2016-02-20 15:39 Justin Lecher
2016-02-22 6:22 Patrick Lauer
2016-02-26 14:15 Patrick Lauer
2016-02-27 12:52 Jeroen Roovers
2016-06-23 13:40 Michael Palimaka
2016-11-24 16:56 Justin Lecher
2017-01-02 21:43 Justin Lecher
2017-02-01 23:13 Matthias Maier
2017-02-01 23:13 Matthias Maier
2017-03-07 0:17 Sebastien Fabbro
2017-04-29 16:21 Jeroen Roovers
2017-04-30 22:07 David Seifert
2017-07-09 9:48 Alexis Ballier
2017-09-02 13:18 Michael Palimaka
2017-10-10 10:40 Michael Palimaka
2017-10-23 13:05 Michael Palimaka
2018-01-22 22:41 Andreas Sturmlechner
2018-01-22 23:13 Andreas Sturmlechner
2018-02-01 1:34 Andreas Sturmlechner
2018-03-03 9:46 Michał Górny
2018-09-04 20:49 Andreas Sturmlechner
2018-09-10 11:36 Andreas Sturmlechner
2018-10-28 22:19 Andreas Sturmlechner
2018-12-22 14:03 Andreas Sturmlechner
2018-12-28 10:52 Andreas Sturmlechner
2019-01-25 10:08 Mikle Kolyada
2019-02-17 18:07 Sergei Trofimovich
2019-05-14 17:53 Aaron Bauman
2019-09-13 20:41 Andreas Sturmlechner
2020-03-01 18:36 Matthias Maier
2020-06-19 3:23 Georgy Yakovlev
2020-07-21 15:50 Andreas Sturmlechner
2020-09-17 18:14 Sam James
2020-09-17 18:16 Sam James
2020-10-11 21:33 Andreas Sturmlechner
2020-10-12 11:03 Sam James
2020-11-14 1:48 Thomas Deutschmann
2020-11-20 14:19 Sam James
2021-02-19 4:14 Sam James
2021-02-19 4:16 Sam James
2021-05-09 22:02 Andreas Sturmlechner
2021-05-09 22:50 Andreas Sturmlechner
2021-05-16 18:53 Sam James
2021-05-16 18:58 Sam James
2021-05-24 2:44 Sam James
2021-06-08 7:41 Sam James
2021-07-02 10:12 Marek Szuba
2021-07-02 10:12 Marek Szuba
2021-10-02 23:17 Sam James
2021-10-05 3:01 Sam James
2021-10-05 16:47 Sam James
2021-11-05 18:02 Sam James
2021-11-05 18:02 Sam James
2021-11-14 3:23 Sam James
2021-12-16 13:37 Andreas Sturmlechner
2021-12-17 7:56 Arthur Zamarin
2021-12-17 8:41 Arthur Zamarin
2021-12-17 16:37 Arthur Zamarin
2021-12-19 22:06 Agostino Sarubbo
2021-12-19 22:09 Agostino Sarubbo
2021-12-31 18:12 Arthur Zamarin
2022-01-02 8:11 Andreas Sturmlechner
2022-12-02 18:44 WANG Xuerui
2023-01-14 10:00 Arthur Zamarin
2023-03-03 17:48 Arthur Zamarin
2024-01-20 13:10 Sam James
2024-01-21 4:02 Sam James
2024-04-20 14:51 Arthur Zamarin
2024-04-20 14:51 Arthur Zamarin
2024-05-16 13:04 Andreas Sturmlechner
2024-07-16 23:05 Sam James
2024-09-24 15:09 Arthur Zamarin
2024-11-24 10:46 Andreas Sturmlechner
2025-01-08 21:23 Sam James
2025-01-08 21:24 Sam James
2025-01-08 21:24 Sam James
2025-01-08 21:24 Sam James
2025-01-08 21:24 Sam James
2025-01-23 21:56 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1439143842.2856da067c541b5f2529e74b2f55eb51dce2b4c6.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox