Skip to content

Commit

Permalink
dev-util/colm: various fixes
Browse files Browse the repository at this point in the history
* EAPI 7
* license fix
* do not install static library

Closes: https://bugs.gentoo.org/698066
Closes: gentoo#13293
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Alessandro Barbieri <[email protected]>
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
Alessandro-Barbieri authored and SoapGentoo committed Oct 20, 2019
1 parent fb2cead commit fdce6d0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dev-util/colm/colm-0.13.0.6-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="COmputer Language Manipulation"
HOMEPAGE="https://www.colm.net/open-source/colm/"
SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux"

BDEPEND="app-text/asciidoc"

src_configure() {
econf --disable-static
}

src_install() {
default
find "${D}" -name '*.la' -delete || die
}

0 comments on commit fdce6d0

Please sign in to comment.