Diff aucdtect-0.8.2-r1 with a aucdtect-0.8.2-r2
| /usr/portage/media-sound/aucdtect/aucdtect-0.8.2-r2.ebuild 2026-05-01 00:17:34.738129697 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2020 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | 5 | |
| 6 |
RPM_COMPRESS_TYPE=none |
|
| 6 | 7 |
inherit rpm |
| 7 | 8 | |
| 8 | 9 |
MY_PV=$(ver_rs 2 '-') |
| ... | ... | |
| 12 | 13 |
DESCRIPTION="Commandline FLAC CDDA authenticity verifier" |
| 13 | 14 |
HOMEPAGE="http://en.true-audio.com" |
| 14 | 15 |
SRC_URI="http://en.true-audio.com/ftp/${MY_P}.i586.rpm -> ${P}.rpm"
|
| 16 |
S="${WORKDIR}/usr/local/bin"
|
|
| 15 | 17 | |
| 16 | 18 |
LICENSE="freedist" |
| 17 | 19 |
SLOT="0" |
| 18 | 20 |
KEYWORDS="~amd64 ~x86" |
| 19 | 21 | |
| 20 |
S="${WORKDIR}/usr/local/bin"
|
|
| 21 | ||
| 22 | 22 |
QA_PREBUILT="opt/bin/.*" |
| 23 | 23 | |
| 24 | 24 |
src_install() {
|