public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: dev-cpp/eigen/
Date: Tue, 10 Nov 2015 17:30:53 +0000 (UTC)	[thread overview]
Message-ID: <1447175961.df34fbdd69a3fe814099019e4ef63624f4ab3abf.kensington@gentoo> (raw)

commit:     df34fbdd69a3fe814099019e4ef63624f4ab3abf
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 17:19:21 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 17:19:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=df34fbdd

dev-cpp/eigen: remove unmaintained live ebuild

 dev-cpp/eigen/eigen-9999.ebuild | 63 -----------------------------------------
 dev-cpp/eigen/metadata.xml      | 13 ---------
 2 files changed, 76 deletions(-)

diff --git a/dev-cpp/eigen/eigen-9999.ebuild b/dev-cpp/eigen/eigen-9999.ebuild
deleted file mode 100644
index e27773c..0000000
--- a/dev-cpp/eigen/eigen-9999.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils mercurial
-
-DESCRIPTION="C++ template library for linear algebra: vectors, matrices, and related algorithms"
-HOMEPAGE="http://eigen.tuxfamily.org/"
-EHG_REPO_URI="https://bitbucket.org/${PN}/${PN}"
-
-LICENSE="LGPL-2 GPL-3"
-KEYWORDS=""
-SLOT="3"
-IUSE="debug doc"
-
-DEPEND="doc? ( app-doc/doxygen[dot,latex] )"
-RDEPEND="!dev-cpp/eigen:0"
-
-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"
-}
-
-src_configure() {
-	# benchmarks (BTL) brings up damn load of external deps including fortran
-	# compiler
-	CMAKE_BUILD_TYPE="release"
-	local 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() {
-	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
-}

diff --git a/dev-cpp/eigen/metadata.xml b/dev-cpp/eigen/metadata.xml
deleted file mode 100644
index 82bab86..0000000
--- a/dev-cpp/eigen/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>sci</herd>
-	<herd>kde</herd>
-	<longdescription>
-    Eigen is a lightweight C++ template library for vector and matrix math,
-	a.k.a. linear algebra. Unlike most other linear algebra libraries, Eigen
-	focuses on the simple mathematical needs of applications: games and other
-	OpenGL apps, spreadsheets and other office apps, etc. Eigen is dedicated to
-	providing optimal speed with GCC.
-  </longdescription>
-</pkgmetadata>


             reply	other threads:[~2015-11-10 17:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-10 17:30 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-03-11 10:21 [gentoo-commits] proj/kde:master commit in: dev-cpp/eigen/ Johannes Huber
2013-10-17 19:26 Johannes Huber
2013-02-13 11:15 Michael Palimaka
2012-07-29 15:50 Michael Palimaka
2011-02-05 16:45 Tomas Chvatal

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=1447175961.df34fbdd69a3fe814099019e4ef63624f4ab3abf.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