* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2015-08-17 16:52 Patrice Clement
0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2015-08-17 16:52 UTC (permalink / raw
To: gentoo-commits
commit: a4c778eb7335f891e7bef397ba54522b54e307bc
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 17:51:31 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 17:52:27 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c778eb
app-arch/alien: version bump.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-arch/alien/Manifest | 1 +
app-arch/alien/alien-8.94.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/app-arch/alien/Manifest b/app-arch/alien/Manifest
index 7314212..001ca1e 100644
--- a/app-arch/alien/Manifest
+++ b/app-arch/alien/Manifest
@@ -1,3 +1,4 @@
DIST alien_8.89.tar.gz 64478 SHA256 35d237e3a08fb86ae83b1b6d941aa696e1dff5b5c8eb83fa818995f15527e4d8 SHA512 55e8b99900f7f940bb4e38469ca10f02be20a4fb097f3d66649e50ab4dfc11a3c8aeaacca862872c02c68c482e1967ea0b12302e9660fbc7d920591bcd4be9ca WHIRLPOOL 2d4025819c824ad1a218ae0b4ba5ed837f5c8d2b7b5aaf2e94c71b2ddb21c47e8054e3d1b83cdd30022123ffa2dea1e0d5423793617b812d14d9ffca99d37715
DIST alien_8.90.tar.gz 65014 SHA256 a520f0c6e1e0f8340712cc80a80b41d426b3034c41dfa256268f51beee3d75d7 SHA512 ca96a2b1039966f3bf5bc624cc9880d3426d9823ba8f8d8021c27bf1605b8072abbbf9befeb45e3210742cff51dff9beda9c636c592d230aac0e3c780ba2a83b WHIRLPOOL f88e2be871b04b98a4a495abd655ec09cb0c58c1aa5a7820da6986466ec61597bf243d42fbc871de6dd01cb29cb6f1a8a63798cf6ff8a6f8dd2eab0b7edc3ed3
DIST alien_8.93.tar.gz 65289 SHA256 deb4e0c590ea7c44f2bc806b2c4cde6abbef32017ae6d06ee30539ae28faf896 SHA512 bb38286b5b2000d0cceecc19a03ed65c40b31b48ce22d16ecf5f082883dac87822abdf2897edccd959429d45efb257d76d4f833c188e9f22b6f7cc526f80c0f9 WHIRLPOOL c6710d8582b882a0c963ad0dc6ee362c7e02a55384ddbe25ddc079d22878009c59274febeba4c038e4be707f2ea7f4d92a833eddb603bcde9da05cae5b804a09
+DIST alien_8.94.tar.gz 65530 SHA256 c7a3a01f032107edf3428ccd44b895ffb5d607bccc885dc0da0aa278ccfe849c SHA512 dbc194ea19fdb28858efb5c55f66299d41c26d20235e941d98ee738c49200c2430ca382e8875850ca071598bc123a62519345678a6d9604c8ad5e0fd2a1922a7 WHIRLPOOL 4f1c441f06c7c0356ffb3851d22dea64e3001f5a6dc9563dbe2dac8de9ad1cf7c6b3f0c478b2369941378621ce524ea9d6c380afd08b0f2e0a0147c945271264
diff --git a/app-arch/alien/alien-8.94.ebuild b/app-arch/alien/alien-8.94.ebuild
new file mode 100644
index 0000000..caf0742
--- /dev/null
+++ b/app-arch/alien/alien-8.94.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit perl-module
+
+DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
+HOMEPAGE="http://kitenet.net/programs/alien"
+SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="+bzip2"
+
+RDEPEND="app-arch/rpm
+ app-arch/dpkg
+ bzip2? (
+ app-arch/bzip2
+ )
+ dev-util/debhelper
+ >=app-arch/tar-1.14.91"
+DEPEND="${RDEPEND}"
+
+#S=${WORKDIR}/${PN}
+
+src_prepare() {
+ sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \
+ -i "${S}"/Makefile.PL || die "sed failed."
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2016-02-16 10:54 Patrice Clement
0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2016-02-16 10:54 UTC (permalink / raw
To: gentoo-commits
commit: 15a76c3d15b534df7e411cc3a08272223f7f23ab
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 10:49:03 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 10:52:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a76c3d
app-arch/alien: Version bump.
Package-Manager: portage-2.2.26
app-arch/alien/Manifest | 1 +
app-arch/alien/alien-8.95.ebuild | 32 ++++++++++++++++++++++++++++++++
app-arch/alien/metadata.xml | 8 ++++++--
3 files changed, 39 insertions(+), 2 deletions(-)
diff --git a/app-arch/alien/Manifest b/app-arch/alien/Manifest
index 001ca1e..14d6342 100644
--- a/app-arch/alien/Manifest
+++ b/app-arch/alien/Manifest
@@ -1,3 +1,4 @@
+DIST alien-8.95.tar.xz 56940 SHA256 37a22587c33810feab323474bdadbf969fda2eb4e720b2ca01b40d82d6f71a17 SHA512 c46d3c82542dc3d96eeabea0f0c7ab5b572acaf67d15e2064ea01df32d69a2cf6e083754be49269df6cd7431ec5b3e09ddcb83fbe2ee17843b22e9cd3e73073c WHIRLPOOL 15c9044c8842058f847257ab9663b05cbcaa0e122bd056858c10befc3bcc118f5634323c50d6bae55c76e38df9f1dc287e1e19bb4f77862236148496b2270e41
DIST alien_8.89.tar.gz 64478 SHA256 35d237e3a08fb86ae83b1b6d941aa696e1dff5b5c8eb83fa818995f15527e4d8 SHA512 55e8b99900f7f940bb4e38469ca10f02be20a4fb097f3d66649e50ab4dfc11a3c8aeaacca862872c02c68c482e1967ea0b12302e9660fbc7d920591bcd4be9ca WHIRLPOOL 2d4025819c824ad1a218ae0b4ba5ed837f5c8d2b7b5aaf2e94c71b2ddb21c47e8054e3d1b83cdd30022123ffa2dea1e0d5423793617b812d14d9ffca99d37715
DIST alien_8.90.tar.gz 65014 SHA256 a520f0c6e1e0f8340712cc80a80b41d426b3034c41dfa256268f51beee3d75d7 SHA512 ca96a2b1039966f3bf5bc624cc9880d3426d9823ba8f8d8021c27bf1605b8072abbbf9befeb45e3210742cff51dff9beda9c636c592d230aac0e3c780ba2a83b WHIRLPOOL f88e2be871b04b98a4a495abd655ec09cb0c58c1aa5a7820da6986466ec61597bf243d42fbc871de6dd01cb29cb6f1a8a63798cf6ff8a6f8dd2eab0b7edc3ed3
DIST alien_8.93.tar.gz 65289 SHA256 deb4e0c590ea7c44f2bc806b2c4cde6abbef32017ae6d06ee30539ae28faf896 SHA512 bb38286b5b2000d0cceecc19a03ed65c40b31b48ce22d16ecf5f082883dac87822abdf2897edccd959429d45efb257d76d4f833c188e9f22b6f7cc526f80c0f9 WHIRLPOOL c6710d8582b882a0c963ad0dc6ee362c7e02a55384ddbe25ddc079d22878009c59274febeba4c038e4be707f2ea7f4d92a833eddb603bcde9da05cae5b804a09
diff --git a/app-arch/alien/alien-8.95.ebuild b/app-arch/alien/alien-8.95.ebuild
new file mode 100644
index 0000000..0dcfa50
--- /dev/null
+++ b/app-arch/alien/alien-8.95.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit perl-module
+
+DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
+HOMEPAGE="http://kitenet.net/programs/alien"
+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 ~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}"
+
+src_prepare() {
+ sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \
+ -i "${S}"/Makefile.PL || die "sed failed."
+}
diff --git a/app-arch/alien/metadata.xml b/app-arch/alien/metadata.xml
index 04525eb..7bd4491 100644
--- a/app-arch/alien/metadata.xml
+++ b/app-arch/alien/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person"><email>lordvan@gentoo.org</email></maintainer>
- <maintainer type="person"><email>monsieurp@gentoo.org</email></maintainer>
+ <maintainer type="person">
+ <email>lordvan@gentoo.org</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>monsieurp@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2016-02-16 11:00 Patrice Clement
0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2016-02-16 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 20c0fa80cbdce5333f3a9e8698b52d423e28a2eb
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 10:58:23 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 10:58:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c0fa80
app-arch/alien: Stable for amd64. Fixes bug 574876.
Package-Manager: portage-2.2.26
app-arch/alien/alien-8.95.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/alien/alien-8.95.ebuild b/app-arch/alien/alien-8.95.ebuild
index 0dcfa50..d2d615e 100644
--- a/app-arch/alien/alien-8.95.ebuild
+++ b/app-arch/alien/alien-8.95.ebuild
@@ -12,7 +12,7 @@ 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 ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="+bzip2"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2016-03-27 10:07 Agostino Sarubbo
0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2016-03-27 10:07 UTC (permalink / raw
To: gentoo-commits
commit: 98c9257548257c4a5b548a9ebd33b03f86995c95
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 10:06:52 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 10:06:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c92575
app-arch/alien: ppc stable wrt bug #574876
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-arch/alien/alien-8.95.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/alien/alien-8.95.ebuild b/app-arch/alien/alien-8.95.ebuild
index d2d615e..c7a110c 100644
--- a/app-arch/alien/alien-8.95.ebuild
+++ b/app-arch/alien/alien-8.95.ebuild
@@ -12,7 +12,7 @@ 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 ~x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 ~x86"
IUSE="+bzip2"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2016-03-27 10:07 Agostino Sarubbo
0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2016-03-27 10:07 UTC (permalink / raw
To: gentoo-commits
commit: 4931f0e9595dbf619ea0782cfede5e9b0801e073
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 10:07:18 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 10:07:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4931f0e9
app-arch/alien: ppc64 stable wrt bug #574876
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-arch/alien/alien-8.95.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/alien/alien-8.95.ebuild b/app-arch/alien/alien-8.95.ebuild
index c7a110c..1b611ab 100644
--- a/app-arch/alien/alien-8.95.ebuild
+++ b/app-arch/alien/alien-8.95.ebuild
@@ -12,7 +12,7 @@ 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 ~x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~x86"
IUSE="+bzip2"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2016-05-26 8:08 Tobias Klausmann
0 siblings, 0 replies; 18+ messages in thread
From: Tobias Klausmann @ 2016-05-26 8:08 UTC (permalink / raw
To: gentoo-commits
commit: f844019b0d3310499937e44d36eac9f1f72df856
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 07:28:40 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu May 26 08:08:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f844019b
app-arch/alien-8.95-r0: add alpha keyword
Gentoo-Bug: 574876
Package-Manager: portage-2.3.0_rc1
app-arch/alien/alien-8.95.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/alien/alien-8.95.ebuild b/app-arch/alien/alien-8.95.ebuild
index 1b611ab..e570cf8 100644
--- a/app-arch/alien/alien-8.95.ebuild
+++ b/app-arch/alien/alien-8.95.ebuild
@@ -12,7 +12,7 @@ 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 ~x86"
+KEYWORDS="alpha amd64 ~hppa ppc ppc64 ~x86"
IUSE="+bzip2"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2016-10-01 12:19 Jeroen Roovers
0 siblings, 0 replies; 18+ messages in thread
From: Jeroen Roovers @ 2016-10-01 12:19 UTC (permalink / raw
To: gentoo-commits
commit: b0daf8a7f66c236a79b0e6adb79852c357197356
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 12:15:16 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 12:15:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0daf8a7
app-arch/alien: Stable for HPPA (bug #574876).
Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches
app-arch/alien/alien-8.95.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/alien/alien-8.95.ebuild b/app-arch/alien/alien-8.95.ebuild
index e570cf8..9b84322 100644
--- a/app-arch/alien/alien-8.95.ebuild
+++ b/app-arch/alien/alien-8.95.ebuild
@@ -12,7 +12,7 @@ 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 ~x86"
+KEYWORDS="alpha amd64 hppa ppc ppc64 ~x86"
IUSE="+bzip2"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2017-01-02 10:01 Patrice Clement
0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2017-01-02 10:01 UTC (permalink / raw
To: gentoo-commits
commit: 08aa4f9463b3138b388a0b804dbaef01a67977f9
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 10:01:23 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 10:01:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08aa4f94
app-arch/alien: clean up old.
Package-Manager: portage-2.3.0
app-arch/alien/Manifest | 4 ----
app-arch/alien/alien-8.89.ebuild | 30 ------------------------------
app-arch/alien/alien-8.90.ebuild | 30 ------------------------------
app-arch/alien/alien-8.93.ebuild | 30 ------------------------------
app-arch/alien/alien-8.94.ebuild | 32 --------------------------------
5 files changed, 126 deletions(-)
diff --git a/app-arch/alien/Manifest b/app-arch/alien/Manifest
index 14d6342..1d780c0 100644
--- a/app-arch/alien/Manifest
+++ b/app-arch/alien/Manifest
@@ -1,5 +1 @@
DIST alien-8.95.tar.xz 56940 SHA256 37a22587c33810feab323474bdadbf969fda2eb4e720b2ca01b40d82d6f71a17 SHA512 c46d3c82542dc3d96eeabea0f0c7ab5b572acaf67d15e2064ea01df32d69a2cf6e083754be49269df6cd7431ec5b3e09ddcb83fbe2ee17843b22e9cd3e73073c WHIRLPOOL 15c9044c8842058f847257ab9663b05cbcaa0e122bd056858c10befc3bcc118f5634323c50d6bae55c76e38df9f1dc287e1e19bb4f77862236148496b2270e41
-DIST alien_8.89.tar.gz 64478 SHA256 35d237e3a08fb86ae83b1b6d941aa696e1dff5b5c8eb83fa818995f15527e4d8 SHA512 55e8b99900f7f940bb4e38469ca10f02be20a4fb097f3d66649e50ab4dfc11a3c8aeaacca862872c02c68c482e1967ea0b12302e9660fbc7d920591bcd4be9ca WHIRLPOOL 2d4025819c824ad1a218ae0b4ba5ed837f5c8d2b7b5aaf2e94c71b2ddb21c47e8054e3d1b83cdd30022123ffa2dea1e0d5423793617b812d14d9ffca99d37715
-DIST alien_8.90.tar.gz 65014 SHA256 a520f0c6e1e0f8340712cc80a80b41d426b3034c41dfa256268f51beee3d75d7 SHA512 ca96a2b1039966f3bf5bc624cc9880d3426d9823ba8f8d8021c27bf1605b8072abbbf9befeb45e3210742cff51dff9beda9c636c592d230aac0e3c780ba2a83b WHIRLPOOL f88e2be871b04b98a4a495abd655ec09cb0c58c1aa5a7820da6986466ec61597bf243d42fbc871de6dd01cb29cb6f1a8a63798cf6ff8a6f8dd2eab0b7edc3ed3
-DIST alien_8.93.tar.gz 65289 SHA256 deb4e0c590ea7c44f2bc806b2c4cde6abbef32017ae6d06ee30539ae28faf896 SHA512 bb38286b5b2000d0cceecc19a03ed65c40b31b48ce22d16ecf5f082883dac87822abdf2897edccd959429d45efb257d76d4f833c188e9f22b6f7cc526f80c0f9 WHIRLPOOL c6710d8582b882a0c963ad0dc6ee362c7e02a55384ddbe25ddc079d22878009c59274febeba4c038e4be707f2ea7f4d92a833eddb603bcde9da05cae5b804a09
-DIST alien_8.94.tar.gz 65530 SHA256 c7a3a01f032107edf3428ccd44b895ffb5d607bccc885dc0da0aa278ccfe849c SHA512 dbc194ea19fdb28858efb5c55f66299d41c26d20235e941d98ee738c49200c2430ca382e8875850ca071598bc123a62519345678a6d9604c8ad5e0fd2a1922a7 WHIRLPOOL 4f1c441f06c7c0356ffb3851d22dea64e3001f5a6dc9563dbe2dac8de9ad1cf7c6b3f0c478b2369941378621ce524ea9d6c380afd08b0f2e0a0147c945271264
diff --git a/app-arch/alien/alien-8.89.ebuild b/app-arch/alien/alien-8.89.ebuild
deleted file mode 100644
index 1a526af..00000000
--- a/app-arch/alien/alien-8.89.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
-HOMEPAGE="http://kitenet.net/programs/alien"
-SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ~ppc64 x86"
-IUSE="+bzip2"
-
-RDEPEND="app-arch/rpm
- app-arch/dpkg
- bzip2? ( app-arch/bzip2 )
- dev-util/debhelper
- >=app-arch/tar-1.14.91"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \
- -i "${S}"/Makefile.PL || die "sed failed."
-}
diff --git a/app-arch/alien/alien-8.90.ebuild b/app-arch/alien/alien-8.90.ebuild
deleted file mode 100644
index 05808df..00000000
--- a/app-arch/alien/alien-8.90.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
-HOMEPAGE="http://kitenet.net/programs/alien"
-SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ~ppc64 x86"
-IUSE="+bzip2"
-
-RDEPEND="app-arch/rpm
- app-arch/dpkg
- bzip2? ( app-arch/bzip2 )
- dev-util/debhelper
- >=app-arch/tar-1.14.91"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \
- -i "${S}"/Makefile.PL || die "sed failed."
-}
diff --git a/app-arch/alien/alien-8.93.ebuild b/app-arch/alien/alien-8.93.ebuild
deleted file mode 100644
index 0701191..00000000
--- a/app-arch/alien/alien-8.93.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
-HOMEPAGE="http://kitenet.net/programs/alien"
-SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE="+bzip2"
-
-RDEPEND="app-arch/rpm
- app-arch/dpkg
- bzip2? ( app-arch/bzip2 )
- dev-util/debhelper
- >=app-arch/tar-1.14.91"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \
- -i "${S}"/Makefile.PL || die "sed failed."
-}
diff --git a/app-arch/alien/alien-8.94.ebuild b/app-arch/alien/alien-8.94.ebuild
deleted file mode 100644
index caf0742..00000000
--- a/app-arch/alien/alien-8.94.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
-HOMEPAGE="http://kitenet.net/programs/alien"
-SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE="+bzip2"
-
-RDEPEND="app-arch/rpm
- app-arch/dpkg
- bzip2? (
- app-arch/bzip2
- )
- dev-util/debhelper
- >=app-arch/tar-1.14.91"
-DEPEND="${RDEPEND}"
-
-#S=${WORKDIR}/${PN}
-
-src_prepare() {
- sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \
- -i "${S}"/Makefile.PL || die "sed failed."
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2019-06-04 14:36 Agostino Sarubbo
0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2019-06-04 14:36 UTC (permalink / raw
To: gentoo-commits
commit: 57cc1f75a252445d6044a29a0f25b95dfaa5e1e6
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 4 14:36:33 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jun 4 14:36:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57cc1f75
app-arch/alien: ppc64 stable wrt bug #686038
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc64"
app-arch/alien/alien-8.95-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-arch/alien/alien-8.95-r1.ebuild b/app-arch/alien/alien-8.95-r1.ebuild
index c088b5dc181..5b46255bef0 100644
--- a/app-arch/alien/alien-8.95-r1.ebuild
+++ b/app-arch/alien/alien-8.95-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ 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 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ppc64 ~x86"
IUSE="+bzip2"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2019-06-05 7:12 Agostino Sarubbo
0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2019-06-05 7:12 UTC (permalink / raw
To: gentoo-commits
commit: 69a25b67a2b3cc0c3faf5e658d0ca36a001fa718
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 5 07:10:04 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 5 07:11:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a25b67
app-arch/alien: ppc stable wrt bug #686038
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"
app-arch/alien/alien-8.95-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/alien/alien-8.95-r1.ebuild b/app-arch/alien/alien-8.95-r1.ebuild
index eaf88a59dec..3f492a76f03 100644
--- a/app-arch/alien/alien-8.95-r1.ebuild
+++ b/app-arch/alien/alien-8.95-r1.ebuild
@@ -11,7 +11,7 @@ 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 x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 x86"
IUSE="+bzip2"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2020-04-04 11:07 Sergei Trofimovich
0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2020-04-04 11:07 UTC (permalink / raw
To: gentoo-commits
commit: b4b1dc26325c387bfee8778482f82856f3c9bc42
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sat Apr 4 09:30:59 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Apr 4 11:05:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b1dc26
app-arch/alien: drop to ~hppa
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
app-arch/alien/alien-8.95.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/alien/alien-8.95.ebuild b/app-arch/alien/alien-8.95.ebuild
index cc04127f5f2..be9c45f5823 100644
--- a/app-arch/alien/alien-8.95.ebuild
+++ b/app-arch/alien/alien-8.95.ebuild
@@ -11,7 +11,7 @@ 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 x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 x86"
IUSE="+bzip2"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2020-09-26 14:33 Aaron Bauman
0 siblings, 0 replies; 18+ messages in thread
From: Aaron Bauman @ 2020-09-26 14:33 UTC (permalink / raw
To: gentoo-commits
commit: 8cdc31381cec74b3de8fd224ea186127a6547a16
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 13:33:31 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 14:33:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdc3138
app-arch/alien: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-arch/alien/alien-8.95.ebuild | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/app-arch/alien/alien-8.95.ebuild b/app-arch/alien/alien-8.95.ebuild
deleted file mode 100644
index be9c45f5823..00000000000
--- a/app-arch/alien/alien-8.95.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
-HOMEPAGE="http://kitenet.net/programs/alien"
-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 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}"
-
-src_prepare() {
- sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \
- -i "${S}"/Makefile.PL || die "sed failed."
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2021-03-12 20:58 Thomas Raschbacher
0 siblings, 0 replies; 18+ messages in thread
From: Thomas Raschbacher @ 2021-03-12 20:58 UTC (permalink / raw
To: gentoo-commits
commit: 421f0b3999d59615d6497049eef5a4c931abd1b6
Author: Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 12 20:10:17 2021 +0000
Commit: Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 20:57:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421f0b39
app-arch/alien: updated homepage and re-added myself as maintainer
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Raschbacher <lordvan <AT> gentoo.org>
app-arch/alien/alien-8.95-r1.ebuild | 4 ++--
app-arch/alien/metadata.xml | 10 +++++++---
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/app-arch/alien/alien-8.95-r1.ebuild b/app-arch/alien/alien-8.95-r1.ebuild
index 814e3b3ce4d..fac253c4e11 100644
--- a/app-arch/alien/alien-8.95-r1.ebuild
+++ b/app-arch/alien/alien-8.95-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit perl-module
DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
-HOMEPAGE="http://kitenet.net/programs/alien"
+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"
diff --git a/app-arch/alien/metadata.xml b/app-arch/alien/metadata.xml
index 294c350c696..a71d1bc12f7 100644
--- a/app-arch/alien/metadata.xml
+++ b/app-arch/alien/metadata.xml
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>monsieurp@gentoo.org</email>
- </maintainer>
+ <maintainer type="person">
+ <email>lordvan@gentoo.org</email>
+ <name>Thomas Raschbacher</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>monsieurp@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2022-03-26 3:30 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-03-26 3:30 UTC (permalink / raw
To: gentoo-commits
commit: 7956e41c2bed05c5fc55e7937f892c53474a0f72
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 03:30:31 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 03:30:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7956e41c
app-arch/alien: add maintainer name
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/alien/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-arch/alien/metadata.xml b/app-arch/alien/metadata.xml
index 4e8fa005bc7a..3da85a2e140b 100644
--- a/app-arch/alien/metadata.xml
+++ b/app-arch/alien/metadata.xml
@@ -7,5 +7,6 @@
</maintainer>
<maintainer type="person">
<email>monsieurp@gentoo.org</email>
+ <name>Patrice Clement</name>
</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2022-07-02 20:07 David Seifert
0 siblings, 0 replies; 18+ messages in thread
From: David Seifert @ 2022-07-02 20:07 UTC (permalink / raw
To: gentoo-commits
commit: fcfd3a35a6e1f2b003094cb2d53f87719765476e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 20:06:52 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 20:06:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcfd3a35
app-arch/alien: update EAPI 6 -> 8
Closes: https://bugs.gentoo.org/836030
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../alien/{alien-8.95-r1.ebuild => alien-8.95-r2.ebuild} | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/app-arch/alien/alien-8.95-r1.ebuild b/app-arch/alien/alien-8.95-r2.ebuild
similarity index 72%
rename from app-arch/alien/alien-8.95-r1.ebuild
rename to app-arch/alien/alien-8.95-r2.ebuild
index fac253c4e118..90fee2c5c587 100644
--- a/app-arch/alien/alien-8.95-r1.ebuild
+++ b/app-arch/alien/alien-8.95-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit perl-module
@@ -19,16 +19,7 @@ RDEPEND="
app-arch/dpkg
dev-util/debhelper
>=app-arch/tar-1.14.91
- bzip2? (
- app-arch/bzip2
- )"
-
+ bzip2? ( app-arch/bzip2 )"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/${P}-tar-extensions.patch" )
-
-src_prepare() {
- default
- sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \
- -i "${S}"/Makefile.PL || die "sed failed"
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2022-08-22 17:33 WANG Xuerui
0 siblings, 0 replies; 18+ messages in thread
From: WANG Xuerui @ 2022-08-22 17:33 UTC (permalink / raw
To: gentoo-commits
commit: 8f9c6c403cfc043c145d40f17dd52d5b4728044a
Author: Atharva <atharvaamritkar <AT> protonmail <DOT> com>
AuthorDate: Mon Aug 22 11:06:05 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 17:31:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9c6c40
app-arch/alien: ~riscv keyword
Closes: https://github.com/gentoo/gentoo/pull/26960
Signed-off-by: Atharva <atharvaamritkar <AT> protonmail.com>
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
app-arch/alien/alien-8.95-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/alien/alien-8.95-r2.ebuild b/app-arch/alien/alien-8.95-r2.ebuild
index 90fee2c5c587..9155c848fb61 100644
--- a/app-arch/alien/alien-8.95-r2.ebuild
+++ b/app-arch/alien/alien-8.95-r2.ebuild
@@ -11,7 +11,7 @@ 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 x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~riscv x86"
IUSE="+bzip2"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2023-05-07 8:20 Thomas Raschbacher
0 siblings, 0 replies; 18+ messages in thread
From: Thomas Raschbacher @ 2023-05-07 8:20 UTC (permalink / raw
To: gentoo-commits
commit: 5528c104da2f3d92944ea63839603e691049b8c6
Author: Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
AuthorDate: Sun May 7 08:20:12 2023 +0000
Commit: Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
CommitDate: Sun May 7 08:20:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5528c104
app-arch/alien: add 8.95.6
Signed-off-by: Thomas Raschbacher <lordvan <AT> gentoo.org>
app-arch/alien/Manifest | 1 +
app-arch/alien/alien-8.95.6.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/app-arch/alien/Manifest b/app-arch/alien/Manifest
index fd59649f095b..8dcb3ef90dc6 100644
--- a/app-arch/alien/Manifest
+++ b/app-arch/alien/Manifest
@@ -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
diff --git a/app-arch/alien/alien-8.95.6.ebuild b/app-arch/alien/alien-8.95.6.ebuild
new file mode 100644
index 000000000000..f2d6dfad91e1
--- /dev/null
+++ b/app-arch/alien/alien-8.95.6.ebuild
@@ -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" )
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/
@ 2024-08-13 19:06 Arthur Zamarin
0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2024-08-13 19:06 UTC (permalink / raw
To: gentoo-commits
commit: 60231b864baab07c0e78e7d04b79dd2f112c0d1b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 19:04:46 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 19:06:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60231b86
app-arch/alien: add sourceforge upstream metadata
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-arch/alien/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-arch/alien/metadata.xml b/app-arch/alien/metadata.xml
index 6cab649acb8d..d166271b76d4 100644
--- a/app-arch/alien/metadata.xml
+++ b/app-arch/alien/metadata.xml
@@ -5,4 +5,7 @@
<email>lordvan@gentoo.org</email>
<name>Thomas Raschbacher</name>
</maintainer>
+ <upstream>
+ <remote-id type="sourceforge">alien-pkg-convert</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2024-08-13 19:06 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-27 10:07 [gentoo-commits] repo/gentoo:master commit in: app-arch/alien/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
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-02-16 11:00 Patrice Clement
2016-02-16 10:54 Patrice Clement
2015-08-17 16:52 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox