Gentoo Archives: gentoo-commits

From: "Krzysiek Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xsel: xsel-1.2.0.ebuild ChangeLog
Date: Mon, 04 May 2009 09:18:46
Message-Id: E1M0uJp-0005og-3u@stork.gentoo.org
1 nelchael 09/05/04 09:18:37
2
3 Modified: ChangeLog
4 Added: xsel-1.2.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.16 x11-misc/xsel/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsel/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsel/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsel/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 17 Sep 2008 15:43:07 -0000 1.15
23 +++ ChangeLog 4 May 2009 09:18:37 -0000 1.16
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-misc/xsel
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.15 2008/09/17 15:43:07 coldwind Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.16 2009/05/04 09:18:37 nelchael Exp $
30 +
31 +*xsel-1.2.0 (04 May 2009)
32 +
33 + 04 May 2009; Krzysiek Pawlik <nelchael@g.o> +xsel-1.2.0.ebuild:
34 + Version bump.
35
36 17 Sep 2008; Santiago M. Mola <coldwind@g.o> -xsel-0.9.6.ebuild:
37 Remove old version.
38
39
40
41 1.1 x11-misc/xsel/xsel-1.2.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsel/xsel-1.2.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsel/xsel-1.2.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xsel-1.2.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/xsel-1.2.0.ebuild,v 1.1 2009/05/04 09:18:37 nelchael Exp $
51
52 DESCRIPTION="XSel is a command-line program for getting and setting the contents of the X selection."
53 HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel"
54 SRC_URI="http://www.vergenet.net/~conrad/software/${PN}/download/${P}.tar.gz"
55
56 LICENSE="as-is"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
59 IUSE=""
60
61 RDEPEND="x11-libs/libX11
62 x11-libs/libXext"
63 DEPEND="${RDEPEND}
64 x11-proto/xproto
65 x11-libs/libXt"
66
67 src_compile() {
68 econf --disable-dependency-tracking
69 emake CFLAGS="${CFLAGS}" || die "emake failed."
70 }
71
72 src_install() {
73 emake DESTDIR="${D}" install || die "emake install failed."
74 dodoc AUTHORS ChangeLog README
75 }