Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fslurp/
Date: Mon, 28 Sep 2015 06:51:31
Message-Id: 1443422994.d55f096979d1ac0a1d5c4f733958ffd960dab66a.monsieurp@gentoo
1 commit: d55f096979d1ac0a1d5c4f733958ffd960dab66a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 18:13:28 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 06:49:54 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55f0969
7
8 app-misc/fslurp: Clean up old.
9
10 Package-Manager: portage-2.2.18
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 app-misc/fslurp/Manifest | 3 ---
14 app-misc/fslurp/fslurp-0.9.ebuild | 32 --------------------------------
15 app-misc/fslurp/fslurp-2.1.2.ebuild | 29 -----------------------------
16 app-misc/fslurp/fslurp-2.1.3.ebuild | 29 -----------------------------
17 4 files changed, 93 deletions(-)
18
19 diff --git a/app-misc/fslurp/Manifest b/app-misc/fslurp/Manifest
20 index 51687a5..675f480 100644
21 --- a/app-misc/fslurp/Manifest
22 +++ b/app-misc/fslurp/Manifest
23 @@ -1,4 +1 @@
24 -DIST fslurp-0.9.tgz 22733 SHA256 2f0864e33a679407b37fd1d3c90f7ac0a83e0e2552ebcde257f3c65adba83747 SHA512 399c1441b849bb8a4b459916042d3dc883b81183438add27833aa2cac9cc2cb43b740a080dbadf22a99d35aa0e857e04c59bb6677e14980b472324b6244e5f1b WHIRLPOOL f734b3f1bf9ec92afaf027a1494708568415169317f995a0c111c596148be1cb4741b48ca04fc6b72cf06237f948a0d77476fa63aff9443ae49c58fb690ebdc6
25 -DIST fslurp-2.1.2.tgz 30088 SHA256 e952b90e6ca38a8263a6e3a508370ce8a35353ff730faf39fed5c261dcae3f7c SHA512 3eed2e48c2fac9c62d24c74394884e67d9ed671461f30cb4376892225d9b946c0abf3ea50cda212fc620700ac8a7f50a13b914b523f158fe141667b6fdbde685 WHIRLPOOL c584ba1a56d01665394cfa35f095caeb652bbd58a202b1cf314aa697620c8d417c02b68d2c4bc65b8946d92beeb693a12233319c587082808b2d72b5b8656ec7
26 -DIST fslurp-2.1.3.tgz 30865 SHA256 b8c5e59da56c29f98cc73eee94eb40849809e73568328e79ec351ba1de75b516 SHA512 b60d9fbacb4ae5a59c08dc91eb565b469830cd1050f735ad4d46f498e451f58e02bfb2b6587ed5918e133fa5988a6a65dba8fba34cf1467c0662ae3660e5ec04 WHIRLPOOL 17a20f4b1ab5c24e15f95e57a7c855922308de0131fa93e97b8245c1b4c7009444023a4e51b724132c1153989b7cb1553762bff40776256fde8abda3a94b3095
27 DIST fslurp-2.1.4.tgz 33524 SHA256 4120675d38ff09c2d59a55192738e3bdfd3430a818504177c873ed04380087c0 SHA512 db209da30735de88245b5a79b65e441a426c793464a8607231156e9a5bea47884edbdf16e5ef83eaed6a4212835d0cac763ed0ed012d06757d2902ef01d88c6e WHIRLPOOL e0f8470cec0882f499602f37c6d526d9287d9fd4980d9b10b71e46dec9a623b96568c9a22ce36e1e4d2f67ffde08bb8a2c14d98d9b9c62a09cc92738d2c3c911
28
29 diff --git a/app-misc/fslurp/fslurp-0.9.ebuild b/app-misc/fslurp/fslurp-0.9.ebuild
30 deleted file mode 100644
31 index 96a548c..0000000
32 --- a/app-misc/fslurp/fslurp-0.9.ebuild
33 +++ /dev/null
34 @@ -1,32 +0,0 @@
35 -# Copyright 1999-2012 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI=4
40 -
41 -inherit eutils toolchain-funcs
42 -
43 -DESCRIPTION="Read and display data from Fronius IG and IG Plus inverters"
44 -HOMEPAGE="http://fslurp.sourceforge.net/"
45 -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -
52 -RESTRICT="test"
53 -
54 -src_prepare() {
55 - epatch "${FILESDIR}"/${P}-makefile.patch
56 - rm fslurp || die
57 -}
58 -
59 -src_compile() {
60 - emake -f makefile CC="$(tc-getCC)"
61 -}
62 -
63 -src_install() {
64 - dobin ${PN}
65 - dodoc History README SampleOutput
66 -}
67
68 diff --git a/app-misc/fslurp/fslurp-2.1.2.ebuild b/app-misc/fslurp/fslurp-2.1.2.ebuild
69 deleted file mode 100644
70 index 777dc63..0000000
71 --- a/app-misc/fslurp/fslurp-2.1.2.ebuild
72 +++ /dev/null
73 @@ -1,29 +0,0 @@
74 -# Copyright 1999-2012 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -# $Id$
77 -
78 -EAPI=5
79 -
80 -inherit eutils toolchain-funcs
81 -
82 -DESCRIPTION="Read and display data from Fronius IG and IG Plus inverters"
83 -HOMEPAGE="http://fslurp.sourceforge.net/"
84 -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
85 -
86 -LICENSE="BSD"
87 -SLOT="0"
88 -KEYWORDS="~amd64 ~x86"
89 -IUSE=""
90 -
91 -src_prepare() {
92 - epatch "${FILESDIR}"/${P}-makefile.patch
93 -}
94 -
95 -src_compile() {
96 - emake CC="$(tc-getCXX)"
97 -}
98 -
99 -src_install() {
100 - dobin ${PN}
101 - dodoc History README TODO
102 -}
103
104 diff --git a/app-misc/fslurp/fslurp-2.1.3.ebuild b/app-misc/fslurp/fslurp-2.1.3.ebuild
105 deleted file mode 100644
106 index 146a989..0000000
107 --- a/app-misc/fslurp/fslurp-2.1.3.ebuild
108 +++ /dev/null
109 @@ -1,29 +0,0 @@
110 -# Copyright 1999-2013 Gentoo Foundation
111 -# Distributed under the terms of the GNU General Public License v2
112 -# $Id$
113 -
114 -EAPI=5
115 -
116 -inherit eutils toolchain-funcs
117 -
118 -DESCRIPTION="Read and display data from Fronius IG and IG Plus inverters"
119 -HOMEPAGE="http://fslurp.sourceforge.net/"
120 -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
121 -
122 -LICENSE="BSD"
123 -SLOT="0"
124 -KEYWORDS="~amd64 ~x86"
125 -IUSE=""
126 -
127 -src_prepare() {
128 - epatch "${FILESDIR}"/${PN}-2.1.2-makefile.patch
129 -}
130 -
131 -src_compile() {
132 - emake CC="$(tc-getCXX)"
133 -}
134 -
135 -src_install() {
136 - dobin ${PN}
137 - dodoc History README TODO
138 -}