summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-lisp/c2ffi: Remove c2ffi-11.0.0.20201113Harald Judt2021-07-064-39/+1
| | | | | | | | | Also remove patches that are no longer needed, and the eutils class can also be dropped. Signed-off-by: Harald Judt <h.judt@gmx.at> Closes: https://github.com/gentoo/gentoo/pull/21403 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/c2ffi: Bump version to c2ffi-12.0.0.20210615Harald Judt2021-07-062-0/+25
| | | | | Signed-off-by: Harald Judt <h.judt@gmx.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lisp/c2ffi: Remove c2ffi-10.0.0.20200527Harald Judt2020-12-102-27/+0
| | | | | | | | | Remove version slated obsolete upstream. Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Harald Judt <h.judt@gmx.at> Closes: https://github.com/gentoo/gentoo/pull/18464 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/c2ffi: Bump version to c2ffi-11.0.0.20201113Harald Judt2020-12-102-0/+27
| | | | | | | | | This is an easy update, we can simply keep the simple patch for the target_link_directories. Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Harald Judt <h.judt@gmx.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/c2ffi: Remove c2ffi-10.0.0.9999Harald Judt2020-12-101-22/+0
| | | | | | | | | There have not been many updates or fixes to the recent releases upstream, so maintaining this ebuild is not really worth the efforts. Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Harald Judt <h.judt@gmx.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/c2ffi: Remove c2ffi-9.0.0Harald Judt2020-06-244-98/+0
| | | | | | Signed-off-by: Harald Judt <h.judt@gmx.at> Closes: https://github.com/gentoo/gentoo/pull/16072 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/c2ffi: Bump version to c2ffi-10.0.0Harald Judt2020-06-244-0/+60
| | | | | | | | | Update to c2ffi-10, using clang-10. This time, it was only necessary to add a target_link_directories directive to CMakeLists.txt. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Harald Judt <h.judt@gmx.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/c2ffi: Switch to cmake.eclassAndreas Sturmlechner2020-01-012-4/+4
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-lisp/c2ffi: Version bump to c2ffi-9.0.0Harald Judt2019-12-134-0/+98
| | | | | | | | | | | | | | | | | Bump to use c2ffi-9.0.0 branch. At the moment, we need to supply our own patch to get it building, though the issue has been reported upstream and a pull request has been sent: https://github.com/rpav/c2ffi/issues/71 https://github.com/rpav/c2ffi/pull/70 This commit additionally provides a snapshot build because live-only packages are not allowed. Additionally, multi-slot has been removed. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Harald Judt <h.judt@gmx.at> Closes: https://github.com/gentoo/gentoo/pull/13620 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/c2ffi: Remove c2ffi-8.0.0.9999.ebuildHarald Judt2019-12-131-20/+0
| | | | | | | | The llvm-8.0.0 branch has been deprecated upstream with the availability of llvm-9.0.0. Signed-off-by: Harald Judt <h.judt@gmx.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/c2ffi: Clang-based FFI wrapper generator for Common LispHarald Judt2019-05-152-0/+35
Closes: https://github.com/gentoo/gentoo/pull/11995 Closes: https://bugs.gentoo.org/673970 Signed-off-by: Harald Judt <h.judt@gmx.at> Signed-off-by: Michael Palimaka <kensington@gentoo.org>