Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-block/megamgr: megamgr-5.20-r2.ebuild
Date: Thu, 07 Jul 2011 18:00:15
Message-Id: 4E15F3B0.5070002@gentoo.org
1 Be careful, people tend to open devrel bugs when you do ChangeLog-less
2 commits.
3
4 On 07/07/2011 08:15 PM, Christian Ruppert (idl0r) wrote:
5 > idl0r 11/07/07 17:15:17
6 >
7 > Modified: megamgr-5.20-r2.ebuild
8 > Log:
9 > Add missing RDEPEND.
10 >
11 > (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
12 >
13 > Revision Changes Path
14 > 1.2 sys-block/megamgr/megamgr-5.20-r2.ebuild
15 >
16 > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/megamgr/megamgr-5.20-r2.ebuild?rev=1.2&view=markup
17 > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/megamgr/megamgr-5.20-r2.ebuild?rev=1.2&content-type=text/plain
18 > diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/megamgr/megamgr-5.20-r2.ebuild?r1=1.1&r2=1.2
19 >
20 > Index: megamgr-5.20-r2.ebuild
21 > ===================================================================
22 > RCS file: /var/cvsroot/gentoo-x86/sys-block/megamgr/megamgr-5.20-r2.ebuild,v
23 > retrieving revision 1.1
24 > retrieving revision 1.2
25 > diff -u -r1.1 -r1.2
26 > --- megamgr-5.20-r2.ebuild 7 Jul 2011 17:14:45 -0000 1.1
27 > +++ megamgr-5.20-r2.ebuild 7 Jul 2011 17:15:17 -0000 1.2
28 > @@ -1,6 +1,6 @@
29 > # Copyright 1999-2011 Gentoo Foundation
30 > # Distributed under the terms of the GNU General Public License v2
31 > -# $Header: /var/cvsroot/gentoo-x86/sys-block/megamgr/megamgr-5.20-r2.ebuild,v 1.1 2011/07/07 17:14:45 idl0r Exp $
32 > +# $Header: /var/cvsroot/gentoo-x86/sys-block/megamgr/megamgr-5.20-r2.ebuild,v 1.2 2011/07/07 17:15:17 idl0r Exp $
33 >
34 > EAPI="3"
35 >
36 > @@ -18,6 +18,7 @@
37 > IUSE=""
38 >
39 > DEPEND="app-arch/unzip"
40 > +RDEPEND=""
41 >
42 > RESTRICT="mirror"
43 >
44 >
45 >
46 >
47 >