public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/simple-mtpfs: simple-mtpfs-9999.ebuild simple-mtpfs-0.2.ebuild ChangeLog
@ 2013-12-29 17:16 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2013-12-29 17:16 UTC (permalink / raw
  To: gentoo-commits

scarabeus    13/12/29 17:16:47

  Modified:             simple-mtpfs-9999.ebuild ChangeLog
  Added:                simple-mtpfs-0.2.ebuild
  Log:
  Version bump to 0.2 and use git-r3 eclass.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)

Revision  Changes    Path
1.2                  sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild?r1=1.1&r2=1.2

Index: simple-mtpfs-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- simple-mtpfs-9999.ebuild	6 Apr 2013 07:28:50 -0000	1.1
+++ simple-mtpfs-9999.ebuild	29 Dec 2013 17:16:47 -0000	1.2
@@ -1,15 +1,16 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild,v 1.1 2013/04/06 07:28:50 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild,v 1.2 2013/12/29 17:16:47 scarabeus Exp $
 
 EAPI=5
 
 EGIT_REPO_URI="git://github.com/phatina/${PN}.git"
-inherit autotools-utils eutils git-2
+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="mirror://github/phatina/${PN}/${P}.tar.gz"
+[[ ${PV} == 9999 ]] || SRC_URI="https://github.com/phatina/${PN}/archive/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
@@ -24,4 +25,6 @@
 	virtual/pkgconfig
 "
 
+[[ ${PV} == 9999 ]] || S="${WORKDIR}/${PN}-${P}"
+
 AUTOTOOLS_AUTORECONF=1



1.6                  sys-fs/simple-mtpfs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	6 Apr 2013 07:28:50 -0000	1.5
+++ ChangeLog	29 Dec 2013 17:16:47 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/simple-mtpfs
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v 1.5 2013/04/06 07:28:50 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v 1.6 2013/12/29 17:16:47 scarabeus Exp $
+
+*simple-mtpfs-0.2 (29 Dec 2013)
+
+  29 Dec 2013; Tomáš Chvátal <scarabeus@gentoo.org> +simple-mtpfs-0.2.ebuild,
+  simple-mtpfs-9999.ebuild:
+  Version bump to 0.2 and use git-r3 eclass.
 
 *simple-mtpfs-9999 (06 Apr 2013)
 



1.1                  sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild?rev=1.1&content-type=text/plain

Index: simple-mtpfs-0.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild,v 1.1 2013/12/29 17:16:47 scarabeus Exp $

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	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/simple-mtpfs: simple-mtpfs-9999.ebuild simple-mtpfs-0.2.ebuild ChangeLog
@ 2015-02-28 17:40 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-28 17:40 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/28 17:40:30

  Modified:             simple-mtpfs-9999.ebuild simple-mtpfs-0.2.ebuild
                        ChangeLog
  Log:
  Move KEYWORDS to another line to avoid bug #399061
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild?r1=1.2&r2=1.3

Index: simple-mtpfs-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- simple-mtpfs-9999.ebuild	29 Dec 2013 17:16:47 -0000	1.2
+++ simple-mtpfs-9999.ebuild	28 Feb 2015 17:40:30 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild,v 1.2 2013/12/29 17:16:47 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild,v 1.3 2015/02/28 17:40:30 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,8 @@
 
 LICENSE="GPL-2+"
 SLOT="0"
-[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
+[[ ${PV} == 9999 ]] || \
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="



1.2                  sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild?r1=1.1&r2=1.2

Index: simple-mtpfs-0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- simple-mtpfs-0.2.ebuild	29 Dec 2013 17:16:47 -0000	1.1
+++ simple-mtpfs-0.2.ebuild	28 Feb 2015 17:40:30 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild,v 1.1 2013/12/29 17:16:47 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild,v 1.2 2015/02/28 17:40:30 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,8 @@
 
 LICENSE="GPL-2+"
 SLOT="0"
-[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
+[[ ${PV} == 9999 ]] || \
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="



1.7                  sys-fs/simple-mtpfs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	29 Dec 2013 17:16:47 -0000	1.6
+++ ChangeLog	28 Feb 2015 17:40:30 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/simple-mtpfs
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v 1.6 2013/12/29 17:16:47 scarabeus Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v 1.7 2015/02/28 17:40:30 ago Exp $
+
+  28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> simple-mtpfs-0.2.ebuild,
+  simple-mtpfs-9999.ebuild:
+  Move KEYWORDS to another line to avoid bug #399061
 
 *simple-mtpfs-0.2 (29 Dec 2013)
 





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

end of thread, other threads:[~2015-02-28 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-28 17:40 [gentoo-commits] gentoo-x86 commit in sys-fs/simple-mtpfs: simple-mtpfs-9999.ebuild simple-mtpfs-0.2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-29 17:16 Tomas Chvatal (scarabeus)

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