summaryrefslogtreecommitdiff
path: root/dev-util/crosstool-ng/crosstool-ng-1.23.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/crosstool-ng/crosstool-ng-1.23.0.ebuild')
-rw-r--r--dev-util/crosstool-ng/crosstool-ng-1.23.0.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-util/crosstool-ng/crosstool-ng-1.23.0.ebuild b/dev-util/crosstool-ng/crosstool-ng-1.23.0.ebuild
deleted file mode 100644
index 6568d20..0000000
--- a/dev-util/crosstool-ng/crosstool-ng-1.23.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Crosstool-NG aims at building toolchains."
-HOMEPAGE="http://crosstool-ng.github.io/"
-SRC_URI="http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-$PV.tar.bz2"
-
-LICENSE="GPLv2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="$(readlink -f "${D}")" install
- einstalldocs
-}