Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/parcellite: ChangeLog parcellite-1.0.2_rc5.ebuild
Date: Fri, 28 Sep 2012 14:58:11
Message-Id: 20120928145759.8F43621600@flycatcher.gentoo.org
1 jer 12/09/28 14:57:59
2
3 Modified: ChangeLog parcellite-1.0.2_rc5.ebuild
4 Log:
5 Fix Manifest to allow newer tarball with same name but without the compiled sources, remove related command in src_prepare().
6
7 (Portage version: 2.2.0_alpha133/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.22 x11-misc/parcellite/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 15 Aug 2012 20:51:04 -0000 1.21
23 +++ ChangeLog 28 Sep 2012 14:57:59 -0000 1.22
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-misc/parcellite
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.21 2012/08/15 20:51:04 johu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.22 2012/09/28 14:57:59 jer Exp $
29 +
30 + 28 Sep 2012; Jeroen Roovers <jer@g.o> parcellite-1.0.2_rc5.ebuild:
31 + Fix Manifest to allow newer tarball with same name but without the compiled
32 + sources, remove related command in src_prepare().
33
34 15 Aug 2012; Johannes Huber <johu@g.o> parcellite-1.0.2_rc5.ebuild:
35 Stable for x86, wrt bug #428048
36
37
38
39 1.5 x11-misc/parcellite/parcellite-1.0.2_rc5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/parcellite-1.0.2_rc5.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/parcellite-1.0.2_rc5.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/parcellite-1.0.2_rc5.ebuild?r1=1.4&r2=1.5
44
45 Index: parcellite-1.0.2_rc5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.0.2_rc5.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- parcellite-1.0.2_rc5.ebuild 15 Aug 2012 20:51:04 -0000 1.4
52 +++ parcellite-1.0.2_rc5.ebuild 28 Sep 2012 14:57:59 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.0.2_rc5.ebuild,v 1.4 2012/08/15 20:51:04 johu Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.0.2_rc5.ebuild,v 1.5 2012/09/28 14:57:59 jer Exp $
58
59 EAPI=4
60 inherit autotools eutils fdo-mime
61 @@ -29,8 +29,6 @@
62
63 src_prepare() {
64 epatch "${FILESDIR}"/${P}-glib-2.31.patch
65 - # Doh! Tarballs contains compiled target
66 - emake clean
67 eautoreconf
68 }