Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libatasmart/
Date: Sat, 14 Dec 2019 23:05:23
Message-Id: 1576364710.600a340ffe54f0db52408ce1636a839c7c043b9e.pacho@gentoo
1 commit: 600a340ffe54f0db52408ce1636a839c7c043b9e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 14 22:17:03 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 14 23:05:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600a340f
7
8 dev-libs/libatasmart: Drop old
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-libs/libatasmart/Manifest | 2 --
14 dev-libs/libatasmart/libatasmart-0.19-r2.ebuild | 41 -------------------------
15 2 files changed, 43 deletions(-)
16
17 diff --git a/dev-libs/libatasmart/Manifest b/dev-libs/libatasmart/Manifest
18 index 74a2b4dea5b..fc6fc6b74d9 100644
19 --- a/dev-libs/libatasmart/Manifest
20 +++ b/dev-libs/libatasmart/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST libatasmart-0.19.tar.xz 251204 BLAKE2B 7e2a9823c27eee5a41f93464b28236239891349639162c5fdc114c241a70fb39a3046c3de16ce402787cd86e13609fff0578bd26f7a2c994fefe3c9756d45968 SHA512 ec9edb019c477873b01289ba365ad0ed0946505d651c1f6f83a63ef61b3976a5db6439c8a0c74d9a55325db9a3a587ad6f655f8d1af9387b0d08356eccabdb62
23 -DIST libatasmart_0.19-2.debian.tar.gz 6511 BLAKE2B d283dd1db988b95436a99cf804790b6c9b22d48b41d561a6fd2b9aff0948241ab5e775c5c35691692103acd5e73ad2e46278b9d37f886cd48c91cc69353a1564 SHA512 78e86b0c1d2a56dddc8d9ac97ee325871e319ad2226f1fbd5a048d792cd05e5d8162d282c1f767086da5329cd1ee67b37fbb5a2fd3c950f84e9efab11abcf754
24 DIST libatasmart_0.19-5.debian.tar.xz 6452 BLAKE2B 09bde3d5d79062d4df82e5582e932b6b566a91607086ddd805925d1966cdee4cb4ba43863f4b7d26a98588479b117841050f762d23c6719448635bf1e681b315 SHA512 434b6ef3ea377485ce745e147da8bb72851b2eeabe6f418379511650f0161f15a9ee21f4f0b5f9beb218b99eb417c1aeafdea4640995efbaf45024f40ce71802
25 DIST libatasmart_0.19.orig.tar.xz 251204 BLAKE2B 7e2a9823c27eee5a41f93464b28236239891349639162c5fdc114c241a70fb39a3046c3de16ce402787cd86e13609fff0578bd26f7a2c994fefe3c9756d45968 SHA512 ec9edb019c477873b01289ba365ad0ed0946505d651c1f6f83a63ef61b3976a5db6439c8a0c74d9a55325db9a3a587ad6f655f8d1af9387b0d08356eccabdb62
26
27 diff --git a/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild b/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild
28 deleted file mode 100644
29 index 059a6224249..00000000000
30 --- a/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild
31 +++ /dev/null
32 @@ -1,41 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -inherit eutils
38 -
39 -PATCH_LEVEL=2
40 -
41 -DESCRIPTION="A small and lightweight parser library for ATA S.M.A.R.T. hard disks"
42 -HOMEPAGE="http://0pointer.de/blog/projects/being-smart.html"
43 -SRC_URI="http://0pointer.de/public/${P}.tar.xz
44 - mirror://debian/pool/main/liba/${PN}/${PN}_${PV}-${PATCH_LEVEL}.debian.tar.gz"
45 -
46 -LICENSE="LGPL-2.1"
47 -SLOT="0/4"
48 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
49 -IUSE="static-libs"
50 -
51 -RDEPEND="virtual/libudev:="
52 -DEPEND="${RDEPEND}
53 - virtual/pkgconfig"
54 -
55 -src_prepare() {
56 - # https://bugs.gentoo.org/470874
57 - local d="${WORKDIR}"/debian/patches
58 - sed -i -e '/#/d' \
59 - -e "s|^|${d}/|" "${d}"/series || die
60 - eapply $(<"${d}"/series)
61 - eapply_user
62 -}
63 -
64 -src_configure() {
65 - econf \
66 - --docdir="${EPREFIX}"/usr/share/doc/${PF} \
67 - $(use_enable static-libs static)
68 -}
69 -
70 -src_install() {
71 - default
72 - prune_libtool_files --all
73 -}