commit: db9874470f0096e14607bf8f834adc9366fca0cb
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 1 11:43:32 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 11:43:32 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=db987447
dev-lisp/cffi: Drop ~sparc because of unkeyworded dependencies
Minor touchups to the ebuild.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-lisp/cffi/cffi-0.18.0.ebuild | 15 +++++++--------
dev-lisp/cffi/cffi-0.19.0.ebuild | 13 ++++++-------
dev-lisp/cffi/cffi-9999.ebuild | 11 +++++------
3 files changed, 18 insertions(+), 21 deletions(-)
diff --git a/dev-lisp/cffi/cffi-0.18.0.ebuild b/dev-lisp/cffi/cffi-0.18.0.ebuild
index 87527e8b..58336e04 100644
--- a/dev-lisp/cffi/cffi-0.18.0.ebuild
+++ b/dev-lisp/cffi/cffi-0.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,17 +8,16 @@ inherit common-lisp-3
MY_P=${PN}_${PV}
DESCRIPTION="The Common Foreign Function Interface (CFFI)"
-HOMEPAGE="http://common-lisp.net/project/cffi/"
-SRC_URI="http://common-lisp.net/project/${PN}/releases/${MY_P}.tar.gz ->
${PN}.tar.gz"
+HOMEPAGE="https://cffi.common-lisp.dev/"
+SRC_URI="http://common-lisp.net/project/${PN}/releases/${MY_P}.tar.gz ->
${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
DEPEND="doc? ( dev-lisp/sbcl virtual/texi2dvi )"
-RDEPEND="!dev-lisp/cl-${PN}
- dev-lisp/alexandria
+RDEPEND="dev-lisp/alexandria
dev-lisp/babel
dev-lisp/trivial-features"
@@ -42,7 +41,7 @@ src_install() {
if use doc; then
doinfo doc/*.info
rm doc/{spec,manual}/cffi*
- insinto /usr/share/doc/${PF}/html
- doins -r doc/{spec,manual}
+ docinto html
+ dodoc -r doc/{spec,manual}
fi
}
diff --git a/dev-lisp/cffi/cffi-0.19.0.ebuild b/dev-lisp/cffi/cffi-0.19.0.ebuild
index 45ab2f4b..031e94f6 100644
--- a/dev-lisp/cffi/cffi-0.19.0.ebuild
+++ b/dev-lisp/cffi/cffi-0.19.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,17 +6,16 @@ EAPI=6
inherit common-lisp-3
DESCRIPTION="The Common Foreign Function Interface (CFFI)"
-HOMEPAGE="http://common-lisp.net/project/cffi/"
+HOMEPAGE="https://cffi.common-lisp.dev/"
SRC_URI="https://github.com/cffi/cffi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
DEPEND="doc? ( dev-lisp/sbcl virtual/texi2dvi )"
-RDEPEND="!dev-lisp/cl-${PN}
- dev-lisp/alexandria
+RDEPEND="dev-lisp/alexandria
dev-lisp/babel
dev-lisp/trivial-features"
@@ -25,8 +24,8 @@ CLSYSTEMS="cffi.asd cffi-tests.asd cffi-examples.asd
cffi-grovel.asd \
install_docs() {
doinfo doc/*.info
- insinto /usr/share/doc/${PF}/html
- doins -r doc/{spec,manual}
+ docinto html
+ dodoc -r doc/{spec,manual}
}
src_compile() {
diff --git a/dev-lisp/cffi/cffi-9999.ebuild b/dev-lisp/cffi/cffi-9999.ebuild
index b237a123..0b22aecd 100644
--- a/dev-lisp/cffi/cffi-9999.ebuild
+++ b/dev-lisp/cffi/cffi-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ inherit common-lisp-3 git-r3
MY_P=${PN}_${PV}
DESCRIPTION="The Common Foreign Function Interface (CFFI)"
-HOMEPAGE="http://common-lisp.net/project/cffi/"
+HOMEPAGE="https://cffi.common-lisp.dev/"
EGIT_REPO_URI="https://github.com/${PN}/${PN}/"
LICENSE="MIT"
@@ -16,8 +16,7 @@ SLOT="0"
IUSE="doc"
DEPEND="doc? ( dev-lisp/sbcl virtual/texi2dvi )"
-RDEPEND="!dev-lisp/cl-${PN}
- dev-lisp/alexandria
+RDEPEND="dev-lisp/alexandria
dev-lisp/babel
dev-lisp/trivial-features"
@@ -41,7 +40,7 @@ src_install() {
if use doc; then
doinfo doc/*.info
rm doc/{spec,manual}/cffi* || die
- insinto /usr/share/doc/${PF}/html
- doins -r doc/{spec,manual}
+ docinto html
+ dodoc -r doc/{spec,manual}
fi
}