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