public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuseiso/
@ 2018-03-13 18:35 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2018-03-13 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     ff0a6ae11a35bbe71fd04ad59f002977c705b455
Author:     xiaoqiang zhao <zhaoxiaoqiang007 <AT> gmail <DOT> com>
AuthorDate: Sat Oct 21 02:27:54 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 18:35:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff0a6ae1

sys-fs/fuseiso: fix dependency problem and bump to EAPI=6

Closes: https://bugs.gentoo.org/634234
Closes: https://github.com/gentoo/gentoo/pull/6001
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 ...eiso-20070708-r1.ebuild => fuseiso-20070708-r2.ebuild} | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/sys-fs/fuseiso/fuseiso-20070708-r1.ebuild b/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
similarity index 66%
rename from sys-fs/fuseiso/fuseiso-20070708-r1.ebuild
rename to sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
index 30d3f56f6de..988e0c3fc11 100644
--- a/sys-fs/fuseiso/fuseiso-20070708-r1.ebuild
+++ b/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit eutils
+EAPI=6
 
 DESCRIPTION="Fuse module to mount ISO9660"
 HOMEPAGE="https://sourceforge.net/projects/fuseiso"
@@ -13,16 +11,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-RDEPEND="sys-fs/fuse
+RDEPEND="sys-fs/fuse:=
 	sys-libs/zlib
 	dev-libs/glib:2"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
 DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-largeiso.patch"
-	epatch "${FILESDIR}/${P}-fix-typo.patch" # bug #482078
-	epatch_user
-}
+PATCHES=( ${FILESDIR}/${P}-largeiso.patch ${FILESDIR}/${P}-fix-typo.patch )


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuseiso/
@ 2018-12-08  9:30 Sergei Trofimovich
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2018-12-08  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     25a15d3cd1f5ca24cc01be66b630dc7e37676288
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  8 09:30:46 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Dec  8 09:30:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a15d3c

sys-fs/fuseiso: keyworded 20070708-r2 for ppc64, bug #671920

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-fs/fuseiso/fuseiso-20070708-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild b/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
index 988e0c3fc11..5fa6fb5780d 100644
--- a/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
+++ b/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="http://superb-dca2.dl.sourceforge.net/project/fuseiso/fuseiso/20070708/
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 
 RDEPEND="sys-fs/fuse:=
 	sys-libs/zlib


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuseiso/
@ 2019-06-09 12:05 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2019-06-09 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     80fb6ee720ac882a77e2b69ae6e39fd79765ea5e
Author:     xiaoqiang.zhao <zhaoxiaoqiang007 <AT> gmail <DOT> com>
AuthorDate: Tue Jun  4 06:47:09 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 12:05:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fb6ee7

sys-fs/fuseiso: fix sys-fs/fuse dep and bump to EAPI=7

Bug: https://bugs.gentoo.org/673650
Closes: https://github.com/gentoo/gentoo/pull/12188
Signed-off-by: xiaoqiang.zhao <zhaoxiaoqiang007 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12189
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-fs/fuseiso/fuseiso-20070708-r2.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild b/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
index 5fa6fb5780d..eeb0e60f169 100644
--- a/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
+++ b/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Fuse module to mount ISO9660"
 HOMEPAGE="https://sourceforge.net/projects/fuseiso"
@@ -11,11 +11,12 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc64 x86"
 
-RDEPEND="sys-fs/fuse:=
+RDEPEND="sys-fs/fuse:0=
 	sys-libs/zlib
 	dev-libs/glib:2"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 DOCS=( AUTHORS ChangeLog NEWS README )
 PATCHES=( ${FILESDIR}/${P}-largeiso.patch ${FILESDIR}/${P}-fix-typo.patch )


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuseiso/
@ 2019-09-26  6:43 Sergei Trofimovich
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2019-09-26  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     6f4e57ae29f94aff4c88824de183b5abb04e8e7b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 26 06:43:13 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 06:43:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4e57ae

