diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-06-23 13:34:21 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-06-23 13:34:21 +0200 |
commit | ef9daa51eab579d42aa7d91dcd6342c104573ea3 (patch) | |
tree | d5d19cf38abb7f084571925a021d5cbeb883990b /dev-ml/pomap/pomap-3.0.3.ebuild | |
parent | dev-ml/utop: remove old (diff) | |
download | gentoo-ef9daa51eab579d42aa7d91dcd6342c104573ea3.tar.gz gentoo-ef9daa51eab579d42aa7d91dcd6342c104573ea3.tar.bz2 gentoo-ef9daa51eab579d42aa7d91dcd6342c104573ea3.zip |
dev-ml/pomap: remove old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-ml/pomap/pomap-3.0.3.ebuild')
-rw-r--r-- | dev-ml/pomap/pomap-3.0.3.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-ml/pomap/pomap-3.0.3.ebuild b/dev-ml/pomap/pomap-3.0.3.ebuild deleted file mode 100644 index 47f352938aea..000000000000 --- a/dev-ml/pomap/pomap-3.0.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -OASIS_BUILD_DOCS=1 - -inherit oasis - -DESCRIPTION="Partially Ordered Map ADT for O'Caml" -HOMEPAGE="https://bitbucket.org/mmottl/pomap" -SRC_URI="https://bitbucket.org/mmottl/pomap/downloads/${P}.tar.gz" -LICENSE="LGPL-2.1-with-linking-exception" - -DEPEND="|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" -RDEPEND="${DEPEND}" -SLOT="0/${PV}" -KEYWORDS="amd64 ppc x86" -IUSE="examples" - -DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" ) - -src_install() { - oasis_src_install - if use examples ; then - insinto /usr/share/doc/${PF} - doins -r examples - docompress -x /usr/share/doc/${PF}/examples - fi -} |