summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-11-21 02:59:42 -0500
committerAnthony G. Basile <blueness@gentoo.org>2015-11-21 03:00:10 -0500
commita6dd4df118e6f7bebbb1d698052a8e52a5ae7411 (patch)
treeeaab47dd987bbdd43da6c1c5c6d0954e71549d6e /sys-devel/ct-ng
parentsys-devel/ct-ng: version bump to 1.22.0 (diff)
downloadgentoo-a6dd4df118e6f7bebbb1d698052a8e52a5ae7411.tar.gz
gentoo-a6dd4df118e6f7bebbb1d698052a8e52a5ae7411.tar.bz2
gentoo-a6dd4df118e6f7bebbb1d698052a8e52a5ae7411.zip
sys-devel/ct-ng: remove older versions
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sys-devel/ct-ng')
-rw-r--r--sys-devel/ct-ng/Manifest2
-rw-r--r--sys-devel/ct-ng/ct-ng-1.19.0-r1.ebuild44
-rw-r--r--sys-devel/ct-ng/ct-ng-1.20.0-r1.ebuild44
3 files changed, 0 insertions, 90 deletions
diff --git a/sys-devel/ct-ng/Manifest b/sys-devel/ct-ng/Manifest
index 5838b0981f11..7e430711addf 100644
--- a/sys-devel/ct-ng/Manifest
+++ b/sys-devel/ct-ng/Manifest
@@ -1,4 +1,2 @@
-DIST crosstool-ng-1.19.0.tar.bz2 1901456 SHA256 cd54f20bb8190533b21c9cf7f93c9073c22d59541f52774c3f3053264ba53a93 SHA512 ad9a1763a3178acf028f36c189d4588372c325d4494ec90cb4fccc5a889a89595cc85586f0380bed8238cff4ce07e49ef5f47779048da2956d3bf380bd4d2f17 WHIRLPOOL d2d1f03f05809e6c3607edd9901cfafae56a3158f8273736929a9a282ed5830d07efa116d8e606471fe598ed9cfdc0157627c4cef5e77ccdb55853632faf3a95
-DIST crosstool-ng-1.20.0.tar.bz2 2035181 SHA256 bfb1d251a3b5dbd262f6eb8416532b9920bb7f122ae4fb861a1824fe30c73464 SHA512 42aa93fbdfb2daa9055d7aeba7539a59960caad9d674fb3ca8ed74353da75a49a799896777cf9511a54b4d47de0cb5d206fd7c5200f19067f9c8090a46b39653 WHIRLPOOL 8b8a025567d5af29142c0809aca62230951b080db889b8f3073a87925d12d971e42bd42b42ff2221ea9fd85d229b43d24e15d0d736c5c696708e9b76651c2cb7
DIST crosstool-ng-1.21.0.tar.bz2 19883048 SHA256 c64493dd033dee0eb25903e66cf53ff5113ee33d193a8ff1df7ebebe47bdac46 SHA512 ab2e341a920f43ef4c621579777b7e709b773dd38aeb68f2b1b567652497b912666ab841ff501f406c34b266e8dbe7859d67f63471972a2200044824848cf061 WHIRLPOOL 4d869c25741700afe4e9e398a8e124acd8cb513eba5609b85980c921966b08ac16ec2a884ed2a885fd44acdbbda01ff05623bce609152bcec5fa14b2c632202c
DIST crosstool-ng-1.22.0.tar.bz2 1621476 SHA256 d6338a9b33f9d972167049bbe76e88b1e9248466a53df08dcfe8bcfe849d8d83 SHA512 986c93435bd2115a7e19b3068aaa6deb9fea8056b389fc5cc578cbef3652514e1e794089cd9a4282f0e0bf73cf8d9e480b68aeabe7c16b627e7ad5afe46fcc9c WHIRLPOOL f339613d73be64032f7a0963e86457a9edf2d10105c73808ea4db0fe0ce1cd7df437995a92dbb2247d80401dbbb6103296a68a15362c434b622217529a89c309
diff --git a/sys-devel/ct-ng/ct-ng-1.19.0-r1.ebuild b/sys-devel/ct-ng/ct-ng-1.19.0-r1.ebuild
deleted file mode 100644
index e953beb7ff14..000000000000
--- a/sys-devel/ct-ng/ct-ng-1.19.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit autotools bash-completion-r1 eutils
-
-DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
-HOMEPAGE="http://crosstool-ng.org"
-MY_P=${P/ct/crosstool}
-S=${WORKDIR}/${MY_P}
-SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="net-misc/curl
- dev-util/gperf
- dev-vcs/cvs
- dev-vcs/subversion"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-kconfig-respect-flags.patch
-
- #Upstream provides ${S}/bootstrap which runs autoconf -Wall --force
- #We'll use eautoconf to be portage friendly
- eautoconf -Wall --force
-}
-
-src_configure () {
- econf --with-install="/usr/bin/install"
-}
-
-src_install() {
- emake DESTDIR="${D%/}" install
- newbashcomp ${PN}.comp ${PN}
- dodoc README TODO
- use doc && mv "${D}"/usr/share/doc/crosstool-ng/"${PN}.${PVR}"/* \
- "${D}"/usr/share/doc/"${PF}"
- rm -rf "${D}"/usr/share/doc/crosstool-ng
-}
diff --git a/sys-devel/ct-ng/ct-ng-1.20.0-r1.ebuild b/sys-devel/ct-ng/ct-ng-1.20.0-r1.ebuild
deleted file mode 100644
index e953beb7ff14..000000000000
--- a/sys-devel/ct-ng/ct-ng-1.20.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit autotools bash-completion-r1 eutils
-
-DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
-HOMEPAGE="http://crosstool-ng.org"
-MY_P=${P/ct/crosstool}
-S=${WORKDIR}/${MY_P}
-SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="net-misc/curl
- dev-util/gperf
- dev-vcs/cvs
- dev-vcs/subversion"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-kconfig-respect-flags.patch
-
- #Upstream provides ${S}/bootstrap which runs autoconf -Wall --force
- #We'll use eautoconf to be portage friendly
- eautoconf -Wall --force
-}
-
-src_configure () {
- econf --with-install="/usr/bin/install"
-}
-
-src_install() {
- emake DESTDIR="${D%/}" install
- newbashcomp ${PN}.comp ${PN}
- dodoc README TODO
- use doc && mv "${D}"/usr/share/doc/crosstool-ng/"${PN}.${PVR}"/* \
- "${D}"/usr/share/doc/"${PF}"
- rm -rf "${D}"/usr/share/doc/crosstool-ng
-}