sys-fs/fuseiso: keyworded 20070708-r2 for ppc, bug #694112

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-fs/fuseiso/fuseiso-20070708-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild b/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
index eeb0e60f169..e5d22bb4de7 100644
--- a/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
+++ b/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="http://superb-dca2.dl.sourceforge.net/project/fuseiso/fuseiso/20070708/
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 
 RDEPEND="sys-fs/fuse:0=
 	sys-libs/zlib


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuseiso/
@ 2020-07-20 17:14 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2020-07-20 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     cb3030b4414e1b6a8aabfaa72a6dbbd3b0faad4d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 17:14:08 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 17:14:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3030b4

sys-fs/fuseiso: amd64 stable (bug #713328)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/fuseiso/fuseiso-20070708-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/fuseiso/fuseiso-20070708-r3.ebuild b/sys-fs/fuseiso/fuseiso-20070708-r3.ebuild
index f71d7971b5d..4ac8844af9f 100644
--- a/sys-fs/fuseiso/fuseiso-20070708-r3.ebuild
+++ b/sys-fs/fuseiso/fuseiso-20070708-r3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://superb-dca2.dl.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.ta
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 
 RDEPEND="sys-fs/fuse:0=
 	sys-libs/zlib


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuseiso/
@ 2020-07-20 17:14 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2020-07-20 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     84c6868f101ba7e44ecb02415480569e30c1810e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 17:07:54 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 17:07:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c6868f

sys-fs/fuseiso: x86 stable (bug #713328)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/fuseiso/fuseiso-20070708-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/fuseiso/fuseiso-20070708-r3.ebuild b/sys-fs/fuseiso/fuseiso-20070708-r3.ebuild
index a49b359127b..f71d7971b5d 100644
--- a/sys-fs/fuseiso/fuseiso-20070708-r3.ebuild
+++ b/sys-fs/fuseiso/fuseiso-20070708-r3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://superb-dca2.dl.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.ta
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 
 RDEPEND="sys-fs/fuse:0=
 	sys-libs/zlib


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuseiso/
@ 2020-07-27  3:15 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2020-07-27  3:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f21c97c1fbade4e7fadee7a1e18b880976164416
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 27 02:31:16 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 27 03:15:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21c97c1

sys-fs/fuseiso: security cleanup

Closes: https://bugs.gentoo.org/713328
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/fuseiso/fuseiso-20070708-r2.ebuild | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild b/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
deleted file mode 100644
index e5d22bb4de7..00000000000
--- a/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Fuse module to mount ISO9660"
-HOMEPAGE="https://sourceforge.net/projects/fuseiso"
-SRC_URI="http://superb-dca2.dl.sourceforge.net/project/fuseiso/fuseiso/20070708/fuseiso-20070708.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-
-RDEPEND="sys-fs/fuse:0=
-	sys-libs/zlib
-	dev-libs/glib:2"
-
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-PATCHES=( ${FILESDIR}/${P}-largeiso.patch ${FILESDIR}/${P}-fix-typo.patch )


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuseiso/
@ 2020-08-13 20:29 Jonas Stein
  0 siblings, 0 replies; 8+ messages in thread
From: Jonas Stein @ 2020-08-13 20:29 UTC (permalink / raw
  To: gentoo-commits

commit:     37a44a147c58dc5a8d5121485be7443b21a6cc32
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 20:28:36 2020 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 20:28:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a44a14

sys-fs/fuseiso: Maintainer retired

Proxied maintainer retired due to inactivity.
Closes: https://bugs.gentoo.org/633290
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 sys-fs/fuseiso/metadata.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/sys-fs/fuseiso/metadata.xml b/sys-fs/fuseiso/metadata.xml
index 220254c786e..409729bbcac 100644
--- a/sys-fs/fuseiso/metadata.xml
+++ b/sys-fs/fuseiso/metadata.xml
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>zhaoxiaoqiang007@gmail.com</email>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="sourceforge">fuseiso</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-08-13 20:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-13 20:29 [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuseiso/ Jonas Stein
  -- strict thread matches above, loose matches on Subject: below --
2020-07-27  3:15 Sam James
2020-07-20 17:14 Sam James
2020-07-20 17:14 Sam James
2019-09-26  6:43 Sergei Trofimovich
2019-06-09 12:05 Michał Górny
2018-12-08  9:30 Sergei Trofimovich
2018-03-13 18:35 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox