summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2002-10-25 10:43:26 +0000
committerDonny Davies <woodchip@gentoo.org>2002-10-25 10:43:26 +0000
commit7b8e090dad3d8db9de9f3411630225c9d0e962cd (patch)
tree5fd923285b8e652bd1de0248caf95b88beba7f5e /app-admin/grubconfig
parentMaking openbox work with xfree 4.2.1 (diff)
downloadgentoo-2-7b8e090dad3d8db9de9f3411630225c9d0e962cd.tar.gz
gentoo-2-7b8e090dad3d8db9de9f3411630225c9d0e962cd.tar.bz2
gentoo-2-7b8e090dad3d8db9de9f3411630225c9d0e962cd.zip
new packages from bugzilla; thanks guys
Diffstat (limited to 'app-admin/grubconfig')
-rw-r--r--app-admin/grubconfig/ChangeLog10
-rw-r--r--app-admin/grubconfig/files/digest-grubconfig-1.161
-rw-r--r--app-admin/grubconfig/grubconfig-1.16.ebuild17
3 files changed, 28 insertions, 0 deletions
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 <woodchip@gentoo.org> :
+ 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
+}