Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/jpeginfo: jpeginfo-1.6.1.ebuild
Date: Wed, 27 Apr 2011 18:22:44
Message-Id: 20110427182228.D5BB620054@flycatcher.gentoo.org
1 ssuominen 11/04/27 18:22:28
2
3 Modified: jpeginfo-1.6.1.ebuild
4 Log:
5 Unnecessary die
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?r1=1.1&r2=1.2
15
16 Index: jpeginfo-1.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- jpeginfo-1.6.1.ebuild 27 Apr 2011 18:22:03 -0000 1.1
23 +++ jpeginfo-1.6.1.ebuild 27 Apr 2011 18:22:28 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.1 2011/04/27 18:22:03 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.2 2011/04/27 18:22:28 ssuominen Exp $
29
30 EAPI=4
31 inherit eutils toolchain-funcs
32 @@ -27,6 +27,6 @@
33 }
34
35 src_install() {
36 - emake INSTALL_ROOT="${D}" install || die
37 + emake INSTALL_ROOT="${D}" install
38 dodoc README
39 }