diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-23 15:29:02 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-23 15:29:02 +0000 |
commit | 71d899c54377aa4494963cba5f43488d85644157 (patch) | |
tree | d48f9c2a30bb822c89ea6cc178e40deb25449357 /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-71d899c54377aa4494963cba5f43488d85644157.tar.gz gentoo-2-71d899c54377aa4494963cba5f43488d85644157.tar.bz2 gentoo-2-71d899c54377aa4494963cba5f43488d85644157.zip |
Version bump.
(Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/luit/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/luit/luit-1.1.1.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/luit/ChangeLog b/x11-apps/luit/ChangeLog index 0e94983bd908..ab28f54c73f8 100644 --- a/x11-apps/luit/ChangeLog +++ b/x11-apps/luit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/luit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.73 2012/03/07 04:26:32 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.74 2012/03/23 15:29:02 chithanh Exp $ + +*luit-1.1.1 (23 Mar 2012) + + 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +luit-1.1.1.ebuild: + Version bump. 07 Mar 2012; Jeremy Olexa <darkside@gentoo.org> luit-1.1.0.ebuild: add ~x64-macos, bug 395011 diff --git a/x11-apps/luit/luit-1.1.1.ebuild b/x11-apps/luit/luit-1.1.1.ebuild new file mode 100644 index 000000000000..916cf14bbc52 --- /dev/null +++ b/x11-apps/luit/luit-1.1.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/luit-1.1.1.ebuild,v 1.1 2012/03/23 15:29:02 chithanh Exp $ + +EAPI=4 + +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 ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +RDEPEND="sys-libs/zlib + x11-libs/libX11 + x11-libs/libfontenc" +DEPEND="${RDEPEND}" |