Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/heimdall/
Date: Tue, 09 Jan 2018 13:17:07
Message-Id: 1515503819.595649ae20da2245e85f6935718ed800be8f5e90.polynomial-c@gentoo
1 commit: 595649ae20da2245e85f6935718ed800be8f5e90
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 13:16:45 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 13:16:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595649ae
7
8 app-mobilephone/heimdall: Removed old.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-mobilephone/heimdall/Manifest | 2 -
13 app-mobilephone/heimdall/heimdall-1.4.0.ebuild | 61 --------------------------
14 app-mobilephone/heimdall/heimdall-1.4.1.ebuild | 60 -------------------------
15 3 files changed, 123 deletions(-)
16
17 diff --git a/app-mobilephone/heimdall/Manifest b/app-mobilephone/heimdall/Manifest
18 index 3debee8a330..b2feeb301ec 100644
19 --- a/app-mobilephone/heimdall/Manifest
20 +++ b/app-mobilephone/heimdall/Manifest
21 @@ -1,3 +1 @@
22 -DIST heimdall-1.4.0.tar.gz 6565316 BLAKE2B 3a2cfba07213b512ca6feb165109a787337c6ac2bbc1f8a42633004ddb5684b61aed8f2353da4d464083d7ea6bbc0fa778a6bf079f177bef30191033f350c80c SHA512 ae6c55af97fe95587b89cce90e75fd3b236fd8ac0d506112c9c143fb1d0982aac6d1bef7a6c6635b547148ac4913aeb4215ed9c7c8084fd0912010c5ad9604ee
23 -DIST heimdall-1.4.1.tar.gz 6358720 BLAKE2B 3525e9c312bd033a3f1f7943f8cc61f32c94f117509f5878f87642cf48fa926a7bf9a0e86ae0060ed7617b5b1fd670973e9cffafe66a9dd27cb3e6677d4fedd6 SHA512 2f1f49b0ad7bd5f4359893359b26024fe0cce84afed3878e42d902eb4dee487a44e351247d57e4af143ad728abd6c664df688246fcf7b96b9f3841cd16594296
24 DIST heimdall-1.4.2.tar.gz 5486693 BLAKE2B 213bfa5bb7ede8d418847916a5ec16c17e4dec7fcb07de296d96e16c929634167afb57e13cee0e8a6e42fbbddcd2f2e0f5069cfbc3e8c3b5721d2d303ef48407 SHA512 c554662f9ccb763a8e9867a0c563618879d2533af985d44db3c237d3ee51add44c1681d13b1a83b72b30ba6e5b32d7c2f9c02b31114c67c5fbe01cbb010acfe7
25
26 diff --git a/app-mobilephone/heimdall/heimdall-1.4.0.ebuild b/app-mobilephone/heimdall/heimdall-1.4.0.ebuild
27 deleted file mode 100644
28 index cac3459aa2c..00000000000
29 --- a/app-mobilephone/heimdall/heimdall-1.4.0.ebuild
30 +++ /dev/null
31 @@ -1,61 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit autotools eutils qt4-r2 udev
38 -
39 -if [[ ${PV} != 9999 ]]; then
40 - SRC_URI="https://github.com/Benjamin-Dobell/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 - KEYWORDS="~amd64"
42 - S="${WORKDIR}/Heimdall-${PV}"
43 -else
44 - inherit git-2
45 - EGIT_REPO_URI="https://github.com/Benjamin-Dobell/Heimdall.git"
46 -fi
47 -
48 -DESCRIPTION="Tool suite used to flash firmware onto Samsung Galaxy S devices"
49 -HOMEPAGE="http://www.glassechidna.com.au/products/heimdall/"
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -IUSE="qt4"
54 -
55 -# virtual/libusb is not precise enough
56 -RDEPEND=">=dev-libs/libusb-1.0.18:1=
57 - qt4? ( dev-qt/qtcore:4= dev-qt/qtgui:4= )"
58 -DEPEND="${RDEPEND}
59 - virtual/pkgconfig"
60 -
61 -src_prepare() {
62 - rm -r libusbx-1.0 || die
63 - cd "${S}/heimdall" || die
64 - edos2unix configure.ac Makefile.am || die
65 - sed -i -e /sudo/d Makefile.am || die
66 - eautoreconf
67 -}
68 -
69 -src_configure() {
70 - cd "${S}/libpit" || die
71 - econf
72 -
73 - cd "${S}/heimdall" || die
74 - econf
75 -
76 - if use qt4; then
77 - cd "${S}/heimdall-frontend" || die
78 - eqmake4 heimdall-frontend.pro OUTPUTDIR=/usr/bin || die
79 - fi
80 -}
81 -
82 -src_compile() {
83 - emake -C libpit
84 - emake -C heimdall
85 - use qt4 && emake -C heimdall-frontend
86 -}
87 -
88 -src_install() {
89 - emake -C heimdall DESTDIR="${D}" udevrulesdir="$(get_udevdir)/rules.d" install
90 - dodoc Linux/README
91 - use qt4 && emake -C heimdall-frontend INSTALL_ROOT="${D}" install
92 -}
93
94 diff --git a/app-mobilephone/heimdall/heimdall-1.4.1.ebuild b/app-mobilephone/heimdall/heimdall-1.4.1.ebuild
95 deleted file mode 100644
96 index 58662f1ba5d..00000000000
97 --- a/app-mobilephone/heimdall/heimdall-1.4.1.ebuild
98 +++ /dev/null
99 @@ -1,60 +0,0 @@
100 -# Copyright 1999-2017 Gentoo Foundation
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=5
104 -
105 -inherit autotools eutils qt4-r2 udev
106 -
107 -if [[ ${PV} != 9999 ]]; then
108 - SRC_URI="https://github.com/Benjamin-Dobell/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz"
109 - KEYWORDS="~amd64"
110 - S="${WORKDIR}/Heimdall-${PV}"
111 -else
112 - inherit git-2
113 - EGIT_REPO_URI="https://github.com/Benjamin-Dobell/Heimdall.git"
114 -fi
115 -
116 -DESCRIPTION="Tool suite used to flash firmware onto Samsung Galaxy S devices"
117 -HOMEPAGE="http://www.glassechidna.com.au/products/heimdall/"
118 -
119 -LICENSE="MIT"
120 -SLOT="0"
121 -IUSE="qt4"
122 -
123 -# virtual/libusb is not precise enough
124 -RDEPEND=">=dev-libs/libusb-1.0.18:1=
125 - qt4? ( dev-qt/qtcore:4= dev-qt/qtgui:4= )"
126 -DEPEND="${RDEPEND}
127 - virtual/pkgconfig"
128 -
129 -src_prepare() {
130 - rm -r libusb-1.0 || die
131 - cd "${S}/heimdall" || die
132 - edos2unix configure.ac || die
133 - eautoreconf
134 -}
135 -
136 -src_configure() {
137 - cd "${S}/libpit" || die
138 - econf
139 -
140 - cd "${S}/heimdall" || die
141 - econf
142 -
143 - if use qt4; then
144 - cd "${S}/heimdall-frontend" || die
145 - eqmake4 heimdall-frontend.pro OUTPUTDIR=/usr/bin || die
146 - fi
147 -}
148 -
149 -src_compile() {
150 - emake -C libpit
151 - emake -C heimdall
152 - use qt4 && emake -C heimdall-frontend
153 -}
154 -
155 -src_install() {
156 - emake -C heimdall DESTDIR="${D}" udevrulesdir="$(get_udevdir)/rules.d" install
157 - dodoc Linux/README
158 - use qt4 && emake -C heimdall-frontend INSTALL_ROOT="${D}" install
159 -}