diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-12-24 11:52:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-12-24 11:52:44 +0000 |
commit | 866aeaeaa95b96ee657048f58cf75b161117b4ab (patch) | |
tree | 8490070cfd72638b4261f6c877b42e590578a3ef /app-admin | |
parent | Marking hardened-sources-2.6.23-r4 stable on amd64 and x86. I know it ain't i... (diff) | |
download | gentoo-2-866aeaeaa95b96ee657048f58cf75b161117b4ab.tar.gz gentoo-2-866aeaeaa95b96ee657048f58cf75b161117b4ab.tar.bz2 gentoo-2-866aeaeaa95b96ee657048f58cf75b161117b4ab.zip |
Version bump #202801.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/grubconfig/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/grubconfig/files/digest-grubconfig-1.28 | 3 | ||||
-rw-r--r-- | app-admin/grubconfig/grubconfig-1.28.ebuild | 19 |
3 files changed, 28 insertions, 1 deletions
diff --git a/app-admin/grubconfig/ChangeLog b/app-admin/grubconfig/ChangeLog index 0ca03da39833..086d03150df9 100644 --- a/app-admin/grubconfig/ChangeLog +++ b/app-admin/grubconfig/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/grubconfig # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconfig/ChangeLog,v 1.16 2007/12/19 18:31:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconfig/ChangeLog,v 1.17 2007/12/24 11:52:43 vapier Exp $ + +*grubconfig-1.28 (24 Dec 2007) + + 24 Dec 2007; Mike Frysinger <vapier@gentoo.org> +grubconfig-1.28.ebuild: + Version bump #202801. 19 Dec 2007; Raúl Porcel <armin76@gentoo.org> grubconfig-1.26.ebuild: x86 stable diff --git a/app-admin/grubconfig/files/digest-grubconfig-1.28 b/app-admin/grubconfig/files/digest-grubconfig-1.28 new file mode 100644 index 000000000000..472526d619ba --- /dev/null +++ b/app-admin/grubconfig/files/digest-grubconfig-1.28 @@ -0,0 +1,3 @@ +MD5 2b0d28c227f81c0f11c9c8c070703a6a grubconfig-1.28.tar.gz 11715 +RMD160 db56e3f03ef740647820cd15ecd008c49a83ad8c grubconfig-1.28.tar.gz 11715 +SHA256 8b4cf9bebebebae09bc986571fa4811d5a6c67137b1f0004ea2e0f4279bee98a grubconfig-1.28.tar.gz 11715 diff --git a/app-admin/grubconfig/grubconfig-1.28.ebuild b/app-admin/grubconfig/grubconfig-1.28.ebuild new file mode 100644 index 000000000000..aece193ed445 --- /dev/null +++ b/app-admin/grubconfig/grubconfig-1.28.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconfig/grubconfig-1.28.ebuild,v 1.1 2007/12/24 11:52:43 vapier Exp $ + +DESCRIPTION="Simple Tool to configure Grub-Bootloader" +HOMEPAGE="http://www.tux.org/pub/people/kent-robotti/looplinux/" +SRC_URI="http://www.tux.org/pub/people/kent-robotti/looplinux/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-util/dialog-0.7" + +src_install() { + dosbin grubconfig || die + dodoc README +} |