summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-11 14:50:27 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-11 14:50:27 +0100
commitc60ca055eda2773b4a8eca8e125c163d22e8e3bb (patch)
tree2437831819957f264ca56586682732af10914b15 /app-forensics
parentsys-apps/likwid: Remove last-rited pkg (diff)
downloadgentoo-c60ca055eda2773b4a8eca8e125c163d22e8e3bb.tar.gz
gentoo-c60ca055eda2773b4a8eca8e125c163d22e8e3bb.tar.bz2
gentoo-c60ca055eda2773b4a8eca8e125c163d22e8e3bb.zip
app-forensics/libbfio: Remove last-rited pkg
Closes: https://bugs.gentoo.org/630400 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/libbfio/Manifest3
-rw-r--r--app-forensics/libbfio/libbfio-0.0.20120425_alpha.ebuild27
-rw-r--r--app-forensics/libbfio/libbfio-0.0.20130609_alpha.ebuild23
-rw-r--r--app-forensics/libbfio/libbfio-0.0.20130721.ebuild23
-rw-r--r--app-forensics/libbfio/metadata.xml11
5 files changed, 0 insertions, 87 deletions
diff --git a/app-forensics/libbfio/Manifest b/app-forensics/libbfio/Manifest
deleted file mode 100644
index 96bf4623d742..000000000000
--- 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 a69e104313cd..000000000000
--- 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 b8464cda1fc2..000000000000
--- 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 a0cf6d2a23b1..000000000000
--- 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 e1bfc9e31b23..000000000000
--- a/app-forensics/libbfio/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zerochaos@gentoo.org</email>
- <name>Rick Farina</name>
- </maintainer>
- <upstream>
- <remote-id type="github">libyal/libbfio</remote-id>
- </upstream>
-</pkgmetadata>