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

commit:     5863cdf2725c46fae77efabaff029e5f82e060e2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 14:56:25 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 14:56:25 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5863cdf2

dev-lisp/binary-types: Update header

 dev-lisp/binary-types/binary-types-0.90.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/binary-types/binary-types-0.90.ebuild b/dev-lisp/binary-types/binary-types-0.90.ebuild
index 6602078..52b3578 100644
--- a/dev-lisp/binary-types/binary-types-0.90.ebuild
+++ b/dev-lisp/binary-types/binary-types-0.90.ebuild
@@ -1,12 +1,12 @@
-# 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
 
 # binary-types moved to http://www.common-lisp.net/project/movitz recently
 
-DESCRIPTION="Binary-types is a Library for accessing binary files with fixed bit-length code-words."
+DESCRIPTION="Library for accessing binary files with fixed bit-length code-words."
 HOMEPAGE="http://www.cliki.net/Binary-types
 		http://www.cs.uit.no/~frodef/sw/binary-types/"
 SRC_URI="http://www.cs.uit.no/~frodef/sw/${PN}/${P}.tar.gz"


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

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

commit:     b3353274d50c046326ef7f83ef1e3d66d0a06476
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 09:09:04 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 09:09:04 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b3353274

dev-lisp/binary-types: Updates to common-lisp-3 eclass

 dev-lisp/binary-types/binary-types-0.90.ebuild | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/dev-lisp/binary-types/binary-types-0.90.ebuild b/dev-lisp/binary-types/binary-types-0.90.ebuild
index 52b3578c..7e8395dc 100644
--- a/dev-lisp/binary-types/binary-types-0.90.ebuild
+++ b/dev-lisp/binary-types/binary-types-0.90.ebuild
@@ -1,8 +1,9 @@
-# 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
 
 # binary-types moved to http://www.common-lisp.net/project/movitz recently
 
@@ -20,12 +21,16 @@ RDEPEND="!dev-lisp/cl-${PN}"
 
 src_unpack() {
 	unpack ${A}
-	epatch "${FILESDIR}"/${PV}-gentoo.patch
+}
+
+src_prepare() {
+	eapply "${FILESDIR}"/${PV}-gentoo.patch
+	eapply_user
 }
 
 src_install() {
-	cp "${FILESDIR}"/binary-types.asd "${S}"
-	common-lisp-install *.{lisp,asd}
-	common-lisp-symlink-asdf
+	cp "${FILESDIR}"/binary-types.asd "${S}" || die
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
 	dodoc example.lisp README README-bitfield ChangeLog type-hierarchy.{ps,png}
 }


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

end of thread, other threads:[~2017-07-07  9:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-02 14:56 [gentoo-commits] proj/lisp:master commit in: dev-lisp/binary-types/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-07  9:08 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