From 38d86c6a47071988bb52dcd4f754139775be00a7 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Tue, 9 Nov 2010 18:35:15 +0000 Subject: Version bump (Portage version: 2.2.0_alpha4/cvs/Linux x86_64) --- x11-libs/xtrans/ChangeLog | 7 ++++++- x11-libs/xtrans/xtrans-1.2.6.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 x11-libs/xtrans/xtrans-1.2.6.ebuild (limited to 'x11-libs') diff --git a/x11-libs/xtrans/ChangeLog b/x11-libs/xtrans/ChangeLog index dfb033b097e4..bd907c9cae60 100644 --- a/x11-libs/xtrans/ChangeLog +++ b/x11-libs/xtrans/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/xtrans # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v 1.78 2010/09/08 18:49:47 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v 1.79 2010/11/09 18:35:15 scarabeus Exp $ + +*xtrans-1.2.6 (09 Nov 2010) + + 09 Nov 2010; Tomáš Chvátal +xtrans-1.2.6.ebuild: + Version bump 08 Sep 2010; Tomáš Chvátal -xtrans-1.2.3.ebuild, -xtrans-1.2.4.ebuild: diff --git a/x11-libs/xtrans/xtrans-1.2.6.ebuild b/x11-libs/xtrans/xtrans-1.2.6.ebuild new file mode 100644 index 000000000000..3f57f165e619 --- /dev/null +++ b/x11-libs/xtrans/xtrans-1.2.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/xtrans-1.2.6.ebuild,v 1.1 2010/11/09 18:35:15 scarabeus Exp $ + +EAPI=3 + +PACKAGE_NAME="lib${PN}" +# this package just installs some .c and .h files, no libraries +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="X.Org xtrans library" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="doc" + +RDEPEND="" +DEPEND="${RDEPEND} + doc? ( app-text/xmlto )" + +pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable doc docs) + $(use_with doc xmlto) + --without-fop" +} -- cgit v1.2.3-65-gdbad