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/xclip: xclip-0.12.ebuild ChangeLog xclip-0.11.ebuild
Date: Sat, 03 Oct 2009 13:32:07
Message-Id: E1Mu4iS-00086o-7G@stork.gentoo.org
1 ssuominen 09/10/03 13:32:04
2
3 Modified: ChangeLog
4 Added: xclip-0.12.ebuild
5 Removed: xclip-0.11.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.2_rc42/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.32 x11-misc/xclip/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xclip/ChangeLog?rev=1.32&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xclip/ChangeLog?rev=1.32&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xclip/ChangeLog?r1=1.31&r2=1.32
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v
20 retrieving revision 1.31
21 retrieving revision 1.32
22 diff -u -r1.31 -r1.32
23 --- ChangeLog 2 Feb 2009 23:57:00 -0000 1.31
24 +++ ChangeLog 3 Oct 2009 13:32:03 -0000 1.32
25 @@ -1,9 +1,11 @@
26 # ChangeLog for x11-misc/xclip
27 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.31 2009/02/02 23:57:00 nelchael Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.32 2009/10/03 13:32:03 ssuominen Exp $
31
32 - 02 Feb 2009; Krzysiek Pawlik <nelchael@g.o> ChangeLog:
33 - Fix ChangeLog entries.
34 +*xclip-0.12 (03 Oct 2009)
35 +
36 + 03 Oct 2009; Samuli Suominen <ssuominen@g.o> +xclip-0.12.ebuild:
37 + Version bump wrt #287488, thanks to José Romildo Malaquias for reporting.
38
39 *xclip-0.11 (18 Jan 2009)
40
41
42
43
44 1.1 x11-misc/xclip/xclip-0.12.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xclip/xclip-0.12.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xclip/xclip-0.12.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xclip-0.12.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.12.ebuild,v 1.1 2009/10/03 13:32:03 ssuominen Exp $
54
55 DESCRIPTION="Command-line utility to read data from standard in and place it in an X selection"
56 HOMEPAGE="http://sourceforge.net/projects/xclip/"
57 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62 IUSE=""
63
64 RDEPEND="x11-libs/libX11
65 x11-libs/libXmu"
66 DEPEND="${RDEPEND}
67 x11-libs/libXt"
68
69 src_install() {
70 emake DESTDIR="${D}" install || die
71 dodoc ChangeLog README
72 }