diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-09-19 21:18:06 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-09-19 21:18:06 +0000 |
commit | 5186bab6faf76697f14855d067b53c45ba899cbe (patch) | |
tree | d664defb0e06057d4ace1fd9f8b747e4ed693f5b /net-dialup/fbgetty | |
parent | apply patches using epatch from eutils (diff) | |
download | gentoo-2-5186bab6faf76697f14855d067b53c45ba899cbe.tar.gz gentoo-2-5186bab6faf76697f14855d067b53c45ba899cbe.tar.bz2 gentoo-2-5186bab6faf76697f14855d067b53c45ba899cbe.zip |
set SRC_URI without using HOMEPAGE
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-dialup/fbgetty')
-rw-r--r-- | net-dialup/fbgetty/fbgetty-0.1.698.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-dialup/fbgetty/fbgetty-0.1.698.ebuild b/net-dialup/fbgetty/fbgetty-0.1.698.ebuild index c0146cace61d..d5d5847fefeb 100644 --- a/net-dialup/fbgetty/fbgetty-0.1.698.ebuild +++ b/net-dialup/fbgetty/fbgetty-0.1.698.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698.ebuild,v 1.8 2004/12/19 19:13:32 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698.ebuild,v 1.9 2005/09/19 21:18:06 mrness Exp $ DESCRIPTION="An extended getty for the framebuffer console" HOMEPAGE="http://projects.meuh.org/fbgetty/" -SRC_URI="${HOMEPAGE}downloads/${P}.tar.gz" +SRC_URI="http://projects.meuh.org/fbgetty/downloads/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ~ppc" IUSE="" + DEPEND="virtual/libc" src_install() { |