* [gentoo-commits] proj/lisp:master commit in: dev-lisp/memoization/
@ 2016-12-04 21:27 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-12-04 21:27 UTC (permalink / raw
To: gentoo-commits
commit: baf031d896b086814364226ea36d46fc1be4dc0a
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 21:27:47 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 21:27:47 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=baf031d8
dev-lisp/memoization: Updates header
dev-lisp/memoization/memoization-20060126.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/memoization/memoization-20060126.ebuild b/dev-lisp/memoization/memoization-20060126.ebuild
index c986b2d..ca3f59f 100644
--- a/dev-lisp/memoization/memoization-20060126.ebuild
+++ b/dev-lisp/memoization/memoization-20060126.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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/memoization/
@ 2017-07-07 8:35 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-07 8:35 UTC (permalink / raw
To: gentoo-commits
commit: b04efa18428991271091b7526ce54f9efc50f035
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 08:35:31 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 08:35:31 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b04efa18
dev-lisp/memoization: Updates to common-lisp-3 eclass
dev-lisp/memoization/memoization-20060126.ebuild | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/memoization/memoization-20060126.ebuild b/dev-lisp/memoization/memoization-20060126.ebuild
index ca3f59f2..eebf4ac9 100644
--- a/dev-lisp/memoization/memoization-20060126.ebuild
+++ b/dev-lisp/memoization/memoization-20060126.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
+EAPI=6
+
+inherit common-lisp-3
DESCRIPTION="Memoization support to CMU Common Lisp"
HOMEPAGE="http://packages.debian.org/unstable/libs/cl-memoization"
@@ -19,11 +20,14 @@ S="${WORKDIR}"/cl-${PN}
src_unpack() {
unpack ${A}
- rm "${S}"/Makefile
+}
+
+src_prepare() {
+ rm -r "${S}"/Makefile
}
src_install() {
- common-lisp-install *.{lisp,asd}
- common-lisp-symlink-asdf
+ common-lisp-install-sources *.lisp
+ common-lisp-install-asdf
dodoc docs/*.{ps,text} docs/README Memo-Tables/fib.lisp
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/memoization/
@ 2018-03-18 17:16 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2018-03-18 17:16 UTC (permalink / raw
To: gentoo-commits
commit: 4d419c665fe6bf17f7811b88882e6279b049ee21
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 17:16:56 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 17:16:56 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4d419c66
dev-lisp/memoization: Drops package
dev-lisp/memoization/memoization-20060126.ebuild | 33 ------------------------
1 file changed, 33 deletions(-)
diff --git a/dev-lisp/memoization/memoization-20060126.ebuild b/dev-lisp/memoization/memoization-20060126.ebuild
deleted file mode 100644
index eebf4ac9..00000000
--- a/dev-lisp/memoization/memoization-20060126.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Memoization support to CMU Common Lisp"
-HOMEPAGE="http://packages.debian.org/unstable/libs/cl-memoization"
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_unpack() {
- unpack ${A}
-}
-
-src_prepare() {
- rm -r "${S}"/Makefile
-}
-
-src_install() {
- common-lisp-install-sources *.lisp
- common-lisp-install-asdf
- dodoc docs/*.{ps,text} docs/README Memo-Tables/fib.lisp
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-18 17:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04 21:27 [gentoo-commits] proj/lisp:master commit in: dev-lisp/memoization/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-07-07 8:35 José María Alonso
2018-03-18 17:16 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