From db9874470f0096e14607bf8f834adc9366fca0cb Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 1 Apr 2022 13:43:32 +0200 Subject: dev-lisp/cffi: Drop ~sparc because of unkeyworded dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor touchups to the ebuild. Signed-off-by: Ulrich Müller --- dev-lisp/cffi/Manifest | 2 +- 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 +++++------ 4 files changed, 19 insertions(+), 22 deletions(-) diff --git a/dev-lisp/cffi/Manifest b/dev-lisp/cffi/Manifest index 79c0e908..1bcf76d0 100644 --- a/dev-lisp/cffi/Manifest +++ b/dev-lisp/cffi/Manifest @@ -1,2 +1,2 @@ +DIST cffi-0.18.0.tar.gz 249345 BLAKE2B 79e3c0e2525f7cf0cde80feb22a21791ab48e9e89c78708ae1c6f4ffbf3c44d3c0640db5e7339f6685450b9bd7a13e3800d0f650c47ffb814343f4733dad3096 SHA512 b7d0ec511ca434c2c8bb9b6a0a4404ce06aeec040e285353c386d805d0175a3b1830a7ab0c5fb47a6231793eb4df8f3844bf7f5779d0099c3fb25ea85bb28ff5 DIST cffi-0.19.0.tar.gz 248822 BLAKE2B a9dec38d67c6ecc8d9ed372d98360c29fb5ba178714183dee65fd334cc19b9941c3ca544438caae32c91300dcd0694f0e089ba633f10f8623fd901ce64ad8c2e SHA512 02af9ea01a909f1ec2d21ab79acbbd09167ae34cde91085fc1b276e85736451102098543727724698ac459eb8161dd4061fb86832b8ce374e327168acc0073e4 -DIST cffi.tar.gz 249345 BLAKE2B 79e3c0e2525f7cf0cde80feb22a21791ab48e9e89c78708ae1c6f4ffbf3c44d3c0640db5e7339f6685450b9bd7a13e3800d0f650c47ffb814343f4733dad3096 SHA512 b7d0ec511ca434c2c8bb9b6a0a4404ce06aeec040e285353c386d805d0175a3b1830a7ab0c5fb47a6231793eb4df8f3844bf7f5779d0099c3fb25ea85bb28ff5 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 } -- cgit v1.2.3-65-gdbad