commit:     eacc69bdbad136963da6a328cfc097d566082138
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 21:20:28 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 21:24:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eacc69bd

dev-util/febootstrap: Remove last-rited pkg, #541410

 dev-util/febootstrap/Manifest                      |  1 -
 dev-util/febootstrap/febootstrap-2.11.ebuild       | 37 ----------------------
 dev-util/febootstrap/files/remove_all-static.patch | 12 -------
 dev-util/febootstrap/metadata.xml                  |  8 -----
 profiles/package.mask                              |  5 ---
 5 files changed, 63 deletions(-)

diff --git a/dev-util/febootstrap/Manifest b/dev-util/febootstrap/Manifest
deleted file mode 100644
index b86ee2441f0..00000000000
--- a/dev-util/febootstrap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST febootstrap-2.11.tar.gz 585966 SHA256 
e99d0411702eb619127cc6e2f79a5f4d2fec3d0524e46069738c5ed5b5dc69f4 SHA512 
243171e779449f7f25c422842aaef3d5eff5931397530a9b6b1a168ef0fd723ebc4f38846b7699ce7271a715f266033ad2a033ef0aca1b4811d9c7e68929e4ee
 WHIRLPOOL 
dbb93f3d502f68b197175cd23d7c2e4faf05a8041efdfb93fbbb9635bdb07e0dd4a39a55fc8b7c1c99827f34505582e08586b10a8e625e0e6b63028625812b01

diff --git a/dev-util/febootstrap/febootstrap-2.11.ebuild 
b/dev-util/febootstrap/febootstrap-2.11.ebuild
deleted file mode 100644
index 1942833286e..00000000000
--- a/dev-util/febootstrap/febootstrap-2.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils autotools
-
-DESCRIPTION="Fedora bootstrap scripts"
-HOMEPAGE="https://people.redhat.com/~rjones/febootstrap/";
-SRC_URI="https://people.redhat.com/~rjones/febootstrap/files/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=sys-apps/fakeroot-1.11
-       >=sys-apps/fakechroot-2.9
-       dev-lang/perl
-       >=sys-apps/yum-3.2.21
-       sys-fs/e2fsprogs
-       sys-libs/e2fsprogs-libs"
-RDEPEND="${DEPEND}"
-QA_EXECSTACK="usr/bin/febootstrap-supermin-helper"
-
-src_prepare() {
-       # https://lists.gnu.org/archive/html/grub-devel/2012-07/msg00051.html
-       sed -i -e '/gets is a security/d' lib/stdio.in.h
-       epatch "${FILESDIR}"/remove_all-static.patch
-
-       eautoreconf
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc TODO README examples/*.sh || die
-}

diff --git a/dev-util/febootstrap/files/remove_all-static.patch 
b/dev-util/febootstrap/files/remove_all-static.patch
deleted file mode 100644
index 4f0f16e79b9..00000000000
--- a/dev-util/febootstrap/files/remove_all-static.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/helper/Makefile.am b/helper/Makefile.am
---- a/helper/Makefile.am
-+++ b/helper/Makefile.am
-@@ -40,7 +40,7 @@
- noinst_PROGRAMS = init
- init_SOURCES = init.c
- init_CFLAGS = -static
--init_LDFLAGS = -all-static
-+init_LDFLAGS = -static
- 
- # http://www.doof.me.uk/2010/05/07/cute-objcopy-hack/
- ELF_DEFAULT_ARCH = $(shell $(srcdir)/elf-default-arch | gawk '{ print $$1 }')

diff --git a/dev-util/febootstrap/metadata.xml 
b/dev-util/febootstrap/metadata.xml
deleted file mode 100644
index c5adddd4b3e..00000000000
--- a/dev-util/febootstrap/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="person">
-       <email>maksbo...@gentoo.org</email>
-       <name>Maxim Koltsov</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index bb82b7de641..264f63bcd78 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -264,11 +264,6 @@ net-p2p/bitcoinxtd
 net-p2p/bitcoinxt-qt
 
 # Pacho Ramos <pa...@gentoo.org> (14 Jul 2017)
-# Our package is completely outdated and needs a major version bump (and
-# pkgmove). Bug #541410. Removal in a month.
-dev-util/febootstrap
-
-# Pacho Ramos <pa...@gentoo.org> (14 Jul 2017)
 # Doesn't compile, upstream dead, removal in 2 months (#584296).
 dev-util/mutrace
 

Reply via email to