From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/heimdall/
Date: Tue, 9 Jan 2018 13:17:02 +0000 (UTC) [thread overview]
Message-ID: <1515503819.595649ae20da2245e85f6935718ed800be8f5e90.polynomial-c@gentoo> (raw)
commit: 595649ae20da2245e85f6935718ed800be8f5e90
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 9 13:16:45 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jan 9 13:16:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595649ae
app-mobilephone/heimdall: Removed old.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-mobilephone/heimdall/Manifest | 2 -
app-mobilephone/heimdall/heimdall-1.4.0.ebuild | 61 --------------------------
app-mobilephone/heimdall/heimdall-1.4.1.ebuild | 60 -------------------------
3 files changed, 123 deletions(-)
diff --git a/app-mobilephone/heimdall/Manifest b/app-mobilephone/heimdall/Manifest
index 3debee8a330..b2feeb301ec 100644
--- a/app-mobilephone/heimdall/Manifest
+++ b/app-mobilephone/heimdall/Manifest
@@ -1,3 +1 @@
-DIST heimdall-1.4.0.tar.gz 6565316 BLAKE2B 3a2cfba07213b512ca6feb165109a787337c6ac2bbc1f8a42633004ddb5684b61aed8f2353da4d464083d7ea6bbc0fa778a6bf079f177bef30191033f350c80c SHA512 ae6c55af97fe95587b89cce90e75fd3b236fd8ac0d506112c9c143fb1d0982aac6d1bef7a6c6635b547148ac4913aeb4215ed9c7c8084fd0912010c5ad9604ee
-DIST heimdall-1.4.1.tar.gz 6358720 BLAKE2B 3525e9c312bd033a3f1f7943f8cc61f32c94f117509f5878f87642cf48fa926a7bf9a0e86ae0060ed7617b5b1fd670973e9cffafe66a9dd27cb3e6677d4fedd6 SHA512 2f1f49b0ad7bd5f4359893359b26024fe0cce84afed3878e42d902eb4dee487a44e351247d57e4af143ad728abd6c664df688246fcf7b96b9f3841cd16594296
DIST heimdall-1.4.2.tar.gz 5486693 BLAKE2B 213bfa5bb7ede8d418847916a5ec16c17e4dec7fcb07de296d96e16c929634167afb57e13cee0e8a6e42fbbddcd2f2e0f5069cfbc3e8c3b5721d2d303ef48407 SHA512 c554662f9ccb763a8e9867a0c563618879d2533af985d44db3c237d3ee51add44c1681d13b1a83b72b30ba6e5b32d7c2f9c02b31114c67c5fbe01cbb010acfe7
diff --git a/app-mobilephone/heimdall/heimdall-1.4.0.ebuild b/app-mobilephone/heimdall/heimdall-1.4.0.ebuild
deleted file mode 100644
index cac3459aa2c..00000000000
--- a/app-mobilephone/heimdall/heimdall-1.4.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils qt4-r2 udev
-
-if [[ ${PV} != 9999 ]]; then
- SRC_URI="https://github.com/Benjamin-Dobell/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/Heimdall-${PV}"
-else
- inherit git-2
- EGIT_REPO_URI="https://github.com/Benjamin-Dobell/Heimdall.git"
-fi
-
-DESCRIPTION="Tool suite used to flash firmware onto Samsung Galaxy S devices"
-HOMEPAGE="http://www.glassechidna.com.au/products/heimdall/"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="qt4"
-
-# virtual/libusb is not precise enough
-RDEPEND=">=dev-libs/libusb-1.0.18:1=
- qt4? ( dev-qt/qtcore:4= dev-qt/qtgui:4= )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- rm -r libusbx-1.0 || die
- cd "${S}/heimdall" || die
- edos2unix configure.ac Makefile.am || die
- sed -i -e /sudo/d Makefile.am || die
- eautoreconf
-}
-
-src_configure() {
- cd "${S}/libpit" || die
- econf
-
- cd "${S}/heimdall" || die
- econf
-
- if use qt4; then
- cd "${S}/heimdall-frontend" || die
- eqmake4 heimdall-frontend.pro OUTPUTDIR=/usr/bin || die
- fi
-}
-
-src_compile() {
- emake -C libpit
- emake -C heimdall
- use qt4 && emake -C heimdall-frontend
-}
-
-src_install() {
- emake -C heimdall DESTDIR="${D}" udevrulesdir="$(get_udevdir)/rules.d" install
- dodoc Linux/README
- use qt4 && emake -C heimdall-frontend INSTALL_ROOT="${D}" install
-}
diff --git a/app-mobilephone/heimdall/heimdall-1.4.1.ebuild b/app-mobilephone/heimdall/heimdall-1.4.1.ebuild
deleted file mode 100644
index 58662f1ba5d..00000000000
--- a/app-mobilephone/heimdall/heimdall-1.4.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils qt4-r2 udev
-
-if [[ ${PV} != 9999 ]]; then
- SRC_URI="https://github.com/Benjamin-Dobell/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/Heimdall-${PV}"
-else
- inherit git-2
- EGIT_REPO_URI="https://github.com/Benjamin-Dobell/Heimdall.git"
-fi
-
-DESCRIPTION="Tool suite used to flash firmware onto Samsung Galaxy S devices"
-HOMEPAGE="http://www.glassechidna.com.au/products/heimdall/"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="qt4"
-
-# virtual/libusb is not precise enough
-RDEPEND=">=dev-libs/libusb-1.0.18:1=
- qt4? ( dev-qt/qtcore:4= dev-qt/qtgui:4= )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- rm -r libusb-1.0 || die
- cd "${S}/heimdall" || die
- edos2unix configure.ac || die
- eautoreconf
-}
-
-src_configure() {
- cd "${S}/libpit" || die
- econf
-
- cd "${S}/heimdall" || die
- econf
-
- if use qt4; then
- cd "${S}/heimdall-frontend" || die
- eqmake4 heimdall-frontend.pro OUTPUTDIR=/usr/bin || die
- fi
-}
-
-src_compile() {
- emake -C libpit
- emake -C heimdall
- use qt4 && emake -C heimdall-frontend
-}
-
-src_install() {
- emake -C heimdall DESTDIR="${D}" udevrulesdir="$(get_udevdir)/rules.d" install
- dodoc Linux/README
- use qt4 && emake -C heimdall-frontend INSTALL_ROOT="${D}" install
-}
next reply other threads:[~2018-01-09 13:17 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-09 13:17 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-22 13:53 [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/heimdall/ Petr Vaněk
2024-09-27 8:29 Arthur Zamarin
2024-08-28 6:56 Petr Vaněk
2024-08-27 21:04 Sam James
2024-08-27 15:08 Petr Vaněk
2024-08-27 15:08 Petr Vaněk
2024-04-05 15:27 Arthur Zamarin
2023-09-18 16:39 Joonas Niilola
2023-09-18 16:39 Joonas Niilola
2023-09-18 16:39 Joonas Niilola
2022-12-18 10:41 Sam James
2022-08-14 20:06 Sam James
2022-05-26 12:58 Joonas Niilola
2022-05-26 12:58 Joonas Niilola
2022-05-26 12:58 Joonas Niilola
2022-05-26 12:58 Joonas Niilola
2022-05-26 12:58 Joonas Niilola
2022-05-10 20:06 Arthur Zamarin
2021-04-22 20:15 Sam James
2021-03-23 12:32 Joonas Niilola
2021-02-14 19:04 Andreas Sturmlechner
2020-01-20 11:51 Agostino Sarubbo
2019-12-23 13:08 Lars Wendler
2019-04-21 1:28 Lars Wendler
2018-07-10 12:41 Lars Wendler
2018-02-20 10:30 Lars Wendler
2017-07-30 8:47 Michał Górny
2017-05-15 14:23 Lars Wendler
2016-01-14 10:11 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1515503819.595649ae20da2245e85f6935718ed800be8f5e90.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox