diff options
Diffstat (limited to 'app-misc/hal-info')
-rw-r--r-- | app-misc/hal-info/hal-info-99999999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/hal-info/hal-info-99999999.ebuild b/app-misc/hal-info/hal-info-99999999.ebuild index 2826f14..fcac7c3 100644 --- a/app-misc/hal-info/hal-info-99999999.ebuild +++ b/app-misc/hal-info/hal-info-99999999.ebuild @@ -2,11 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20090414.ebuild,v 1.1 2009/04/18 17:41:28 eva Exp $ -inherit eutils +inherit eutils git DESCRIPTION="The fdi scripts that HAL uses" HOMEPAGE="http://hal.freedesktop.org/" -SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz" +SRC_URI="" +EGIT_REPO_URI="git://git.freedesktop.org/git/hal-info" +EGIT_BOOTSTRAP="./autogen.sh" LICENSE="GPL-2" SLOT="0" |