Skip to content

Commit

Permalink
app-arch/alien: add 8.95.6
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Raschbacher <[email protected]>
  • Loading branch information
LordVan committed May 7, 2023
1 parent c78ecbd commit 5528c10
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-arch/alien/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST alien-8.95.6.tar.xz 58088 BLAKE2B 5b7467552856d809fc1b43af7de905d7f52629799bfd01dfb7ab61dfbd1c27e0f6f6b8364aa03a925cc6bea74616bf497f4fd195c637d6d1bcd7847a17ab5ccd SHA512 29ed80f249b38b47a26ee9d058d057be8728d18d771c1f847919f296d2c8359fcc33a32912749f2ed77b1214e61f101b75960a82cbd3d76bbb7f205acfd4f152
DIST alien-8.95.tar.xz 56940 BLAKE2B c2f6b71d39800a7bc4ab00bcd50d165855bad4eb1a17fe217aeb302c6b7af701bcd9445276d7e522db7e6c81f1e8d7e9e2ada99f9d7505e6ec958ae87df7c9f7 SHA512 c46d3c82542dc3d96eeabea0f0c7ab5b572acaf67d15e2064ea01df32d69a2cf6e083754be49269df6cd7431ec5b3e09ddcb83fbe2ee17843b22e9cd3e73073c
25 changes: 25 additions & 0 deletions app-arch/alien/alien-8.95.6.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit perl-module

DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
HOMEPAGE="https://sourceforge.net/projects/alien-pkg-convert"
SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.xz -> ${P}.tar.xz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
IUSE="+bzip2"

RDEPEND="
app-arch/rpm
app-arch/dpkg
dev-util/debhelper
>=app-arch/tar-1.14.91
bzip2? ( app-arch/bzip2 )"
DEPEND="${RDEPEND}"

PATCHES=( "${FILESDIR}/${PN}-8.95-tar-extensions.patch" )

0 comments on commit 5528c10

Please sign in to comment.