diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-09 18:35:15 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-09 18:35:15 +0000 |
commit | 38d86c6a47071988bb52dcd4f754139775be00a7 (patch) | |
tree | b4ed7fbe08eadf9fe821faaf368d0823436c8b83 /x11-libs | |
parent | Fix perl 5.12 deprecation warnings properly by merging both patches. (diff) | |
download | gentoo-2-38d86c6a47071988bb52dcd4f754139775be00a7.tar.gz gentoo-2-38d86c6a47071988bb52dcd4f754139775be00a7.tar.bz2 gentoo-2-38d86c6a47071988bb52dcd4f754139775be00a7.zip |
Version bump
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xtrans/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/xtrans/xtrans-1.2.6.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
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 <scarabeus@gentoo.org> +xtrans-1.2.6.ebuild: + Version bump 08 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -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" +} |