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

commit:     dc583afe767d6a94e86b56d065b772e9f8995752
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 22:08:11 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Dec  2 22:08:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=dc583afe

dev-lisp/cl-berkeley-db: Updates header

 dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild b/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild
index 31bb5f2..b0a1cf0 100644
--- a/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild
+++ b/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.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$
 
 EAPI=1
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-berkeley-db/
@ 2017-07-06 21:04 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-06 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c2be04fb3bcce13abc295777ea4fc4313a3894ab
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 21:04:38 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 21:04:38 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c2be04fb

dev-lisp/cl-berkeley-db: Updates to common-lisp-3 eclass

 dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild b/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild
index b0a1cf05..a054c399 100644
--- a/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild
+++ b/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=1
+EAPI=6
 
-inherit common-lisp-2
+inherit common-lisp-3
 
 DESCRIPTION="A common-lisp wrapper to the Berkeley database library."
 HOMEPAGE="http://common-lisp.net/project/cl-berkeley-db/"
@@ -22,8 +21,8 @@ RDEPEND="sys-libs/db:4.6
 CLSYSTEMS="src/${PN}"
 
 src_install() {
-	common-lisp-install src/*.{lisp,asd}
-	common-lisp-symlink-asdf
+	common-lisp-install-sources src/*.lisp
+	common-lisp-install-asdf
 	dodoc docs/AUTHORS
 	dohtml docs/{api,index.html,style.css}
 }


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-berkeley-db/
@ 2018-03-17 21:49 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2018-03-17 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     c71d214de8723626fa23f7dab951a4946f6e0b03
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 21:49:54 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 21:49:54 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c71d214d

dev-lisp/cl-berkeley-db: Drops package

 .../cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild     | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild b/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild
deleted file mode 100644
index a054c399..00000000
--- a/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild
+++ /dev/null
@@ -1,28 +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="A common-lisp wrapper to the Berkeley database library."
-HOMEPAGE="http://common-lisp.net/project/cl-berkeley-db/"
-SRC_URI="http://common-lisp.net/project/${PN}/dist/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="sys-libs/db:4.6
-		dev-lisp/cffi
-		dev-lisp/trivial-garbage"
-
-CLSYSTEMS="src/${PN}"
-
-src_install() {
-	common-lisp-install-sources src/*.lisp
-	common-lisp-install-asdf
-	dodoc docs/AUTHORS
-	dohtml docs/{api,index.html,style.css}
-}


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

end of thread, other threads:[~2018-03-17 21:49 UTC | newest]

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