commit:     fd9bdfb2def5b49b818b109eb0bc0eb4f41fea83
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 19:55:12 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 19:55:12 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fd9bdfb2

dev-lisp/trivial-features: Bumps version to 0.8

 .../trivial-features/trivial-features-0.8.ebuild    | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/dev-lisp/trivial-features/trivial-features-0.8.ebuild 
b/dev-lisp/trivial-features/trivial-features-0.8.ebuild
new file mode 100644
index 0000000..9484d2a
--- /dev/null
+++ b/dev-lisp/trivial-features/trivial-features-0.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="Ensures consistent *FEATURES* across multiple Common Lisp 
implementations."
+HOMEPAGE="http://www.cliki.net/trivial-features";
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+src_install() {
+       common-lisp-3_src_install
+       dodoc README.md SPEC.md
+}

Reply via email to