public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Raschbacher" <lordvan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
Date: Thu, 23 Jan 2025 21:24:08 +0000 (UTC)	[thread overview]
Message-ID: <1737667435.13f86d364c4bbc81b8383a2561f98bbb80c7b1fc.lordvan@gentoo> (raw)

commit:     13f86d364c4bbc81b8383a2561f98bbb80c7b1fc
Author:     Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 21:22:43 2025 +0000
Commit:     Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 21:23:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f86d36

app-arch/alien: add 8.95.8

Signed-off-by: Thomas Raschbacher <lordvan <AT> gentoo.org>

 app-arch/alien/Manifest            |  1 +
 app-arch/alien/alien-8.95.8.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/app-arch/alien/Manifest b/app-arch/alien/Manifest
index 3586f1bc6f33..e1c41c083b18 100644
--- a/app-arch/alien/Manifest
+++ b/app-arch/alien/Manifest
@@ -1,3 +1,4 @@
 DIST alien-8.95.6.tar.xz 58088 BLAKE2B 5b7467552856d809fc1b43af7de905d7f52629799bfd01dfb7ab61dfbd1c27e0f6f6b8364aa03a925cc6bea74616bf497f4fd195c637d6d1bcd7847a17ab5ccd SHA512 29ed80f249b38b47a26ee9d058d057be8728d18d771c1f847919f296d2c8359fcc33a32912749f2ed77b1214e61f101b75960a82cbd3d76bbb7f205acfd4f152
 DIST alien-8.95.7.tar.xz 58236 BLAKE2B 18728dfc63f08ca78e3063f2b68bcdbdc516015a8c55c13e29999934830308440907d7a1298acd4c41aa2a601d9a8cd3148880a51235769012dbafb8e91e9c82 SHA512 5528ee66117d5429b2021350c11fcaa1e831c8f46dfb661c7ec42e2840c67d7fa488dabb7361e91fc034ba6b8a970938ec08e74ab619747e03acb577213d27f8
+DIST alien-8.95.8.tar.xz 70504 BLAKE2B b15a48bad81716b3a0cee02acf078f4ee378c5664d4e251b8e5dcef5d8edf2de722850f556fbd307bd246b0c2b0b1ce6eccfebae4e2aace5cb25aefb2ce05765 SHA512 32b459ffe125de16a5a72d9eed80c34076d22e6b9a5a710660e8f96caef6ab78ac034dc753c83f539a95b8e3553bcdf81b5839ee0a03493894426957fecd8c85
 DIST alien-8.95.tar.xz 56940 BLAKE2B c2f6b71d39800a7bc4ab00bcd50d165855bad4eb1a17fe217aeb302c6b7af701bcd9445276d7e522db7e6c81f1e8d7e9e2ada99f9d7505e6ec958ae87df7c9f7 SHA512 c46d3c82542dc3d96eeabea0f0c7ab5b572acaf67d15e2064ea01df32d69a2cf6e083754be49269df6cd7431ec5b3e09ddcb83fbe2ee17843b22e9cd3e73073c

diff --git a/app-arch/alien/alien-8.95.8.ebuild b/app-arch/alien/alien-8.95.8.ebuild
new file mode 100644
index 000000000000..969f18f01733
--- /dev/null
+++ b/app-arch/alien/alien-8.95.8.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2025 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"
+S=${WORKDIR}/${PN}
+
+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 )
+"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-8.95-tar-extensions.patch"
+	"${FILESDIR}/${PN}-8.95-rpm-zstd.patch"
+)


             reply	other threads:[~2025-01-23 21:24 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-23 21:24 Thomas Raschbacher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-03 12:10 [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/ Sam James
2024-12-01 19:12 Arthur Zamarin
2024-12-01 19:03 Arthur Zamarin
2024-08-13 19:06 Arthur Zamarin
2023-05-07  8:20 Thomas Raschbacher
2022-08-22 17:33 WANG Xuerui
2022-07-02 20:07 David Seifert
2022-03-26  3:30 Sam James
2021-03-12 20:58 Thomas Raschbacher
2020-09-26 14:33 Aaron Bauman
2020-04-04 11:07 Sergei Trofimovich
2019-06-05  7:12 Agostino Sarubbo
2019-06-04 14:36 Agostino Sarubbo
2017-01-02 10:01 Patrice Clement
2016-10-01 12:19 Jeroen Roovers
2016-05-26  8:08 Tobias Klausmann
2016-03-27 10:07 Agostino Sarubbo
2016-03-27 10:07 Agostino Sarubbo
2016-02-16 11:00 Patrice Clement
2016-02-16 10:54 Patrice Clement
2015-08-17 16:52 Patrice Clement

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=1737667435.13f86d364c4bbc81b8383a2561f98bbb80c7b1fc.lordvan@gentoo \
    --to=lordvan@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