public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/flrig/
Date: Sat, 14 Jul 2018 08:13:38 +0000 (UTC)	[thread overview]
Message-ID: <1531555988.089b45a8eab14a68cf3f169e22d7afcb6fce7c7b.tomjbe@gentoo> (raw)

commit:     089b45a8eab14a68cf3f169e22d7afcb6fce7c7b
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 14 08:11:20 2018 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Jul 14 08:13:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=089b45a8

media-radio/flrig: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-radio/flrig/Manifest            |  3 ---
 media-radio/flrig/flrig-1.3.36.ebuild | 31 -------------------------------
 media-radio/flrig/flrig-1.3.37.ebuild | 31 -------------------------------
 media-radio/flrig/flrig-1.3.38.ebuild | 31 -------------------------------
 4 files changed, 96 deletions(-)

diff --git a/media-radio/flrig/Manifest b/media-radio/flrig/Manifest
index 07aac46b5f7..7464323a0ef 100644
--- a/media-radio/flrig/Manifest
+++ b/media-radio/flrig/Manifest
@@ -1,4 +1 @@
-DIST flrig-1.3.36.tar.gz 692799 BLAKE2B 5fbe2a38a5b76f850c3ac7760481e2ae0b11e9115b239caf9c6a3fd8a39495baf7e00b615ce340fd60739aba36f3c2bb7fc25a6034f1d73add7c964b5db5a6b9 SHA512 8d8797ed09d9314eb4fa2100056b2f9f84cdb104a516a30b36c6341c05d09c5868cd3b9b256c967bed5514ac3362be28b46aca8f9af871f9261904bc12d6401e
-DIST flrig-1.3.37.tar.gz 700906 BLAKE2B f37e858b23476b9b2cdcc3a07f011889b33118030b3b8a9d8e46c53ee57426554ff8db2a9a9e458eed6ffa2c84193b3aba7a8c5e6db994f5ad291f4e645d9da7 SHA512 a8d611cae7bf23c92689e75b75b8de72bf4ea56a5039e54c97dcfeca186afcdebb13782dffafb507047e1d5574e2af1fb6f88bc8a01452ac8921bfa6295c0c90
-DIST flrig-1.3.38.tar.gz 706694 BLAKE2B bc69731fb1cc386ddafe476743aae3747b9dd0fd27610defc53dd9a21dee222c30d101668aa8a040feecde3baf87f3d76a2b758575c6428e4c644fe5bfcecbcb SHA512 905c32923820cfb11da4b94f69df780c5d62bc1fde1c6d569feca7a6aa3a30665953aeb349823dfa5331c527dc4d494dc126a70929f28da561a621533578ab01
 DIST flrig-1.3.39.tar.gz 711661 BLAKE2B d0db385b04b91648a900e08a76e4e8a7715df72d78b379e14852cc47ea86b550016c655414412cc3bad4a5935039b6e50ca2e63ed2b8fcc4a0b2c552fb8be806 SHA512 8e77aff8d1a16d45e510606edb15623248cc41a979c324bece719acb1fddb6a29c05ef99d5dbe8a8a1247f4a5f6353a240556dcfd51ab7180cdc8b68ce5cc4ee

diff --git a/media-radio/flrig/flrig-1.3.36.ebuild b/media-radio/flrig/flrig-1.3.36.ebuild
deleted file mode 100644
index 8b0982ab2c0..00000000000
--- a/media-radio/flrig/flrig-1.3.36.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Transceiver control program for Amateur Radio use"
-HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
-SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-RDEPEND="x11-libs/libX11
-	x11-libs/fltk:1
-	x11-misc/xdg-utils"
-
-DEPEND="${RDEPEND}
-	sys-devel/gettext"
-
-src_prepare() {
-	epatch "${FILESDIR}"/fix-bashism.patch
-	eautoreconf
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc AUTHORS ChangeLog README
-}

diff --git a/media-radio/flrig/flrig-1.3.37.ebuild b/media-radio/flrig/flrig-1.3.37.ebuild
deleted file mode 100644
index 55065b05abc..00000000000
--- a/media-radio/flrig/flrig-1.3.37.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Transceiver control program for Amateur Radio use"
-HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
-SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND="x11-libs/libX11
-	x11-libs/fltk:1
-	x11-misc/xdg-utils"
-
-DEPEND="${RDEPEND}
-	sys-devel/gettext"
-
-src_prepare() {
-	epatch "${FILESDIR}"/fix-bashism.patch
-	eautoreconf
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc AUTHORS ChangeLog README
-}

diff --git a/media-radio/flrig/flrig-1.3.38.ebuild b/media-radio/flrig/flrig-1.3.38.ebuild
deleted file mode 100644
index 19d88bf2c02..00000000000
--- a/media-radio/flrig/flrig-1.3.38.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Transceiver control program for Amateur Radio use"
-HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
-SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND="x11-libs/libX11
-	x11-libs/fltk:1
-	x11-misc/xdg-utils"
-
-DEPEND="${RDEPEND}
-	sys-devel/gettext"
-
-src_prepare() {
-	epatch "${FILESDIR}"/fix-bashism.patch
-	eautoreconf
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc AUTHORS ChangeLog README
-}


             reply	other threads:[~2018-07-14  8:13 UTC|newest]

