summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-09 00:04:22 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-09 00:04:22 +0000
commit0f95187ebf62dfe6426e5084d6cb843dc337a473 (patch)
tree50c28d1bdd320f4b9cfa9a686ba1eb754db7f05d /x11-libs/libXpm
parentVersion bump for beta channel release. (diff)
downloadhistorical-0f95187ebf62dfe6426e5084d6cb843dc337a473.tar.gz
historical-0f95187ebf62dfe6426e5084d6cb843dc337a473.tar.bz2
historical-0f95187ebf62dfe6426e5084d6cb843dc337a473.zip
Version bump.
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/libXpm')
-rw-r--r--x11-libs/libXpm/ChangeLog10
-rw-r--r--x11-libs/libXpm/libXpm-3.5.10.ebuild27
2 files changed, 35 insertions, 2 deletions
diff --git a/x11-libs/libXpm/ChangeLog b/x11-libs/libXpm/ChangeLog
index f90ff0abe702..349faa9870bd 100644
--- a/x11-libs/libXpm/ChangeLog
+++ b/x11-libs/libXpm/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libXpm
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXpm/ChangeLog,v 1.76 2011/06/22 18:37:11 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXpm/ChangeLog,v 1.77 2012/03/09 00:00:09 chithanh Exp $
+
+*libXpm-3.5.10 (09 Mar 2012)
+
+ 09 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +libXpm-3.5.10.ebuild:
+ Version bump.
22 Jun 2011; Fabian Groffen <grobian@gentoo.org> libXpm-3.5.9.ebuild:
Marked ~x64-macos, bug #371861
diff --git a/x11-libs/libXpm/libXpm-3.5.10.ebuild b/x11-libs/libXpm/libXpm-3.5.10.ebuild
new file mode 100644
index 000000000000..43e2829fbe9c
--- /dev/null
+++ b/x11-libs/libXpm/libXpm-3.5.10.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXpm/libXpm-3.5.10.ebuild,v 1.1 2012/03/09 00:00:09 chithanh Exp $
+
+EAPI=4
+inherit xorg-2 flag-o-matic
+
+DESCRIPTION="X.Org Xpm library"
+
+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 ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXt
+ x11-libs/libXext
+ x11-proto/xextproto
+ x11-proto/xproto"
+DEPEND="${RDEPEND}
+ sys-devel/gettext"
+
+src_compile() {
+ # the gettext configure check and code in sxpm are incorrect; they assume
+ # gettext being in libintl, whereas Solaris has gettext by default
+ # resulting in libintl not being added to LIBS
+ [[ ${CHOST} == *-solaris* ]] && append-libs -lintl
+ xorg-2_src_compile
+}