* [gentoo-commits] proj/lisp:master commit in: dev-lisp/uffi/
@ 2013-04-02 22:34 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2013-04-02 22:34 UTC (permalink / raw
To: gentoo-commits
commit: 53f2d6fb7eeb3802d9f2a4addf8e3af6289b56ae
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 2 22:34:06 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Apr 2 22:34:06 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=53f2d6fb
dev-lisp/uffi: bump to version 2.1.2
---
dev-lisp/uffi/uffi-2.1.2.ebuild | 42 +++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/dev-lisp/uffi/uffi-2.1.2.ebuild b/dev-lisp/uffi/uffi-2.1.2.ebuild
new file mode 100644
index 0000000..df756a6
--- /dev/null
+++ b/dev-lisp/uffi/uffi-2.1.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="Portable FFI library for Common Lisp."
+HOMEPAGE="http://uffi.b9.com/"
+SRC_URI="http://files.b9.com/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="doc examples"
+
+src_prepare() {
+ rm -f tests/*dylib || die
+}
+
+src_install() {
+ common-lisp-install-sources src
+ common-lisp-install-sources -t all tests
+ common-lisp-install-asdf
+
+ dodoc AUTHORS ChangeLog NEWS README TODO
+
+ if use doc ; then
+ dodoc doc/uffi.pdf
+
+ tar xfz doc/html.tar.gz -C "${T}" || die
+ dohtml "${T}"/html/*
+ fi
+
+ if use examples ; then
+ docompress -x "/usr/share/doc/${PF}/examples"
+ docinto examples && dodoc examples/*.{lisp,c}
+ docompress -x "/usr/share/doc/${PF}/benchmarks"
+ docinto benchmarks && dodoc benchmarks/*.lisp
+ fi
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/uffi/
@ 2015-11-15 17:27 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2015-11-15 17:27 UTC (permalink / raw
To: gentoo-commits
commit: 155b111b30afb3d6c99b9a7b2e6d514a0ee3299c
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 17:29:36 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 17:29:36 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=155b111b
dev-lisp/uffi: update HOMEPAGE and SRC_URI
dev-lisp/uffi/uffi-2.1.2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-lisp/uffi/uffi-2.1.2.ebuild b/dev-lisp/uffi/uffi-2.1.2.ebuild
index df756a6..1e52a52 100644
--- a/dev-lisp/uffi/uffi-2.1.2.ebuild
+++ b/dev-lisp/uffi/uffi-2.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -7,8 +7,8 @@ EAPI=5
inherit common-lisp-3
DESCRIPTION="Portable FFI library for Common Lisp."
-HOMEPAGE="http://uffi.b9.com/"
-SRC_URI="http://files.b9.com/${PN}/${P}.tar.gz"
+HOMEPAGE="http://www.cliki.net/UFFI"
+SRC_URI="http://files.kpe.io/${PN}/${PF}.tar.gz"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/uffi/
@ 2015-11-15 17:33 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2015-11-15 17:33 UTC (permalink / raw
To: gentoo-commits
commit: d3a935f097affbdded5619af5ffd7ecb28d98802
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 17:35:24 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 17:35:24 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d3a935f0
dev-lisp/uffi: fix Id header
dev-lisp/uffi/uffi-2.0.0.ebuild | 2 +-
dev-lisp/uffi/uffi-2.1.2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/uffi/uffi-2.0.0.ebuild b/dev-lisp/uffi/uffi-2.0.0.ebuild
index 1e08d19..664f9d5 100644
--- a/dev-lisp/uffi/uffi-2.0.0.ebuild
+++ b/dev-lisp/uffi/uffi-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=2
inherit common-lisp-3 multilib
diff --git a/dev-lisp/uffi/uffi-2.1.2.ebuild b/dev-lisp/uffi/uffi-2.1.2.ebuild
index 1e52a52..12dcca5 100644
--- a/dev-lisp/uffi/uffi-2.1.2.ebuild
+++ b/dev-lisp/uffi/uffi-2.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/uffi/
@ 2016-09-11 11:55 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2016-09-11 11:55 UTC (permalink / raw
To: gentoo-commits
commit: 782104e6a1f830fd7aa9aa4b8ce20f84795a6a8e
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 11:55:53 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 11:55:53 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=782104e6
dev-lisp/uffi: Update homepage
dev-lisp/uffi/uffi-2.1.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/uffi/uffi-2.1.2.ebuild b/dev-lisp/uffi/uffi-2.1.2.ebuild
index 12dcca5..01bb1e8 100644
--- a/dev-lisp/uffi/uffi-2.1.2.ebuild
+++ b/dev-lisp/uffi/uffi-2.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,7 +7,7 @@ EAPI=5
inherit common-lisp-3
DESCRIPTION="Portable FFI library for Common Lisp."
-HOMEPAGE="http://www.cliki.net/UFFI"
+HOMEPAGE="http://www.cliki.net/UFFI http://uffi.kpe.io/"
SRC_URI="http://files.kpe.io/${PN}/${PF}.tar.gz"
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/uffi/
@ 2017-07-07 15:10 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2017-07-07 15:10 UTC (permalink / raw
To: gentoo-commits
commit: 961b5fd33905fcbdc780ff49f5126a99f76c8c72
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 15:10:18 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 15:10:18 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=961b5fd3
dev-lisp/uffi: Updates header and EAPI
dev-lisp/uffi/uffi-2.0.0.ebuild | 6 +++---
dev-lisp/uffi/uffi-2.1.2.ebuild | 7 +++----
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/dev-lisp/uffi/uffi-2.0.0.ebuild b/dev-lisp/uffi/uffi-2.0.0.ebuild
index 664f9d5f..48935b6e 100644
--- a/dev-lisp/uffi/uffi-2.0.0.ebuild
+++ b/dev-lisp/uffi/uffi-2.0.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 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-3 multilib
DESCRIPTION="Portable FFI library for Common Lisp."
diff --git a/dev-lisp/uffi/uffi-2.1.2.ebuild b/dev-lisp/uffi/uffi-2.1.2.ebuild
index 01bb1e89..5f6f2381 100644
--- a/dev-lisp/uffi/uffi-2.1.2.ebuild
+++ b/dev-lisp/uffi/uffi-2.1.2.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
+EAPI=6
inherit common-lisp-3
@@ -16,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc examples"
src_prepare() {
- rm -f tests/*dylib || die
+ rm -f tests/*dylib
}
src_install() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/uffi/
@ 2017-07-08 13:58 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2017-07-08 13:58 UTC (permalink / raw
To: gentoo-commits
commit: 98fbbee6b2de61a9be4f94341bfd533465840aff
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 8 13:58:03 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 13:58:03 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=98fbbee6
dev-lisp/uffi: Adds eapply_user
dev-lisp/uffi/uffi-2.0.0.ebuild | 1 +
dev-lisp/uffi/uffi-2.1.2.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/dev-lisp/uffi/uffi-2.0.0.ebuild b/dev-lisp/uffi/uffi-2.0.0.ebuild
index 48935b6e..01c81617 100644
--- a/dev-lisp/uffi/uffi-2.0.0.ebuild
+++ b/dev-lisp/uffi/uffi-2.0.0.ebuild
@@ -16,6 +16,7 @@ IUSE="doc"
src_prepare() {
rm -f tests/*dylib
+ eapply_user
}
src_install() {
diff --git a/dev-lisp/uffi/uffi-2.1.2.ebuild b/dev-lisp/uffi/uffi-2.1.2.ebuild
index 5f6f2381..03f0f24b 100644
--- a/dev-lisp/uffi/uffi-2.1.2.ebuild
+++ b/dev-lisp/uffi/uffi-2.1.2.ebuild
@@ -16,6 +16,7 @@ IUSE="doc examples"
src_prepare() {
rm -f tests/*dylib
+ eapply_user
}
src_install() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/uffi/
@ 2018-03-18 16:53 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2018-03-18 16:53 UTC (permalink / raw
To: gentoo-commits
commit: 8b0a731584fd1276495d8defc12ef23ee9023bb1
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 16:53:59 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 16:53:59 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8b0a7315
dev-lisp/uffi: Drops old version
dev-lisp/uffi/uffi-2.0.0.ebuild | 38 --------------------------------------
1 file changed, 38 deletions(-)
diff --git a/dev-lisp/uffi/uffi-2.0.0.ebuild b/dev-lisp/uffi/uffi-2.0.0.ebuild
deleted file mode 100644
index 01c81617..00000000
--- a/dev-lisp/uffi/uffi-2.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 multilib
-
-DESCRIPTION="Portable FFI library for Common Lisp."
-HOMEPAGE="http://uffi.b9.com/"
-SRC_URI="http://files.b9.com/uffi/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-src_prepare() {
- rm -f tests/*dylib
- eapply_user
-}
-
-src_install() {
- common-lisp-install-sources src
- common-lisp-install-sources -t all tests
- common-lisp-install-asdf
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-
- if use doc ; then
- dodoc doc/uffi.pdf
-
- tar xfz doc/html.tar.gz -C "${T}"
- dohtml "${T}"/html/*
-
- docinto benchmarks && dodoc benchmarks/*.lisp
- docinto examples && dodoc examples/*.{lisp,c}
- fi
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-03-18 16:53 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 22:34 [gentoo-commits] proj/lisp:master commit in: dev-lisp/uffi/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2015-11-15 17:27 José María Alonso
2015-11-15 17:33 José María Alonso
2016-09-11 11:55 José María Alonso
2017-07-07 15:10 José María Alonso
2017-07-08 13:58 José María Alonso
2018-03-18 16:53 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