From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/heimdall/
Date: Tue, 23 Mar 2021 12:32:46 +0000 (UTC) [thread overview]
Message-ID: <1616502759.85faca572fced4fcf82dc3964ac4461f4700b88a.juippis@gentoo> (raw)
commit: 85faca572fced4fcf82dc3964ac4461f4700b88a
Author: ScardracS <marco <AT> scardovi <DOT> com>
AuthorDate: Wed Mar 17 11:56:41 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Mar 23 12:32:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85faca57
app-mobilephone/heimdall: updated links and RDEPEND
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-mobilephone/heimdall/Manifest | 1 +
...eimdall-9999.ebuild => heimdall-1.4.2-r1.ebuild} | 21 +++++++++------------
app-mobilephone/heimdall/heimdall-9999.ebuild | 21 +++++++++------------
app-mobilephone/heimdall/metadata.xml | 11 +++++++++--
4 files changed, 28 insertions(+), 26 deletions(-)
diff --git a/app-mobilephone/heimdall/Manifest b/app-mobilephone/heimdall/Manifest
index 1f7c3601646..db7aa53c6f4 100644
--- a/app-mobilephone/heimdall/Manifest
+++ b/app-mobilephone/heimdall/Manifest
@@ -1 +1,2 @@
DIST heimdall-1.4.2.tar.bz2 5506713 BLAKE2B 775abc8d47f9efac21f28e47d607ab4b07f8948fcca005c78ddb7ed093e51a76f60ac5c04150a3424c360813d180cd1df1ff8a87295918bff872f41123250a58 SHA512 b2b0a8a8db6a52236716fff9748a391388c1b2b1774a26fab9b451b8dab5ff35e8e1403555a65daec180fc961388c7581d170df6e3599a102fd304a133da8674
+DIST heimdall-1.4.2.tar.gz 5486693 BLAKE2B 213bfa5bb7ede8d418847916a5ec16c17e4dec7fcb07de296d96e16c929634167afb57e13cee0e8a6e42fbbddcd2f2e0f5069cfbc3e8c3b5721d2d303ef48407 SHA512 c554662f9ccb763a8e9867a0c563618879d2533af985d44db3c237d3ee51add44c1681d13b1a83b72b30ba6e5b32d7c2f9c02b31114c67c5fbe01cbb010acfe7
diff --git a/app-mobilephone/heimdall/heimdall-9999.ebuild b/app-mobilephone/heimdall/heimdall-1.4.2-r1.ebuild
similarity index 58%
copy from app-mobilephone/heimdall/heimdall-9999.ebuild
copy to app-mobilephone/heimdall/heimdall-1.4.2-r1.ebuild
index e583714cae2..e4026eb2373 100644
--- a/app-mobilephone/heimdall/heimdall-9999.ebuild
+++ b/app-mobilephone/heimdall/heimdall-1.4.2-r1.ebuild
@@ -6,30 +6,30 @@ EAPI=7
inherit cmake udev
if [[ ${PV} != 9999 ]]; then
- SRC_URI="https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v${PV}/Heimdall-v${PV}.tar.bz2 -> ${P}.tar.bz2"
+ SRC_URI="https://github.com/Benjamin-Dobell/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
- S="${WORKDIR}/Heimdall-v${PV}"
+ S="${WORKDIR}/Heimdall-${PV}"
else
inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/BenjaminDobell/Heimdall.git"
+ EGIT_REPO_URI="https://github.com/Benjamin-Dobell/Heimdall.git"
fi
-DESCRIPTION="Tool suite used to flash firmware onto Samsung Galaxy S devices"
-HOMEPAGE="https://glassechidna.com.au/heimdall/"
+DESCRIPTION="Tool suite used to flash firmware onto Samsung devices"
+HOMEPAGE="https://glassechidna.com.au/heimdall/ https://github.com/Benjamin-Dobell/Heimdall"
LICENSE="MIT"
SLOT="0"
IUSE="gui"
RDEPEND="
- >=dev-libs/libusb-1.0.18:1=
sys-libs/zlib
+ virtual/libusb:1=
gui? (
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
- )
-"
+ )"
+
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
@@ -43,9 +43,6 @@ src_configure() {
src_install() {
dobin "${BUILD_DIR}"/bin/heimdall
use gui && dobin "${BUILD_DIR}"/bin/heimdall-frontend
-
- insinto "$(get_udevdir)/rules.d"
- doins heimdall/60-heimdall.rules
-
+ udev_dorules heimdall/60-heimdall.rules
dodoc README.md Linux/README
}
diff --git a/app-mobilephone/heimdall/heimdall-9999.ebuild b/app-mobilephone/heimdall/heimdall-9999.ebuild
index e583714cae2..e4026eb2373 100644
--- a/app-mobilephone/heimdall/heimdall-9999.ebuild
+++ b/app-mobilephone/heimdall/heimdall-9999.ebuild
@@ -6,30 +6,30 @@ EAPI=7
inherit cmake udev
if [[ ${PV} != 9999 ]]; then
- SRC_URI="https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v${PV}/Heimdall-v${PV}.tar.bz2 -> ${P}.tar.bz2"
+ SRC_URI="https://github.com/Benjamin-Dobell/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
- S="${WORKDIR}/Heimdall-v${PV}"
+ S="${WORKDIR}/Heimdall-${PV}"
else
inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/BenjaminDobell/Heimdall.git"
+ EGIT_REPO_URI="https://github.com/Benjamin-Dobell/Heimdall.git"
fi
-DESCRIPTION="Tool suite used to flash firmware onto Samsung Galaxy S devices"
-HOMEPAGE="https://glassechidna.com.au/heimdall/"
+DESCRIPTION="Tool suite used to flash firmware onto Samsung devices"
+HOMEPAGE="https://glassechidna.com.au/heimdall/ https://github.com/Benjamin-Dobell/Heimdall"
LICENSE="MIT"
SLOT="0"
IUSE="gui"
RDEPEND="
- >=dev-libs/libusb-1.0.18:1=
sys-libs/zlib
+ virtual/libusb:1=
gui? (
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
- )
-"
+ )"
+
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
@@ -43,9 +43,6 @@ src_configure() {
src_install() {
dobin "${BUILD_DIR}"/bin/heimdall
use gui && dobin "${BUILD_DIR}"/bin/heimdall-frontend
-
- insinto "$(get_udevdir)/rules.d"
- doins heimdall/60-heimdall.rules
-
+ udev_dorules heimdall/60-heimdall.rules
dodoc README.md Linux/README
}
diff --git a/app-mobilephone/heimdall/metadata.xml b/app-mobilephone/heimdall/metadata.xml
index cbbc2b0edd9..499a4a303ee 100644
--- a/app-mobilephone/heimdall/metadata.xml
+++ b/app-mobilephone/heimdall/metadata.xml
@@ -1,8 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person" proxied="yes">
+ <email>marco@scardovi.com</email>
+ <name>Marco Scardovi</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<upstream>
- <remote-id type="gitlab">BenjaminDobell/Heimdall</remote-id>
+ <remote-id type="github">Benjamin-Dobell/Heimdall</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2021-03-23 12:32 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-23 12:32 Joonas Niilola [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-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
2018-01-09 13:17 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=1616502759.85faca572fced4fcf82dc3964ac4461f4700b88a.juippis@gentoo \
--to=juippis@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