commit: dea6bc2023cabcb0e928991bfb132b50beb526c6 Author: Harald Judt <h.judt <AT> gmx <DOT> at> AuthorDate: Mon Nov 30 20:35:54 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Dec 10 07:30:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea6bc20
dev-lisp/c2ffi: Remove c2ffi-10.0.0.20200527 Remove version slated obsolete upstream. Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Harald Judt <h.judt <AT> gmx.at> Closes: https://github.com/gentoo/gentoo/pull/18464 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-lisp/c2ffi/Manifest | 1 - dev-lisp/c2ffi/c2ffi-10.0.0.20200527.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-lisp/c2ffi/Manifest b/dev-lisp/c2ffi/Manifest index 985e60bc0a8..8428aecefd4 100644 --- a/dev-lisp/c2ffi/Manifest +++ b/dev-lisp/c2ffi/Manifest @@ -1,2 +1 @@ -DIST c2ffi-10.0.0.20200527.tar.gz 37554 BLAKE2B b1ebef370083d08513d0f02f8662ba1b090cba991864530c2304ac45e5c74d092f47e9d75a0646ae2f045d346585f371243d8a82bc37fe35f36dee1a75c0812b SHA512 452f2e8d3c81207e74334bc48dcea9bdf2770b4c77884c96abffc69ede20cc770183f363655ae853cddaee95d0512571426c6737d5db0324f7ceebbdf554cdf3 DIST c2ffi-11.0.0.20201113.tar.gz 37608 BLAKE2B 59a97867ab7675a00ef2b513abd67409b6bf4540a46b3f5fb19bf4747cdb5dbe93a01d8b308b917ae4f7c17e9ccc52c6c29c80a5b0cc58cb6a7dacf4a9d0c140 SHA512 2430cb56c29a392c2efbe283761580ec23d8d2a0945a7ca39237bcf68f419ca73ffc2cd8a39f5c822f2e4b8d0b9b2abf9851a908549a639158f8c4858ecf0768 diff --git a/dev-lisp/c2ffi/c2ffi-10.0.0.20200527.ebuild b/dev-lisp/c2ffi/c2ffi-10.0.0.20200527.ebuild deleted file mode 100644 index 56aaeae6185..00000000000 --- a/dev-lisp/c2ffi/c2ffi-10.0.0.20200527.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake llvm - -MY_COMMIT="a2d1f667b707fb413fc8ab2413446f15cb23de51" - -DESCRIPTION="Clang-based FFI wrapper generator for Common Lisp" -HOMEPAGE="https://github.com/rpav/c2ffi" -SRC_URI="https://github.com/rpav/c2ffi/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="sys-devel/clang:10= - sys-devel/llvm:10= -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/c2ffi-${MY_COMMIT}" - -PATCHES=( "${FILESDIR}"/${PN}-10.0.0.20200527-add-target-link-directories.patch )
