public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/irc-logger/
@ 2016-12-10 16:07 José María Alonso
  0 siblings, 0 replies; 2+ messages in thread
From: José María Alonso @ 2016-12-10 16:07 UTC (permalink / raw
  To: gentoo-commits

commit:     caf28d1fdc8bacc877cd3d6173d6dd57c46d91a4
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 16:07:26 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 16:07:26 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=caf28d1f

dev-lisp/irc-logger: Updates header

 dev-lisp/irc-logger/irc-logger-0.9.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/irc-logger/irc-logger-0.9.4.ebuild b/dev-lisp/irc-logger/irc-logger-0.9.4.ebuild
index 3afeeaf..ede99c8 100644
--- a/dev-lisp/irc-logger/irc-logger-0.9.4.ebuild
+++ b/dev-lisp/irc-logger/irc-logger-0.9.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2 eutils
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/irc-logger/
@ 2017-07-06 20:39 José María Alonso
  0 siblings, 0 replies; 2+ messages in thread
From: José María Alonso @ 2017-07-06 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     105b4de45d28cda2cc7906b50e32de526c7d8c57
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 20:40:02 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 20:40:02 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=105b4de4

dev-lisp/irc-logger: Updates to common-lisp-3 eclass

 dev-lisp/irc-logger/irc-logger-0.9.4.ebuild | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/dev-lisp/irc-logger/irc-logger-0.9.4.ebuild b/dev-lisp/irc-logger/irc-logger-0.9.4.ebuild
index ede99c84..e0cdaaeb 100644
--- a/dev-lisp/irc-logger/irc-logger-0.9.4.ebuild
+++ b/dev-lisp/irc-logger/irc-logger-0.9.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2 eutils
+EAPI=6
+inherit common-lisp-3 eutils
 
 DESCRIPTION="A Common Lisp IRC logger library"
 HOMEPAGE="http://www.cliki.net/irc-logger"
@@ -20,15 +20,21 @@ RDEPEND="!dev-lisp/cl-${PN}
 
 src_unpack() {
 	unpack ${A}
-	epatch "${FILESDIR}"/${PV}-acl-compat-gentoo.patch
+}
+
+src_prepare() {
+	eapply "${FILESDIR}"/${PV}-acl-compat-gentoo.patch
+	eapply_user
 }
 
 src_install() {
-	common-lisp-install *.{lisp,asd}
-	common-lisp-symlink-asdf
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
 	dodoc "${FILESDIR}"/README.Gentoo
 }
 
 pkg_postinst() {
-	while read line; do einfo "${line}"; done < "${FILESDIR}"/README.Gentoo
+	while read line; do
+		einfo "${line}";
+	done < "${FILESDIR}"/README.Gentoo
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-06 20:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-10 16:07 [gentoo-commits] proj/lisp:master commit in: dev-lisp/irc-logger/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-06 20:39 José María Alonso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox