Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/crossdev/
Date: Thu, 02 Jun 2016 15:57:02
Message-Id: 1464882999.385ab30939330c430aeffbc0fc9990f80808fe03.vapier@gentoo
1 commit: 385ab30939330c430aeffbc0fc9990f80808fe03
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 15:55:00 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 15:56:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385ab309
7
8 sys-devel/crossdev: drop old <20151026-r1 versions
9
10 sys-devel/crossdev/Manifest | 2 --
11 sys-devel/crossdev/crossdev-20150602.ebuild | 36 -----------------------------
12 sys-devel/crossdev/crossdev-20150716.ebuild | 36 -----------------------------
13 sys-devel/crossdev/crossdev-20151026.ebuild | 36 -----------------------------
14 4 files changed, 110 deletions(-)
15
16 diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
17 index bdf27ef..d2dba23 100644
18 --- a/sys-devel/crossdev/Manifest
19 +++ b/sys-devel/crossdev/Manifest
20 @@ -1,3 +1 @@
21 -DIST crossdev-20150602.tar.xz 22388 SHA256 7fef5b43f9ecbae0b9e1f7a993b53fc97b9bc1fa1d818aa46171c557c57aa23a SHA512 2cc9f2ba9bba037c909204b872b84e1087737f0804fe5f900a5d6e0b2948885aa17dc91d77ac3e38ce9752c56936fe5a92a77b6a264a029c98ef43e641bb7e8d WHIRLPOOL 5fd0e89c92c1ace214580bba200a5ff829a0547437949e0e4d39499305bd1ee75ddbe6ad32cbe1acc39392a8666d681b2c446bd10f257be788df5a7ed8a3a32d
22 -DIST crossdev-20150716.tar.xz 22152 SHA256 3988039ebc5363cba752a04ba00df18b0d8c1ac10be342880feda5f848a20a22 SHA512 8c41d9d5e6df8cc894e52b841f827b517a090edd0e281d181cc38d6ce472b75cb592eef487d1fdb99c31b6daf903d2636b625ebd5c8fa2fbbeadfb98e0e5cfbe WHIRLPOOL 39f3e941a2dcb5915f8e81725d8d8abaf3fd9dfa676d7c7096cb188b75c9af439c6e75b34207bd3404f9a1f15954999d8a42dfaf09646aa3c6a0925bf40fb963
23 DIST crossdev-20151026.tar.xz 22160 SHA256 ad5ff1cc334325f83f60f87f9a6d795c606317665042cece9d8f12297312ca28 SHA512 f60efd4ad867efd0eb33de5fe327ccbfe73b574c97507bc0edd7ef141ad74c035ae2a0d446180e6a9eb5f43197f44933a452245feec849bacfb03fc07067edd0 WHIRLPOOL 7a8f556e53e7142ccf9c56d6daf700b33d66e530d85e5a5ed5b154a52bbba450956381af06f7b5748a6a82a43666a8c1b7d879296869dadd090e8887fc623ea9
24
25 diff --git a/sys-devel/crossdev/crossdev-20150602.ebuild b/sys-devel/crossdev/crossdev-20150602.ebuild
26 deleted file mode 100644
27 index ed20e4c..0000000
28 --- a/sys-devel/crossdev/crossdev-20150602.ebuild
29 +++ /dev/null
30 @@ -1,36 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI="4"
36 -
37 -if [[ ${PV} == "99999999" ]] ; then
38 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
39 - inherit git-2
40 - SRC_URI=""
41 - #KEYWORDS=""
42 -else
43 - SRC_URI="mirror://gentoo/${P}.tar.xz
44 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
45 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
46 -fi
47 -
48 -DESCRIPTION="Gentoo Cross-toolchain generator"
49 -HOMEPAGE="https://www.gentoo.org/"
50 -
51 -LICENSE="GPL-2"
52 -SLOT="0"
53 -IUSE=""
54 -
55 -RDEPEND=">=sys-apps/portage-2.1
56 - >=app-portage/portage-utils-0.55
57 - app-shells/bash
58 - !sys-devel/crossdev-wrappers"
59 -DEPEND="app-arch/xz-utils"
60 -
61 -src_install() {
62 - default
63 - if [[ "${PV}" == "99999999" ]] ; then
64 - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die
65 - fi
66 -}
67
68 diff --git a/sys-devel/crossdev/crossdev-20150716.ebuild b/sys-devel/crossdev/crossdev-20150716.ebuild
69 deleted file mode 100644
70 index ed20e4c..0000000
71 --- a/sys-devel/crossdev/crossdev-20150716.ebuild
72 +++ /dev/null
73 @@ -1,36 +0,0 @@
74 -# Copyright 1999-2015 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -# $Id$
77 -
78 -EAPI="4"
79 -
80 -if [[ ${PV} == "99999999" ]] ; then
81 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
82 - inherit git-2
83 - SRC_URI=""
84 - #KEYWORDS=""
85 -else
86 - SRC_URI="mirror://gentoo/${P}.tar.xz
87 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
88 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
89 -fi
90 -
91 -DESCRIPTION="Gentoo Cross-toolchain generator"
92 -HOMEPAGE="https://www.gentoo.org/"
93 -
94 -LICENSE="GPL-2"
95 -SLOT="0"
96 -IUSE=""
97 -
98 -RDEPEND=">=sys-apps/portage-2.1
99 - >=app-portage/portage-utils-0.55
100 - app-shells/bash
101 - !sys-devel/crossdev-wrappers"
102 -DEPEND="app-arch/xz-utils"
103 -
104 -src_install() {
105 - default
106 - if [[ "${PV}" == "99999999" ]] ; then
107 - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die
108 - fi
109 -}
110
111 diff --git a/sys-devel/crossdev/crossdev-20151026.ebuild b/sys-devel/crossdev/crossdev-20151026.ebuild
112 deleted file mode 100644
113 index 3b816c2..0000000
114 --- a/sys-devel/crossdev/crossdev-20151026.ebuild
115 +++ /dev/null
116 @@ -1,36 +0,0 @@
117 -# Copyright 1999-2015 Gentoo Foundation
118 -# Distributed under the terms of the GNU General Public License v2
119 -# $Id$
120 -
121 -EAPI="4"
122 -
123 -if [[ ${PV} == "99999999" ]] ; then
124 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
125 - inherit git-2
126 - SRC_URI=""
127 - #KEYWORDS=""
128 -else
129 - SRC_URI="mirror://gentoo/${P}.tar.xz
130 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
131 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
132 -fi
133 -
134 -DESCRIPTION="Gentoo Cross-toolchain generator"
135 -HOMEPAGE="https://www.gentoo.org/"
136 -
137 -LICENSE="GPL-2"
138 -SLOT="0"
139 -IUSE=""
140 -
141 -RDEPEND=">=sys-apps/portage-2.1
142 - >=app-portage/portage-utils-0.55
143 - app-shells/bash
144 - !sys-devel/crossdev-wrappers"
145 -DEPEND="app-arch/xz-utils"
146 -
147 -src_install() {
148 - default
149 - if [[ "${PV}" == "99999999" ]] ; then
150 - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die
151 - fi
152 -}