commit:     22b65d877276dff51693d77cbada3020b980c029
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 11 08:06:38 2014 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jun 11 08:06:38 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=22b65d87

dev-lisp/cl-colors: Moved to EAPI 5 and git-2

---
 dev-lisp/cl-colors/cl-colors-9999.ebuild | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/dev-lisp/cl-colors/cl-colors-9999.ebuild 
b/dev-lisp/cl-colors/cl-colors-9999.ebuild
index 996c61c..ceec653 100644
--- a/dev-lisp/cl-colors/cl-colors-9999.ebuild
+++ b/dev-lisp/cl-colors/cl-colors-9999.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
-inherit common-lisp-2 eutils git
+EAPI=5
+
+inherit common-lisp-3 eutils git-2
 
 DESCRIPTION="A simple package for different color representations in Common 
Lisp."
-HOMEPAGE="http://common-lisp.net/project/cl-colors/";
-EGIT_REPO_URI="git://github.com/tpapp/cl-colors.git"
+HOMEPAGE="http://cliki.net/cl-colors";
+EGIT_REPO_URI="git://github.com/tpapp/${PN}.git"
 
 LICENSE="LLGPL-2.1"
 SLOT="0"
@@ -17,10 +18,8 @@ IUSE=""
 RDEPEND="dev-lisp/alexandria
        dev-lisp/let-plus"
 
-src_compile() { true; }
-
 src_install() {
-       common-lisp-install *.{lisp,asd}
-       common-lisp-symlink-asdf
-       dodoc introduction.txt README
+       common-lisp-install-sources
+       common-lisp-install-asdf
+       dodoc introduction.txt README.org
 }

Reply via email to