blob: a730216eee2c279e29d7523b75fa07c09d79a239 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: Exp $
inherit common-lisp-2
MY_P=${P/./}
DESCRIPTION="A gettext-style internationalization framework for Common Lisp"
HOMEPAGE="http://blog.viridian-project.de/cl-i18n/"
SRC_URI="http://blog.viridian-project.de/wp-content/uploads/2008/01/${MY_P}.tgz"
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
|