Gentoo Archives: gentoo-commits

From: "Chris Reffett (creffett)" <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/libydpdict: libydpdict-1.0.2.ebuild ChangeLog
Date: Fri, 24 Jan 2014 22:46:58
Message-Id: 20140124224651.C5ED22004C@flycatcher.gentoo.org
1 creffett 14/01/24 22:46:51
2
3 Modified: libydpdict-1.0.2.ebuild ChangeLog
4 Log:
5 Remove extraneous || die
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 42618354)
8
9 Revision Changes Path
10 1.3 app-dicts/libydpdict/libydpdict-1.0.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/libydpdict/libydpdict-1.0.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/libydpdict/libydpdict-1.0.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/libydpdict/libydpdict-1.0.2.ebuild?r1=1.2&r2=1.3
15
16 Index: libydpdict-1.0.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/libydpdict-1.0.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libydpdict-1.0.2.ebuild 24 Jan 2014 20:17:54 -0000 1.2
23 +++ libydpdict-1.0.2.ebuild 24 Jan 2014 22:46:51 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/libydpdict-1.0.2.ebuild,v 1.2 2014/01/24 20:17:54 creffett Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/libydpdict-1.0.2.ebuild,v 1.3 2014/01/24 22:46:51 creffett Exp $
29
30 EAPI=5
31
32 @@ -17,6 +17,6 @@
33 RDEPEND=""
34
35 src_install() {
36 - emake DESTDIR="${D}" install || die "emake install failed"
37 + emake DESTDIR="${D}" install
38 dodoc AUTHORS
39 }
40
41
42
43 1.10 app-dicts/libydpdict/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/libydpdict/ChangeLog?rev=1.10&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/libydpdict/ChangeLog?rev=1.10&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/libydpdict/ChangeLog?r1=1.9&r2=1.10
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/ChangeLog,v
52 retrieving revision 1.9
53 retrieving revision 1.10
54 diff -u -r1.9 -r1.10
55 --- ChangeLog 24 Jan 2014 20:17:54 -0000 1.9
56 +++ ChangeLog 24 Jan 2014 22:46:51 -0000 1.10
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-dicts/libydpdict
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/ChangeLog,v 1.9 2014/01/24 20:17:54 creffett Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/ChangeLog,v 1.10 2014/01/24 22:46:51 creffett Exp $
62 +
63 + 24 Jan 2014; Chris Reffett <creffett@g.o> libydpdict-1.0.2.ebuild:
64 + Remove extraneous || die
65
66 24 Jan 2014; Chris Reffett <creffett@g.o> libydpdict-1.0.2.ebuild:
67 EAPI bump