From 7b8e090dad3d8db9de9f3411630225c9d0e962cd Mon Sep 17 00:00:00 2001 From: Donny Davies Date: Fri, 25 Oct 2002 10:43:26 +0000 Subject: new packages from bugzilla; thanks guys --- app-admin/grubconfig/ChangeLog | 10 ++++++++++ app-admin/grubconfig/files/digest-grubconfig-1.16 | 1 + app-admin/grubconfig/grubconfig-1.16.ebuild | 17 +++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 app-admin/grubconfig/ChangeLog create mode 100644 app-admin/grubconfig/files/digest-grubconfig-1.16 create mode 100644 app-admin/grubconfig/grubconfig-1.16.ebuild (limited to 'app-admin/grubconfig') diff --git a/app-admin/grubconfig/ChangeLog b/app-admin/grubconfig/ChangeLog new file mode 100644 index 000000000000..6056be2308cd --- /dev/null +++ b/app-admin/grubconfig/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-admin/grubconfig +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconfig/ChangeLog,v 1.1 2002/10/25 10:43:26 woodchip Exp $ + +*grubconfig-1.16 (25 Oct 2002) + + 25 Oct 2002; Donny Davies : + Initial import; thanks mr.big@pc-trouble.de. This script probably + needs to have some tweaks made for even easier Gentoo integration. + Use at your own peril ;) Send any patches to me; thanks. diff --git a/app-admin/grubconfig/files/digest-grubconfig-1.16 b/app-admin/grubconfig/files/digest-grubconfig-1.16 new file mode 100644 index 000000000000..e38bc898fb4a --- /dev/null +++ b/app-admin/grubconfig/files/digest-grubconfig-1.16 @@ -0,0 +1 @@ +MD5 ada72a8da6c1ef5bcfc36b99638d58b3 grubconfig-1.16.tar.gz 11112 diff --git a/app-admin/grubconfig/grubconfig-1.16.ebuild b/app-admin/grubconfig/grubconfig-1.16.ebuild new file mode 100644 index 000000000000..0f853ea0814a --- /dev/null +++ b/app-admin/grubconfig/grubconfig-1.16.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconfig/grubconfig-1.16.ebuild,v 1.1 2002/10/25 10:43:26 woodchip Exp $ + +DESCRIPTION="Simple Tool to configure Grub-Bootloader." +HOMEPAGE="http://www.tux.org/pub/people/kent-robotti/looplinux/index.html" +SRC_URI="http://www.tux.org/pub/people/kent-robotti/looplinux/${P}.tar.gz" +DEPEND=">=dev-util/dialog-0.7" +KEYWORDS="~x86 -ppc -sparc -sparc64 -alpha" +LICENSE="GPL-2" +SLOT="0" + +src_install () { + exeinto /usr/sbin + doexe grubconfig + dodoc README +} -- cgit v1.2.3-65-gdbad