diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-11-09 15:54:32 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-11-09 15:54:32 +0000 |
commit | f00173e9affe2df1d2cdc09913052971d0f6cb51 (patch) | |
tree | ec500f218d0b0a942b404457b6f6b5690db4644d /x11-apps | |
parent | Fixes the .pc file with newer autotool versions. (diff) | |
download | gentoo-2-f00173e9affe2df1d2cdc09913052971d0f6cb51.tar.gz gentoo-2-f00173e9affe2df1d2cdc09913052971d0f6cb51.tar.bz2 gentoo-2-f00173e9affe2df1d2cdc09913052971d0f6cb51.zip |
Bump for RC2 with some small fixes.
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/luit/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/luit/files/digest-luit-1.0.2 | 3 | ||||
-rw-r--r-- | x11-apps/luit/luit-1.0.2.ebuild | 18 |
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-apps/luit/ChangeLog b/x11-apps/luit/ChangeLog index aa4ecdabc7ce..bcbd7eaa190d 100644 --- a/x11-apps/luit/ChangeLog +++ b/x11-apps/luit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/luit # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.20 2006/11/02 02:55:34 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.21 2006/11/09 15:54:32 joshuabaergen Exp $ + +*luit-1.0.2 (09 Nov 2006) + + 09 Nov 2006; Joshua Baergen <joshuabaergen@gentoo.org> +luit-1.0.2.ebuild: + Bump for RC2 with some small fixes. *luit-1.0.1-r1 (02 Nov 2006) diff --git a/x11-apps/luit/files/digest-luit-1.0.2 b/x11-apps/luit/files/digest-luit-1.0.2 new file mode 100644 index 000000000000..eee4f6246257 --- /dev/null +++ b/x11-apps/luit/files/digest-luit-1.0.2 @@ -0,0 +1,3 @@ +MD5 aacda46598ce3af8ca16e2a8132db1b2 luit-1.0.2.tar.bz2 99235 +RMD160 3e85593ea25e92c694c40351d91efa616cf46f66 luit-1.0.2.tar.bz2 99235 +SHA256 c0c4d76df0350c626df7ce62bf3df7915f9959557d76abce96222857d782389c luit-1.0.2.tar.bz2 99235 diff --git a/x11-apps/luit/luit-1.0.2.ebuild b/x11-apps/luit/luit-1.0.2.ebuild new file mode 100644 index 000000000000..cd9a4da0eded --- /dev/null +++ b/x11-apps/luit/luit-1.0.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/luit-1.0.2.ebuild,v 1.1 2006/11/09 15:54:32 joshuabaergen 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" + +RDEPEND="x11-libs/libX11 + x11-libs/libfontenc" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="--with-localealiasfile=${XDIR}/share/X11/locale/locale.alias" |