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: metadata.xml snapraid-1.12.ebuild ChangeLog snapraid-1.11.ebuild
Date: Sun, 30 Sep 2012 20:09:29
Message-Id: 20120930200914.CBA2C21600@flycatcher.gentoo.org
1 ottxor 12/09/30 20:09:14
2
3 Modified: metadata.xml ChangeLog
4 Added: snapraid-1.12.ebuild
5 Removed: snapraid-1.11.ebuild
6 Log:
7 version bump
8
9 (Portage version: 2.2.0_alpha134/cvs/Linux i686)
10
11 Revision Changes Path
12 1.2 sys-fs/snapraid/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/metadata.xml?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/metadata.xml?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/metadata.xml?r1=1.1&r2=1.2
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-fs/snapraid/metadata.xml,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- metadata.xml 18 Jul 2012 01:58:40 -0000 1.1
25 +++ metadata.xml 30 Sep 2012 20:09:14 -0000 1.2
26 @@ -8,4 +8,7 @@
27 <use>
28 <flag name='ssl'>use the MD5 fast implementation of the OpenSSL</flag>
29 </use>
30 + <upstream>
31 + <remote-id type="sourceforge">snapraid</remote-id>
32 + </upstream>
33 </pkgmetadata>
34
35
36
37 1.2 sys-fs/snapraid/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/ChangeLog?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/ChangeLog?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/ChangeLog?r1=1.1&r2=1.2
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- ChangeLog 18 Jul 2012 01:58:40 -0000 1.1
50 +++ ChangeLog 30 Sep 2012 20:09:14 -0000 1.2
51 @@ -1,6 +1,12 @@
52 # ChangeLog for sys-fs/snapraid
53 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.1 2012/07/18 01:58:40 ottxor Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.2 2012/09/30 20:09:14 ottxor Exp $
56 +
57 +*snapraid-1.12 (30 Sep 2012)
58 +
59 + 30 Sep 2012; Christoph Junghans <ottxor@g.o> +snapraid-1.12.ebuild,
60 + -snapraid-1.11.ebuild, metadata.xml:
61 + version bump
62
63 *snapraid-1.11 (18 Jul 2012)
64
65
66
67
68 1.1 sys-fs/snapraid/snapraid-1.12.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/snapraid-1.12.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/snapraid/snapraid-1.12.ebuild?rev=1.1&content-type=text/plain
72
73 Index: snapraid-1.12.ebuild
74 ===================================================================
75 # Copyright 1999-2012 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/snapraid-1.12.ebuild,v 1.1 2012/09/30 20:09:14 ottxor Exp $
78
79 EAPI=4
80
81 inherit autotools-utils
82
83 DESCRIPTION="a compiler cache for fortran"
84 HOMEPAGE="http://snapraid.sourceforge.net/"
85 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
86
87 LICENSE="GPL-3"
88 SLOT="0"
89 KEYWORDS="~x86"
90 IUSE="ssl test"
91
92 DEPEND="ssl? ( dev-libs/openssl:0 )"
93 RDEPEND="${DEPEND}"
94
95 DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" )