diff options
Diffstat (limited to 'sci-libs/libhomfly')
-rw-r--r-- | sci-libs/libhomfly/Manifest | 3 | ||||
-rw-r--r-- | sci-libs/libhomfly/libhomfly-1.02.6.ebuild | 29 | ||||
-rw-r--r-- | sci-libs/libhomfly/metadata.xml | 24 |
3 files changed, 56 insertions, 0 deletions
diff --git a/sci-libs/libhomfly/Manifest b/sci-libs/libhomfly/Manifest new file mode 100644 index 000000000000..2c2beaf07d0a --- /dev/null +++ b/sci-libs/libhomfly/Manifest @@ -0,0 +1,3 @@ +DIST libhomfly-1.02r6.tar.gz 359354 BLAKE2B 7b60c54e56777dc4b81240cbdd63726591323dc6d841f8d56d641ea304d9a4c1c3ffb3078fc54861f22b5007b36bd32c5f397e2fe8d40f10362eca8d08ba4915 SHA512 44f81815a0ba4c0358d433eb9769944af2ee02790d78aaa08e791d03ba68ba3dcf0389b4287f687211e6a7ba84e1bea3d2ebe69fc8bb4f12d677b7f54872d618 +EBUILD libhomfly-1.02.6.ebuild 629 BLAKE2B 4e9a0560888226fd10610c23de888c3d4120647a4c6bd38f854a11462c0e21fb11aa41dad2ceb26f9849db93754af5f0c123d1ad103df6d71e5807b28844a8f6 SHA512 695335d4244ca0ec15d4c8668d88061bb579b016e3dae2fc33a9a7609db427f8f9aa135b8755cc998921024956f9691aff54763b053cf3fa7bf7e4e712c55873 +MISC metadata.xml 743 BLAKE2B 9e02f3f11fb1a8a7046d7f88eaaa81adf870c93b576701a5bcee6b444887583e24bffdc5ac308e95c9b8f257115b70e06b7352d0bc8b425c3ad72fcb2b82e953 SHA512 449fa0dbd599814a98166cdf770f23d57dfe8a398083936e7772fb374fc9f6819af1512d90c09d51534b8518dd2c8741e8c30875ecc349411e4f532756fff1af diff --git a/sci-libs/libhomfly/libhomfly-1.02.6.ebuild b/sci-libs/libhomfly/libhomfly-1.02.6.ebuild new file mode 100644 index 000000000000..717bc354d1d4 --- /dev/null +++ b/sci-libs/libhomfly/libhomfly-1.02.6.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PV=$(ver_rs 2 r) +MY_P="${PN}-${MY_PV}" +DESCRIPTION="Library to compute the homfly polynomial of a link" +HOMEPAGE="https://github.com/miguelmarco/libhomfly" +SRC_URI="https://github.com/miguelmarco/${PN}/releases/download/${MY_PV}/${MY_P}.tar.gz" + +LICENSE="Unlicense" +SLOT="0" +KEYWORDS="~amd64" +IUSE="static-libs" + +DEPEND="dev-libs/boehm-gc" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" + +src_configure(){ + econf $(use_enable static-libs static) +} + +src_install(){ + default + find "${ED}" -name '*.la' -delete || die +} diff --git a/sci-libs/libhomfly/metadata.xml b/sci-libs/libhomfly/metadata.xml new file mode 100644 index 000000000000..e02bf222cf6c --- /dev/null +++ b/sci-libs/libhomfly/metadata.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>mjo@gentoo.org</email> + </maintainer> + <!-- + mjo: François maintained this package in the sage-on-gentoo overlay + long before I moved it into ::gentoo. You don't need an ACK from me + to merge his changes. + --> + <maintainer type="person"> + <email>frp.bissey@gmail.com</email> + <name>François Bissey</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + + <upstream> + <remote-id type="github">miguelmarco/libhomfly</remote-id> + </upstream> +</pkgmetadata> |