commit:     ab0f2e28730db00c5f092e2232147694fc3325dd
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 14 00:12:38 2014 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 14 00:12:38 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=ab0f2e28

dev-lisp/html-encode: fix download URI

---
 dev-lisp/html-encode/html-encode-1.2.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/html-encode/html-encode-1.2.ebuild 
b/dev-lisp/html-encode/html-encode-1.2.ebuild
index feec348..4c6a1c0 100644
--- a/dev-lisp/html-encode/html-encode-1.2.ebuild
+++ b/dev-lisp/html-encode/html-encode-1.2.ebuild
@@ -2,11 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-inherit common-lisp-2
+EAPI=5
+
+inherit common-lisp-3
 
 DESCRIPTION="Common Lisp library for encoding text in various web-savvy 
formats."
 HOMEPAGE="http://www.cliki.net/html-encode";
-SRC_URI="http://www.unmutual.info/software/${P}.tar.gz";
+SRC_URI="http://dev.gentoo.org/~nimiux/dev-lisp/${PN}/${P}.tar.bz2";
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to