Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ide-smart/
Date: Thu, 07 Feb 2019 11:58:57
Message-Id: 1549540725.777d81fa4b91f644d1496345b4c98177b133c713.zlogene@gentoo
1 commit: 777d81fa4b91f644d1496345b4c98177b133c713
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 7 11:58:45 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 7 11:58:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777d81fa
7
8 app-admin/ide-smart: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-admin/ide-smart/ide-smart-1.4-r1.ebuild | 35 -----------------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/app-admin/ide-smart/ide-smart-1.4-r1.ebuild b/app-admin/ide-smart/ide-smart-1.4-r1.ebuild
17 deleted file mode 100644
18 index 5ffb6e04cbb..00000000000
19 --- a/app-admin/ide-smart/ide-smart-1.4-r1.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="A tool to read SMART information from harddiscs"
30 -HOMEPAGE="http://www.linalco.com/comunidad.html http://www.linux-ide.org/smart.html"
31 -SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ppc sparc x86"
36 -IUSE=""
37 -
38 -PATCHES=( "${FILESDIR}"/${PN}-1.4-fix-build-system.patch )
39 -
40 -src_prepare() {
41 - default
42 -
43 - # yes, the tarball includes pre-compiled
44 - # object files and binaries
45 - rm ${PN}{,.o} || die
46 -}
47 -
48 -src_configure() {
49 - tc-export CC
50 -}
51 -
52 -src_install() {
53 - dobin ide-smart
54 - doman ide-smart.8
55 - einstalldocs
56 -}