# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-9999.ebuild,v 1.1 2009/02/07 20:32:22 vapier Exp $ # Remember: we cannot leverage autotools in this ebuild in order # to avoid circular deps with autotools MY_P="xz-${PV/_}" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://ctrl.tukaani.org/xz.git" inherit git autotools SRC_URI="" else SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" S=${WORKDIR}/${MY_P} fi inherit eutils DESCRIPTION="utils for managing LZMA compressed files" HOMEPAGE="http://tukaani.org/xz/" LICENSE="LGPL-2.1" SLOT="0" IUSE="" RDEPEND="!