diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-11-22 20:49:52 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-11-22 20:49:52 +0000 |
commit | 8c57c9975df59f52a370f9e2d2c4f2169fc387b6 (patch) | |
tree | b3120d7375625f29a004e45bba880e11bc9068cc | |
parent | initial revision (diff) | |
download | gentoo-2-8c57c9975df59f52a370f9e2d2c4f2169fc387b6.tar.gz gentoo-2-8c57c9975df59f52a370f9e2d2c4f2169fc387b6.tar.bz2 gentoo-2-8c57c9975df59f52a370f9e2d2c4f2169fc387b6.zip |
initial revision
-rw-r--r-- | net-dialup/fbgetty/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/fbgetty/Manifest | 4 | ||||
-rw-r--r-- | net-dialup/fbgetty/fbgetty-0.1.698.ebuild | 15 | ||||
-rw-r--r-- | net-dialup/fbgetty/files/digest-fbgetty-0.1.698 | 1 | ||||
-rw-r--r-- | net-dialup/fbgetty/metadata.xml | 5 |
5 files changed, 31 insertions, 1 deletions
diff --git a/net-dialup/fbgetty/ChangeLog b/net-dialup/fbgetty/ChangeLog new file mode 100644 index 000000000000..a11d9d696381 --- /dev/null +++ b/net-dialup/fbgetty/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for net-dialup/fbgetty +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/ChangeLog,v 1.1 2003/11/22 20:49:46 lanius Exp $ + + 22 Nov 2003; Heinrich Wendel <lanius@gentoo.org> : + initial revision, thx to Caleb Shay <caleb@webninja.com> + diff --git a/net-dialup/fbgetty/Manifest b/net-dialup/fbgetty/Manifest index db037df42d8d..3577238a091c 100644 --- a/net-dialup/fbgetty/Manifest +++ b/net-dialup/fbgetty/Manifest @@ -1,2 +1,4 @@ -MD5 879850c51966ab05ba14fb8b81e58ee6 fbgetty-0.1.698.ebuild 356 +MD5 5921071b33ebe7ba160461ff62cd8646 fbgetty-0.1.698.ebuild 460 +MD5 4e59234a05f4f8903315ccbd6990c699 ChangeLog 331 +MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 MD5 203d43edfc815c963c728bb81ac45c55 files/digest-fbgetty-0.1.698 67 diff --git a/net-dialup/fbgetty/fbgetty-0.1.698.ebuild b/net-dialup/fbgetty/fbgetty-0.1.698.ebuild new file mode 100644 index 000000000000..a6a7a27096ce --- /dev/null +++ b/net-dialup/fbgetty/fbgetty-0.1.698.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/11/22 20:49:46 lanius Exp $ + +DESCRIPTION="An extended getty for the framebuffer console" +HOMEPAGE="http://fbgetty.meuh.eu.org/" +SRC_URI="${HOMEPAGE}downloads/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +src_install() { + einstall || die +} diff --git a/net-dialup/fbgetty/files/digest-fbgetty-0.1.698 b/net-dialup/fbgetty/files/digest-fbgetty-0.1.698 new file mode 100644 index 000000000000..42c2f78a03af --- /dev/null +++ b/net-dialup/fbgetty/files/digest-fbgetty-0.1.698 @@ -0,0 +1 @@ +MD5 1705bc0f8f1e03fe50d324ba84ac4e56 fbgetty-0.1.698.tar.gz 279751 diff --git a/net-dialup/fbgetty/metadata.xml b/net-dialup/fbgetty/metadata.xml new file mode 100644 index 000000000000..1e11e7bbd01b --- /dev/null +++ b/net-dialup/fbgetty/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-dialup</herd> +</pkgmetadata> |