commit:     fdce6d04465e2e25a6915f286965521b702ded70
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Oct 20 22:20:08 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 22:36:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdce6d04

dev-util/colm: various fixes

* EAPI 7
* license fix
* do not install static library

Closes: https://bugs.gentoo.org/698066
Closes: https://github.com/gentoo/gentoo/pull/13293
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-util/colm/colm-0.13.0.6-r1.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/dev-util/colm/colm-0.13.0.6-r1.ebuild 
b/dev-util/colm/colm-0.13.0.6-r1.ebuild
new file mode 100644
index 00000000000..24c79169a62
--- /dev/null
+++ b/dev-util/colm/colm-0.13.0.6-r1.ebuild
@@ -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
+}

Reply via email to