Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/archivemount: ChangeLog archivemount-0.8.4.ebuild
Date: Fri, 27 Feb 2015 17:42:09
Message-Id: 20150227174204.71D1412ADC@oystercatcher.gentoo.org
1 radhermit 15/02/27 17:42:04
2
3 Modified: ChangeLog
4 Added: archivemount-0.8.4.ebuild
5 Log:
6 Version bump (bug #541514).
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.2 sys-fs/archivemount/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/archivemount/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/archivemount/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/archivemount/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/archivemount/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 12 Nov 2013 08:59:43 -0000 1.1
24 +++ ChangeLog 27 Feb 2015 17:42:04 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-fs/archivemount
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/archivemount/ChangeLog,v 1.1 2013/11/12 08:59:43 radhermit Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/archivemount/ChangeLog,v 1.2 2015/02/27 17:42:04 radhermit Exp $
31 +
32 +*archivemount-0.8.4 (27 Feb 2015)
33 +
34 + 27 Feb 2015; Tim Harder <radhermit@g.o> +archivemount-0.8.4.ebuild:
35 + Version bump (bug #541514).
36
37 *archivemount-0.8.3 (12 Nov 2013)
38
39
40
41
42 1.1 sys-fs/archivemount/archivemount-0.8.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/archivemount/archivemount-0.8.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/archivemount/archivemount-0.8.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: archivemount-0.8.4.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-fs/archivemount/archivemount-0.8.4.ebuild,v 1.1 2015/02/27 17:42:04 radhermit Exp $
52
53 EAPI=5
54
55 DESCRIPTION="Mount archives using libarchive and FUSE"
56 HOMEPAGE="http://www.cybernoia.de/software/archivemount/"
57 SRC_URI="http://www.cybernoia.de/software/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62
63 RDEPEND="app-arch/libarchive:=
64 sys-fs/fuse"
65 DEPEND="${RDEPEND}
66 virtual/pkgconfig"