From c60ca055eda2773b4a8eca8e125c163d22e8e3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 11 Dec 2018 14:50:27 +0100 Subject: [PATCH] app-forensics/libbfio: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/630400 Signed-off-by: Michał Górny --- app-forensics/libbfio/Manifest | 3 --- .../libbfio/libbfio-0.0.20120425_alpha.ebuild | 27 ------------------- .../libbfio/libbfio-0.0.20130609_alpha.ebuild | 23 ---------------- .../libbfio/libbfio-0.0.20130721.ebuild | 23 ---------------- app-forensics/libbfio/metadata.xml | 11 -------- profiles/package.mask | 5 ---- 6 files changed, 92 deletions(-) delete mode 100644 app-forensics/libbfio/Manifest delete mode 100644 app-forensics/libbfio/libbfio-0.0.20120425_alpha.ebuild delete mode 100644 app-forensics/libbfio/libbfio-0.0.20130609_alpha.ebuild delete mode 100644 app-forensics/libbfio/libbfio-0.0.20130721.ebuild delete mode 100644 app-forensics/libbfio/metadata.xml diff --git a/app-forensics/libbfio/Manifest b/app-forensics/libbfio/Manifest deleted file mode 100644 index 96bf4623d7425..0000000000000 --- a/app-forensics/libbfio/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST libbfio-alpha-20120425.tar.gz 1569560 BLAKE2B e104c6c5e1a94410c8e4dc8020764cea0a1d0d12447d1b47483168e9a3ea6ec0233000b7cc9fd87dee30dc7df673e24fbd7649ef170ddad2ff4ba2e67d2e79ba SHA512 058d5018202c404d789531f308b66d9e72924f4ce9d6365477c84a327a3fe2a4efb9cd0cc173f29dbf2d18cf366772e5577ffea6d0953b752865cbdf4da48c20 -DIST libbfio-alpha-20130609.tar.gz 1858612 BLAKE2B 42a445ee31a97c764829f0078725da88f7ec9d1565509ad8ff7a2a0fb698a634ad30c9d17fdd25c9654d0d4281b32c0aab3f87f04730a51bbb0e9bb9c73f537d SHA512 b2f46c7631aa8dca63d6e915c69ba6136f0f777f138708c4751e24f3e96a2399721182ce281e032b617b17ce631876cefb8ef686b9bd1cb866f9f1033d1dd18b -DIST libbfio-alpha-20130721.tar.gz 1899281 BLAKE2B 13edc70920e455d3058a7d77ce3e87439f4abf2a193cb544c5926163f46c798ae3f1dd26bf330d53d69ff5e8f20109b7c14e54931f6ede21e879a9173bae94cb SHA512 9a9e8f913e145d5dcf5ee94351b4023a8d35492f5c9c3863f4caf0850e45f1b9c79ee3ec7e0565f85f91d11ff25d134f2c770b176e3e1888b78c984fe4b8c2a8 diff --git a/app-forensics/libbfio/libbfio-0.0.20120425_alpha.ebuild b/app-forensics/libbfio/libbfio-0.0.20120425_alpha.ebuild deleted file mode 100644 index a69e104313cd0..0000000000000 --- a/app-forensics/libbfio/libbfio-0.0.20120425_alpha.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit versionator - -MY_DATE="$(get_version_component_range 3)" - -DESCRIPTION="Library for providing a basic file input/output abstraction layer" -HOMEPAGE="https://github.com/libyal/libbfio" -SRC_URI="http://dev.pentoo.ch/~zero/distfiles/${PN}-alpha-${MY_DATE}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" -IUSE="unicode" - -S="${WORKDIR}/${PN}-${MY_DATE}" - -src_configure() { - econf $(use_enable unicode wide-character-type) -} - -src_install() { - emake install DESTDIR="${D}" || die "Failed to install" -} diff --git a/app-forensics/libbfio/libbfio-0.0.20130609_alpha.ebuild b/app-forensics/libbfio/libbfio-0.0.20130609_alpha.ebuild deleted file mode 100644 index b8464cda1fc20..0000000000000 --- a/app-forensics/libbfio/libbfio-0.0.20130609_alpha.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit versionator - -MY_DATE="$(get_version_component_range 3)" - -DESCRIPTION="Library for providing a basic file input/output abstraction layer" -HOMEPAGE="https://github.com/libyal/libbfio" -SRC_URI="http://dev.pentoo.ch/~zero/distfiles/${PN}-alpha-${MY_DATE}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="unicode" - -S="${WORKDIR}/${PN}-${MY_DATE}" - -src_configure() { - econf $(use_enable unicode wide-character-type) -} diff --git a/app-forensics/libbfio/libbfio-0.0.20130721.ebuild b/app-forensics/libbfio/libbfio-0.0.20130721.ebuild deleted file mode 100644 index a0cf6d2a23b1a..0000000000000 --- a/app-forensics/libbfio/libbfio-0.0.20130721.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit versionator - -MY_DATE="$(get_version_component_range 3)" - -DESCRIPTION="Library for providing a basic file input/output abstraction layer" -HOMEPAGE="https://github.com/libyal/libbfio" -SRC_URI="http://dev.pentoo.ch/~zero/distfiles/${PN}-alpha-${MY_DATE}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" -IUSE="unicode" - -S="${WORKDIR}/${PN}-${MY_DATE}" - -src_configure() { - econf $(use_enable unicode wide-character-type) -} diff --git a/app-forensics/libbfio/metadata.xml b/app-forensics/libbfio/metadata.xml deleted file mode 100644 index e1bfc9e31b234..0000000000000 --- a/app-forensics/libbfio/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - zerochaos@gentoo.org - Rick Farina - - - libyal/libbfio - - diff --git a/profiles/package.mask b/profiles/package.mask index 5831307defc83..4ac91f49cbba1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -182,11 +182,6 @@ www-plugins/gecko-mediaplayer # month. dev-db/mysql-proxy -# Pacho Ramos (11 Nov 2018) -# Unmaintained, fails to build, nothing requires it anymore (#630400). -# Removal in a month. -app-forensics/libbfio - # Pacho Ramos (11 Nov 2018) # Fails to build (#662000), not compatible with kernel-4, use kernel driver rtsx_pci # instead. Removal in a month.