diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-05-23 17:48:40 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-05-23 17:48:40 +0000 |
commit | 855c831f2b38b4cf7809dbefbed802ee9d77a14b (patch) | |
tree | 127b843bb41ea9a34b49158d5ad07ac95a0f46e3 /x11-libs/xtrans | |
parent | fix tests wrt #510110 (diff) | |
download | gentoo-2-855c831f2b38b4cf7809dbefbed802ee9d77a14b.tar.gz gentoo-2-855c831f2b38b4cf7809dbefbed802ee9d77a14b.tar.bz2 gentoo-2-855c831f2b38b4cf7809dbefbed802ee9d77a14b.zip |
Version bump. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/xtrans')
-rw-r--r-- | x11-libs/xtrans/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/xtrans/xtrans-1.3.4.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/x11-libs/xtrans/ChangeLog b/x11-libs/xtrans/ChangeLog index 2c3b78283fb1..0cc2ecbb2941 100644 --- a/x11-libs/xtrans/ChangeLog +++ b/x11-libs/xtrans/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/xtrans # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v 1.110 2014/04/19 17:47:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v 1.111 2014/05/23 17:48:40 chithanh Exp $ + +*xtrans-1.3.4 (23 May 2014) + + 23 May 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xtrans-1.3.4.ebuild: + Version bump. Remove old. 19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xtrans-1.3.3.ebuild: Stable for sparc, wrt bug #500368 diff --git a/x11-libs/xtrans/xtrans-1.3.4.ebuild b/x11-libs/xtrans/xtrans-1.3.4.ebuild new file mode 100644 index 000000000000..e05056c49341 --- /dev/null +++ b/x11-libs/xtrans/xtrans-1.3.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/xtrans-1.3.4.ebuild,v 1.1 2014/05/23 17:48:40 chithanh Exp $ + +EAPI=5 + +XORG_PACKAGE_NAME="lib${PN}" +# this package just installs some .c and .h files, no libraries +XORG_STATIC=no +XORG_DOC=doc +inherit xorg-2 + +DESCRIPTION="X.Org xtrans library" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable doc docs) + $(use_with doc xmlto) + --without-fop + ) + xorg-2_src_configure +} |