Сравнение alien-8.95.6 с alien-8.95.9
| /usr/portage/app-arch/alien/alien-8.95.9.ebuild 2026-06-23 19:41:04.134897309 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 6 | 6 |
inherit perl-module |
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats" |
| 9 |
HOMEPAGE="https://sourceforge.net/projects/alien-pkg-convert" |
|
| 10 |
SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.xz -> ${P}.tar.xz"
|
|
| 9 |
HOMEPAGE="https://sourceforge.net/projects/alien-pkg-convert/" |
|
| 10 |
SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.orig.tar.gz -> ${P}.tar.gz"
|
|
| 11 |
S=${WORKDIR}/${P}
|
|
| 11 | 12 | |
| 12 | 13 |
LICENSE="LGPL-2.1" |
| 13 | 14 |
SLOT="0" |
| ... | ... | |
| 19 | 20 |
app-arch/dpkg |
| 20 | 21 |
dev-util/debhelper |
| 21 | 22 |
>=app-arch/tar-1.14.91 |
| 22 |
bzip2? ( app-arch/bzip2 )" |
|
| 23 |
DEPEND="${RDEPEND}"
|
|
| 23 |
bzip2? ( app-arch/bzip2 ) |
|
| 24 |
" |
|
| 24 | 25 | |
| 25 |
PATCHES=( "${FILESDIR}/${PN}-8.95-tar-extensions.patch" )
|
|
| 26 |
PATCHES=( |
|
| 27 |
"${FILESDIR}/${PN}-8.95-tar-extensions.patch"
|
|
| 28 |
"${FILESDIR}/${PN}-8.95-rpm-zstd.patch"
|
|
| 29 |
) |
|