[gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/

2021-08-27 Thread Jakov Smolić
commit: 7859a92e2377ad79b62f31ce69cf629530406116
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Aug 27 23:00:43 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Aug 27 23:00:43 2021 +
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ć  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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   jakov.smo...@sartura.hr
-   Jakov Smolic
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
+   
+   jsmo...@gentoo.org
+   Jakov Smolić


SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a 
file system for



[gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/

2020-10-12 Thread Joonas Niilola
commit: 6227dd512e2048d20ab885a74ba1ba0225110533
Author: Jakov Smolic  sartura  hr>
AuthorDate: Fri Oct  9 08:35:19 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct 12 09:05:57 2020 +
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  sartura.hr>
Signed-off-by: Joonas Niilola  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/

2020-09-08 Thread Joonas Niilola
commit: adc9677ef2080aee50cde1b8e253f4f74043d702
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon Sep  7 18:46:14 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep  8 06:53:39 2020 +
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  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17455
Signed-off-by: Joonas Niilola  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



[gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/

2020-09-05 Thread Joonas Niilola
commit: 74d98b9da0d765d3a218fd631dfe6572d47ff723
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Sep  5 19:10:15 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Sep  6 05:55:17 2020 +
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  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17431
Signed-off-by: Joonas Niilola  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



[gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/

2020-09-05 Thread Joonas Niilola
commit: eca3ef766f3c0b0a547b4b582eabae79e43944e6
Author: Jakov Smolic  sartura  hr>
AuthorDate: Fri Aug 14 16:49:46 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Sep  5 07:53:46 2020 +
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  sartura.hr>
Signed-off-by: Joonas Niilola  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/

2020-09-05 Thread Joonas Niilola
commit: c5a1f2d8e21221506d098665d355404698a3efc2
Author: Jakov Smolic  sartura  hr>
AuthorDate: Fri Aug 14 16:56:16 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Sep  5 07:53:46 2020 +
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  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17121
Signed-off-by: Joonas Niilola  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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   jakov.smo...@sartura.hr
+   Jakov Smolic
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

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



[gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/

2018-07-12 Thread Johannes Huber
commit: 9210574bf22412a24f3b43f25db792007f90bdd4
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jul 12 11:11:51 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jul 12 11:11:51 2018 +
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..000
--- 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



[gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/

2018-02-15 Thread Jason Zaman
commit: 5030d161e56ed64b17091a542766d770bf6421af
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Feb 15 13:53:26 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Feb 15 13:58:21 2018 +
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



[gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/

2018-02-12 Thread Thomas Deutschmann
commit: 3954b41044a8ad408a62d767d5733275e3ef0106
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 12 21:31:11 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 12 21:31:11 2018 +
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



[gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/

2017-07-25 Thread Michael Orlitzky
commit: 581d19adeff410015bb678dbebadb12b49632fde
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jul 25 21:05:37 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jul 25 21:05:58 2017 +
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-.ebuild | 30 
 1 file changed, 30 deletions(-)

diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-.ebuild 
b/sys-fs/simple-mtpfs/simple-mtpfs-.ebuild
deleted file mode 100644
index 0dbbfdb919c..000
--- a/sys-fs/simple-mtpfs/simple-mtpfs-.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} ==  ]] && inherit git-r3
-
-DESCRIPTION="Simple MTP fuse filesystem driver"
-HOMEPAGE="https://github.com/phatina/simple-mtpfs;
-[[ ${PV} ==  ]] || 
SRC_URI="https://github.com/phatina/${PN}/archive/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   media-libs/libmtp
-   >=sys-fs/fuse-2.8
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-[[ ${PV} ==  ]] || S="${WORKDIR}/${PN}-${P}"
-
-AUTOTOOLS_AUTORECONF=1



[gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/

2017-07-25 Thread Michael Orlitzky
commit: 95e53bf74a93acdc5ff2c74724d3831bc701e055
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jul 25 21:00:15 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jul 25 21:05:57 2017 +
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 "" 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..000
--- 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} ==  ]] && inherit git-r3
-
-DESCRIPTION="Simple MTP fuse filesystem driver"
-HOMEPAGE="https://github.com/phatina/simple-mtpfs;
-[[ ${PV} ==  ]] || 
SRC_URI="https://github.com/phatina/${PN}/archive/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   media-libs/libmtp
-   >=sys-fs/fuse-2.8
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-[[ ${PV} ==  ]] || 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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/

2016-08-07 Thread Pacho Ramos
commit: e711ba56f885708f641cf07d576d4db260d87b71
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Aug  7 07:01:48 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Aug  7 07:04:26 2016 +
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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   sochotni...@gentoo.org
-   Stanislav Ochotnicky
-   

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