summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-04-12 10:06:59 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-04-12 10:06:59 +0000
commitdb7e0c986b67b1117166f64038047e0351594a18 (patch)
tree312b658b238f7ecacbee9f7ddf2cc16a48027a8d /dev-util
parentAdd the new GIMPS license to EULA group (diff)
downloadgentoo-2-db7e0c986b67b1117166f64038047e0351594a18.tar.gz
gentoo-2-db7e0c986b67b1117166f64038047e0351594a18.tar.bz2
gentoo-2-db7e0c986b67b1117166f64038047e0351594a18.zip
Dropped by maintainer's request, newer versions of febootstrap now called supermin
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/febootstrap/ChangeLog6
-rw-r--r--dev-util/febootstrap/febootstrap-3.9.ebuild27
2 files changed, 5 insertions, 28 deletions
diff --git a/dev-util/febootstrap/ChangeLog b/dev-util/febootstrap/ChangeLog
index 5f6cdf740c6b..47ee5ecd9d9a 100644
--- a/dev-util/febootstrap/ChangeLog
+++ b/dev-util/febootstrap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/febootstrap
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/febootstrap/ChangeLog,v 1.4 2013/03/11 15:47:51 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/febootstrap/ChangeLog,v 1.5 2013/04/12 10:06:59 pinkbyte Exp $
+
+ 12 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> -febootstrap-3.9.ebuild:
+ Dropped by maintainer's request, newer versions of febootstrap now called
+ supermin
11 Mar 2013; Maxim Koltsov <maksbotan@gentoo.org>
+files/remove_all-static.patch, febootstrap-2.11.ebuild:
diff --git a/dev-util/febootstrap/febootstrap-3.9.ebuild b/dev-util/febootstrap/febootstrap-3.9.ebuild
deleted file mode 100644
index cc2bb56976a9..000000000000
--- a/dev-util/febootstrap/febootstrap-3.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/febootstrap/febootstrap-3.9.ebuild,v 1.1 2011/12/10 20:02:54 maksbotan Exp $
-
-EAPI="4"
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-inherit autotools-utils
-
-DESCRIPTION="Bootstrapping tool for creating supermin appliances"
-HOMEPAGE="http://people.redhat.com/~rjones/febootstrap/"
-SRC_URI="http://people.redhat.com/~rjones/${PN}/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/ocaml[ocamlopt]
- dev-ml/findlib
- dev-lang/perl
- sys-fs/e2fsprogs
- sys-libs/e2fsprogs-libs
- =app-arch/rpm-4*
- >=sys-apps/yum-3.2.21"
-
-DEPEND="${RDEPEND}"