# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild,v 1.8 2012/05/06 20:46:45 ssuominen Exp $ EAPI=2 inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="QEmacs is a very small but powerful UNIX editor" HOMEPAGE="http://savannah.nongnu.org/projects/qemacs" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="X png unicode xv" RESTRICT="strip test" RDEPEND="!app-editors/qe X? ( x11-libs/libX11 x11-libs/libXext xv? ( x11-libs/libXv ) ) png? ( >=media-libs/libpng-1.2 )" DEPEND="${RDEPEND}