Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/simple-mtpfs: simple-mtpfs-9999.ebuild simple-mtpfs-0.2.ebuild ChangeLog
Date: Sun, 29 Dec 2013 17:16:51
Message-Id: 20131229171647.CE6262004C@flycatcher.gentoo.org
1 scarabeus 13/12/29 17:16:47
2
3 Modified: simple-mtpfs-9999.ebuild ChangeLog
4 Added: simple-mtpfs-0.2.ebuild
5 Log:
6 Version bump to 0.2 and use git-r3 eclass.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
9
10 Revision Changes Path
11 1.2 sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild?r1=1.1&r2=1.2
16
17 Index: simple-mtpfs-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- simple-mtpfs-9999.ebuild 6 Apr 2013 07:28:50 -0000 1.1
24 +++ simple-mtpfs-9999.ebuild 29 Dec 2013 17:16:47 -0000 1.2
25 @@ -1,15 +1,16 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild,v 1.1 2013/04/06 07:28:50 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild,v 1.2 2013/12/29 17:16:47 scarabeus Exp $
30
31 EAPI=5
32
33 EGIT_REPO_URI="git://github.com/phatina/${PN}.git"
34 -inherit autotools-utils eutils git-2
35 +inherit autotools-utils eutils
36 +[[ ${PV} == 9999 ]] && inherit git-r3
37
38 DESCRIPTION="Simple MTP fuse filesystem driver"
39 HOMEPAGE="https://github.com/phatina/simple-mtpfs"
40 -[[ ${PV} == 9999 ]] || SRC_URI="mirror://github/phatina/${PN}/${P}.tar.gz"
41 +[[ ${PV} == 9999 ]] || SRC_URI="https://github.com/phatina/${PN}/archive/${P}.tar.gz"
42
43 LICENSE="GPL-2+"
44 SLOT="0"
45 @@ -24,4 +25,6 @@
46 virtual/pkgconfig
47 "
48
49 +[[ ${PV} == 9999 ]] || S="${WORKDIR}/${PN}-${P}"
50 +
51 AUTOTOOLS_AUTORECONF=1
52
53
54
55 1.6 sys-fs/simple-mtpfs/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog?rev=1.6&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog?rev=1.6&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog?r1=1.5&r2=1.6
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v
64 retrieving revision 1.5
65 retrieving revision 1.6
66 diff -u -r1.5 -r1.6
67 --- ChangeLog 6 Apr 2013 07:28:50 -0000 1.5
68 +++ ChangeLog 29 Dec 2013 17:16:47 -0000 1.6
69 @@ -1,6 +1,12 @@
70 # ChangeLog for sys-fs/simple-mtpfs
71 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v 1.5 2013/04/06 07:28:50 scarabeus Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v 1.6 2013/12/29 17:16:47 scarabeus Exp $
74 +
75 +*simple-mtpfs-0.2 (29 Dec 2013)
76 +
77 + 29 Dec 2013; Tomáš Chvátal <scarabeus@g.o> +simple-mtpfs-0.2.ebuild,
78 + simple-mtpfs-9999.ebuild:
79 + Version bump to 0.2 and use git-r3 eclass.
80
81 *simple-mtpfs-9999 (06 Apr 2013)
82
83
84
85
86 1.1 sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild?rev=1.1&view=markup
89 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
90
91 Index: simple-mtpfs-0.2.ebuild
92 ===================================================================
93 # Copyright 1999-2013 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 # $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 $
96
97 EAPI=5
98
99 EGIT_REPO_URI="git://github.com/phatina/${PN}.git"
100 inherit autotools-utils eutils
101 [[ ${PV} == 9999 ]] && inherit git-r3
102
103 DESCRIPTION="Simple MTP fuse filesystem driver"
104 HOMEPAGE="https://github.com/phatina/simple-mtpfs"
105 [[ ${PV} == 9999 ]] || SRC_URI="https://github.com/phatina/${PN}/archive/${P}.tar.gz"
106
107 LICENSE="GPL-2+"
108 SLOT="0"
109 [[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
110 IUSE=""
111
112 RDEPEND="
113 media-libs/libmtp
114 >=sys-fs/fuse-2.8
115 "
116 DEPEND="${RDEPEND}
117 virtual/pkgconfig
118 "
119
120 [[ ${PV} == 9999 ]] || S="${WORKDIR}/${PN}-${P}"
121
122 AUTOTOOLS_AUTORECONF=1