* [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
@ 2016-08-07 7:04 Pacho Ramos
0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2016-08-07 7:04 UTC (permalink / raw
To: gentoo-commits
commit: e711ba56f885708f641cf07d576d4db260d87b71
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 07:01:48 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 07:04:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e711ba56
sys-fs/simple-mtpfs: Cleanup per bug #282559
Package-Manager: portage-2.3.0
sys-fs/simple-mtpfs/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sys-fs/simple-mtpfs/metadata.xml b/sys-fs/simple-mtpfs/metadata.xml
index 1127e75..efb475a 100644
--- a/sys-fs/simple-mtpfs/metadata.xml
+++ b/sys-fs/simple-mtpfs/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>sochotnicky@gentoo.org</email>
- <name>Stanislav Ochotnicky</name>
- </maintainer>
<longdescription lang="en">
SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for
Linux (and other operating systems with a FUSE implementation, such as Mac OS X
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
@ 2017-07-25 21:07 Michael Orlitzky
0 siblings, 0 replies; 16+ messages in thread
From: Michael Orlitzky @ 2017-07-25 21:07 UTC (permalink / raw
To: gentoo-commits
commit: 95e53bf74a93acdc5ff2c74724d3831bc701e055
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 21:00:15 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 21:05:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95e53bf7
sys-fs/simple-mtpfs: new version 0.3.0.
This new version comes with a new EAPI=6. To avoid the autotools-utils
eclass, I had to introduce an src_prepare() phase that calls
eautoreconf. I also dropped the "9999" stuff for simplicity.
Gentoo-Bug: 619502
Package-Manager: Portage-2.3.6, Repoman-2.3.1
sys-fs/simple-mtpfs/Manifest | 2 +-
sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild | 30 ---------------------------
sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild | 30 +++++++++++++++++++++++++++
3 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/sys-fs/simple-mtpfs/Manifest b/sys-fs/simple-mtpfs/Manifest
index 7a5f16ea777..1bbb149769f 100644
--- a/sys-fs/simple-mtpfs/Manifest
+++ b/sys-fs/simple-mtpfs/Manifest
@@ -1,2 +1,2 @@
DIST simple-mtpfs-0.1.tar.gz 116145 SHA256 052618c742e7b3faa95e1c84e8b9e1df1517dccb9460f538bb032223243588a1 SHA512 5c4b390c43ede521061c677b496d47376304a4625414853a2183a41cb4a2c67361ecd7e26d0b6197cc78e84d0a9c99ec92e85bd1c179784b5a7c06ae05ede308 WHIRLPOOL 4df83ffc56339df76124e22f93df8fcf188cad30da83f8a9349e5a8ad8ff64010a0d118bcd4a9719ee0e9a5e3cf2fd997af6f3220951792a5e8f00da3d4a0291
-DIST simple-mtpfs-0.2.tar.gz 35003 SHA256 3ce41fb194971041aa6ad15292a6cdad70eb8b5fc3e7a03a638bc3cac0c515ea SHA512 adb844288af214802ab6e0ddf949d2dc97ec03289db4b68c6b08da00534cdd48f621d8a52287b18d7826cabd78ddad2ca7ded6337016432c473e26c4c6f3c9e5 WHIRLPOOL 9b19d026da2786e8bd08b7c2ea4372cca6bb36e346e0430233af516db50c6d72cef88d65c5da92333941e353534fd486b932573602ea540bd0ba51117ea4c94c
+DIST simple-mtpfs-0.3.0.tar.gz 36655 SHA256 5556cae4414254b071d79ce656cce866b42fd7ba40ce480abfc3ba4e357cd491 SHA512 7d2da152708c01ddd2a39c1b56cba6470bfd320b92507530cdd8fc4f25f9500ff817eac6a5d19c775f31029ae6a0baef693987c59453c60c688b84934378f772 WHIRLPOOL ef6c619e8942568f41ff03fed4e926af1b62ba22fd3b0f4db7ae675bec03b37da5b05d44a95d6e3db1e3912320492253ca1fd42034ff77293125ce2255530a0c
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild
deleted file mode 100644
index 0dbbfdb919c..00000000000
--- a/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-EGIT_REPO_URI="git://github.com/phatina/${PN}.git"
-inherit autotools-utils eutils
-[[ ${PV} == 9999 ]] && inherit git-r3
-
-DESCRIPTION="Simple MTP fuse filesystem driver"
-HOMEPAGE="https://github.com/phatina/simple-mtpfs"
-[[ ${PV} == 9999 ]] || SRC_URI="https://github.com/phatina/${PN}/archive/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- media-libs/libmtp
- >=sys-fs/fuse-2.8
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-[[ ${PV} == 9999 ]] || S="${WORKDIR}/${PN}-${P}"
-
-AUTOTOOLS_AUTORECONF=1
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild
new file mode 100644
index 00000000000..91269a3c30f
--- /dev/null
+++ b/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Simple MTP fuse filesystem driver"
+HOMEPAGE="https://github.com/phatina/simple-mtpfs"
+SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/libmtp
+ sys-fs/fuse:0"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_prepare() {
+ default
+
+ # The tarball doesn't contain ./configure, only configure.ac and
+ # autogen.sh.
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
@ 2017-07-25 21:07 Michael Orlitzky
0 siblings, 0 replies; 16+ messages in thread
From: Michael Orlitzky @ 2017-07-25 21:07 UTC (permalink / raw
To: gentoo-commits
commit: 581d19adeff410015bb678dbebadb12b49632fde
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 21:05:37 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 21:05:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581d19ad
sys-fs/simple-mtpfs: drop the live ebuild.
The live ebuild is not useful at the moment (v0.3.0 is up-to-date) and
it's unmaintained and throwing a repoman warning, so I've dropped it
for now.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild | 30 ----------------------------
1 file changed, 30 deletions(-)
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild
deleted file mode 100644
index 0dbbfdb919c..00000000000
--- a/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-EGIT_REPO_URI="git://github.com/phatina/${PN}.git"
-inherit autotools-utils eutils
-[[ ${PV} == 9999 ]] && inherit git-r3
-
-DESCRIPTION="Simple MTP fuse filesystem driver"
-HOMEPAGE="https://github.com/phatina/simple-mtpfs"
-[[ ${PV} == 9999 ]] || SRC_URI="https://github.com/phatina/${PN}/archive/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- media-libs/libmtp
- >=sys-fs/fuse-2.8
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-[[ ${PV} == 9999 ]] || S="${WORKDIR}/${PN}-${P}"
-
-AUTOTOOLS_AUTORECONF=1
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
@ 2018-02-12 21:36 Thomas Deutschmann
0 siblings, 0 replies; 16+ messages in thread
From: Thomas Deutschmann @ 2018-02-12 21:36 UTC (permalink / raw
To: gentoo-commits
commit: 3954b41044a8ad408a62d767d5733275e3ef0106
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 21:31:11 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 21:31:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3954b410
sys-fs/simple-mtpfs: x86 stable (bug #646842)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild
index 91269a3c30f..2b46651d4d8 100644
--- a/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild
+++ b/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.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
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
RDEPEND="media-libs/libmtp
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
@ 2018-02-15 13:58 Jason Zaman
0 siblings, 0 replies; 16+ messages in thread
From: Jason Zaman @ 2018-02-15 13:58 UTC (permalink / raw
To: gentoo-commits
commit: 5030d161e56ed64b17091a542766d770bf6421af
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 13:53:26 2018 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 13:58:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5030d161
sys-fs/simple-mtpfs: amd64 stable
Gentoo-bug: 646842
Package-Manager: Portage-2.3.19, Repoman-2.3.6
sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild
index 2b46651d4d8..5e46a628ca7 100644
--- a/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild
+++ b/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="media-libs/libmtp
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
@ 2018-07-12 11:12 Johannes Huber
0 siblings, 0 replies; 16+ messages in thread
From: Johannes Huber @ 2018-07-12 11:12 UTC (permalink / raw
To: gentoo-commits
commit: 9210574bf22412a24f3b43f25db792007f90bdd4
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 12 11:11:51 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul 12 11:11:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9210574b
sys-fs/simple-mtpfs: Remove 0.1
Uses deprecated EAPI 5 and superseded by 0.3.0.
Package-Manager: Portage-2.3.42, Repoman-2.3.9
sys-fs/simple-mtpfs/Manifest | 1 -
sys-fs/simple-mtpfs/simple-mtpfs-0.1.ebuild | 25 -------------------------
2 files changed, 26 deletions(-)
diff --git a/sys-fs/simple-mtpfs/Manifest b/sys-fs/simple-mtpfs/Manifest
index 539abc70aef..f90ae56bfda 100644
--- a/sys-fs/simple-mtpfs/Manifest
+++ b/sys-fs/simple-mtpfs/Manifest
@@ -1,2 +1 @@
-DIST simple-mtpfs-0.1.tar.gz 116145 BLAKE2B 9a29b31ad754ed009653aa6b5516aca20827b85368fa537e0c6b8f8a9d56bac10cb26f12f0b599c54942466ddc293999428816646e7071ca8637dcade80011b9 SHA512 5c4b390c43ede521061c677b496d47376304a4625414853a2183a41cb4a2c67361ecd7e26d0b6197cc78e84d0a9c99ec92e85bd1c179784b5a7c06ae05ede308
DIST simple-mtpfs-0.3.0.tar.gz 36655 BLAKE2B 3e3e625268fac9454f512ce592d84fde3b3e6d190f123b82bede13bc4119ad4c0cefb4ca3e5d8a81ddf9a020dc375be389853410b0147b419a255b6c0af6047b SHA512 7d2da152708c01ddd2a39c1b56cba6470bfd320b92507530cdd8fc4f25f9500ff817eac6a5d19c775f31029ae6a0baef693987c59453c60c688b84934378f772
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.1.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.1.ebuild
deleted file mode 100644
index 2e98a9c8c77..00000000000
--- a/sys-fs/simple-mtpfs/simple-mtpfs-0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils eutils
-
-DESCRIPTION="Simple MTP fuse filesystem driver"
-HOMEPAGE="https://github.com/phatina/simple-mtpfs"
-SRC_URI="mirror://github/phatina/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-CDEPEND="media-libs/libmtp
- >=sys-fs/fuse-2.8"
-
-DEPEND="virtual/pkgconfig
- ${CDEPEND}"
-
-RDEPEND="${CDEPEND}"
-
-AUTOTOOLS_AUTORECONF=1
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
@ 2020-09-05 7:54 Joonas Niilola
0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2020-09-05 7:54 UTC (permalink / raw
To: gentoo-commits
commit: c5a1f2d8e21221506d098665d355404698a3efc2
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Fri Aug 14 16:56:16 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 07:53:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a1f2d8
sys-fs/simple-mtpfs: add new proxy maintainer
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17121
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/simple-mtpfs/metadata.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/sys-fs/simple-mtpfs/metadata.xml b/sys-fs/simple-mtpfs/metadata.xml
index e5874b54e75..775fec66c3b 100644
--- a/sys-fs/simple-mtpfs/metadata.xml
+++ b/sys-fs/simple-mtpfs/metadata.xml
@@ -1,7 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!--maintainer-needed-->
+ <maintainer type="person">
+ <email>jakov.smolic@sartura.hr</email>
+ <name>Jakov Smolic</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<longdescription lang="en">
SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for
Linux (and other operating systems with a FUSE implementation, such as Mac OS X
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
@ 2020-09-05 7:54 Joonas Niilola
0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2020-09-05 7:54 UTC (permalink / raw
To: gentoo-commits
commit: eca3ef766f3c0b0a547b4b582eabae79e43944e6
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Fri Aug 14 16:49:46 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 07:53:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca3ef76
sys-fs/simple-mtpfs: bump to 0.4.0
Closes: https://bugs.gentoo.org/737104
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/simple-mtpfs/Manifest | 1 +
sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild | 30 +++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/sys-fs/simple-mtpfs/Manifest b/sys-fs/simple-mtpfs/Manifest
index f90ae56bfda..a275e2b9199 100644
--- a/sys-fs/simple-mtpfs/Manifest
+++ b/sys-fs/simple-mtpfs/Manifest
@@ -1 +1,2 @@
DIST simple-mtpfs-0.3.0.tar.gz 36655 BLAKE2B 3e3e625268fac9454f512ce592d84fde3b3e6d190f123b82bede13bc4119ad4c0cefb4ca3e5d8a81ddf9a020dc375be389853410b0147b419a255b6c0af6047b SHA512 7d2da152708c01ddd2a39c1b56cba6470bfd320b92507530cdd8fc4f25f9500ff817eac6a5d19c775f31029ae6a0baef693987c59453c60c688b84934378f772
+DIST simple-mtpfs-0.4.0.tar.gz 36234 BLAKE2B ec5739625286b63dc6285fb83a4c71f5ed9bb8ed757eab111e543e15efbc45a5fc3a2609382f01cf18d4c6160258800963c349b6d64b2648257cde99f9359432 SHA512 6f213f9df792f33cd3842357aecf444cdc8030c89e4abc19b56a2c60f58213b5545b3d7857b0d46cdd237d0c24d5d6eb3cbe59ba9fc3c32f91396c5724ac86d7
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild
new file mode 100644
index 00000000000..a84aa51dbee
--- /dev/null
+++ b/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Simple MTP fuse filesystem driver"
+HOMEPAGE="https://github.com/phatina/simple-mtpfs"
+SRC_URI="https://github.com/phatina/simple-mtpfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ media-libs/libmtp
+ sys-fs/fuse:0"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ sys-devel/autoconf-archive
+ virtual/pkgconfig"
+
+src_prepare() {
+ default
+
+ # The tarball doesn't contain ./configure, only configure.ac and
+ # autogen.sh.
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
@ 2020-09-06 5:55 Joonas Niilola
0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2020-09-06 5:55 UTC (permalink / raw
To: gentoo-commits
commit: 74d98b9da0d765d3a218fd631dfe6572d47ff723
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Sep 5 19:10:15 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Sep 6 05:55:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d98b9d
sys-fs/simple-mtpfs: update fuse dependency slot
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17431
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild
index a84aa51dbee..7ca90686a86 100644
--- a/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild
+++ b/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
media-libs/libmtp
- sys-fs/fuse:0"
+ sys-fs/fuse:="
DEPEND="${RDEPEND}"
BDEPEND="
sys-devel/autoconf-archive
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
@ 2020-09-08 6:53 Joonas Niilola
0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2020-09-08 6:53 UTC (permalink / raw
To: gentoo-commits
commit: adc9677ef2080aee50cde1b8e253f4f74043d702
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Sep 7 18:46:14 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 8 06:53:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc9677e
sys-fs/simple-mtpfs: restrict fuse slot again
Closes: https://bugs.gentoo.org/740864
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17455
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild
index 7ca90686a86..a84aa51dbee 100644
--- a/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild
+++ b/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
media-libs/libmtp
- sys-fs/fuse:="
+ sys-fs/fuse:0"
DEPEND="${RDEPEND}"
BDEPEND="
sys-devel/autoconf-archive
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
@ 2020-10-12 9:06 Joonas Niilola
0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2020-10-12 9:06 UTC (permalink / raw
To: gentoo-commits
commit: 6227dd512e2048d20ab885a74ba1ba0225110533
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Fri Oct 9 08:35:19 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 09:05:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6227dd51
sys-fs/simple-mtpfs: drop old
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/simple-mtpfs/Manifest | 1 -
sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild | 30 ---------------------------
2 files changed, 31 deletions(-)
diff --git a/sys-fs/simple-mtpfs/Manifest b/sys-fs/simple-mtpfs/Manifest
index a275e2b9199..9af367f572f 100644
--- a/sys-fs/simple-mtpfs/Manifest
+++ b/sys-fs/simple-mtpfs/Manifest
@@ -1,2 +1 @@
-DIST simple-mtpfs-0.3.0.tar.gz 36655 BLAKE2B 3e3e625268fac9454f512ce592d84fde3b3e6d190f123b82bede13bc4119ad4c0cefb4ca3e5d8a81ddf9a020dc375be389853410b0147b419a255b6c0af6047b SHA512 7d2da152708c01ddd2a39c1b56cba6470bfd320b92507530cdd8fc4f25f9500ff817eac6a5d19c775f31029ae6a0baef693987c59453c60c688b84934378f772
DIST simple-mtpfs-0.4.0.tar.gz 36234 BLAKE2B ec5739625286b63dc6285fb83a4c71f5ed9bb8ed757eab111e543e15efbc45a5fc3a2609382f01cf18d4c6160258800963c349b6d64b2648257cde99f9359432 SHA512 6f213f9df792f33cd3842357aecf444cdc8030c89e4abc19b56a2c60f58213b5545b3d7857b0d46cdd237d0c24d5d6eb3cbe59ba9fc3c32f91396c5724ac86d7
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild
deleted file mode 100644
index a6b4baa1e07..00000000000
--- a/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Simple MTP fuse filesystem driver"
-HOMEPAGE="https://github.com/phatina/simple-mtpfs"
-SRC_URI="https://github.com/phatina/simple-mtpfs/archive/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-libs/libmtp
- sys-fs/fuse:0"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
- default
-
- # The tarball doesn't contain ./configure, only configure.ac and
- # autogen.sh.
- eautoreconf
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
@ 2021-08-27 23:13 Jakov Smolić
0 siblings, 0 replies; 16+ messages in thread
From: Jakov Smolić @ 2021-08-27 23:13 UTC (permalink / raw
To: gentoo-commits
commit: 7859a92e2377ad79b62f31ce69cf629530406116
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 23:00:43 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 23:00:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7859a92e
sys-fs/simple-mtpfs: Update my e-mail address
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sys-fs/simple-mtpfs/metadata.xml | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/sys-fs/simple-mtpfs/metadata.xml b/sys-fs/simple-mtpfs/metadata.xml
index 642b01c3818..4da39f44a8e 100644
--- a/sys-fs/simple-mtpfs/metadata.xml
+++ b/sys-fs/simple-mtpfs/metadata.xml
@@ -1,13 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>jakov.smolic@sartura.hr</email>
- <name>Jakov Smolic</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
+ <maintainer type="person">
+ <email>jsmolic@gentoo.org</email>
+ <name>Jakov Smolić</name>
</maintainer>
<longdescription lang="en">
SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
@ 2024-08-30 15:31 Jakov Smolić
0 siblings, 0 replies; 16+ messages in thread
From: Jakov Smolić @ 2024-08-30 15:31 UTC (permalink / raw
To: gentoo-commits
commit: a2899cdf47df434247d43fb0c648ffc133759dff
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 15:18:04 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 15:18:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2899cdf
sys-fs/simple-mtpfs: update EAPI 7 -> 8
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild | 31 ++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild
new file mode 100644
index 000000000000..d915d61c898d
--- /dev/null
+++ b/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Simple MTP fuse filesystem driver"
+HOMEPAGE="https://github.com/phatina/simple-mtpfs"
+SRC_URI="https://github.com/phatina/simple-mtpfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ media-libs/libmtp
+ sys-fs/fuse:0"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-build/autoconf-archive
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ default
+
+ # The tarball doesn't contain ./configure, only configure.ac and
+ # autogen.sh.
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
@ 2024-10-06 10:49 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-10-06 10:49 UTC (permalink / raw
To: gentoo-commits
commit: 99d09ba8c9f3f039786e9864f94b597551adf01e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 6 10:48:58 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 6 10:48:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d09ba8
sys-fs/simple-mtpfs: Stabilize 0.4.0-r1 amd64, #940939
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild
index d915d61c898d..2db07821f982 100644
--- a/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild
+++ b/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/phatina/simple-mtpfs/archive/v${PV}.tar.gz -> ${P}.t
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="
media-libs/libmtp
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
@ 2024-10-06 10:55 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-10-06 10:55 UTC (permalink / raw
To: gentoo-commits
commit: 7452cb5703f46294fe8c568b472e53e1bfb6c19c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 6 10:55:04 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 6 10:55:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7452cb57
sys-fs/simple-mtpfs: Stabilize 0.4.0-r1 x86, #940939
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild
index 2db07821f982..26ba290026cd 100644
--- a/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild
+++ b/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/phatina/simple-mtpfs/archive/v${PV}.tar.gz -> ${P}.t
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="
media-libs/libmtp
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/
@ 2024-10-08 12:50 Jakov Smolić
0 siblings, 0 replies; 16+ messages in thread
From: Jakov Smolić @ 2024-10-08 12:50 UTC (permalink / raw
To: gentoo-commits
commit: 1a1264f158dba2158be65d2acca0ec2f25dbcc4f
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 8 12:03:29 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Oct 8 12:03:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1264f1
sys-fs/simple-mtpfs: drop 0.4.0
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild | 30 ---------------------------
1 file changed, 30 deletions(-)
diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild
deleted file mode 100644
index 9b362016703e..000000000000
--- a/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Simple MTP fuse filesystem driver"
-HOMEPAGE="https://github.com/phatina/simple-mtpfs"
-SRC_URI="https://github.com/phatina/simple-mtpfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- media-libs/libmtp
- sys-fs/fuse:0"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-build/autoconf-archive
- virtual/pkgconfig"
-
-src_prepare() {
- default
-
- # The tarball doesn't contain ./configure, only configure.ac and
- # autogen.sh.
- eautoreconf
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2024-10-08 12:50 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-25 21:07 [gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/ Michael Orlitzky
-- strict thread matches above, loose matches on Subject: below --
2024-10-08 12:50 Jakov Smolić
2024-10-06 10:55 Sam James
2024-10-06 10:49 Sam James
2024-08-30 15:31 Jakov Smolić
2021-08-27 23:13 Jakov Smolić
2020-10-12 9:06 Joonas Niilola
2020-09-08 6:53 Joonas Niilola
2020-09-06 5:55 Joonas Niilola
2020-09-05 7:54 Joonas Niilola
2020-09-05 7:54 Joonas Niilola
2018-07-12 11:12 Johannes Huber
2018-02-15 13:58 Jason Zaman
2018-02-12 21:36 Thomas Deutschmann
2017-07-25 21:07 Michael Orlitzky
2016-08-07 7:04 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox