forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST colm-0.12.0.tar.gz 983143 SHA256 7b545d74bd139f5c622975d243c575310af1e4985059a1427b6fdbb1fb8d6e4d SHA512 febdd750f728acc608e405f875fbc09880ddfb6cf593c05b129c4253f235e535cee2ebf89c45fabcf911dd9b77b204f8c6e463b6e307b0d062b7ecf864f47398 WHIRLPOOL 083d66607a898d5df42ee742d85dd83d893487a8f9c8aee5bef75e07d2f53c3371e683bf4947249bfcbc803a3bc643cc9d87532e36d5e656b12db9059d7335f6 | ||
DIST colm-0.13.0.3.tar.gz 709283 SHA256 427e52a366b53d5192ac8e7a5fc597c470b3f25dcc6e18677199f535ad764d35 SHA512 169c8b526573900e7fdcfdfa6ac292970c0584805bf345e57d7bc4d6fe3f7b93eedd7029a471703abf378c63bec76dee3b982efde229fd04553ace9253fd3106 WHIRLPOOL e94798bfacc5cb6ef2198faedda22d1d958045ffb32e42d9b3a208a09bbb91d0fbe2a8f2a38f44b9f07d7a8837d0a2b3087d198435b52c4bda13f7ce51e77ac0 | ||
DIST colm-0.13.0.4.tar.gz 707983 SHA256 fdb3d0fb6ce19f24ca6d701a61b81cd610e3d3b04951dc9f27317581f859ac13 SHA512 4684a315f3fef7cd6ff0982e357b59b110c02dfc2ce00a207d5d16dd9475f41790f3cfec9ddb5347d20da879cb0beebc03d3c56c325ce2ef22438555fcf60402 WHIRLPOOL 636516df49eb5af110f5ac88a3e46f8f7a3d01a04220c7744eadcffe6bc993788c44b46f50ddef43aafbd5b9d31242077ad7a5413681b05398f0392c3b404f1b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DESCRIPTION="COmputer Language Manipulation" | ||
HOMEPAGE="http://www.complang.org/colm/" | ||
SRC_URI="http://www.colm.net/files/${PN}/${P}.tar.gz" | ||
|
||
SLOT="0" | ||
LICENSE="GPL-2" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND="" | ||
RDEPEND="${DEPEND}" |