* [gentoo-commits] repo/gentoo:master commit in: app-misc/fslurp/
@ 2019-09-28 3:09 Tim Harder
0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder @ 2019-09-28 3:09 UTC (permalink / raw
To: gentoo-commits
commit: 4385bd666739fe6b8cb660c8503f00d02e292973
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 03:07:20 2019 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 03:07:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4385bd66
app-misc/fslurp: update to EAPI 7 and use https:// for HOMEPAGE
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
app-misc/fslurp/fslurp-2.1.4.ebuild | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/app-misc/fslurp/fslurp-2.1.4.ebuild b/app-misc/fslurp/fslurp-2.1.4.ebuild
index b1e3a45e6a7..8b298571da0 100644
--- a/app-misc/fslurp/fslurp-2.1.4.ebuild
+++ b/app-misc/fslurp/fslurp-2.1.4.ebuild
@@ -1,21 +1,19 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="Read and display data from Fronius IG and IG Plus inverters"
-HOMEPAGE="http://fslurp.sourceforge.net/"
+HOMEPAGE="https://fslurp.sourceforge.io/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
-src_prepare() {
- epatch "${FILESDIR}"/${P}-makefile.patch
-}
+PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
src_compile() {
emake CC="$(tc-getCXX)"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/fslurp/
@ 2019-11-17 5:08 Tim Harder
0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder @ 2019-11-17 5:08 UTC (permalink / raw
To: gentoo-commits
commit: 663ce42c44c98c1b4199305c50645f5f4d4328a9
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 04:36:20 2019 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 05:01:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663ce42c
app-misc/fslurp: drop myself as a maintainer
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
app-misc/fslurp/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/app-misc/fslurp/metadata.xml b/app-misc/fslurp/metadata.xml
index 43980587e9e..5a3ebccd8ee 100644
--- a/app-misc/fslurp/metadata.xml
+++ b/app-misc/fslurp/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>radhermit@gentoo.org</email>
- <name>Tim Harder</name>
- </maintainer>
+ <!-- maintainer-needed -->
<longdescription lang="en">
fslurp is a program to pull the data from a Fronius Interface Card easy
that works with most Fronius IG and IG Plus inverters. It supports both
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/fslurp/
@ 2015-09-28 6:51 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2015-09-28 6:51 UTC (permalink / raw
To: gentoo-commits
commit: b71de5c548e701ac11459eae0692e758d7583e26
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 18:12:38 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 06:49:52 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71de5c5
app-misc/fslurp: Stable for amd64+x86.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-misc/fslurp/fslurp-2.1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/fslurp/fslurp-2.1.4.ebuild b/app-misc/fslurp/fslurp-2.1.4.ebuild
index d195958..0040bf2 100644
--- a/app-misc/fslurp/fslurp-2.1.4.ebuild
+++ b/app-misc/fslurp/fslurp-2.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
src_prepare() {
epatch "${FILESDIR}"/${P}-makefile.patch
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/fslurp/
@ 2015-09-28 6:51 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2015-09-28 6:51 UTC (permalink / raw
To: gentoo-commits
commit: d55f096979d1ac0a1d5c4f733958ffd960dab66a
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 18:13:28 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 06:49:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55f0969
app-misc/fslurp: Clean up old.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-misc/fslurp/Manifest | 3 ---
app-misc/fslurp/fslurp-0.9.ebuild | 32 --------------------------------
app-misc/fslurp/fslurp-2.1.2.ebuild | 29 -----------------------------
app-misc/fslurp/fslurp-2.1.3.ebuild | 29 -----------------------------
4 files changed, 93 deletions(-)
diff --git a/app-misc/fslurp/Manifest b/app-misc/fslurp/Manifest
index 51687a5..675f480 100644
--- a/app-misc/fslurp/Manifest
+++ b/app-misc/fslurp/Manifest
@@ -1,4 +1 @@
-DIST fslurp-0.9.tgz 22733 SHA256 2f0864e33a679407b37fd1d3c90f7ac0a83e0e2552ebcde257f3c65adba83747 SHA512 399c1441b849bb8a4b459916042d3dc883b81183438add27833aa2cac9cc2cb43b740a080dbadf22a99d35aa0e857e04c59bb6677e14980b472324b6244e5f1b WHIRLPOOL f734b3f1bf9ec92afaf027a1494708568415169317f995a0c111c596148be1cb4741b48ca04fc6b72cf06237f948a0d77476fa63aff9443ae49c58fb690ebdc6
-DIST fslurp-2.1.2.tgz 30088 SHA256 e952b90e6ca38a8263a6e3a508370ce8a35353ff730faf39fed5c261dcae3f7c SHA512 3eed2e48c2fac9c62d24c74394884e67d9ed671461f30cb4376892225d9b946c0abf3ea50cda212fc620700ac8a7f50a13b914b523f158fe141667b6fdbde685 WHIRLPOOL c584ba1a56d01665394cfa35f095caeb652bbd58a202b1cf314aa697620c8d417c02b68d2c4bc65b8946d92beeb693a12233319c587082808b2d72b5b8656ec7
-DIST fslurp-2.1.3.tgz 30865 SHA256 b8c5e59da56c29f98cc73eee94eb40849809e73568328e79ec351ba1de75b516 SHA512 b60d9fbacb4ae5a59c08dc91eb565b469830cd1050f735ad4d46f498e451f58e02bfb2b6587ed5918e133fa5988a6a65dba8fba34cf1467c0662ae3660e5ec04 WHIRLPOOL 17a20f4b1ab5c24e15f95e57a7c855922308de0131fa93e97b8245c1b4c7009444023a4e51b724132c1153989b7cb1553762bff40776256fde8abda3a94b3095
DIST fslurp-2.1.4.tgz 33524 SHA256 4120675d38ff09c2d59a55192738e3bdfd3430a818504177c873ed04380087c0 SHA512 db209da30735de88245b5a79b65e441a426c793464a8607231156e9a5bea47884edbdf16e5ef83eaed6a4212835d0cac763ed0ed012d06757d2902ef01d88c6e WHIRLPOOL e0f8470cec0882f499602f37c6d526d9287d9fd4980d9b10b71e46dec9a623b96568c9a22ce36e1e4d2f67ffde08bb8a2c14d98d9b9c62a09cc92738d2c3c911
diff --git a/app-misc/fslurp/fslurp-0.9.ebuild b/app-misc/fslurp/fslurp-0.9.ebuild
deleted file mode 100644
index 96a548c..0000000
--- a/app-misc/fslurp/fslurp-0.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Read and display data from Fronius IG and IG Plus inverters"
-HOMEPAGE="http://fslurp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT="test"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-makefile.patch
- rm fslurp || die
-}
-
-src_compile() {
- emake -f makefile CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin ${PN}
- dodoc History README SampleOutput
-}
diff --git a/app-misc/fslurp/fslurp-2.1.2.ebuild b/app-misc/fslurp/fslurp-2.1.2.ebuild
deleted file mode 100644
index 777dc63..0000000
--- a/app-misc/fslurp/fslurp-2.1.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Read and display data from Fronius IG and IG Plus inverters"
-HOMEPAGE="http://fslurp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-makefile.patch
-}
-
-src_compile() {
- emake CC="$(tc-getCXX)"
-}
-
-src_install() {
- dobin ${PN}
- dodoc History README TODO
-}
diff --git a/app-misc/fslurp/fslurp-2.1.3.ebuild b/app-misc/fslurp/fslurp-2.1.3.ebuild
deleted file mode 100644
index 146a989..0000000
--- a/app-misc/fslurp/fslurp-2.1.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Read and display data from Fronius IG and IG Plus inverters"
-HOMEPAGE="http://fslurp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.1.2-makefile.patch
-}
-
-src_compile() {
- emake CC="$(tc-getCXX)"
-}
-
-src_install() {
- dobin ${PN}
- dodoc History README TODO
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-11-17 5:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-28 3:09 [gentoo-commits] repo/gentoo:master commit in: app-misc/fslurp/ Tim Harder
-- strict thread matches above, loose matches on Subject: below --
2019-11-17 5:08 Tim Harder
2015-09-28 6:51 Patrice Clement
2015-09-28 6:51 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox