From 1e22d2c73d8c22967f87ca26fadd767fe6b039bb Mon Sep 17 00:00:00 2001 From: Thilo Bangert Date: Wed, 26 May 2010 08:40:27 +0000 Subject: initial import - ebuild for Funtoo boot-update svn path=/ebuilds/; revision=107 --- sys-boot/boot-update/ChangeLog | 10 ++++++++ sys-boot/boot-update/Manifest | 4 +++ sys-boot/boot-update/boot-update-1.4.5.ebuild | 36 +++++++++++++++++++++++++++ sys-boot/boot-update/metadata.xml | 9 +++++++ 4 files changed, 59 insertions(+) create mode 100644 sys-boot/boot-update/ChangeLog create mode 100644 sys-boot/boot-update/Manifest create mode 100644 sys-boot/boot-update/boot-update-1.4.5.ebuild create mode 100644 sys-boot/boot-update/metadata.xml diff --git a/sys-boot/boot-update/ChangeLog b/sys-boot/boot-update/ChangeLog new file mode 100644 index 0000000..4ca1597 --- /dev/null +++ b/sys-boot/boot-update/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sys-boot/boot-update +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*boot-update-1.4.5 (26 May 2010) + + 26 May 2010; Thilo Bangert +boot-update-1.4.5.ebuild, + +metadata.xml: + initial import - ebuild for Funtoo boot-update + diff --git a/sys-boot/boot-update/Manifest b/sys-boot/boot-update/Manifest new file mode 100644 index 0000000..54947e8 --- /dev/null +++ b/sys-boot/boot-update/Manifest @@ -0,0 +1,4 @@ +DIST boot-update-1.4.5.tar.bz2 23802 RMD160 da0c3c7cab64b4f7436de52ed3987d38b8a58048 SHA1 f852b8c9815ce7a6b353fa2bfae5060161b7a957 SHA256 8f9e8df6c74f570f7300cdd37a956974adce88c6afab6a099c33ef4890ee1edc +EBUILD boot-update-1.4.5.ebuild 774 RMD160 cf0850062f19b0be666cfea915fbdae7e5f03c69 SHA1 558a23c4edab29ef2161b0b48a8d6ef0dbf09077 SHA256 a0e19d76f1bd651be8aa8eda470f709fd37a64b8f8317fb09e4d65f22010fb5f +MISC ChangeLog 299 RMD160 017c8b83b48260fb1b5314b47c28b53418da6f1b SHA1 1982b7ee0fc2ee99f4761fdc69e4f077b7a4db50 SHA256 599a65a18b4b29887df8aa6d8b7f9e169de0dcb37cdb532b03892944f7757c18 +MISC metadata.xml 436 RMD160 648d8e0ce604d3a362035dc66aff0aedce76dc7b SHA1 27962714ef36648f4132c7a1f90bf8737322a5b4 SHA256 bedba20d9c1863aef368944469e69f8008543fd239a94ec021d2de3f1d3174f6 diff --git a/sys-boot/boot-update/boot-update-1.4.5.ebuild b/sys-boot/boot-update/boot-update-1.4.5.ebuild new file mode 100644 index 0000000..7963049 --- /dev/null +++ b/sys-boot/boot-update/boot-update-1.4.5.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +inherit python + +DESCRIPTION="Funtoo boot-update provides a unified mechanism for configuring the GRUB boot loaders." +HOMEPAGE="http://www.funtoo.org/en/funtoo/core/boot/" +SRC_URI="http://www.funtoo.org/archive/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + dev-lang/python + sys-boot/grub" + +src_install() { + dosbin sbin/boot-update + + insinto $(python_get_sitedir) + doins -r python/modules/* + + insinto /etc + newins etc/boot.conf.example boot.conf + + doman doc/boot.conf.5 doc/boot-update.8 + dodoc doc/boot.conf.5.rst doc/boot-update.8.rst + + dodoc README.rst TODO etc/boot.conf.example +} diff --git a/sys-boot/boot-update/metadata.xml b/sys-boot/boot-update/metadata.xml new file mode 100644 index 0000000..d8d4c9b --- /dev/null +++ b/sys-boot/boot-update/metadata.xml @@ -0,0 +1,9 @@ + + + +no-herd + +Funtoo boot-update provides a unified mechanism for configuring the GRUB 1.9x (sys-boot/grub) and GRUB 0.97 (sys-boot/grub-legacy) boot loaders. It is the recommended, official way to configure Funtoo Linux systems for booting. + + + -- cgit v1.2.3-65-gdbad