commit: c9c5911f22338c85b8a4512002f9ec76bb249abc
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 20:10:47 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 20:10:47 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c9c5911f
dev-lisp/osicat: bump to version 0.7.0
dev-lisp/osicat/osicat-0.7.0.ebuild | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/dev-lisp/osicat/osicat-0.7.0.ebuild
b/dev-lisp/osicat/osicat-0.7.0.ebuild
new file mode 100644
index 0000000..0cfca17
--- /dev/null
+++ b/dev-lisp/osicat/osicat-0.7.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 eutils
+
+MY_P="${PN}_${PV}"
+
+DESCRIPTION="${PN} is a lightweight operating system interface for Common Lisp
on Unix-platforms."
+HOMEPAGE="http://www.common-lisp.net/project/osicat/"
+SRC_URI="http://common-lisp.net/project/${PN}/files/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+ dev-lisp/alexandria
+ dev-lisp/cffi
+ dev-lisp/trivial-features"
+
+S="${WORKDIR}/${MY_P}"