commit:     0ebe66f93327b0d18b217e1ee49b43986bf17de4
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 21:25:37 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 21:25:37 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0ebe66f9

dev-lisp/vecto: Bumps version to 1.4.10

 dev-lisp/vecto/vecto-1.4.10.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/dev-lisp/vecto/vecto-1.4.10.ebuild 
b/dev-lisp/vecto/vecto-1.4.10.ebuild
new file mode 100644
index 0000000..51e7b94
--- /dev/null
+++ b/dev-lisp/vecto/vecto-1.4.10.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="Simplified interface to the powerful CL-VECTORS vector 
rasterization library."
+HOMEPAGE="http://www.xach.com/lisp/vecto/";
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/cl-vectors
+               dev-lisp/zpb-ttf
+               dev-lisp/zpng"
+
+src_install() {
+       common-lisp-3_src_install
+       dodoc doc/index.html
+       docinto html && dodoc doc/*.{lisp,png}
+}

Reply via email to