commit: 2c5639c3a500f98cbc9f392e29e83da9300af6d1
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 12:27:06 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 12:27:06 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2c5639c3
dev-lisp/babel: bump to version 0.5.0
dev-lisp/babel/babel-0.5.0.ebuild | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/dev-lisp/babel/babel-0.5.0.ebuild
b/dev-lisp/babel/babel-0.5.0.ebuild
new file mode 100644
index 0000000..e2871c2
--- /dev/null
+++ b/dev-lisp/babel/babel-0.5.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P=${PN}_${PV}
+
+DESCRIPTION="A charset encoding/decoding library."
+HOMEPAGE="http://common-lisp.net/project/babel/"
+SRC_URI="http://common-lisp.net/project/${PN}/releases/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/alexandria
+ dev-lisp/trivial-features
+ dev-lisp/trivial-gray-streams
+ dev-lisp/rt"
+
+S="${WORKDIR}"/${MY_P}
+
+src_install() {
+ common-lisp-install-sources -t all src tests
+ common-lisp-install-asdf
+ dodoc NOTES README
+}