commit:     508f90b3d0944536c1bd200dd7f2e260438464c3
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 31 19:18:07 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Oct 31 19:18:07 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=508f90b3

dev-lisp/parse-number: Bumps version to 1.7

 dev-lisp/parse-number/parse-number-1.7.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/dev-lisp/parse-number/parse-number-1.7.ebuild 
b/dev-lisp/parse-number/parse-number-1.7.ebuild
new file mode 100644
index 00000000..f754894f
--- /dev/null
+++ b/dev-lisp/parse-number/parse-number-1.7.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="Common Lisp library for parsing any number string"
+HOMEPAGE="http://www.cliki.net/parse-number";
+SRC_URI="https://github.com/sharplispers/parse-number/archive/v${PV}.tar.gz -> 
${PF}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"
+
+src_install() {
+       common-lisp-install-sources -t all *.lisp version.sexp
+       common-lisp-install-asdf
+}

Reply via email to