commit: 797793afc19d452252ffea330ceddd21d0b2be61 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sat Dec 10 15:53:18 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sat Dec 10 15:53:18 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=797793af
-dev-lisp/skippy: Bumps version to 1.3.12 dev-lisp/skippy/skippy-1.3.12.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dev-lisp/skippy/skippy-1.3.12.ebuild b/dev-lisp/skippy/skippy-1.3.12.ebuild new file mode 100644 index 0000000..d3a8baf --- /dev/null +++ b/dev-lisp/skippy/skippy-1.3.12.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="Common Lis GIF library" +HOMEPAGE="http://www.xach.com/lisp/skippy/" +SRC_URI="https://github.com/xach/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +S="${WORKDIR}/${PN}-release-${PV}"
