summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2024-05-04 12:43:16 +0200
committerDaniel Pielmeier <billie@gentoo.org>2024-05-04 12:45:43 +0200
commitca0b9f1053d10687ab0b6b923753603d15bcbfb8 (patch)
tree3b4b4f2b630729bd10e34ce9fc4ad3965f8afe6c
parentapp-misc/libdatovka: drop 0.4.0 (diff)
downloadgentoo-ca0b9f1053d10687ab0b6b923753603d15bcbfb8.tar.gz
gentoo-ca0b9f1053d10687ab0b6b923753603d15bcbfb8.tar.bz2
gentoo-ca0b9f1053d10687ab0b6b923753603d15bcbfb8.zip
app-mobilephone/adebar: QA
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
-rw-r--r--app-mobilephone/adebar/adebar-2.4.1.ebuild9
-rw-r--r--app-mobilephone/adebar/metadata.xml3
2 files changed, 7 insertions, 5 deletions
diff --git a/app-mobilephone/adebar/adebar-2.4.1.ebuild b/app-mobilephone/adebar/adebar-2.4.1.ebuild
index 1577d71816f9..3d44674e47c8 100644
--- a/app-mobilephone/adebar/adebar-2.4.1.ebuild
+++ b/app-mobilephone/adebar/adebar-2.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,21 +9,20 @@ DESCRIPTION="Android DEvice Backup And Report, using Bash and ADB"
HOMEPAGE="https://codeberg.org/izzy/Adebar"
SRC_URI="https://codeberg.org/izzy/Adebar/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
RDEPEND="
app-shells/bash
dev-util/android-tools
"
-S="${WORKDIR}/${PN}"
-
DISABLE_AUTOFORMATTING="no"
DOC_CONTENTS="Please refer to the documentation at https://codeberg.org/izzy/Adebar/wiki.
-You can find example configurations at ${ROOT}/usr/share/doc/${PF}.
+You can find example configurations at /usr/share/doc/${PF}.
To customize, copy to \${XDG_CONFIG_HOME}/${PN} and edit it to your liking.
Contrary to the documentation, the Gentoo installation does not allow
configuration files relative to main program ${PN} installed to /usr/bin.
diff --git a/app-mobilephone/adebar/metadata.xml b/app-mobilephone/adebar/metadata.xml
index 46861791de00..f737de18059c 100644
--- a/app-mobilephone/adebar/metadata.xml
+++ b/app-mobilephone/adebar/metadata.xml
@@ -5,4 +5,7 @@
<email>billie@gentoo.org</email>
<name>Daniel Pielmeier</name>
</maintainer>
+ <upstream>
+ <remote-id type="codeberg">izzy/Adebar</remote-id>
+ </upstream>
</pkgmetadata>