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

commit:     e52fbece0b7916ee201b3b76215ccf9818ae8ae3
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 14:12:43 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Dec  2 14:12:43 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e52fbece

dev-lisp/rsm-cache: Updates header

 dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild b/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild
index 4c89413..4441c6f 100644
--- a/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild
+++ b/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.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/rsm-cache/
@ 2017-07-03 21:46 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-03 21:46 UTC (permalink / raw
  To: gentoo-commits

commit:     9aca35b0d938a79c6db16bc442a1a0b9e6b60135
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  3 21:46:16 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 21:46:16 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9aca35b0

dev-lisp/rsm-cache: Updates to common-lisp-3 eclass

 dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild b/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild
index 4441c6f6..288b02de 100644
--- a/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild
+++ b/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.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="R. Scott McIntire's Common Lisp cache library."
 HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-cache"
@@ -19,7 +20,7 @@ RDEPEND="!dev-lisp/cl-${PN}
 S="${WORKDIR}"/cl-${PN/_beta/b}
 
 src_install() {
-	common-lisp-install *.{lisp,asd}
-	common-lisp-symlink-asdf
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
 	dohtml ${PN}.html
 }


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-cache/
@ 2018-03-18 22:23 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2018-03-18 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     75a6245eb9e0d476bc33ad072e536414a7677058
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 22:24:10 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 22:24:10 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=75a6245e

dev-lisp/rsm-cache: Drops package

 dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild b/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild
deleted file mode 100644
index 288b02de..00000000
--- a/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild
+++ /dev/null
@@ -1,26 +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="R. Scott McIntire's Common Lisp cache library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-cache"
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV/_beta/b}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-		dev-lisp/rsm-queue"
-
-S="${WORKDIR}"/cl-${PN/_beta/b}
-
-src_install() {
-	common-lisp-install-sources *.lisp
-	common-lisp-install-asdf
-	dohtml ${PN}.html
-}


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

end of thread, other threads:[~2018-03-18 22:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-18 22:23 [gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-cache/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-03 21:46 José María Alonso
2016-12-02 14:12 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