* [gentoo-commits] repo/proj/guru:master commit in: media-radio/fllog/
@ 2023-03-23 9:12 Florian Schmaus
0 siblings, 0 replies; 2+ messages in thread
From: Florian Schmaus @ 2023-03-23 9:12 UTC (permalink / raw
To: gentoo-commits
commit: 08c60651c95cc66e68c3ad7da7c52e973599c055
Author: Cara Salter <cara <AT> devcara <DOT> com>
AuthorDate: Tue Mar 21 16:43:38 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 16:43:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08c60651
media-radio/fllog: new package, add 1.2.7
Signed-off-by: Cara Salter <cara <AT> devcara.com>
media-radio/fllog/Manifest | 1 +
media-radio/fllog/fllog-1.2.7.ebuild | 22 ++++++++++++++++++++++
media-radio/fllog/metadata.xml | 8 ++++++++
3 files changed, 31 insertions(+)
diff --git a/media-radio/fllog/Manifest b/media-radio/fllog/Manifest
new file mode 100644
index 000000000..e001beb21
--- /dev/null
+++ b/media-radio/fllog/Manifest
@@ -0,0 +1 @@
+DIST fllog-1.2.7.tar.gz 435412 BLAKE2B 1415b0e56d98eb8caa2767e09fc1a00b899ccd7afe4d1776ecfc794b2700cfc525f038d4a3c0988cb0cbe24370cc776980a49e5f24c89d11101222fb011fbec0 SHA512 a53b6a11a9516c18e3620c5a6ea6403f546496397c325940e86a1e456312473ce6dcd6fed7fd07f133f1240a19d3022675831205770f1972523bb7c587b0a8dc
diff --git a/media-radio/fllog/fllog-1.2.7.ebuild b/media-radio/fllog/fllog-1.2.7.ebuild
new file mode 100644
index 000000000..ffdad00d0
--- /dev/null
+++ b/media-radio/fllog/fllog-1.2.7.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Logbook application for amateur radio use"
+HOMEPAGE="http://w1hkj.com"
+SRC_URI="http://www.w1hkj.com/files/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=">=x11-libs/fltk-1.1.7"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_configure() {
+ local -x CONFIG_SHELL=${BASH}
+
+ default
+}
diff --git a/media-radio/fllog/metadata.xml b/media-radio/fllog/metadata.xml
new file mode 100644
index 000000000..54c19695f
--- /dev/null
+++ b/media-radio/fllog/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cara@devcara.com</email>
+ <name>Cara Salter</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-radio/fllog/
@ 2024-12-15 18:10 Julien Roy
0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-12-15 18:10 UTC (permalink / raw
To: gentoo-commits
commit: 334fa300b860502e16bf80004ad0d365befba4f7
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sat Dec 14 14:34:30 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Dec 14 14:34:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=334fa300
media-radio/fllog: add 1.2.8
- add libx11 to rdepend
- update LICENSE
Closes: https://bugs.gentoo.org/932776
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
media-radio/fllog/Manifest | 2 +-
media-radio/fllog/{fllog-1.2.7.ebuild => fllog-1.2.8.ebuild} | 8 +++++---
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/media-radio/fllog/Manifest b/media-radio/fllog/Manifest
index e001beb21..9753fa4d9 100644
--- a/media-radio/fllog/Manifest
+++ b/media-radio/fllog/Manifest
@@ -1 +1 @@
-DIST fllog-1.2.7.tar.gz 435412 BLAKE2B 1415b0e56d98eb8caa2767e09fc1a00b899ccd7afe4d1776ecfc794b2700cfc525f038d4a3c0988cb0cbe24370cc776980a49e5f24c89d11101222fb011fbec0 SHA512 a53b6a11a9516c18e3620c5a6ea6403f546496397c325940e86a1e456312473ce6dcd6fed7fd07f133f1240a19d3022675831205770f1972523bb7c587b0a8dc
+DIST fllog-1.2.8.tar.gz 439478 BLAKE2B 02ac697bd8c9f24744124676e06f69cc8b2c1332d9230c230e1865263da936d80517927143a4b0537fa187974f225362cb1cb4939f9d00bb9abb65161d281261 SHA512 b6a6bde5964c3e59fa6c5ad88c9965db76c8e8ef9464de7dc260d483a94467260f244b47ca89e17b3015558a3564662a96530817eafc615a2895d84032d9695a
diff --git a/media-radio/fllog/fllog-1.2.7.ebuild b/media-radio/fllog/fllog-1.2.8.ebuild
similarity index 78%
rename from media-radio/fllog/fllog-1.2.7.ebuild
rename to media-radio/fllog/fllog-1.2.8.ebuild
index 96ed3d8e5..cf3a75bd8 100644
--- a/media-radio/fllog/fllog-1.2.7.ebuild
+++ b/media-radio/fllog/fllog-1.2.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,12 +7,14 @@ DESCRIPTION="Logbook application for amateur radio use"
HOMEPAGE="http://w1hkj.com"
SRC_URI="http://www.w1hkj.com/files/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=x11-libs/fltk-1.1.7"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ x11-libs/libX11
+"
src_configure() {
local -x CONFIG_SHELL=${BASH}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-15 18:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-15 18:10 [gentoo-commits] repo/proj/guru:master commit in: media-radio/fllog/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2023-03-23 9:12 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox