From 6d7f536ed2098691101ce9cfe9fe60ca2326f75f Mon Sep 17 00:00:00 2001 From: 11mariom <11mariom+wordpress@gmail.com> Date: Mon, 18 Jul 2011 18:59:30 +0200 Subject: [PATCH] febotstrap: bump versions --- dev-util/febootstrap/Manifest | 6 +++++ dev-util/febootstrap/febootstrap-3.5.ebuild | 37 +++++++++++++++++++++++++++++ dev-util/febootstrap/febootstrap-3.6.ebuild | 37 +++++++++++++++++++++++++++++ dev-util/febootstrap/febootstrap-3.7.ebuild | 37 +++++++++++++++++++++++++++++ 4 files changed, 117 insertions(+) create mode 100644 dev-util/febootstrap/febootstrap-3.5.ebuild create mode 100644 dev-util/febootstrap/febootstrap-3.6.ebuild create mode 100644 dev-util/febootstrap/febootstrap-3.7.ebuild diff --git a/dev-util/febootstrap/Manifest b/dev-util/febootstrap/Manifest index 2d68dbf..611950d 100644 --- a/dev-util/febootstrap/Manifest +++ b/dev-util/febootstrap/Manifest @@ -1,2 +1,8 @@ DIST febootstrap-3.4.tar.gz 567099 RMD160 b5c3f4f094d4b83e8a3e8f45206f7a9b610f4793 SHA1 3b810a5f8fc94a831c12679af8dfa71f8c57c433 SHA256 d1baec20eb3488a62b773c9095322cd347251fcd6c2ad7546bbaedb530887020 +DIST febootstrap-3.5.tar.gz 568290 RMD160 2d2de2e2b2545fc9f7bea195f3bd2547e876f662 SHA1 54a0b56bedf602591c765fcb13134c0cb9e76e96 SHA256 4f175b0f7e25f2aa704b44a9b8b7ca69948de6425bfb0da207ba281c3db91015 +DIST febootstrap-3.6.tar.gz 568057 RMD160 c1623591488b7d217506617210a7ee44da31b4dd SHA1 1fd8ad4047af9f687ef92b3779826d5f4e5fe446 SHA256 a7625b29e8ce44b20434b6b9c9122ec224cd6f14406b1f03532b4fb24cd75b6d +DIST febootstrap-3.7.tar.gz 568203 RMD160 703df0a4ec116b0054e9bc86b9b8437f9a65249d SHA1 3c8589ec3ec9476b8d6aac160ad1416bffc77587 SHA256 c6afebac7f77c006bdb11cdb6b377bb69459871b0b61eee51342c574df9a9b73 EBUILD febootstrap-3.4.ebuild 778 RMD160 698f67cf484036063503874ceaa14916ea43bff1 SHA1 4c0de0395bfe42624cce2c31c6e65e2686e7ba70 SHA256 402fae0b6fa7528862974ef75df08ac28bfaa9f8afa7edea9529d3b67d31f92a +EBUILD febootstrap-3.5.ebuild 778 RMD160 698f67cf484036063503874ceaa14916ea43bff1 SHA1 4c0de0395bfe42624cce2c31c6e65e2686e7ba70 SHA256 402fae0b6fa7528862974ef75df08ac28bfaa9f8afa7edea9529d3b67d31f92a +EBUILD febootstrap-3.6.ebuild 778 RMD160 698f67cf484036063503874ceaa14916ea43bff1 SHA1 4c0de0395bfe42624cce2c31c6e65e2686e7ba70 SHA256 402fae0b6fa7528862974ef75df08ac28bfaa9f8afa7edea9529d3b67d31f92a +EBUILD febootstrap-3.7.ebuild 778 RMD160 698f67cf484036063503874ceaa14916ea43bff1 SHA1 4c0de0395bfe42624cce2c31c6e65e2686e7ba70 SHA256 402fae0b6fa7528862974ef75df08ac28bfaa9f8afa7edea9529d3b67d31f92a diff --git a/dev-util/febootstrap/febootstrap-3.5.ebuild b/dev-util/febootstrap/febootstrap-3.5.ebuild new file mode 100644 index 0000000..3582669 --- /dev/null +++ b/dev-util/febootstrap/febootstrap-3.5.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="3" + +inherit eutils autotools + +DESCRIPTION="Fedora bootstrap scripts" +HOMEPAGE="http://people.redhat.com/~rjones/febootstrap/" +SRC_URI="http://people.redhat.com/~rjones/febootstrap/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/ocaml[ocamlopt] + dev-ml/findlib + dev-lang/perl + =app-arch/rpm-4* + >=sys-apps/yum-3.2.21 + sys-fs/e2fsprogs + sys-libs/e2fsprogs-libs + =sys-apps/module-init-tools-3.5" +# Spanki bug + +DEPEND="${RDEPEND}" + +src_prepare() { + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + ln -s "${D}"/sbin/insmod{,.static} +} diff --git a/dev-util/febootstrap/febootstrap-3.6.ebuild b/dev-util/febootstrap/febootstrap-3.6.ebuild new file mode 100644 index 0000000..3582669 --- /dev/null +++ b/dev-util/febootstrap/febootstrap-3.6.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="3" + +inherit eutils autotools + +DESCRIPTION="Fedora bootstrap scripts" +HOMEPAGE="http://people.redhat.com/~rjones/febootstrap/" +SRC_URI="http://people.redhat.com/~rjones/febootstrap/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/ocaml[ocamlopt] + dev-ml/findlib + dev-lang/perl + =app-arch/rpm-4* + >=sys-apps/yum-3.2.21 + sys-fs/e2fsprogs + sys-libs/e2fsprogs-libs + =sys-apps/module-init-tools-3.5" +# Spanki bug + +DEPEND="${RDEPEND}" + +src_prepare() { + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + ln -s "${D}"/sbin/insmod{,.static} +} diff --git a/dev-util/febootstrap/febootstrap-3.7.ebuild b/dev-util/febootstrap/febootstrap-3.7.ebuild new file mode 100644 index 0000000..3582669 --- /dev/null +++ b/dev-util/febootstrap/febootstrap-3.7.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="3" + +inherit eutils autotools + +DESCRIPTION="Fedora bootstrap scripts" +HOMEPAGE="http://people.redhat.com/~rjones/febootstrap/" +SRC_URI="http://people.redhat.com/~rjones/febootstrap/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/ocaml[ocamlopt] + dev-ml/findlib + dev-lang/perl + =app-arch/rpm-4* + >=sys-apps/yum-3.2.21 + sys-fs/e2fsprogs + sys-libs/e2fsprogs-libs + =sys-apps/module-init-tools-3.5" +# Spanki bug + +DEPEND="${RDEPEND}" + +src_prepare() { + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + ln -s "${D}"/sbin/insmod{,.static} +} -- 2.11.4.GIT