public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/lrslib/
Date: Fri,  1 Jun 2018 14:05:26 +0000 (UTC)	[thread overview]
Message-ID: <1527861915.adffe0903316eba34dc4aee3e5c61f2d2d09be91.bman@gentoo> (raw)

commit:     adffe0903316eba34dc4aee3e5c61f2d2d09be91
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 21:32:54 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Jun  1 14:05:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adffe090

sci-libs/lrslib: drop EAPI=2 ebuild

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-libs/lrslib/lrslib-042c-r1.ebuild | 52 -----------------------------------
 1 file changed, 52 deletions(-)

diff --git a/sci-libs/lrslib/lrslib-042c-r1.ebuild b/sci-libs/lrslib/lrslib-042c-r1.ebuild
deleted file mode 100644
index b1fba3a5f34..00000000000
--- a/sci-libs/lrslib/lrslib-042c-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit toolchain-funcs
-
-DESCRIPTION="self-contained ANSI C implementation of the reverse search algorithm"
-HOMEPAGE="http://cgm.cs.mcgill.ca/~avis/C/lrs.html"
-SRC_URI="http://cgm.cs.mcgill.ca/~avis/C/lrslib/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gmp"
-
-DEPEND="gmp? ( dev-libs/gmp )"
-RDEPEND="${DEPEND}"
-
-src_prepare(){
-	sed -i "s/gcc/$(tc-getCC)/g" makefile || die
-	sed -i "s/-O3/${CFLAGS} ${LDFLAGS}/g" makefile || die
-}
-
-src_compile () {
-	if use amd64 ; then
-		emake all64 || die "make failed"
-	else
-		emake || die "make failed"
-	fi
-	if use gmp ; then
-		emake gmp || die "make failed"
-	fi
-}
-
-src_install() {
-	dobin lrs redund redund1 || die
-	# Collides with sys-block/buffer
-	newbin buffer lrsbuffer || die
-	if use x86; then
-		dobin nash setupnash setupnash2 2nash || die
-		# Prevent clash with cddlib:
-		newbin fourier lrsfourier || die
-	fi
-	if use gmp; then
-		dobin glrs gredund gfourier || die
-		# Clash with www-plugins/gnash
-		newbin gnash lrsgnash || die
-	fi
-	dodoc readme || die
-	dohtml lrslib.html || die
-}


             reply	other threads:[~2018-06-01 14:05 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-01 14:05 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-05 12:29 [gentoo-commits] repo/gentoo:master commit in: sci-libs/lrslib/ Sam James
2024-10-27  2:38 Michael Orlitzky
2024-10-27  2:38 Michael Orlitzky
2021-12-29 13:46 Yixun Lan
2021-12-05  4:00 Sam James
2021-11-06  1:01 Michael Orlitzky
2021-11-01  0:21 Michael Orlitzky
2021-10-23 13:51 Sam James
2021-10-23  0:17 Michael Orlitzky
2021-01-27  6:58 Sam James
2021-01-12 10:49 David Seifert
2020-01-03 19:08 Andreas Sturmlechner
2020-01-03 14:30 Agostino Sarubbo
2020-01-01 15:30 Agostino Sarubbo
2017-07-31 18:12 Sebastien Fabbro
2017-07-31 18:12 Sebastien Fabbro
2016-03-02 19:28 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=1527861915.adffe0903316eba34dc4aee3e5c61f2d2d09be91.bman@gentoo \
    --to=bman@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