commit:     df81896364256729458f933634773a0a92814f24
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 10:19:08 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 10:19:08 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=df818963

dev-lisp/postmodern: Bumps version to 1.19

 dev-lisp/postmodern/postmodern-1.19.ebuild | 36 ++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/dev-lisp/postmodern/postmodern-1.19.ebuild 
b/dev-lisp/postmodern/postmodern-1.19.ebuild
new file mode 100644
index 0000000..7f124d0
--- /dev/null
+++ b/dev-lisp/postmodern/postmodern-1.19.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_PN="Postmodern"
+
+DESCRIPTION="A Common Lisp library for interacting with PostgreSQL databases."
+HOMEPAGE="http://marijnhaverbeke.nl/postmodern/";
+SRC_URI="https://github.com/marijnh/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/md5
+               dev-lisp/usocket
+               dev-lisp/ieee-floats
+               dev-lisp/trivial-utf8
+               dev-lisp/closer-mop
+               dev-lisp/bordeaux-threads
+               dev-lisp/fiveam"
+
+CLSYSTEMS="cl-postgres postmodern simple-date s-sql"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_install() {
+       common-lisp-install-sources ${CLSYSTEMS}
+       common-lisp-install-asdf
+       dodoc doc/*
+}

Reply via email to