diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-08 11:16:10 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-08 11:16:10 +0000 |
commit | f9bf4505cdbe559dc951bddeb5f30ae82614857c (patch) | |
tree | cfa8dc20fcf7f6b25b3dcc612ef6f60c8eeae99c /x11-apps/luit | |
parent | Stable on amd64 wrt bug #339953 (diff) | |
download | gentoo-2-f9bf4505cdbe559dc951bddeb5f30ae82614857c.tar.gz gentoo-2-f9bf4505cdbe559dc951bddeb5f30ae82614857c.tar.bz2 gentoo-2-f9bf4505cdbe559dc951bddeb5f30ae82614857c.zip |
Version bump.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/luit')
-rw-r--r-- | x11-apps/luit/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/luit/luit-1.1.0.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/luit/ChangeLog b/x11-apps/luit/ChangeLog index da0c6535ba97..4b36901632e0 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.64 2010/08/03 08:53:22 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.65 2010/10/08 11:16:10 scarabeus Exp $ + +*luit-1.1.0 (08 Oct 2010) + + 08 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> +luit-1.1.0.ebuild: + Version bump. 03 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -luit-1.0.4.ebuild: rm diff --git a/x11-apps/luit/luit-1.1.0.ebuild b/x11-apps/luit/luit-1.1.0.ebuild new file mode 100644 index 000000000000..e2a355224e5a --- /dev/null +++ b/x11-apps/luit/luit-1.1.0.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.1.0.ebuild,v 1.1 2010/10/08 11:16:10 scarabeus Exp $ + +EAPI=3 +XORG_STATIC=no +inherit xorg-2 + +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}" |