Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xsel: ChangeLog xsel-1.1.0.ebuild
Date: Thu, 28 Feb 2008 20:05:43
Message-Id: E1JUp0e-0006GD-Cd@stork.gentoo.org
1 drac 08/02/28 20:05:40
2
3 Modified: ChangeLog
4 Added: xsel-1.1.0.ebuild
5 Log:
6 bumb
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.9 x11-misc/xsel/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsel/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsel/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsel/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 4 Feb 2007 18:46:17 -0000 1.8
23 +++ ChangeLog 28 Feb 2008 20:05:39 -0000 1.9
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-misc/xsel
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.8 2007/02/04 18:46:17 beandog Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.9 2008/02/28 20:05:39 drac Exp $
30 +
31 +*xsel-1.1.0 (28 Feb 2008)
32 +
33 + 28 Feb 2008; Samuli Suominen <drac@g.o> +xsel-1.1.0.ebuild:
34 + Version bump.
35
36 04 Feb 2007; Steve Dibb <beandog@g.o> xsel-0.9.6.ebuild:
37 amd64 stable, bug 151899
38
39
40
41 1.1 x11-misc/xsel/xsel-1.1.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsel/xsel-1.1.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsel/xsel-1.1.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xsel-1.1.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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.1.0.ebuild,v 1.1 2008/02/28 20:05:39 drac 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 ~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 }
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list