diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-03 11:36:14 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-03 11:36:14 +0000 |
commit | 1a0993a8b670aa8d1dd5c26215ef597153a5db10 (patch) | |
tree | 2a2289ce553a8b82ed285ef403f7ec31cf11784b /x11-apps/luit | |
parent | Remove old version with built_with_use. Fixes bug #285463. (diff) | |
download | historical-1a0993a8b670aa8d1dd5c26215ef597153a5db10.tar.gz historical-1a0993a8b670aa8d1dd5c26215ef597153a5db10.tar.bz2 historical-1a0993a8b670aa8d1dd5c26215ef597153a5db10.zip |
Version bump.
Package-Manager: portage-2.2_rc41/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.0.4.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/x11-apps/luit/ChangeLog b/x11-apps/luit/ChangeLog index 7fd16b741c22..52db3bed0fc2 100644 --- a/x11-apps/luit/ChangeLog +++ b/x11-apps/luit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/luit # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.41 2009/06/23 21:23:26 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.42 2009/10/03 11:22:39 scarabeus Exp $ + +*luit-1.0.4 (03 Oct 2009) + + 03 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> +luit-1.0.4.ebuild: + Version bump. 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> luit-1.0.3.ebuild: Stable on alpha for xorg-server-1.5/xorg-x11-7.4 diff --git a/x11-apps/luit/luit-1.0.4.ebuild b/x11-apps/luit/luit-1.0.4.ebuild new file mode 100644 index 000000000000..31274272c211 --- /dev/null +++ b/x11-apps/luit/luit-1.0.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/luit-1.0.4.ebuild,v 1.1 2009/10/03 11:22:39 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +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" +IUSE="" +RDEPEND="x11-libs/libX11 + x11-libs/libfontenc" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="--with-localealiasfile=${XDIR}/share/X11/locale/locale.alias" |