Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/crossdev/
Date: Tue, 08 May 2018 21:45:08
Message-Id: 1525815886.ab7af2e17b192e691453672c15673d92097e5664.slyfox@gentoo
1 commit: ab7af2e17b192e691453672c15673d92097e5664
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 8 21:44:33 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue May 8 21:44:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7af2e1
7
8 sys-devel/crossdev: drop old
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 sys-devel/crossdev/Manifest | 3 --
13 sys-devel/crossdev/crossdev-20180105.ebuild | 35 -----------------------
14 sys-devel/crossdev/crossdev-20180120.ebuild | 35 -----------------------
15 sys-devel/crossdev/crossdev-20180302-r1.ebuild | 39 --------------------------
16 4 files changed, 112 deletions(-)
17
18 diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
19 index b101ccfaaa7..9c4df997cfc 100644
20 --- a/sys-devel/crossdev/Manifest
21 +++ b/sys-devel/crossdev/Manifest
22 @@ -1,6 +1,3 @@
23 DIST crossdev-20171230.tar.xz 23016 BLAKE2B 4661b3f9fac314b7346f0de7227d12ae2d6851e448f6d065471499df8ada5d699ef91c6b6bca285b2aefcbf67ab351fefbe9344c0884a7c0d33ff27215c8ed9c SHA512 bf8761a3018790501adb4bb173e3281d1d7628de8f65a1aa5df0b328a4af8088be466dbe8c185e7ed44aca31b078320a4f62c56351f4b7cbf832349184d9709f
24 -DIST crossdev-20180105.tar.xz 23056 BLAKE2B 66618f312b6f9492b1ccbdc7142e6b38035bb52f864a53d5b6afed702f31dcad11d647af68239dd6cb1af06b7eee5046507cffb03aabb27f758d0513ae9aa888 SHA512 f10ac454a996268e0bf798e2e322961873f3666c032f0ea3a0bc88eabd0428d894726726b089ca180ff9b718b5041be136c28a572ffb31fde76b8ac58a8fc1f2
25 -DIST crossdev-20180120.tar.xz 23328 BLAKE2B a95b834f2b5c0cfad178a2795ec650c2461c6462f4aad239e55666f4503e2607410d5fb318a2fa59d01271475e6d4438ca399ad6565632610ad51ae0142ea5c0 SHA512 7b57f4eebec3ddf6460fb3305a124c670c79d6d4708e45314fd4e68b47bfdc9617f2dbd8c1c30af141fe43d4afc001615b1574e155fb5685c703f5e17149c3ba
26 -DIST crossdev-20180302.tar.xz 23368 BLAKE2B 1bd93ca8dc1c65d1c5cbc095a84540e0a09f666674d87e56ff051900e1f3ab60a087a61734c86406d3f8160469c20e161b940ca19b1f4da318461d02d7915ac3 SHA512 f1b5d066851c54e84c1bb58f261655be2e5ac4c7a247831f4c45186574a306e839497b5a72cf9d603545c01b52ef3ee47b6c7c90086217268572697835fc7f1e
27 DIST crossdev-20180410.tar.xz 26716 BLAKE2B 67f47052af4299028470613900e7f1b91fd2b861cce71d2a4b40bb1bf16a7b9b8967eed18dabcca819d89cfb30cbf1253498b2ef9eab8d941a6d611d333b6d65 SHA512 2e70f8c01e7b1484e76dee82fb3342cbcbd60ee3458e2c6acf5b642e01be95546fe03fc00c82d59fa871aae9f5a6728f45f9f7cb4bc27c4cdf56c4fd8a93b754
28 DIST crossdev-20180508.tar.xz 26728 BLAKE2B ab92cac544ee787ca91c794191c51faeab99e88bc2fc695c5e913e4137cc941457f5b27bf22f3b6a7991fa46ebdc2e5b4238a01425c5021fa9fc05ca23c51f49 SHA512 a96afeeb03747ce67a39b53b925361d07117b49316b5c657413125413d006de25249b0d3d1804c8a946c288c80beb42aa7c32362b57ac81399d26a67ceccfe04
29
30 diff --git a/sys-devel/crossdev/crossdev-20180105.ebuild b/sys-devel/crossdev/crossdev-20180105.ebuild
31 deleted file mode 100644
32 index edf23ce34c9..00000000000
33 --- a/sys-devel/crossdev/crossdev-20180105.ebuild
34 +++ /dev/null
35 @@ -1,35 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -if [[ ${PV} == "99999999" ]] ; then
42 - inherit git-r3
43 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
44 -else
45 - SRC_URI="mirror://gentoo/${P}.tar.xz
46 - https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"
47 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
48 -fi
49 -
50 -DESCRIPTION="Gentoo Cross-toolchain generator"
51 -HOMEPAGE="https://www.gentoo.org/"
52 -
53 -LICENSE="GPL-2"
54 -SLOT="0"
55 -IUSE=""
56 -
57 -RDEPEND=">=sys-apps/portage-2.1
58 - >=app-portage/portage-utils-0.55
59 - app-shells/bash
60 - sys-apps/gentoo-functions
61 - !sys-devel/crossdev-wrappers"
62 -DEPEND="app-arch/xz-utils"
63 -
64 -src_install() {
65 - default
66 -
67 - if [[ "${PV}" == "99999999" ]] ; then
68 - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED%/}"/usr/bin/crossdev || die
69 - fi
70 -}
71
72 diff --git a/sys-devel/crossdev/crossdev-20180120.ebuild b/sys-devel/crossdev/crossdev-20180120.ebuild
73 deleted file mode 100644
74 index edf23ce34c9..00000000000
75 --- a/sys-devel/crossdev/crossdev-20180120.ebuild
76 +++ /dev/null
77 @@ -1,35 +0,0 @@
78 -# Copyright 1999-2018 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=6
82 -
83 -if [[ ${PV} == "99999999" ]] ; then
84 - inherit git-r3
85 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
86 -else
87 - SRC_URI="mirror://gentoo/${P}.tar.xz
88 - https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"
89 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
90 -fi
91 -
92 -DESCRIPTION="Gentoo Cross-toolchain generator"
93 -HOMEPAGE="https://www.gentoo.org/"
94 -
95 -LICENSE="GPL-2"
96 -SLOT="0"
97 -IUSE=""
98 -
99 -RDEPEND=">=sys-apps/portage-2.1
100 - >=app-portage/portage-utils-0.55
101 - app-shells/bash
102 - sys-apps/gentoo-functions
103 - !sys-devel/crossdev-wrappers"
104 -DEPEND="app-arch/xz-utils"
105 -
106 -src_install() {
107 - default
108 -
109 - if [[ "${PV}" == "99999999" ]] ; then
110 - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED%/}"/usr/bin/crossdev || die
111 - fi
112 -}
113
114 diff --git a/sys-devel/crossdev/crossdev-20180302-r1.ebuild b/sys-devel/crossdev/crossdev-20180302-r1.ebuild
115 deleted file mode 100644
116 index d1adb4564b5..00000000000
117 --- a/sys-devel/crossdev/crossdev-20180302-r1.ebuild
118 +++ /dev/null
119 @@ -1,39 +0,0 @@
120 -# Copyright 1999-2018 Gentoo Foundation
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI=6
124 -
125 -if [[ ${PV} == "99999999" ]] ; then
126 - inherit git-r3
127 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
128 -else
129 - SRC_URI="mirror://gentoo/${P}.tar.xz
130 - https://dev.gentoo.org/~slyfox/distfiles/${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="
142 - || (
143 - >=sys-apps/portage-2.1
144 - sys-apps/portage-mgorny
145 - )
146 - >=app-portage/portage-utils-0.55
147 - app-shells/bash
148 - sys-apps/gentoo-functions
149 - !sys-devel/crossdev-wrappers"
150 -DEPEND="app-arch/xz-utils"
151 -
152 -src_install() {
153 - default
154 -
155 - if [[ "${PV}" == "99999999" ]] ; then
156 - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED%/}"/usr/bin/crossdev || die
157 - fi
158 -}