public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/lpsolve/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b626be1519619408c6e7dee66301012afa2871d1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 15:01:24 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 15:01:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b626be15

Sort inherit and/or USE

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-libs/lpsolve/lpsolve-5.5.2.0.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sci-libs/lpsolve/lpsolve-5.5.2.0.ebuild b/sci-libs/lpsolve/lpsolve-5.5.2.0.ebuild
index 6a17820..423e29f 100644
--- a/sci-libs/lpsolve/lpsolve-5.5.2.0.ebuild
+++ b/sci-libs/lpsolve/lpsolve-5.5.2.0.ebuild
@@ -15,7 +15,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE="static-libs examples"
+IUSE="examples static-libs"
 DEPEND=""
 RDEPEND="${DEPEND}"
 



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/lpsolve/
@ 2011-07-26 10:26 Thomas Kahle
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Kahle @ 2011-07-26 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     10effc40aef5349a636d275c2c21a388fea3a5e9
Author:     Thomas Kahle <tomka <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 10:26:05 2011 +0000
Commit:     Thomas Kahle <tom111 <AT> gmx <DOT> de>
CommitDate: Tue Jul 26 10:26:15 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=10effc40

Removed lpsolve, better version is in tree.

---
 sci-libs/lpsolve/lpsolve-5.5.2.0.ebuild |   54 -------------------------------
 sci-libs/lpsolve/metadata.xml           |    5 ---
 2 files changed, 0 insertions(+), 59 deletions(-)

diff --git a/sci-libs/lpsolve/lpsolve-5.5.2.0.ebuild b/sci-libs/lpsolve/lpsolve-5.5.2.0.ebuild
deleted file mode 100644
index 423e29f..0000000
--- a/sci-libs/lpsolve/lpsolve-5.5.2.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit eutils toolchain-funcs
-
-MYPN="lp_solve"
-DESCRIPTION="Library for solving (mixed integer) linear programming problems"
-HOMEPAGE="http://lpsolve.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${MYPN}_${PV}_source.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="examples static-libs"
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MYPN}_${PV}"
-
-PLIB=lpsolve55
-
-src_prepare() {
-	LPSOLVE_ARCH=ux32
-	LPSOLVE_ARCH=ux64
-	sed -i \
-		"s|^c=.*$$|c=$(tc-getCC)|g" \
-		's|^opts=.*$$|opts="${CFLAGS}"|g' \
-		"s|-fpic|-fPIC|g" \
-		"s|-ldl||g" \
-		lp_solve/ccc ${PLIB}/ccc || die "sed failed"
-}
-
-src_compile() {
-	for d in lp_solve ${PLIB}; do
-		pushd $d &> /dev/null
-		bash -x ccc
-		popd &> /dev/null
-	done
-}
-
-src_install() {
-	dobin lp_solve/bin/${LPSOLVE_ARCH}/lp_solve || die
-	insinto /usr/include/lpsolve
-	doins declare.h fortify.h ini.h lp_*.h lpkit.h lpsolve.h ufortify.h yacc_read.h
-	dolib.so lib${PLIB}.so
-	if use static-libs; then
-		dolib.a lib${PLIB}.a || die
-	fi
-	dosym lib${PLIB}.so /usr/$(get_libdir)/lib${PLIB}.so.1
-}

diff --git a/sci-libs/lpsolve/metadata.xml b/sci-libs/lpsolve/metadata.xml
deleted file mode 100644
index b229aec..0000000
--- a/sci-libs/lpsolve/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-</pkgmetadata>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-26 10:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26 10:26 [gentoo-commits] proj/sci:master commit in: sci-libs/lpsolve/ Thomas Kahle
  -- strict thread matches above, loose matches on Subject: below --
2011-06-24 17:09 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox