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: Sat, 30 Dec 2017 17:59:34
Message-Id: 1514656755.829de7f9ba1fa08b685cb0f6b634bd8627a2bb38.slyfox@gentoo
1 commit: 829de7f9ba1fa08b685cb0f6b634bd8627a2bb38
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 30 17:57:57 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 30 17:59:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829de7f9
7
8 sys-devel/crossdev: drop old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sys-devel/crossdev/Manifest | 1 -
13 sys-devel/crossdev/crossdev-20160602-r1.ebuild | 38 ------------------------
14 sys-devel/crossdev/crossdev-20160602.ebuild | 41 --------------------------
15 3 files changed, 80 deletions(-)
16
17 diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
18 index f447327f0cc..878c1097607 100644
19 --- a/sys-devel/crossdev/Manifest
20 +++ b/sys-devel/crossdev/Manifest
21 @@ -1,5 +1,4 @@
22 DIST crossdev-20151026.tar.xz 22160 BLAKE2B 36cd292ffc9e8051d2684315a1546260ea3de9ff6c1324d8c0463501c1ab2671a998f176220220f8050d3d816bff48d1e263b35fcc50139e6149965d4d163b30 SHA512 f60efd4ad867efd0eb33de5fe327ccbfe73b574c97507bc0edd7ef141ad74c035ae2a0d446180e6a9eb5f43197f44933a452245feec849bacfb03fc07067edd0
23 -DIST crossdev-20160602.tar.xz 22292 BLAKE2B f3ade0af8ce39b6c9a5aed30845e5633b68da0796cd43c9ae05450f8a982027e428fbcca110b485a41c335963ff932c1b5cfcca3aba6143f648bc8f4ed2e27b7 SHA512 580cc51e599086a14c51153e656d30b5c2f0e08c7601384d3e082716edeaa532e832b515df2517618cc51be187fcf8738db10e412a5635a16d0bb58b1631a53e
24 DIST crossdev-20171119.tar.xz 22596 BLAKE2B 4e606f63aad234684b6400203fc22a9ff7dbd9f14dca5e2f2055f08207e412a3a3352921109100b32b4f6fb51cc0836ada4e8db8011d781e9e7c990d6c92d3d1 SHA512 3b8d7b89adf06d5ffef169ed1015532220c997731e083fd73c27d80ea09a6a7efd456734104aa58ef386426f9a04fed3147f37aefe4106c378a0b865bfffb2f0
25 DIST crossdev-20171227.tar.xz 22780 BLAKE2B 983dd5da66c1e467b622867c9d474c7e1b7befd4fb91e1e008f7d7d8416bb077bcd06274fe8145ec9338f652e780d2ddd3a501f79b46af280cb5dbb4c8324965 SHA512 bc91e95aa9a927416f2b97b989657de5a740707bb4f4cbfc3d9e0626c3977b3091040104a52205762ef9cc0d3cd7933fb527efa20086dedfd9b390dc2be167a0
26 DIST crossdev-20171230.tar.xz 23016 BLAKE2B 4661b3f9fac314b7346f0de7227d12ae2d6851e448f6d065471499df8ada5d699ef91c6b6bca285b2aefcbf67ab351fefbe9344c0884a7c0d33ff27215c8ed9c SHA512 bf8761a3018790501adb4bb173e3281d1d7628de8f65a1aa5df0b328a4af8088be466dbe8c185e7ed44aca31b078320a4f62c56351f4b7cbf832349184d9709f
27
28 diff --git a/sys-devel/crossdev/crossdev-20160602-r1.ebuild b/sys-devel/crossdev/crossdev-20160602-r1.ebuild
29 deleted file mode 100644
30 index aa413719ace..00000000000
31 --- a/sys-devel/crossdev/crossdev-20160602-r1.ebuild
32 +++ /dev/null
33 @@ -1,38 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="6"
38 -
39 -if [[ ${PV} == "99999999" ]] ; then
40 - inherit git-r3
41 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
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-apps/gentoo-functions
59 - !sys-devel/crossdev-wrappers"
60 -DEPEND="app-arch/xz-utils"
61 -
62 -PATCHES=(
63 - "${FILESDIR}"/use-new-path-for-functions.sh.patch
64 -)
65 -
66 -src_install() {
67 - default
68 - if [[ "${PV}" == "99999999" ]] ; then
69 - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED%/}"/usr/bin/crossdev || die
70 - fi
71 -}
72
73 diff --git a/sys-devel/crossdev/crossdev-20160602.ebuild b/sys-devel/crossdev/crossdev-20160602.ebuild
74 deleted file mode 100644
75 index c8ea4e1ecb3..00000000000
76 --- a/sys-devel/crossdev/crossdev-20160602.ebuild
77 +++ /dev/null
78 @@ -1,41 +0,0 @@
79 -# Copyright 1999-2016 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI="5"
83 -inherit eutils
84 -
85 -if [[ ${PV} == "99999999" ]] ; then
86 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
87 - inherit git-2
88 - SRC_URI=""
89 - #KEYWORDS=""
90 -else
91 - SRC_URI="mirror://gentoo/${P}.tar.xz
92 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
93 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
94 -fi
95 -
96 -DESCRIPTION="Gentoo Cross-toolchain generator"
97 -HOMEPAGE="https://www.gentoo.org/"
98 -
99 -LICENSE="GPL-2"
100 -SLOT="0"
101 -IUSE=""
102 -
103 -RDEPEND=">=sys-apps/portage-2.1
104 - >=app-portage/portage-utils-0.55
105 - app-shells/bash
106 - sys-apps/gentoo-functions
107 - !sys-devel/crossdev-wrappers"
108 -DEPEND="app-arch/xz-utils"
109 -
110 -src_prepare() {
111 - epatch "${FILESDIR}"/use-new-path-for-functions.sh.patch
112 -}
113 -
114 -src_install() {
115 - default
116 - if [[ "${PV}" == "99999999" ]] ; then
117 - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die
118 - fi
119 -}