diff options
author | 2004-11-17 18:36:32 +0000 | |
---|---|---|
committer | 2004-11-17 18:36:32 +0000 | |
commit | 0c86599d5ed1c81196540302447302be5aa71c4e (patch) | |
tree | 954e1596eaf9c78c95f3f9e8eaf0dc1d9aac927b /net-dialup/fbgetty | |
parent | Update credits on xpm-secfix-thomas.diff. (Manifest recommit) (diff) | |
download | gentoo-2-0c86599d5ed1c81196540302447302be5aa71c4e.tar.gz gentoo-2-0c86599d5ed1c81196540302447302be5aa71c4e.tar.bz2 gentoo-2-0c86599d5ed1c81196540302447302be5aa71c4e.zip |
marked stable on x86
Diffstat (limited to 'net-dialup/fbgetty')
-rw-r--r-- | net-dialup/fbgetty/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/fbgetty/Manifest | 12 | ||||
-rw-r--r-- | net-dialup/fbgetty/fbgetty-0.1.698.ebuild | 6 |
3 files changed, 8 insertions, 15 deletions
diff --git a/net-dialup/fbgetty/ChangeLog b/net-dialup/fbgetty/ChangeLog index f9748bb52c32..2f1a9b26fae1 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.5 2004/11/07 20:47:27 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/ChangeLog,v 1.6 2004/11/17 18:36:32 mrness Exp $ + + 17 Nov 2004; Alin Nastac <mrness@gentoo.org> fbgetty-0.1.698.ebuild: + Marked stable on x86. 07 Nov 2004; Alin Nastac <mrness@gentoo.org> fbgetty-0.1.698.ebuild: diff --git a/net-dialup/fbgetty/Manifest b/net-dialup/fbgetty/Manifest index 0a440a3905fe..b43ed9adbf94 100644 --- a/net-dialup/fbgetty/Manifest +++ b/net-dialup/fbgetty/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 1b59cec037d57308942a0afe0b483a41 ChangeLog 581 -MD5 bae805b8a5197727e2b2babc635f0afa fbgetty-0.1.698.ebuild 485 +MD5 a00d1e6317aaaff6ade4184071789249 fbgetty-0.1.698.ebuild 506 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 MD5 203d43edfc815c963c728bb81ac45c55 files/digest-fbgetty-0.1.698 67 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBjonsjtv59x0+BrURAvwjAJ93QMSX7gW45/dIuGwXOKoxcel21gCfZK4X -ycseJeOTyTy4uY4BX3BDXRs= -=3i/e ------END PGP SIGNATURE----- diff --git a/net-dialup/fbgetty/fbgetty-0.1.698.ebuild b/net-dialup/fbgetty/fbgetty-0.1.698.ebuild index 577839090a23..a9835472d3dd 100644 --- a/net-dialup/fbgetty/fbgetty-0.1.698.ebuild +++ b/net-dialup/fbgetty/fbgetty-0.1.698.ebuild @@ -1,16 +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.6 2004/11/07 20:47:27 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698.ebuild,v 1.7 2004/11/17 18:36:32 mrness Exp $ DESCRIPTION="An extended getty for the framebuffer console" HOMEPAGE="http://projects.meuh.org/fbgetty/" SRC_URI="${HOMEPAGE}downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 amd64" +KEYWORDS="x86 amd64" IUSE="" DEPEND="virtual/libc" src_install() { - einstall || die + einstall || die "make install failed" } |