commit:     334fa300b860502e16bf80004ad0d365befba4f7
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sat Dec 14 14:34:30 2024 +0000
Commit:     Filip Kobierski <fkobi <AT> pm <DOT> me>
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}

Reply via email to