diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-24 11:22:54 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-24 11:22:54 +0200 |
commit | 252be1ece7340e30ba820df97f2dc5f67acf184e (patch) | |
tree | 06205bb2c7a79cd45220c855a8992b9a44911702 /dev-util/colm/colm-0.13.0.6.ebuild | |
parent | dev-libs/libbsd: Bump to version 0.9.1. Removed old. (diff) | |
download | gentoo-252be1ece7340e30ba820df97f2dc5f67acf184e.tar.gz gentoo-252be1ece7340e30ba820df97f2dc5f67acf184e.tar.bz2 gentoo-252be1ece7340e30ba820df97f2dc5f67acf184e.zip |
dev-util/colm: Bump to version 0.13.0.6
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'dev-util/colm/colm-0.13.0.6.ebuild')
-rw-r--r-- | dev-util/colm/colm-0.13.0.6.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-util/colm/colm-0.13.0.6.ebuild b/dev-util/colm/colm-0.13.0.6.ebuild new file mode 100644 index 000000000000..fab1897a2181 --- /dev/null +++ b/dev-util/colm/colm-0.13.0.6.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="COmputer Language Manipulation" +HOMEPAGE="https://www.colm.net/open-source/colm/" +SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" +IUSE="" + +DEPEND="app-text/asciidoc" |