Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/snapraid: snapraid-7.1.ebuild ChangeLog
Date: Sun, 01 Mar 2015 21:13:04
Message-Id: 20150301211259.F323512D3D@oystercatcher.gentoo.org
1 ottxor 15/03/01 21:12:59
2
3 Modified: ChangeLog
4 Added: snapraid-7.1.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
9
10 Revision Changes Path
11 1.21 sys-fs/snapraid/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 21 Dec 2014 23:25:52 -0000 1.20
24 +++ ChangeLog 1 Mar 2015 21:12:59 -0000 1.21
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-fs/snapraid
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.20 2014/12/21 23:25:52 ottxor Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.21 2015/03/01 21:12:59 ottxor Exp $
31 +
32 +*snapraid-7.1 (01 Mar 2015)
33 +
34 + 01 Mar 2015; Christoph Junghans <ottxor@g.o> +snapraid-7.1.ebuild:
35 + version bump
36
37 *snapraid-7.0 (21 Dec 2014)
38
39
40
41
42 1.1 sys-fs/snapraid/snapraid-7.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/snapraid-7.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/snapraid-7.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: snapraid-7.1.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/snapraid/snapraid-7.1.ebuild,v 1.1 2015/03/01 21:12:59 ottxor Exp $
52
53 EAPI=5
54
55 inherit autotools-utils
56
57 DESCRIPTION="a backup program for disk array for home media centers"
58 HOMEPAGE="http://snapraid.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="test"
65
66 DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" )