diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-02-16 10:52:31 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-02-16 10:52:31 +0000 |
commit | 000f31fcfbd3341daa1758d124f3ee4b9b6e186b (patch) | |
tree | b4ba65e7e4a0a633ee94548718c04872cbe299ef /x11-apps | |
parent | revert, pointless duplication of The specific snippet of code message (diff) | |
download | gentoo-2-000f31fcfbd3341daa1758d124f3ee4b9b6e186b.tar.gz gentoo-2-000f31fcfbd3341daa1758d124f3ee4b9b6e186b.tar.bz2 gentoo-2-000f31fcfbd3341daa1758d124f3ee4b9b6e186b.zip |
Version bump.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/luit/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/luit/luit-1.0.5.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/luit/ChangeLog b/x11-apps/luit/ChangeLog index 0b30dad872e7..908064218db3 100644 --- a/x11-apps/luit/ChangeLog +++ b/x11-apps/luit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/luit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.55 2010/01/23 18:36:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.56 2010/02/16 10:52:31 scarabeus Exp $ + +*luit-1.0.5 (16 Feb 2010) + + 16 Feb 2010; Tomáš Chvátal <scarabeus@gentoo.org> +luit-1.0.5.ebuild: + Version bump. 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -luit-1.0.2.ebuild, -luit-1.0.3.ebuild: diff --git a/x11-apps/luit/luit-1.0.5.ebuild b/x11-apps/luit/luit-1.0.5.ebuild new file mode 100644 index 000000000000..e8659b5a88bc --- /dev/null +++ b/x11-apps/luit/luit-1.0.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/luit-1.0.5.ebuild,v 1.1 2010/02/16 10:52:31 scarabeus Exp $ + +inherit x-modular + +DESCRIPTION="Locale and ISO 2022 support for Unicode terminals" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +RDEPEND="sys-libs/zlib + x11-libs/libX11 + x11-libs/libfontenc" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="--with-localealiasfile=${XDIR}/share/X11/locale/locale.alias" |