From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/frobby/
Date: Thu, 8 Feb 2018 00:10:38 +0000 (UTC) [thread overview]
Message-ID: <1518047950.c136c12a1ffebae34f8c15d1033f0fb3de813160.asturm@gentoo> (raw)
commit: c136c12a1ffebae34f8c15d1033f0fb3de813160
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Feb 7 18:54:17 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 7 23:59:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c136c12a
sci-mathematics/frobby: remove old
Closes: https://github.com/gentoo/gentoo/pull/7117
sci-mathematics/frobby/frobby-0.9.0-r1.ebuild | 54 ---------------------------
1 file changed, 54 deletions(-)
diff --git a/sci-mathematics/frobby/frobby-0.9.0-r1.ebuild b/sci-mathematics/frobby/frobby-0.9.0-r1.ebuild
deleted file mode 100644
index 42427b592bb..00000000000
--- a/sci-mathematics/frobby/frobby-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Software system and project for computations with monomial ideals"
-HOMEPAGE="http://www.broune.com/frobby/"
-SRC_URI="http://www.broune.com/frobby/frobby_v${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="doc static-libs"
-
-RDEPEND="dev-libs/gmp[cxx]"
-DEPEND="${RDEPEND}
- doc? ( virtual/latex-base )"
-
-S="${WORKDIR}/frobby_v${PV}"
-
-src_prepare() {
- epatch \
- "${FILESDIR}/${PN}-cflags-no-strip-soname.patch" \
- "${FILESDIR}/${PN}-gcc-4.7.patch" \
- "${FILESDIR}/${PN}-gmp-5.1.patch"
- # CXXFLAGS are called CPPFLAGS
- sed "s/CPPFLAGS/CXXFLAGS/" -i Makefile || die
-}
-
-src_compile() {
- # Makefile uses the value of CXX which may be defined in /etc/env,
- # breaking cross-compile.
- CXX=$(tc-getCXX) emake
- MODE=shared CXX=$(tc-getCXX) emake library
- use static-libs && CXX=$(tc-getCXX) emake library
- use doc && emake docPdf
-}
-
-src_install() {
- dobin bin/frobby
- dolib.so bin/libfrobby.so
- dosym libfrobby.so "${PREFIX}/usr/$(get_libdir)/libfrobby.so.0"
- use static-libs && dolib.a bin/libfrobby.a
-
- insinto /usr/include
- doins src/frobby.h
-
- insinto /usr/include/"${PN}"
- doins src/stdinc.h
-
- use doc && dodoc bin/manual.pdf
-}
next reply other threads:[~2018-02-08 0:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-08 0:10 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-26 15:59 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/frobby/ David Seifert
2021-06-18 13:15 David Seifert
2017-03-11 13:42 Agostino Sarubbo
2017-03-11 13:31 Agostino Sarubbo
2017-02-19 23:46 David Seifert
2016-03-02 19:29 Markus Meier
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=1518047950.c136c12a1ffebae34f8c15d1033f0fb3de813160.asturm@gentoo \
--to=asturm@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