Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libXpm: libXpm-3.5.9.ebuild ChangeLog
Date: Sun, 31 Oct 2010 10:47:53
Message-Id: 20101031104740.4CCC020051@flycatcher.gentoo.org
1 scarabeus 10/10/31 10:47:40
2
3 Modified: ChangeLog
4 Added: libXpm-3.5.9.ebuild
5 Log:
6 Version
7
8 (Portage version: 2.2_rc98/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.67 x11-libs/libXpm/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXpm/ChangeLog?rev=1.67&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXpm/ChangeLog?rev=1.67&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXpm/ChangeLog?r1=1.66&r2=1.67
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXpm/ChangeLog,v
20 retrieving revision 1.66
21 retrieving revision 1.67
22 diff -u -r1.66 -r1.67
23 --- ChangeLog 7 Apr 2010 21:50:49 -0000 1.66
24 +++ ChangeLog 31 Oct 2010 10:47:40 -0000 1.67
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/libXpm
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXpm/ChangeLog,v 1.66 2010/04/07 21:50:49 chithanh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXpm/ChangeLog,v 1.67 2010/10/31 10:47:40 scarabeus Exp $
30 +
31 +*libXpm-3.5.9 (31 Oct 2010)
32 +
33 + 31 Oct 2010; Tomáš Chvátal <scarabeus@g.o> +libXpm-3.5.9.ebuild:
34 + Version bump
35
36 07 Apr 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
37 libXpm-3.5.8.ebuild:
38
39
40
41 1.1 x11-libs/libXpm/libXpm-3.5.9.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXpm/libXpm-3.5.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXpm/libXpm-3.5.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libXpm-3.5.9.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXpm/libXpm-3.5.9.ebuild,v 1.1 2010/10/31 10:47:40 scarabeus Exp $
51
52 EAPI=3
53 inherit xorg-2 flag-o-matic
54
55 DESCRIPTION="X.Org Xpm library"
56
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
58 IUSE=""
59
60 RDEPEND="x11-libs/libX11
61 x11-libs/libXt
62 x11-libs/libXext"
63 DEPEND="${RDEPEND}
64 sys-devel/gettext
65 x11-proto/xextproto
66 x11-proto/xproto"
67
68 src_compile() {
69 # the gettext configure check and code in sxpm are incorrect; they assume
70 # gettext being in libintl, whereas Solaris has gettext by default
71 # resulting in libintl not being added to LIBS
72 [[ ${CHOST} == *-solaris* ]] && append-libs -lintl
73 xorg-2_src_compile
74 }