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-1.12.ebuild ChangeLog
Date: Tue, 02 Oct 2012 13:56:21
Message-Id: 20121002135609.5838A21600@flycatcher.gentoo.org
1 ottxor 12/10/02 13:56:09
2
3 Modified: snapraid-1.12.ebuild ChangeLog
4 Log:
5 fix DESCRIPTION (bug #436786)
6
7 (Portage version: 2.2.0_alpha134/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 sys-fs/snapraid/snapraid-1.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/snapraid-1.12.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/snapraid-1.12.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/snapraid-1.12.ebuild?r1=1.1&r2=1.2
15
16 Index: snapraid-1.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/snapraid/snapraid-1.12.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- snapraid-1.12.ebuild 30 Sep 2012 20:09:14 -0000 1.1
23 +++ snapraid-1.12.ebuild 2 Oct 2012 13:56:09 -0000 1.2
24 @@ -1,12 +1,12 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/snapraid-1.12.ebuild,v 1.1 2012/09/30 20:09:14 ottxor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/snapraid-1.12.ebuild,v 1.2 2012/10/02 13:56:09 ottxor Exp $
29
30 EAPI=4
31
32 inherit autotools-utils
33
34 -DESCRIPTION="a compiler cache for fortran"
35 +DESCRIPTION="a backup program for disk array for home media centers"
36 HOMEPAGE="http://snapraid.sourceforge.net/"
37 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
38
39
40
41
42 1.3 sys-fs/snapraid/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/ChangeLog?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/ChangeLog?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/ChangeLog?r1=1.2&r2=1.3
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- ChangeLog 30 Sep 2012 20:09:14 -0000 1.2
55 +++ ChangeLog 2 Oct 2012 13:56:09 -0000 1.3
56 @@ -1,6 +1,9 @@
57 # ChangeLog for sys-fs/snapraid
58 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.2 2012/09/30 20:09:14 ottxor Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.3 2012/10/02 13:56:09 ottxor Exp $
61 +
62 + 02 Oct 2012; Christoph Junghans <ottxor@g.o> snapraid-1.12.ebuild:
63 + fix DESCRIPTION (bug #436786)
64
65 *snapraid-1.12 (30 Sep 2012)