diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-03-12 10:37:23 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-03-12 10:37:23 +0000 |
commit | 253ae359f03f48c4ccf1cec5ad4bc655099c53df (patch) | |
tree | 193d77c79e66422ff04640ddf119c52bbd843ce7 /net-dialup/fbgetty | |
parent | Remove old version. Quote strings containing env vars. Version bump. (diff) | |
download | historical-253ae359f03f48c4ccf1cec5ad4bc655099c53df.tar.gz historical-253ae359f03f48c4ccf1cec5ad4bc655099c53df.tar.bz2 historical-253ae359f03f48c4ccf1cec5ad4bc655099c53df.zip |
Remove virtual/libc dependency.
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-dialup/fbgetty')
-rw-r--r-- | net-dialup/fbgetty/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/fbgetty/Manifest | 10 | ||||
-rw-r--r-- | net-dialup/fbgetty/fbgetty-0.1.698.ebuild | 6 |
3 files changed, 17 insertions, 6 deletions
diff --git a/net-dialup/fbgetty/ChangeLog b/net-dialup/fbgetty/ChangeLog index ca1ac2d758c8..8b3a32f28bd8 100644 --- a/net-dialup/fbgetty/ChangeLog +++ b/net-dialup/fbgetty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/fbgetty -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/ChangeLog,v 1.7 2004/12/19 19:13:32 dholm Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/ChangeLog,v 1.8 2006/03/12 10:37:23 mrness Exp $ + + 12 Mar 2006; Alin Nastac <mrness@gentoo.org> fbgetty-0.1.698.ebuild: + Remove virtual/libc dependency. 19 Dec 2004; David Holm <dholm@gentoo.org> fbgetty-0.1.698.ebuild: Added to ~ppc. diff --git a/net-dialup/fbgetty/Manifest b/net-dialup/fbgetty/Manifest index 70ee3608cc05..96506282bae7 100644 --- a/net-dialup/fbgetty/Manifest +++ b/net-dialup/fbgetty/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 46283b6bb60a359ac913810cd83ef41e ChangeLog 870 MD5 c0b4bb05b99d8a48f77a86d4e8593c10 fbgetty-0.1.698.ebuild 513 MD5 203d43edfc815c963c728bb81ac45c55 files/digest-fbgetty-0.1.698 67 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.1 (GNU/Linux) + +iD8DBQFEE/nwjG8pv1lIUX4RAniIAKC3LBsjSGnv/a1OamCUEMBAION0+gCgs8Qh +jXinWzSpVeebNwLPR0rxGAc= +=9aAr +-----END PGP SIGNATURE----- diff --git a/net-dialup/fbgetty/fbgetty-0.1.698.ebuild b/net-dialup/fbgetty/fbgetty-0.1.698.ebuild index d5d5847fefeb..151b5345404d 100644 --- a/net-dialup/fbgetty/fbgetty-0.1.698.ebuild +++ b/net-dialup/fbgetty/fbgetty-0.1.698.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 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.9 2005/09/19 21:18:06 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698.ebuild,v 1.10 2006/03/12 10:37:23 mrness Exp $ DESCRIPTION="An extended getty for the framebuffer console" HOMEPAGE="http://projects.meuh.org/fbgetty/" @@ -11,8 +11,6 @@ SLOT="0" KEYWORDS="x86 amd64 ~ppc" IUSE="" -DEPEND="virtual/libc" - src_install() { einstall || die "make install failed" } |