Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/parcellite: parcellite-0.9.ebuild parcellite-0.8.ebuild parcellite-0.7.ebuild
Date: Mon, 01 Dec 2008 19:35:39
Message-Id: E1L7EYT-0004VL-W9@stork.gentoo.org
1 ssuominen 08/12/01 19:35:37
2
3 Modified: parcellite-0.9.ebuild
4 Removed: parcellite-0.8.ebuild parcellite-0.7.ebuild
5 Log:
6 Install all docs. Remove old.
7 (Portage version: 2.1.6_rc2/cvs/Linux 2.6.27.7 i686)
8
9 Revision Changes Path
10 1.2 x11-misc/parcellite/parcellite-0.9.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/parcellite/parcellite-0.9.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/parcellite/parcellite-0.9.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/parcellite/parcellite-0.9.ebuild?r1=1.1&r2=1.2
15
16 Index: parcellite-0.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-0.9.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- parcellite-0.9.ebuild 1 Dec 2008 19:31:55 -0000 1.1
23 +++ parcellite-0.9.ebuild 1 Dec 2008 19:35:37 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-0.9.ebuild,v 1.1 2008/12/01 19:31:55 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-0.9.ebuild,v 1.2 2008/12/01 19:35:37 ssuominen Exp $
29
30 inherit fdo-mime
31
32 @@ -27,7 +27,7 @@
33
34 src_install() {
35 emake DESTDIR="${D}" install || die "emake install failed."
36 - dodoc AUTHORS README
37 + dodoc AUTHORS ChangeLog NEWS README TODO
38 }
39
40 pkg_postinst() {