commit:     385ab30939330c430aeffbc0fc9990f80808fe03
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 15:55:00 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 15:56:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385ab309

sys-devel/crossdev: drop old <20151026-r1 versions

 sys-devel/crossdev/Manifest                 |  2 --
 sys-devel/crossdev/crossdev-20150602.ebuild | 36 -----------------------------
 sys-devel/crossdev/crossdev-20150716.ebuild | 36 -----------------------------
 sys-devel/crossdev/crossdev-20151026.ebuild | 36 -----------------------------
 4 files changed, 110 deletions(-)

diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
index bdf27ef..d2dba23 100644
--- a/sys-devel/crossdev/Manifest
+++ b/sys-devel/crossdev/Manifest
@@ -1,3 +1 @@
-DIST crossdev-20150602.tar.xz 22388 SHA256 
7fef5b43f9ecbae0b9e1f7a993b53fc97b9bc1fa1d818aa46171c557c57aa23a SHA512 
2cc9f2ba9bba037c909204b872b84e1087737f0804fe5f900a5d6e0b2948885aa17dc91d77ac3e38ce9752c56936fe5a92a77b6a264a029c98ef43e641bb7e8d
 WHIRLPOOL 
5fd0e89c92c1ace214580bba200a5ff829a0547437949e0e4d39499305bd1ee75ddbe6ad32cbe1acc39392a8666d681b2c446bd10f257be788df5a7ed8a3a32d
-DIST crossdev-20150716.tar.xz 22152 SHA256 
3988039ebc5363cba752a04ba00df18b0d8c1ac10be342880feda5f848a20a22 SHA512 
8c41d9d5e6df8cc894e52b841f827b517a090edd0e281d181cc38d6ce472b75cb592eef487d1fdb99c31b6daf903d2636b625ebd5c8fa2fbbeadfb98e0e5cfbe
 WHIRLPOOL 
39f3e941a2dcb5915f8e81725d8d8abaf3fd9dfa676d7c7096cb188b75c9af439c6e75b34207bd3404f9a1f15954999d8a42dfaf09646aa3c6a0925bf40fb963
 DIST crossdev-20151026.tar.xz 22160 SHA256 
ad5ff1cc334325f83f60f87f9a6d795c606317665042cece9d8f12297312ca28 SHA512 
f60efd4ad867efd0eb33de5fe327ccbfe73b574c97507bc0edd7ef141ad74c035ae2a0d446180e6a9eb5f43197f44933a452245feec849bacfb03fc07067edd0
 WHIRLPOOL 
7a8f556e53e7142ccf9c56d6daf700b33d66e530d85e5a5ed5b154a52bbba450956381af06f7b5748a6a82a43666a8c1b7d879296869dadd090e8887fc623ea9

diff --git a/sys-devel/crossdev/crossdev-20150602.ebuild 
b/sys-devel/crossdev/crossdev-20150602.ebuild
deleted file mode 100644
index ed20e4c..0000000
--- a/sys-devel/crossdev/crossdev-20150602.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-if [[ ${PV} == "99999999" ]] ; then
-       EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
-       inherit git-2
-       SRC_URI=""
-       #KEYWORDS=""
-else
-       SRC_URI="mirror://gentoo/${P}.tar.xz
-               https://dev.gentoo.org/~vapier/dist/${P}.tar.xz";
-       KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~x86-fbsd"
-fi
-
-DESCRIPTION="Gentoo Cross-toolchain generator"
-HOMEPAGE="https://www.gentoo.org/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=sys-apps/portage-2.1
-       >=app-portage/portage-utils-0.55
-       app-shells/bash
-       !sys-devel/crossdev-wrappers"
-DEPEND="app-arch/xz-utils"
-
-src_install() {
-       default
-       if [[ "${PV}" == "99999999" ]] ; then
-               sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev 
|| die
-       fi
-}

diff --git a/sys-devel/crossdev/crossdev-20150716.ebuild 
b/sys-devel/crossdev/crossdev-20150716.ebuild
deleted file mode 100644
index ed20e4c..0000000
--- a/sys-devel/crossdev/crossdev-20150716.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-if [[ ${PV} == "99999999" ]] ; then
-       EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
-       inherit git-2
-       SRC_URI=""
-       #KEYWORDS=""
-else
-       SRC_URI="mirror://gentoo/${P}.tar.xz
-               https://dev.gentoo.org/~vapier/dist/${P}.tar.xz";
-       KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~x86-fbsd"
-fi
-
-DESCRIPTION="Gentoo Cross-toolchain generator"
-HOMEPAGE="https://www.gentoo.org/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=sys-apps/portage-2.1
-       >=app-portage/portage-utils-0.55
-       app-shells/bash
-       !sys-devel/crossdev-wrappers"
-DEPEND="app-arch/xz-utils"
-
-src_install() {
-       default
-       if [[ "${PV}" == "99999999" ]] ; then
-               sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev 
|| die
-       fi
-}

diff --git a/sys-devel/crossdev/crossdev-20151026.ebuild 
b/sys-devel/crossdev/crossdev-20151026.ebuild
deleted file mode 100644
index 3b816c2..0000000
--- a/sys-devel/crossdev/crossdev-20151026.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-if [[ ${PV} == "99999999" ]] ; then
-       EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
-       inherit git-2
-       SRC_URI=""
-       #KEYWORDS=""
-else
-       SRC_URI="mirror://gentoo/${P}.tar.xz
-               https://dev.gentoo.org/~vapier/dist/${P}.tar.xz";
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-fi
-
-DESCRIPTION="Gentoo Cross-toolchain generator"
-HOMEPAGE="https://www.gentoo.org/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=sys-apps/portage-2.1
-       >=app-portage/portage-utils-0.55
-       app-shells/bash
-       !sys-devel/crossdev-wrappers"
-DEPEND="app-arch/xz-utils"
-
-src_install() {
-       default
-       if [[ "${PV}" == "99999999" ]] ; then
-               sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev 
|| die
-       fi
-}

Reply via email to