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-6.0.ebuild ChangeLog
Date: Wed, 02 Apr 2014 16:16:07
Message-Id: 20140402161600.8040720060@flycatcher.gentoo.org
1 ottxor 14/04/02 16:16:00
2
3 Modified: ChangeLog
4 Added: snapraid-6.0.ebuild
5 Log:
6 version bump (bug #506496)
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
9
10 Revision Changes Path
11 1.15 sys-fs/snapraid/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 15 Feb 2014 20:56:09 -0000 1.14
24 +++ ChangeLog 2 Apr 2014 16:16:00 -0000 1.15
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.14 2014/02/15 20:56:09 ottxor Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.15 2014/04/02 16:16:00 ottxor Exp $
30 +
31 +*snapraid-6.0 (02 Apr 2014)
32 +
33 + 02 Apr 2014; Christoph Junghans <ottxor@g.o> +snapraid-6.0.ebuild:
34 + version bump (bug #506496)
35
36 *snapraid-5.2 (15 Feb 2014)
37
38
39
40
41 1.1 sys-fs/snapraid/snapraid-6.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/snapraid-6.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/snapraid-6.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: snapraid-6.0.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/snapraid-6.0.ebuild,v 1.1 2014/04/02 16:16:00 ottxor Exp $
51
52 EAPI=5
53
54 inherit autotools-utils
55
56 DESCRIPTION="a backup program for disk array for home media centers"
57 HOMEPAGE="http://snapraid.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="test"
64
65 DEPEND=""
66 RDEPEND="${DEPEND}"
67
68 DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" )