[sci-libs/cddlib] Removing ebuild for sci-libs/cddlib.
This ebuild was added as a dependency for sci-mathematics/Macaulay2, which has been dropped from the Sabayon overlay.
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
# ChangeLog for sci-libs/cddlib
|
||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
24 Jun 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
|
||||
cddlib-094f.ebuild:
|
||||
QA fixes
|
||||
|
||||
18 Jul 2008; Francois Bissey <f.r.bissey@massey.ac.nz> Manifest:
|
||||
Fixed the manifest
|
||||
|
||||
16 Jul 2008; Francois Bissey <f.r.bissey@massey.ac.nz> +cddlib-094f.ebuild,
|
||||
+files/cddlib-094f-libtool.patch, +metadata.xml:
|
||||
Initial import, see bug #230423
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA1
|
||||
|
||||
AUX cddlib-094f-libtool.patch 1704 RMD160 e707b7374a46ada13beea1dbba9bb7ac2b845aad SHA1 aa1851b13964d2a52cb0b11fee3ab35deaca6d14 SHA256 90d9e9695b11ecf8a924c990f4ee1c1dd2ed6c856b127527150cabf84fb00e7c
|
||||
DIST cddlib-094f.tar.gz 1530224 RMD160 b3b967942523267d155a18bc39a8cb3849b4f221 SHA1 1d003e88898eb259be2524da7bb1590a0a5bbdb1 SHA256 b01b6e8b7aedcfe59aecd253ad2b76e61e69847f0a681a85d2976e8e6c241846
|
||||
EBUILD cddlib-094f.ebuild 841 RMD160 248ddf7b44fcfae1cdd4beb2da7e32c943e0f769 SHA1 f3a8e163ec7ab6af4251b06fb7b908e2666ae1e1 SHA256 546d8c5600181484c285e47cb2e9b1cd6585a4720f969490603ea7124d3dba3e
|
||||
MISC ChangeLog 469 RMD160 471644b333f3412e76d21895c8fcdd0689404455 SHA1 7778994528aaf0a769cc56a811a698a1ce28738d SHA256 d38ab01ebac2bd196eadc38d6da222b2e075ee037588e6be00fdac18510b8027
|
||||
MISC metadata.xml 578 RMD160 b6f46cf4d207e39f64547f026b5dab3a74f5b07c SHA1 02003bc2200581f2460374f9d503d7a85d80f258 SHA256 b774bd968f3bab3ff5358e4085b7e19975628db4b7ee7ec7a2a25de9b94b8a9d
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.15 (GNU/Linux)
|
||||
|
||||
iQIcBAEBAgAGBQJMI6s4AAoJENwGBM22xffeDSMP/2vMUK5aRaRqZsA7ROGEUgYq
|
||||
qi2YewkLrjvmhnSnyKzStxYFuL6WQtMVZcjWqjcQw2XRL3RegvTZ/bO7Cxmq986y
|
||||
qnMNw4FKoacCAEBzmHxcHaXlT3bSRv6FryseiDpG/fOjfIct+4y4ywmh4V0i6LAB
|
||||
P95ISTrOXFCz4XFtFMLMiWFU4o69UqdWjU8n/orrJCByR6tfse1Ai+N02UFDb6OG
|
||||
nMF9+rQIeQQPh7rW088a79GbnrJy+JOKS5/WqkJzHmetOIWmmlGgsdzjQFfUwfFK
|
||||
v91EuxqMt6wdPkr4Zemqba9Dwd/qqysbu86W/05YEfSyHTzp/44fsIuU6q9sHE+I
|
||||
QKA3OptpkC5mjewdNoJD3vKcC9+DGv/Jsjc1Su6ZaM1NcxuRGslc8y26m5slGLBE
|
||||
+cMVnporipA+zhDzI0I13iVET44uKwj54XHn+oM8V2g+12y/AZjMV7r78aAF4DcV
|
||||
xNCbfZL4COS7obfKWER+Dx/DARNEo1TXWnrV+yPpnsgaA90f80DSJEjeBxKhgZlP
|
||||
YipOvbHdlaHhhWgUwc1b5MLyQsmWSOAJ5SJrFSlKQ2X5ilBgixTTZ17QD6C85JS1
|
||||
VeQrKDtbAYehcwW/XKdOsCwhsfJivfvP0WhgzAnYmN8sNKy+h9arl1qsjM23DDWC
|
||||
cPEU7b9UG5v2p7U/Ghdo
|
||||
=yCd4
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit eutils autotools
|
||||
|
||||
DESCRIPTION="C implementation of the Double Description Method of Motzkin et al. "
|
||||
HOMEPAGE="http://www.ifor.math.ethz.ch/~fukuda/cdd_home/"
|
||||
SRC_URI="ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/${P}.tar.gz"
|
||||
|
||||
RESTRICT="mirror"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-libs/gmp-4.2.2"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_unpack(){
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
|
||||
epatch "${FILESDIR}/${P}-libtool.patch"
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "Install failed"
|
||||
dodoc README
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "the cddlib ebuild is still under development."
|
||||
elog "Help us improve the ebuild in:"
|
||||
elog "http://bugs.gentoo.org/show_bug.cgi?id=230423"
|
||||
}
|
||||
@@ -1,54 +0,0 @@
|
||||
--- configure.in.orig 2008-02-07 09:57:13.000000000 +1300
|
||||
+++ configure.in 2008-05-26 08:59:21.000000000 +1200
|
||||
@@ -7,7 +7,7 @@
|
||||
dnl Checks for programs.
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
-AC_PROG_RANLIB
|
||||
+AC_PROG_LIBTOOL
|
||||
|
||||
dnl Checks for libraries.
|
||||
dnl Replace `main' with a function in -lg:
|
||||
--- lib-src-gmp/Makefile.am.orig 2008-02-07 09:57:13.000000000 +1300
|
||||
+++ lib-src-gmp/Makefile.am 2008-05-26 08:55:35.000000000 +1200
|
||||
@@ -1,6 +1,6 @@
|
||||
-lib_LIBRARIES = libcddgmp.a
|
||||
+lib_LTLIBRARIES = libcddgmp.la
|
||||
|
||||
-libcddgmp_a_SOURCES = \
|
||||
+libcddgmp_la_SOURCES = \
|
||||
cddcore.c \
|
||||
cddlp.c \
|
||||
cddmp.c \
|
||||
--- lib-src/Makefile.am.orig 2008-02-07 09:57:14.000000000 +1300
|
||||
+++ lib-src/Makefile.am 2008-05-26 08:56:38.000000000 +1200
|
||||
@@ -1,6 +1,6 @@
|
||||
-lib_LIBRARIES = libcdd.a
|
||||
+lib_LTLIBRARIES = libcdd.la
|
||||
|
||||
-libcdd_a_SOURCES = \
|
||||
+libcdd_la_SOURCES = \
|
||||
cddcore.c \
|
||||
cddlp.c \
|
||||
cddmp.c \
|
||||
--- src/Makefile.am.orig 2008-02-07 09:57:15.000000000 +1300
|
||||
+++ src/Makefile.am 2008-05-26 08:57:49.000000000 +1200
|
||||
@@ -29,6 +29,6 @@
|
||||
testlp3_SOURCES = testlp3.c
|
||||
# cddmathlink_SOURCES = cddmathlink.c cddmlio.h cddmlio.c
|
||||
|
||||
-LDADD = ../lib-src/libcdd.a
|
||||
+LDADD = ../lib-src/libcdd.la
|
||||
INCLUDES = -I../lib-src
|
||||
AM_CPPFLAGS = -UGMPRATIONAL
|
||||
--- src-gmp/Makefile.am.orig 2008-02-07 09:57:14.000000000 +1300
|
||||
+++ src-gmp/Makefile.am 2008-05-26 08:58:35.000000000 +1200
|
||||
@@ -29,7 +29,7 @@
|
||||
testlp3_gmp_SOURCES = testlp3.c
|
||||
# cddmathlink_SOURCES = cddmathlink.c cddmlio.h cddmlio.c
|
||||
|
||||
-LDADD = ../lib-src-gmp/libcddgmp.a
|
||||
+LDADD = ../lib-src-gmp/libcddgmp.la
|
||||
AM_LDFLAGS = -L$(gmplibdir)
|
||||
INCLUDES = -I../lib-src-gmp
|
||||
INCLUDES += -I$(gmpincludedir)
|
||||
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>sci</herd>
|
||||
<longdescription>The C-library cddlib is a C implementation of the Double Description Method of Motzkin et al. for generating all vertices (i.e. extreme points) and extreme rays of a general convex polyhedron in R^d given by a system of linear inequalities: P = { x=(x1, ..., xd)^T : b - A x >= 0 }, where A is a given m x d real matrix, b is a given m-vector and 0 is the m-vector of all zeros.</longdescription>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user