Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-forensics/libbfio/
Date: Tue, 11 Dec 2018 13:55:52
Message-Id: 1544536227.c60ca055eda2773b4a8eca8e125c163d22e8e3bb.mgorny@gentoo
1 commit: c60ca055eda2773b4a8eca8e125c163d22e8e3bb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 11 13:50:27 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 13:50:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60ca055
7
8 app-forensics/libbfio: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/630400
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-forensics/libbfio/Manifest | 3 ---
14 .../libbfio/libbfio-0.0.20120425_alpha.ebuild | 27 ----------------------
15 .../libbfio/libbfio-0.0.20130609_alpha.ebuild | 23 ------------------
16 app-forensics/libbfio/libbfio-0.0.20130721.ebuild | 23 ------------------
17 app-forensics/libbfio/metadata.xml | 11 ---------
18 profiles/package.mask | 5 ----
19 6 files changed, 92 deletions(-)
20
21 diff --git a/app-forensics/libbfio/Manifest b/app-forensics/libbfio/Manifest
22 deleted file mode 100644
23 index 96bf4623d74..00000000000
24 --- a/app-forensics/libbfio/Manifest
25 +++ /dev/null
26 @@ -1,3 +0,0 @@
27 -DIST libbfio-alpha-20120425.tar.gz 1569560 BLAKE2B e104c6c5e1a94410c8e4dc8020764cea0a1d0d12447d1b47483168e9a3ea6ec0233000b7cc9fd87dee30dc7df673e24fbd7649ef170ddad2ff4ba2e67d2e79ba SHA512 058d5018202c404d789531f308b66d9e72924f4ce9d6365477c84a327a3fe2a4efb9cd0cc173f29dbf2d18cf366772e5577ffea6d0953b752865cbdf4da48c20
28 -DIST libbfio-alpha-20130609.tar.gz 1858612 BLAKE2B 42a445ee31a97c764829f0078725da88f7ec9d1565509ad8ff7a2a0fb698a634ad30c9d17fdd25c9654d0d4281b32c0aab3f87f04730a51bbb0e9bb9c73f537d SHA512 b2f46c7631aa8dca63d6e915c69ba6136f0f777f138708c4751e24f3e96a2399721182ce281e032b617b17ce631876cefb8ef686b9bd1cb866f9f1033d1dd18b
29 -DIST libbfio-alpha-20130721.tar.gz 1899281 BLAKE2B 13edc70920e455d3058a7d77ce3e87439f4abf2a193cb544c5926163f46c798ae3f1dd26bf330d53d69ff5e8f20109b7c14e54931f6ede21e879a9173bae94cb SHA512 9a9e8f913e145d5dcf5ee94351b4023a8d35492f5c9c3863f4caf0850e45f1b9c79ee3ec7e0565f85f91d11ff25d134f2c770b176e3e1888b78c984fe4b8c2a8
30
31 diff --git a/app-forensics/libbfio/libbfio-0.0.20120425_alpha.ebuild b/app-forensics/libbfio/libbfio-0.0.20120425_alpha.ebuild
32 deleted file mode 100644
33 index a69e104313c..00000000000
34 --- a/app-forensics/libbfio/libbfio-0.0.20120425_alpha.ebuild
35 +++ /dev/null
36 @@ -1,27 +0,0 @@
37 -# Copyright 1999-2014 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=5
41 -
42 -inherit versionator
43 -
44 -MY_DATE="$(get_version_component_range 3)"
45 -
46 -DESCRIPTION="Library for providing a basic file input/output abstraction layer"
47 -HOMEPAGE="https://github.com/libyal/libbfio"
48 -SRC_URI="http://dev.pentoo.ch/~zero/distfiles/${PN}-alpha-${MY_DATE}.tar.gz"
49 -
50 -LICENSE="LGPL-3"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~hppa ~ppc ~x86"
53 -IUSE="unicode"
54 -
55 -S="${WORKDIR}/${PN}-${MY_DATE}"
56 -
57 -src_configure() {
58 - econf $(use_enable unicode wide-character-type)
59 -}
60 -
61 -src_install() {
62 - emake install DESTDIR="${D}" || die "Failed to install"
63 -}
64
65 diff --git a/app-forensics/libbfio/libbfio-0.0.20130609_alpha.ebuild b/app-forensics/libbfio/libbfio-0.0.20130609_alpha.ebuild
66 deleted file mode 100644
67 index b8464cda1fc..00000000000
68 --- a/app-forensics/libbfio/libbfio-0.0.20130609_alpha.ebuild
69 +++ /dev/null
70 @@ -1,23 +0,0 @@
71 -# Copyright 1999-2014 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=5
75 -
76 -inherit versionator
77 -
78 -MY_DATE="$(get_version_component_range 3)"
79 -
80 -DESCRIPTION="Library for providing a basic file input/output abstraction layer"
81 -HOMEPAGE="https://github.com/libyal/libbfio"
82 -SRC_URI="http://dev.pentoo.ch/~zero/distfiles/${PN}-alpha-${MY_DATE}.tar.gz"
83 -
84 -LICENSE="LGPL-3"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~ppc ~x86"
87 -IUSE="unicode"
88 -
89 -S="${WORKDIR}/${PN}-${MY_DATE}"
90 -
91 -src_configure() {
92 - econf $(use_enable unicode wide-character-type)
93 -}
94
95 diff --git a/app-forensics/libbfio/libbfio-0.0.20130721.ebuild b/app-forensics/libbfio/libbfio-0.0.20130721.ebuild
96 deleted file mode 100644
97 index a0cf6d2a23b..00000000000
98 --- a/app-forensics/libbfio/libbfio-0.0.20130721.ebuild
99 +++ /dev/null
100 @@ -1,23 +0,0 @@
101 -# Copyright 1999-2014 Gentoo Foundation
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=5
105 -
106 -inherit versionator
107 -
108 -MY_DATE="$(get_version_component_range 3)"
109 -
110 -DESCRIPTION="Library for providing a basic file input/output abstraction layer"
111 -HOMEPAGE="https://github.com/libyal/libbfio"
112 -SRC_URI="http://dev.pentoo.ch/~zero/distfiles/${PN}-alpha-${MY_DATE}.tar.gz"
113 -
114 -LICENSE="LGPL-3"
115 -SLOT="0"
116 -KEYWORDS="~amd64 ~hppa ~ppc ~x86"
117 -IUSE="unicode"
118 -
119 -S="${WORKDIR}/${PN}-${MY_DATE}"
120 -
121 -src_configure() {
122 - econf $(use_enable unicode wide-character-type)
123 -}
124
125 diff --git a/app-forensics/libbfio/metadata.xml b/app-forensics/libbfio/metadata.xml
126 deleted file mode 100644
127 index e1bfc9e31b2..00000000000
128 --- a/app-forensics/libbfio/metadata.xml
129 +++ /dev/null
130 @@ -1,11 +0,0 @@
131 -<?xml version="1.0" encoding="UTF-8"?>
132 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
133 -<pkgmetadata>
134 - <maintainer type="person">
135 - <email>zerochaos@g.o</email>
136 - <name>Rick Farina</name>
137 - </maintainer>
138 - <upstream>
139 - <remote-id type="github">libyal/libbfio</remote-id>
140 - </upstream>
141 -</pkgmetadata>
142
143 diff --git a/profiles/package.mask b/profiles/package.mask
144 index 5831307defc..4ac91f49cbb 100644
145 --- a/profiles/package.mask
146 +++ b/profiles/package.mask
147 @@ -182,11 +182,6 @@ www-plugins/gecko-mediaplayer
148 # month.
149 dev-db/mysql-proxy
150
151 -# Pacho Ramos <pacho@g.o> (11 Nov 2018)
152 -# Unmaintained, fails to build, nothing requires it anymore (#630400).
153 -# Removal in a month.
154 -app-forensics/libbfio
155 -
156 # Pacho Ramos <pacho@g.o> (11 Nov 2018)
157 # Fails to build (#662000), not compatible with kernel-4, use kernel driver rtsx_pci
158 # instead. Removal in a month.