public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/irc-logger/
Date: Thu,  6 Jul 2017 20:39:54 +0000 (UTC)	[thread overview]
Message-ID: <1499373602.105b4de45d28cda2cc7906b50e32de526c7d8c57.nimiux@gentoo> (raw)

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
 }


             reply	other threads:[~2017-07-06 20:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-06 20:39 José María Alonso [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-12-10 16:07 [gentoo-commits] proj/lisp:master commit in: dev-lisp/irc-logger/ José María Alonso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1499373602.105b4de45d28cda2cc7906b50e32de526c7d8c57.nimiux@gentoo \
    --to=nimiux@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox