diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-03 08:53:22 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-03 08:53:22 +0000 |
commit | e1063da53f3c4a30fb6c4cad624d0563ac316283 (patch) | |
tree | 5f8f10bed28d2c91dcd43ad2570c5751ce401256 | |
parent | Fix tests and cleanup. See bug #327297. (diff) | |
download | gentoo-2-e1063da53f3c4a30fb6c4cad624d0563ac316283.tar.gz gentoo-2-e1063da53f3c4a30fb6c4cad624d0563ac316283.tar.bz2 gentoo-2-e1063da53f3c4a30fb6c4cad624d0563ac316283.zip |
rm
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | x11-apps/luit/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/luit/luit-1.0.4.ebuild | 18 |
2 files changed, 4 insertions, 19 deletions
diff --git a/x11-apps/luit/ChangeLog b/x11-apps/luit/ChangeLog index 4f5481fa9b55..da0c6535ba97 100644 --- a/x11-apps/luit/ChangeLog +++ b/x11-apps/luit/ChangeLog @@ -1,6 +1,9 @@ # 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.63 2010/08/02 17:48:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.64 2010/08/03 08:53:22 scarabeus Exp $ + + 03 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -luit-1.0.4.ebuild: + rm 02 Aug 2010; Raúl Porcel <armin76@gentoo.org> luit-1.0.5.ebuild: alpha/ia64/s390/sh/sparc stable wrt #308521 diff --git a/x11-apps/luit/luit-1.0.4.ebuild b/x11-apps/luit/luit-1.0.4.ebuild deleted file mode 100644 index 6c76d038afda..000000000000 --- a/x11-apps/luit/luit-1.0.4.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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.4.ebuild,v 1.10 2010/01/19 18:14:19 armin76 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" -RDEPEND="x11-libs/libX11 - x11-libs/libfontenc" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="--with-localealiasfile=${XDIR}/share/X11/locale/locale.alias" |