blob: e3479de6726f9b49a7aec7f0f804dc23eeda9356 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/colm/colm-0.11.ebuild,v 1.1 2013/06/05 02:54:04 patrick Exp $
EAPI=5
DESCRIPTION="COmputer Language Manipulation"
HOMEPAGE="http://www.complang.org/colm/"
SRC_URI="http://www.complang.org/colm/colm-0.11.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
|