Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-laughty: lc-laughty-9999.ebuild ChangeLog
Date: Wed, 29 May 2013 08:49:12
Message-Id: 20130529084909.27B882171D@flycatcher.gentoo.org
1 pinkbyte 13/05/29 08:49:09
2
3 Modified: lc-laughty-9999.ebuild ChangeLog
4 Log:
5 Add run-time dependency on virtual/leechcraft-notifier, thanks to 0xd34df00d
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.2 app-leechcraft/lc-laughty/lc-laughty-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild?r1=1.1&r2=1.2
15
16 Index: lc-laughty-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- lc-laughty-9999.ebuild 24 May 2013 15:21:28 -0000 1.1
23 +++ lc-laughty-9999.ebuild 29 May 2013 08:49:09 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild,v 1.1 2013/05/24 15:21:28 pinkbyte Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild,v 1.2 2013/05/29 08:49:09 pinkbyte Exp $
29
30 EAPI="5"
31
32 @@ -14,4 +14,5 @@
33
34 DEPEND="~app-leechcraft/lc-core-${PV}
35 dev-qt/qtdbus:4"
36 -RDEPEND="${DEPEND}"
37 +RDEPEND="${DEPEND}
38 + virtual/leechcraft-notifier"
39
40
41
42 1.2 app-leechcraft/lc-laughty/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-laughty/ChangeLog?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-laughty/ChangeLog?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-laughty/ChangeLog?r1=1.1&r2=1.2
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-laughty/ChangeLog,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- ChangeLog 24 May 2013 15:21:28 -0000 1.1
55 +++ ChangeLog 29 May 2013 08:49:09 -0000 1.2
56 @@ -1,6 +1,9 @@
57 # ChangeLog for app-leechcraft/lc-laughty
58 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-laughty/ChangeLog,v 1.1 2013/05/24 15:21:28 pinkbyte Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-laughty/ChangeLog,v 1.2 2013/05/29 08:49:09 pinkbyte Exp $
61 +
62 + 29 May 2013; Sergey Popov <pinkbyte@g.o> lc-laughty-9999.ebuild:
63 + Add run-time dependency on virtual/leechcraft-notifier, thanks to 0xd34df00d
64
65 *lc-laughty-9999 (24 May 2013)