diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-09-22 09:58:31 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-09-22 10:31:31 +0200 |
commit | 13907301622ae05f5ec18654d37c02006af67f51 (patch) | |
tree | 2145c917462d72fc5c31ee06a68a9017a15ff91c /dev-ml/angstrom-unix | |
parent | dev-ml/angstrom: remove old (diff) | |
download | gentoo-13907301622ae05f5ec18654d37c02006af67f51.tar.gz gentoo-13907301622ae05f5ec18654d37c02006af67f51.tar.bz2 gentoo-13907301622ae05f5ec18654d37c02006af67f51.zip |
dev-ml/angstrom-unix: Remove old
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'dev-ml/angstrom-unix')
-rw-r--r-- | dev-ml/angstrom-unix/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/angstrom-unix/angstrom-unix-0.6.0.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/dev-ml/angstrom-unix/Manifest b/dev-ml/angstrom-unix/Manifest index ecae2ad6ed0c..65185bfae3a9 100644 --- a/dev-ml/angstrom-unix/Manifest +++ b/dev-ml/angstrom-unix/Manifest @@ -1,2 +1 @@ -DIST angstrom-0.6.0.tar.gz 80393 SHA256 9080c6ad32ee5c31ae5b754370328daa5febb219ae2a1e8390fb469622dca7ee SHA512 4b03022f3e8147075653a9740473ce23fc42ba8c559f1b86311132fa1a09cfac0f044cb3a8c9fc2d97f4acef35806b4742606b0af22d6b07058e8a78c6672618 WHIRLPOOL a79f7e522e645b605eabb155c604cf6e2e435e9325551a22efbe5c1b12f57726c8ccdad510ef618cc510b409acc6cb86204630ecb4cf1af6d1adc628bb19dd33 DIST angstrom-0.7.0.tar.gz 106216 SHA256 79c53362e5fa4ea6a6ce76e311366bccc67db84eed711e6ad00f1c9b0e552791 SHA512 c4980e38b45dae9d9584ca7a248870b5966e8d2286ea137acf4e61b981ff2584a3952be8be66a06885e72ae3d326fabe837cdb391a3001f04f66d7823b93d528 WHIRLPOOL efb9c1ffcdf234cd1028ab790fb003399ead51088fbdd4d3c712ad7439aedbf57c678fb4bcb836461b35f15f933689551ae05485a33f6e2e82d6f4f56b44bca9 diff --git a/dev-ml/angstrom-unix/angstrom-unix-0.6.0.ebuild b/dev-ml/angstrom-unix/angstrom-unix-0.6.0.ebuild deleted file mode 100644 index dafa4f13989e..000000000000 --- a/dev-ml/angstrom-unix/angstrom-unix-0.6.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit findlib - -DESCRIPTION="Parser combinators built for speed and memory efficiency" -HOMEPAGE="https://github.com/inhabitedtype/angstrom" -SRC_URI="https://github.com/inhabitedtype/angstrom/archive/${PV}.tar.gz -> angstrom-${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - dev-lang/ocaml:= - dev-ml/angstrom:= -" -DEPEND="${RDEPEND} - dev-ml/jbuilder - dev-ml/opam" - -S="${WORKDIR}/angstrom-${PV}" - -src_compile() { - jbuilder build -p ${PN} || die -} - -src_test() { - jbuilder runtest -p ${PN} -} - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - --mandir="${ED}/usr/share/man" \ - ${PN}.install || die -} |