diff options
author | Sam James <sam@gentoo.org> | 2023-09-24 23:18:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-24 23:25:15 +0100 |
commit | 80cd79d6897319778729edc724a98070911ad9dc (patch) | |
tree | dd63dfa63f4da847b36bcd4e126999e9b3579d63 /sys-devel | |
parent | gui-apps/wl-clipboard: drop 2.1.0 (diff) | |
download | gentoo-80cd79d6897319778729edc724a98070911ad9dc.tar.gz gentoo-80cd79d6897319778729edc724a98070911ad9dc.tar.bz2 gentoo-80cd79d6897319778729edc724a98070911ad9dc.zip |
sys-devel/crosstool-ng: drop 1.24.0-r1, 1.26.0_rc1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/crosstool-ng/Manifest | 1 | ||||
-rw-r--r-- | sys-devel/crosstool-ng/crosstool-ng-1.24.0-r1.ebuild | 28 | ||||
-rw-r--r-- | sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc1.ebuild | 64 |
3 files changed, 0 insertions, 93 deletions
diff --git a/sys-devel/crosstool-ng/Manifest b/sys-devel/crosstool-ng/Manifest index 05f397aef8db..fc65c35a9717 100644 --- a/sys-devel/crosstool-ng/Manifest +++ b/sys-devel/crosstool-ng/Manifest @@ -1,4 +1,3 @@ DIST crosstool-ng-1.24.0.tar.xz 1622432 BLAKE2B e0f3f26083dd10a35ac79fc78debe98db7914f5d7fd710ed6b4c788a7a0d56e22d22966f186e8315ae99a6141d1d5b80686e86ad8b0549514a07dfda5913a348 SHA512 89b8794a4184ad4928750e29712ed4f194aa1d0b93768d67ff64f30c30f1b1e165647cafc6de94d68d3ef70e50446e544dad65aa36137511a32ee7a667dddfb4 DIST crosstool-ng-1.25.0.tar.xz 1075688 BLAKE2B 4484b1a0b9ee65a927c1fc76e86087e48c4f27397c8ebc5a94cc1bbf78a66f4ab94fb54239943a9c710350bd65056e9f63c4138ff3c8f750a35b2a1bfaca6080 SHA512 e25b6fb577ce439592a889fe73bbde4109309e7fe154e7133fefaeb5522c97e3f96958941aa1bc86448fcecb6b4021ff793c595048f5ef8e5ecc75e9a48c0c45 -DIST crosstool-ng-1.26.0_rc1.tar.xz 1112180 BLAKE2B 112cac1a2cd758e196df75152fa2ffaf73e5635dc1db2c39e908ecbab674230507da960e0a9ad4deb6d7cc187a8360f2a35a57c998db00239ad2f97d7ee83f91 SHA512 55ef2c64ca274aa4f3f3614707a003980412c68dcce473d3fdc49c4b91b03043d2df44358b1f33abadf56d175bde8bd9d6bb4b73afcca9fb436e94c354d370d6 DIST crosstool-ng-1.26.0_rc2.tar.xz 1151288 BLAKE2B a306cf90bc76000cd77dc41e24f1ca54a801d56b15d0753a3477316e98cca1c160d2a83b622e032859e259b2e58527b6f0a3f4f0c1b8865cc6a6f6acb7a6308b SHA512 0117fed4fb59c85958554c2d1c042c37b367e8dd37702a6d853f958a29dd02040b53b9a2f9c656b75bc2bae8cc66dbe498c95d46412b315de02090febbb5feb4 diff --git a/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r1.ebuild b/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r1.ebuild deleted file mode 100644 index f9859d8ffd57..000000000000 --- a/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" -HOMEPAGE="https://crosstool-ng.github.io/" -MY_P=${P/ct/crosstool} -SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND="net-misc/curl - dev-util/gperf - dev-vcs/cvs - dev-vcs/subversion" - -S="${WORKDIR}/crosstool-ng-${PV}" - -src_install() { - emake DESTDIR="${D}" install - use doc && mv "${D}"/usr/share/doc/crosstool-ng/crosstool-ng-${PVR} \ - "${D}"/usr/share/doc/ - rm -rf "${D}"/usr/share/doc/crosstool-ng -} diff --git a/sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc1.ebuild b/sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc1.ebuild deleted file mode 100644 index e9a93b214563..000000000000 --- a/sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -PYTHON_COMPAT=( python3_{10..12} ) -inherit python-single-r1 - -HOMEPAGE="https://crosstool-ng.github.io/" -DESCRIPTION="A versatile (cross-)toolchain generator." - -if [[ "${PV}" == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/crosstool-ng/crosstool-ng.git" - inherit git-r3 -else - SRC_URI=" -https://github.com/crosstool-ng/crosstool-ng/releases/download/${PN}-${PV/_rc/-rc}/${P}.tar.xz -http://crosstool-ng.org/download/crosstool-ng/${P}.tar.xz -" - if [[ "${PV}" != *_rc* ]] ; then - KEYWORDS="~amd64 ~x86" - fi -fi - -LICENSE="GPL-2 doc? ( CC-BY-SA-2.5 )" -SLOT="0" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -IUSE="curl cvs doc dtc git lzip meson ninja python rsync subversion wget" - -BDEPEND=" - app-alternatives/awk[gawk] - app-alternatives/lex - app-alternatives/yacc[bison] - app-arch/unzip - >=app-shells/bash-3.1 - sys-apps/help2man - >=sys-apps/sed-4.0 - sys-apps/texinfo - curl? ( net-misc/curl ) - cvs? ( dev-vcs/cvs ) - dtc? ( sys-apps/dtc ) - git? ( dev-vcs/git ) - lzip? ( app-arch/lzip ) - meson? ( dev-util/meson ) - python? ( ${PYTHON_DEPS} ) - ninja? ( dev-util/ninja ) - rsync? ( net-misc/rsync ) - subversion? ( dev-vcs/subversion ) - wget? ( net-misc/wget ) -" - -RDEPEND=" - ${BDEPEND} -" - -src_install() { - emake DESTDIR="${D}" install - use doc && mv "${D}/usr/share/doc/crosstool-ng/crosstool-ng-${PVR}" \ - "${D}"/usr/share/doc/ - rm -rf "${D}"/usr/share/doc/crosstool-ng - rm -rf "${D}/usr/share/man/man1/ct-ng.1.gz" - cp docs/ct-ng.1 "${D}/usr/share/man/man1/" -} |