diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /sci-libs/cddlib | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'sci-libs/cddlib')
| -rw-r--r-- | sci-libs/cddlib/Manifest | 2 | ||||
| -rw-r--r-- | sci-libs/cddlib/cddlib-094m-r2.ebuild | 62 | ||||
| -rw-r--r-- | sci-libs/cddlib/cddlib-094n.ebuild | 61 | ||||
| -rw-r--r-- | sci-libs/cddlib/metadata.xml | 41 |
4 files changed, 0 insertions, 166 deletions
diff --git a/sci-libs/cddlib/Manifest b/sci-libs/cddlib/Manifest deleted file mode 100644 index eb5fd2ce03ea..000000000000 --- a/sci-libs/cddlib/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST cddlib-0.94m.tar.gz 1351298 BLAKE2B 0e1931ba94771f0dcae0ee10b003940ca331839eb8ce001ab02c4f1b382dde74d7dfcf74f4c62e1ae7214a3139547c09f56ef0cba5df74fc03a63ab741b64690 SHA512 50997bda38c36990456345881dc1eac65b1880aa510ea3812ae46a122ba7696bf3577f2b6976ff16811ee00f0a920c8ed6f1e7de0a4060bfaa96def11bab816e -DIST cddlib-0.94n.tar.gz 1381376 BLAKE2B a734ff0b767c38f113028202429f3016bf400e5ab1bce7ba829cf2cfe70d796fbc5b5609e50be32f46c1ccb58ccedead86311edfec4e279b06436e5e019cc51b SHA512 d171cdcc0f893c6a16b397989a30bb45f19cbd53594a140481ccf2a0985ca5c215f33ad86aa4aeed9f13acab2479be5ca9fcbefca8afdc9eb02afe0051ac1abc diff --git a/sci-libs/cddlib/cddlib-094m-r2.ebuild b/sci-libs/cddlib/cddlib-094m-r2.ebuild deleted file mode 100644 index c55862ef3f9b..000000000000 --- a/sci-libs/cddlib/cddlib-094m-r2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit libtool - -# This can't work forever; but for now, it's better than hard-coding the -# correct version string. -MY_PV="${PV:0:1}.${PV:1}" -QA_PKGCONFIG_VERSION="${MY_PV}" - -MY_P="${PN}-${MY_PV}" -DESCRIPTION="C library implementing the Double Description Method" -HOMEPAGE="https://www.inf.ethz.ch/personal/fukudak/cdd_home/" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${MY_PV}/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2+" -KEYWORDS="amd64 ~arm ~ppc ~riscv ~x86" -IUSE="doc examples static-libs tools" - -DEPEND="dev-libs/gmp:0" -RDEPEND="dev-libs/gmp:0=" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - default - elibtoolize -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - - if ! use tools; then - rm "${ED}"/usr/bin/* || die - fi - - if ! use static-libs; then - find "${ED}" -name '*.la' -delete || die - fi - - # Nobody wants the dvi/ps manual... - rm "${ED}/usr/share/doc/${PF}"/cddlibman.{dvi,ps} || die - - # since the PDF manual is installed by default. - if ! use doc; then - rm "${ED}/usr/share/doc/${PF}"/cddlibman.pdf || die - fi - - # The docs and examples are *both* installed by default, so we - # have to remove the examples if the user doesn't want them. - docompress -x "/usr/share/doc/${PF}"/examples{,-ext,-ine,-ine3d} - if ! use examples; then - rm -r "${ED}/usr/share/doc/${PF}"/examples{,-ext,-ine,-ine3d} || die - fi -} diff --git a/sci-libs/cddlib/cddlib-094n.ebuild b/sci-libs/cddlib/cddlib-094n.ebuild deleted file mode 100644 index ef5dd93d97c7..000000000000 --- a/sci-libs/cddlib/cddlib-094n.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit libtool - -# This can't work forever; but for now, it's better than hard-coding the -# correct version string. -MY_PV="${PV:0:1}.${PV:1}" -QA_PKGCONFIG_VERSION="${MY_PV}" - -MY_P="${PN}-${MY_PV}" -DESCRIPTION="C library implementing the Double Description Method" -HOMEPAGE="https://people.inf.ethz.ch/fukudak/cdd_home/index.html" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${MY_PV}/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~riscv ~x86" -IUSE="doc examples static-libs tools" - -DEPEND="dev-libs/gmp:0" -RDEPEND="dev-libs/gmp:0=" - -src_prepare() { - default - elibtoolize -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - - if ! use tools; then - rm "${ED}"/usr/bin/* || die - fi - - if ! use static-libs; then - find "${ED}" -name '*.la' -delete || die - fi - - # Nobody wants the dvi/ps manual... - rm "${ED}/usr/share/doc/${PF}"/cddlibman.{dvi,ps} || die - - # since the PDF manual is installed by default. - if ! use doc; then - rm "${ED}/usr/share/doc/${PF}"/cddlibman.pdf || die - fi - - # The docs and examples are *both* installed by default, so we - # have to remove the examples if the user doesn't want them. - docompress -x "/usr/share/doc/${PF}"/examples{,-ext,-ine,-ine3d} - if ! use examples; then - rm -r "${ED}/usr/share/doc/${PF}"/examples{,-ext,-ine,-ine3d} || die - fi -} diff --git a/sci-libs/cddlib/metadata.xml b/sci-libs/cddlib/metadata.xml deleted file mode 100644 index e6c30c66cb68..000000000000 --- a/sci-libs/cddlib/metadata.xml +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mjo@gentoo.org</email> - </maintainer> - <maintainer type="person" proxied="yes"> - <email>frp.bissey@gmail.com</email> - <name>François Bissey</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <maintainer type="project"> - <email>sci-mathematics@gentoo.org</email> - <name>Gentoo Mathematics Project</name> - </maintainer> - <longdescription lang="en"> - 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. - - The program can be used for the reverse operation (i.e. convex hull - computation). This means that one can move back and forth between - an inequality representation and a generator (i.e. vertex and ray) - representation of a polyhedron with cdd. Also, cdd can solve a linear - programming problem, i.e. a problem of maximizing and minimizing - a linear function over P. - </longdescription> - <use> - <flag name="tools">Add a few executables and tests for cddlib</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
