summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-02-13 20:25:16 +0100
committerKarel Kočí <cynerd@email.cz>2022-02-13 20:25:16 +0100
commitbac625ad873361ebd2ce82711c74d1cd378006a8 (patch)
tree9a546bcff3b4df53e067321d474956540f9937b0
parent69b5505bf6ef4e2f889e5d0bb3df46d561418e59 (diff)
downloadgentoo-personal-overlay-bac625ad873361ebd2ce82711c74d1cd378006a8.tar.gz
gentoo-personal-overlay-bac625ad873361ebd2ce82711c74d1cd378006a8.tar.bz2
gentoo-personal-overlay-bac625ad873361ebd2ce82711c74d1cd378006a8.zip
Revert "sys-devel/ct-ng: update to latest master"
This reverts commit f7ab7a6f67e8d3d50820b99f708086968451e1e8.
-rw-r--r--sys-devel/ct-ng/Manifest1
-rw-r--r--sys-devel/ct-ng/ct-ng-220209.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/sys-devel/ct-ng/Manifest b/sys-devel/ct-ng/Manifest
deleted file mode 100644
index 288499e..0000000
--- a/sys-devel/ct-ng/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ct-ng-220209.tar.gz 1887532 BLAKE2B d4617517a90a8b22cfb47d4764002e6b9e46e4b78416c9df902bfaa3b75b040d37cebbcd8932cc730cb2073d4b819496d866321b56025de7a89284a81e798369 SHA512 ad8d4b1f4bb370128c7115e529dceb8dbeb63139c814300033d64c9070920e963291df6fa1f0a252f59e22f4bd5383d108aa122358618550183e642f0bf3ef20
diff --git a/sys-devel/ct-ng/ct-ng-220209.ebuild b/sys-devel/ct-ng/ct-ng-220209.ebuild
deleted file mode 100644
index b211c8f..0000000
--- a/sys-devel/ct-ng/ct-ng-220209.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-EAPI="7"
-
-DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
-HOMEPAGE="https://crosstool-ng.github.io/"
-HASH="ba680a3e5b8c62a7c1554e71f6d09903dac95a2f"
-SRC_URI="https://github.com/crosstool-ng/crosstool-ng/archive/${HASH}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/crosstool-ng-${HASH}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="net-misc/curl
- dev-util/gperf
- dev-vcs/cvs
- dev-vcs/subversion"
-
-src_configure() {
- ./bootstrap
- econf
-}
-
-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
-}