* [gentoo-commits] repo/gentoo:master commit in: app-arch/unadf/
@ 2016-06-27 7:02 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-06-27 7:02 UTC (permalink / raw
To: gentoo-commits
commit: b6d74ae120da24342813657b3503136d98c96c29
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jun 24 18:14:47 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 06:34:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d74ae1
app-arch/unadf: fix homepage
Closes: https://github.com/gentoo/gentoo/pull/1738
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-arch/unadf/unadf-0.7.9b.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/unadf/unadf-0.7.9b.ebuild b/app-arch/unadf/unadf-0.7.9b.ebuild
index f79f906..ee43fe3 100644
--- a/app-arch/unadf/unadf-0.7.9b.ebuild
+++ b/app-arch/unadf/unadf-0.7.9b.ebuild
@@ -6,7 +6,7 @@ inherit eutils
DESCRIPTION="Extract files from Amiga adf disk images"
SRC_URI="http://perso.club-internet.fr/lclevy/adflib/adflib.zip"
-HOMEPAGE="http://perso.club-internet.fr/lclevy/adflib/adflib.html"
+HOMEPAGE="http://lclevy.free.fr/adflib/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="hppa ppc x86 ~x86-interix ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/unadf/
@ 2016-06-27 7:02 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-06-27 7:02 UTC (permalink / raw
To: gentoo-commits
commit: 0e4b3cd518cd5e6eb07944cd39ab032cc1c19aba
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jun 24 18:15:08 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 06:34:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4b3cd5
app-arch/unadf: fix SRC_URI
Closes: https://github.com/gentoo/gentoo/pull/1738
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-arch/unadf/unadf-0.7.9b.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/unadf/unadf-0.7.9b.ebuild b/app-arch/unadf/unadf-0.7.9b.ebuild
index ee43fe3..f7824c3 100644
--- a/app-arch/unadf/unadf-0.7.9b.ebuild
+++ b/app-arch/unadf/unadf-0.7.9b.ebuild
@@ -5,7 +5,7 @@
inherit eutils
DESCRIPTION="Extract files from Amiga adf disk images"
-SRC_URI="http://perso.club-internet.fr/lclevy/adflib/adflib.zip"
+SRC_URI="mirror://gentoo/adflib.zip"
HOMEPAGE="http://lclevy.free.fr/adflib/"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/unadf/
@ 2017-12-29 13:17 David Seifert
0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2017-12-29 13:17 UTC (permalink / raw
To: gentoo-commits
commit: 18df312eac67f443f5e62dc6c65634aad0ff7908
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 11:41:47 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 13:16:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18df312e
app-arch/unadf: Port to EAPI 6
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-arch/unadf/unadf-0.7.12.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/app-arch/unadf/unadf-0.7.12.ebuild b/app-arch/unadf/unadf-0.7.12.ebuild
index 8250209a1c2..d2c414ac385 100644
--- a/app-arch/unadf/unadf-0.7.12.ebuild
+++ b/app-arch/unadf/unadf-0.7.12.ebuild
@@ -1,25 +1,25 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-inherit autotools eutils
+inherit autotools
MY_PN="adflib"
DESCRIPTION="Extract files from Amiga adf disk images"
-SRC_URI="http://lclevy.free.fr/${MY_PN}/${MY_PN}-${PV}.tar.bz2"
HOMEPAGE="http://lclevy.free.fr/adflib/"
+SRC_URI="http://lclevy.free.fr/${MY_PN}/${MY_PN}-${PV}.tar.bz2"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="static-libs"
-DEPEND=""
-RDEPEND=""
S="${WORKDIR}/${MY_PN}-${PV}"
src_prepare() {
+ default
eautoreconf
}
@@ -29,5 +29,5 @@ src_configure() {
src_install() {
default
- prune_libtool_files
+ find "${D}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/unadf/
@ 2017-12-29 14:45 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2017-12-29 14:45 UTC (permalink / raw
To: gentoo-commits
commit: d12faec055f8f10d76f613170922de33a3662ad7
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 14:45:24 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 14:45:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12faec0
app-arch/unadf: amd64 stable wrt bug #636388
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-arch/unadf/unadf-0.7.12-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/unadf/unadf-0.7.12-r1.ebuild b/app-arch/unadf/unadf-0.7.12-r1.ebuild
index 3ee04c33a12..9fc6b8406b4 100644
--- a/app-arch/unadf/unadf-0.7.12-r1.ebuild
+++ b/app-arch/unadf/unadf-0.7.12-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://lclevy.free.fr/${MY_PN}/${MY_PN}-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ppc ~x86 ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="static-libs"
S="${WORKDIR}/${MY_PN}-${PV}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/unadf/
@ 2017-12-29 17:49 Thomas Deutschmann
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Deutschmann @ 2017-12-29 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 3c1ee71f3cfce3ed92fd237290e697658637d1cb
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 17:48:05 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 17:49:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1ee71f
app-arch/unadf: x86 stable (bug #636388)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-arch/unadf/unadf-0.7.12-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/unadf/unadf-0.7.12-r1.ebuild b/app-arch/unadf/unadf-0.7.12-r1.ebuild
index 9fc6b8406b4..e6592e1c01e 100644
--- a/app-arch/unadf/unadf-0.7.12-r1.ebuild
+++ b/app-arch/unadf/unadf-0.7.12-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://lclevy.free.fr/${MY_PN}/${MY_PN}-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86 ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ppc x86 ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="static-libs"
S="${WORKDIR}/${MY_PN}-${PV}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/unadf/
@ 2018-03-06 20:07 Sergei Trofimovich
0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-03-06 20:07 UTC (permalink / raw
To: gentoo-commits
commit: a5e9415416b2486c3b176a2c28b3515511b43e73
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 6 20:06:45 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Mar 6 20:07:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e94154
app-arch/unadf: stable 0.7.12-r1 for ppc, bug #636388
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
app-arch/unadf/unadf-0.7.12-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-arch/unadf/unadf-0.7.12-r1.ebuild b/app-arch/unadf/unadf-0.7.12-r1.ebuild
index e6592e1c01e..fb1aed5c2ad 100644
--- a/app-arch/unadf/unadf-0.7.12-r1.ebuild
+++ b/app-arch/unadf/unadf-0.7.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="http://lclevy.free.fr/${MY_PN}/${MY_PN}-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86 ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ppc x86 ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="static-libs"
S="${WORKDIR}/${MY_PN}-${PV}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/unadf/
@ 2018-04-22 19:18 Matt Turner
0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2018-04-22 19:18 UTC (permalink / raw
To: gentoo-commits
commit: ac53205a7f0afb94c7ffa7a53ed688cf28a4d6c1
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 19:08:15 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 19:17:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac53205a
app-arch/unadf-0.7.12-r1: hppa stable, bug 636388
app-arch/unadf/unadf-0.7.12-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/unadf/unadf-0.7.12-r1.ebuild b/app-arch/unadf/unadf-0.7.12-r1.ebuild
index fb1aed5c2ad..1bbe4e3b7be 100644
--- a/app-arch/unadf/unadf-0.7.12-r1.ebuild
+++ b/app-arch/unadf/unadf-0.7.12-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://lclevy.free.fr/${MY_PN}/${MY_PN}-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86 ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 hppa ppc x86 ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="static-libs"
S="${WORKDIR}/${MY_PN}-${PV}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/unadf/
@ 2018-05-15 14:24 Aaron Bauman
0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2018-05-15 14:24 UTC (permalink / raw
To: gentoo-commits
commit: 3a8db2993955f4d89490f42094566cd0847151f4
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 22:35:14 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue May 15 14:24:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8db299
app-arch/unadf: drop vulnerable
Bug: https://bugs.gentoo.org/636388
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8406
app-arch/unadf/Manifest | 1 -
app-arch/unadf/unadf-0.7.9b.ebuild | 41 --------------------------------------
2 files changed, 42 deletions(-)
diff --git a/app-arch/unadf/Manifest b/app-arch/unadf/Manifest
index 7eeb0f5e930..02ff444b7ee 100644
--- a/app-arch/unadf/Manifest
+++ b/app-arch/unadf/Manifest
@@ -1,2 +1 @@
DIST adflib-0.7.12.tar.bz2 135412 BLAKE2B 964ef195c0539779c33acb2f3c103f97f7fd7f78bb32a83af9d586157700664f5e531908121aea8234592bb00fb8bff2e8f754e620f989d6d4e52537675c030e SHA512 d63846f0780bd57cae5ff667eb70f98a0ba3659cfd0b12b3ae2f29ac96631e522088f911b1ba6e5ee3b00620a28a802f14d93cdf8462e18a7e3f749915ab5af3
-DIST adflib.zip 254914 BLAKE2B 9683ea4edbeb7254e0c162140063e2aa53e183aba31b4b7bf1ab498a5bb218ae687a54d87e50cc2b15e5725a2f77c16e9ca4dba23b5d5a373f513747839055a9 SHA512 fe8edf5247ba82e475f62f96fcb72d50bf80641e14e957c99694def98735eb327a67208e3460504a0d109c9497d6e81f0cd8ce07ddc73486adc9e7070a75074a
diff --git a/app-arch/unadf/unadf-0.7.9b.ebuild b/app-arch/unadf/unadf-0.7.9b.ebuild
deleted file mode 100644
index 59f779ec97a..00000000000
--- a/app-arch/unadf/unadf-0.7.9b.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="Extract files from Amiga adf disk images"
-SRC_URI="mirror://gentoo/adflib.zip"
-HOMEPAGE="http://lclevy.free.fr/adflib/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="hppa ppc x86 ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-DEPEND="app-arch/unzip
- x11-misc/makedepend"
-RDEPEND=""
-
-src_unpack() {
- mkdir "${S}"
- cd "${S}"
- unzip "${DISTDIR}"/adflib.zip
- epatch "${FILESDIR}"/no.in_path.patch
-}
-
-src_compile() {
- cd "${S}"/Lib && make depend || die "make failed"
- cd "${S}"/Demo && make depend || die "make failed"
- cd "${S}" && emake lib demo || die "emake failed"
-}
-
-src_install() {
- dobin Demo/unadf
- dodoc README CHANGES Faq/adf_info.txt
- docinto Docs
- dodoc Docs/*
- docinto Faq
- dodoc Faq/*
- docinto Faq/image
- dodoc Faq/image/*
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/unadf/
@ 2022-07-10 10:38 David Seifert
0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2022-07-10 10:38 UTC (permalink / raw
To: gentoo-commits
commit: 05fa203575b693aa1e250e5071dfa5f2b812741a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 10:38:28 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 10:38:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05fa2035
app-arch/unadf: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{unadf-0.7.12-r1.ebuild => unadf-0.7.12-r2.ebuild} | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/app-arch/unadf/unadf-0.7.12-r1.ebuild b/app-arch/unadf/unadf-0.7.12-r2.ebuild
similarity index 76%
rename from app-arch/unadf/unadf-0.7.12-r1.ebuild
rename to app-arch/unadf/unadf-0.7.12-r2.ebuild
index fb1aed5c2ad7..2c73f6a4a614 100644
--- a/app-arch/unadf/unadf-0.7.12-r1.ebuild
+++ b/app-arch/unadf/unadf-0.7.12-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools
@@ -10,13 +10,12 @@ MY_PN="adflib"
DESCRIPTION="Extract files from Amiga adf disk images"
HOMEPAGE="http://lclevy.free.fr/adflib/"
SRC_URI="http://lclevy.free.fr/${MY_PN}/${MY_PN}-${PV}.tar.bz2"
+S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc x86 ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE="static-libs"
-S="${WORKDIR}/${MY_PN}-${PV}"
PATCHES=( "${FILESDIR}"/${PN}-0.7.12-CVE-2016-1243_CVE-2016-1244.patch )
src_prepare() {
@@ -24,11 +23,7 @@ src_prepare() {
eautoreconf
}
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
src_install() {
default
- find "${D}" -name '*.la' -delete || die
+ find "${ED}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2022-07-10 10:38 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-22 19:18 [gentoo-commits] repo/gentoo:master commit in: app-arch/unadf/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2022-07-10 10:38 David Seifert
2018-05-15 14:24 Aaron Bauman
2018-03-06 20:07 Sergei Trofimovich
2017-12-29 17:49 Thomas Deutschmann
2017-12-29 14:45 Agostino Sarubbo
2017-12-29 13:17 David Seifert
2016-06-27 7:02 Patrice Clement
2016-06-27 7:02 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox