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 | b9264a01d3cf226e974e4f1c7954d76baf01c5d5 (patch) | |
tree | 2a2f90172ce89178559e91775fa62ce832889234 /net-dialup/fbgetty | |
parent | apply patches using epatch from eutils (diff) | |
download | historical-b9264a01d3cf226e974e4f1c7954d76baf01c5d5.tar.gz historical-b9264a01d3cf226e974e4f1c7954d76baf01c5d5.tar.bz2 historical-b9264a01d3cf226e974e4f1c7954d76baf01c5d5.zip |
set SRC_URI without using HOMEPAGE
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-dialup/fbgetty')
-rw-r--r-- | net-dialup/fbgetty/Manifest | 10 | ||||
-rw-r--r-- | net-dialup/fbgetty/fbgetty-0.1.698.ebuild | 6 |
2 files changed, 14 insertions, 2 deletions
diff --git a/net-dialup/fbgetty/Manifest b/net-dialup/fbgetty/Manifest index 69d811c7cfac..6dbf1267a722 100644 --- a/net-dialup/fbgetty/Manifest +++ b/net-dialup/fbgetty/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 d9f9775b63ffcd8a4d05d43cd143c2e4 fbgetty-0.1.698.ebuild 535 MD5 48b115691a60c104615be8cb5184802e ChangeLog 763 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 MD5 203d43edfc815c963c728bb81ac45c55 files/digest-fbgetty-0.1.698 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFDLysaNSP4Vda7IdsRAhhFAJ9MgiF0DgBN6HcUa+uF5l/WHXlEOACgkMrf +WEoz7mHx9VYGdj0ZJ69SH2s= +=4XZS +-----END PGP SIGNATURE----- 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() { |