Thread overview: 92+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-14  8:13 Thomas Beierlein [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-24  4:55 [gentoo-commits] repo/gentoo:master commit in: media-radio/flrig/ Sam James
2024-12-26 17:50 Ionen Wolkens
2024-02-15 19:26 Jakov Smolić
2024-02-15 19:26 Jakov Smolić
2024-01-05 15:28 Thomas Beierlein
2023-12-12  6:32 Michał Górny
2023-12-12  1:04 Sam James
2023-11-10 16:03 Thomas Beierlein
2023-11-10 12:00 Arthur Zamarin
2023-11-10 12:00 Arthur Zamarin
2023-11-09 20:44 Thomas Beierlein
2023-10-03 15:08 Thomas Beierlein
2023-05-09 18:44 Arthur Zamarin
2023-05-09 18:44 Arthur Zamarin
2023-03-21 18:10 Thomas Beierlein
2023-03-21 18:10 Thomas Beierlein
2022-10-25 12:50 Sam James
2022-10-25 12:50 Sam James
2022-09-15 19:32 Thomas Beierlein
2022-08-10 10:35 Thomas Beierlein
2022-06-25 16:33 Thomas Beierlein
2022-05-29 14:08 Jakov Smolić
2022-05-29 14:08 Jakov Smolić
2022-03-27 12:20 Thomas Beierlein
2021-12-26 17:20 Thomas Beierlein
2021-12-23 10:33 Jakov Smolić
2021-12-23 10:33 Jakov Smolić
2021-11-21 15:04 Thomas Beierlein
2021-10-14 16:42 Thomas Beierlein
2021-09-26 14:57 Thomas Beierlein
2021-09-25 15:14 Agostino Sarubbo
2021-09-24  7:00 Agostino Sarubbo
2021-08-06 13:08 Thomas Beierlein
2021-07-18 15:36 Thomas Beierlein
2021-06-13 16:28 Thomas Beierlein
2021-06-13 16:21 Thomas Beierlein
2021-03-28 18:18 Sam James
2021-03-28 18:18 Sam James
2021-02-04 17:46 Thomas Beierlein
2020-12-04 19:04 Thomas Beierlein
2020-12-04 19:04 Thomas Beierlein
2020-10-07  7:09 Agostino Sarubbo
2020-10-07  6:42 Agostino Sarubbo
2020-08-29 18:12 Thomas Beierlein
2020-07-20  5:31 Thomas Beierlein
2020-07-19 12:18 Agostino Sarubbo
2020-07-17 15:17 Agostino Sarubbo
2020-04-13  9:20 Agostino Sarubbo
2020-04-13  8:58 Agostino Sarubbo
2020-04-06 17:40 Thomas Beierlein
2020-01-21 18:30 Thomas Beierlein
2019-11-19 15:40 Agostino Sarubbo
2019-11-18 11:50 Agostino Sarubbo
2019-08-29  5:26 Thomas Beierlein
2019-08-28  9:51 Agostino Sarubbo
2019-08-27 20:45 Agostino Sarubbo
2019-08-27  5:32 Thomas Beierlein
2019-07-26  5:02 Thomas Beierlein
2019-06-21 15:22 Thomas Beierlein
2019-06-21 15:22 Thomas Beierlein
2019-05-20 11:45 Mikle Kolyada
2019-05-12  6:36 Thomas Beierlein
2019-04-19 13:24 Thomas Beierlein
2019-02-09  9:56 Thomas Beierlein
2018-12-12 16:51 Mikle Kolyada
2018-12-08  7:42 Thomas Beierlein
2018-11-27 21:55 Thomas Deutschmann
2018-07-16  5:22 Thomas Beierlein
2018-07-14  8:25 Thomas Beierlein
2018-07-09 15:10 Mikle Kolyada
2018-02-10  9:03 Thomas Beierlein
2018-01-16  6:21 Thomas Beierlein
2018-01-02 20:35 Thomas Beierlein
2018-01-02  0:39 Mikle Kolyada
2017-12-28 16:54 Thomas Beierlein
2017-12-12 18:39 Thomas Deutschmann
2017-11-03  6:01 Thomas Beierlein
2017-10-26 18:54 Thomas Deutschmann
2017-09-30 15:23 Thomas Beierlein
2017-09-07 17:42 Thomas Beierlein
2017-07-22  6:26 Thomas Beierlein
2017-07-11 11:57 Thomas Beierlein
2017-05-24 17:33 Thomas Beierlein
2017-04-02  7:15 Thomas Beierlein
2017-01-24  6:12 Thomas Beierlein
2016-12-31 22:20 Agostino Sarubbo
2016-11-16  8:13 Thomas Beierlein
2016-11-16  8:02 Thomas Beierlein
2016-07-02 16:44 Thomas Beierlein
2016-04-16 14:46 Thomas Beierlein
2015-09-19 15:06 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1531555988.089b45a8eab14a68cf3f169e22d7afcb6fce7c7b.tomjbe@gentoo \
    --to=tomjbe@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox