diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /app-misc/fslurp | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'app-misc/fslurp')
| -rw-r--r-- | app-misc/fslurp/Manifest | 1 | ||||
| -rw-r--r-- | app-misc/fslurp/files/fslurp-2.1.4-makefile.patch | 47 | ||||
| -rw-r--r-- | app-misc/fslurp/fslurp-2.1.4.ebuild | 25 | ||||
| -rw-r--r-- | app-misc/fslurp/metadata.xml | 10 |
4 files changed, 0 insertions, 83 deletions
diff --git a/app-misc/fslurp/Manifest b/app-misc/fslurp/Manifest deleted file mode 100644 index 5589ad6fbe29..000000000000 --- a/app-misc/fslurp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fslurp-2.1.4.tgz 33524 BLAKE2B bcc79b73eaf1efe98805c416f3eed0af8d4848e8867608f09f14f6cba78e247e6fa5d34b310a8a0f9d1816f03a677c14f5648a00f97c55703e974c9edf6356a6 SHA512 db209da30735de88245b5a79b65e441a426c793464a8607231156e9a5bea47884edbdf16e5ef83eaed6a4212835d0cac763ed0ed012d06757d2902ef01d88c6e diff --git a/app-misc/fslurp/files/fslurp-2.1.4-makefile.patch b/app-misc/fslurp/files/fslurp-2.1.4-makefile.patch deleted file mode 100644 index f231c170a4a2..000000000000 --- a/app-misc/fslurp/files/fslurp-2.1.4-makefile.patch +++ /dev/null @@ -1,47 +0,0 @@ ---- fslurp-2.1.4/Makefile -+++ fslurp-2.1.4/Makefile -@@ -51,35 +51,35 @@ - INCLUDES = fslurp.h fronius.h - SIMINCLUDES = simulator.h - --DEBUGFLAGS = -g --CFLAGS = -c -Wall $(DEBUGFLAGS) -+#DEBUGFLAGS = -g -+CFLAGS += -c -Wall $(DEBUGFLAGS) - --LDFLAGS = -lm -+LIBS = -lm - - VERSION := fslurp-$(shell tail -1 version) - - all: $(TARGETS) - - fslurp: $(FSLURP_OBJS) -- $(CC) $(LDFLAGS) $^ -o $@ -+ $(CC) $(LDFLAGS) $^ -o $@ $(LIBS) - - simSolarNet2i1s: \ - $(SIMSOLARNET2I1S_OBJS) -- $(CC) $(LDFLAGS) $^ -o $@ -+ $(CC) $(LDFLAGS) $^ -o $@ $(LIBS) - - simSolarNet1i0s: \ - $(SIMSOLARNET1I0S_OBJS) -- $(CC) $(LDFLAGS) $^ -o $@ -+ $(CC) $(LDFLAGS) $^ -o $@ $(LIBS) - - simSolarNet0i0s: \ - $(SIMSOLARNET0I0S_OBJS) -- $(CC) $(LDFLAGS) $^ -o $@ -+ $(CC) $(LDFLAGS) $^ -o $@ $(LIBS) - - simIFCEasy: $(SIMIFCEASY_OBJS) -- $(CC) $(LDFLAGS) $^ -o $@ -+ $(CC) $(LDFLAGS) $^ -o $@ $(LIBS) - - sim422IGTL: $(SIM422IGTL_OBJS) -- $(CC) $(LDFLAGS) $^ -o $@ -+ $(CC) $(LDFLAGS) $^ -o $@ $(LIBS) - - test: $(TARGETS) clean - ./testcase.sh diff --git a/app-misc/fslurp/fslurp-2.1.4.ebuild b/app-misc/fslurp/fslurp-2.1.4.ebuild deleted file mode 100644 index 87e3b08917b3..000000000000 --- a/app-misc/fslurp/fslurp-2.1.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Read and display data from Fronius IG and IG Plus inverters" -HOMEPAGE="https://fslurp.sourceforge.io/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) - -src_compile() { - emake CC="$(tc-getCXX)" -} - -src_install() { - dobin ${PN} - dodoc History README TODO -} diff --git a/app-misc/fslurp/metadata.xml b/app-misc/fslurp/metadata.xml deleted file mode 100644 index f471e675baf1..000000000000 --- a/app-misc/fslurp/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <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 - human-readable output and delimited (CSV-style) output. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
