Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libatasmart/
Date: Thu, 29 Sep 2016 15:51:57
Message-Id: 1475164299.5d248ff1d27cac2c06966ace74bba2ddfae299ae.kensington@gentoo
1 commit: 5d248ff1d27cac2c06966ace74bba2ddfae299ae
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 15:49:16 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 15:51:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d248ff1
7
8 dev-libs/libatasmart: remove old
9
10 Package-Manager: portage-2.3.1
11
12 dev-libs/libatasmart/libatasmart-0.19.ebuild | 32 ----------------------------
13 1 file changed, 32 deletions(-)
14
15 diff --git a/dev-libs/libatasmart/libatasmart-0.19.ebuild b/dev-libs/libatasmart/libatasmart-0.19.ebuild
16 deleted file mode 100644
17 index 2cd1c62..00000000
18 --- a/dev-libs/libatasmart/libatasmart-0.19.ebuild
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -inherit eutils
27 -
28 -DESCRIPTION="A small and lightweight parser library for ATA S.M.A.R.T. hard disks"
29 -HOMEPAGE="http://0pointer.de/blog/projects/being-smart.html"
30 -SRC_URI="http://0pointer.de/public/${P}.tar.xz"
31 -
32 -LICENSE="LGPL-2.1"
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
35 -IUSE="static-libs"
36 -
37 -RDEPEND="virtual/udev"
38 -DEPEND="${RDEPEND}
39 - virtual/pkgconfig"
40 -
41 -DOCS="README"
42 -
43 -src_configure() {
44 - econf \
45 - --docdir=/usr/share/doc/${PF} \
46 - $(use_enable static-libs static)
47 -}
48 -
49 -src_install() {
50 - default
51 - prune_libtool_files --all
52 -}