* [gentoo-commits] proj/lisp:master commit in: dev-lisp/fsbv/
@ 2015-08-18 20:56 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2015-08-18 20:56 UTC (permalink / raw
To: gentoo-commits
commit: 3362bbe5f5be859069e2426e3acb31b939303b83
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 20:57:05 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 20:57:05 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3362bbe5
dev-lisp/fsbv: use git-2 eclass (bug #557710)
dev-lisp/fsbv/fsbv-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/fsbv/fsbv-9999.ebuild b/dev-lisp/fsbv/fsbv-9999.ebuild
index 1ce1170..0c2ad4a 100644
--- a/dev-lisp/fsbv/fsbv-9999.ebuild
+++ b/dev-lisp/fsbv/fsbv-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
-inherit common-lisp-2 git
+inherit common-lisp-2 git-2
DESCRIPTION="CFFI Add-on: Foreign Structures By Value."
HOMEPAGE="http://common-lisp.net/project/gsll/"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/fsbv/
@ 2016-12-10 16:40 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-10 16:40 UTC (permalink / raw
To: gentoo-commits
commit: 0ef5c454072c51c9acb4ab336139095e89153142
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 16:40:52 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 16:40:52 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0ef5c454
-dev-lisp/fsbv: Updates header
dev-lisp/fsbv/fsbv-9999.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-lisp/fsbv/fsbv-9999.ebuild b/dev-lisp/fsbv/fsbv-9999.ebuild
index 0c2ad4a..112e159 100644
--- a/dev-lisp/fsbv/fsbv-9999.ebuild
+++ b/dev-lisp/fsbv/fsbv-9999.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
+
+EAPI=2
-EAPI="2"
inherit common-lisp-2 git-2
DESCRIPTION="CFFI Add-on: Foreign Structures By Value."
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/fsbv/
@ 2017-07-03 21:43 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-03 21:43 UTC (permalink / raw
To: gentoo-commits
commit: 5c0428b34a9ba855dd001f58de12f25620fb84cc
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 21:44:01 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 21:44:01 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5c0428b3
dev-lisp/fsbv: Updates to common-lisp-3 eclass
dev-lisp/fsbv/fsbv-9999.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/fsbv/fsbv-9999.ebuild b/dev-lisp/fsbv/fsbv-9999.ebuild
index 112e159d..fa5f86e3 100644
--- a/dev-lisp/fsbv/fsbv-9999.ebuild
+++ b/dev-lisp/fsbv/fsbv-9999.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=2
+EAPI=6
-inherit common-lisp-2 git-2
+inherit common-lisp-3 git-r3
DESCRIPTION="CFFI Add-on: Foreign Structures By Value."
HOMEPAGE="http://common-lisp.net/project/gsll/"
@@ -20,7 +19,7 @@ RDEPEND=">=dev-lisp/cffi-0.10.5
virtual/libffi"
src_install() {
- common-lisp-install *.{lisp,asd}
- common-lisp-symlink-asdf
+ common-lisp-install-sources *.lisp
+ common-lisp-install-asdf
dohtml readme.html
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/fsbv/
@ 2022-04-02 15:34 Ulrich Müller
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2022-04-02 15:34 UTC (permalink / raw
To: gentoo-commits
commit: a7dc3152b4b143d5ff197a57b7e6c5d136b919ab
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 2 15:08:19 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 15:08:19 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a7dc3152
dev-lisp/fsbv: Remove package
Upstream repository no longer exists.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-lisp/fsbv/fsbv-9999.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/dev-lisp/fsbv/fsbv-9999.ebuild b/dev-lisp/fsbv/fsbv-9999.ebuild
deleted file mode 100644
index fa5f86e3..00000000
--- a/dev-lisp/fsbv/fsbv-9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 git-r3
-
-DESCRIPTION="CFFI Add-on: Foreign Structures By Value."
-HOMEPAGE="http://common-lisp.net/project/gsll/"
-EGIT_REPO_URI="git://repo.or.cz/fsbv.git"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lisp/cffi-0.10.5
- dev-lisp/trivial-features
- virtual/libffi"
-
-src_install() {
- common-lisp-install-sources *.lisp
- common-lisp-install-asdf
- dohtml readme.html
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-04-02 15:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18 20:56 [gentoo-commits] proj/lisp:master commit in: dev-lisp/fsbv/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2016-12-10 16:40 José María Alonso
2017-07-03 21:43 José María Alonso
2022-04-02 15:34 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox