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/ax25-tools/
Date: Sat, 30 May 2020 04:38:33 +0000 (UTC)	[thread overview]
Message-ID: <1590813482.0a85dbdb599d25f75b594b914cbacb711a645e4f.tomjbe@gentoo> (raw)

commit:     0a85dbdb599d25f75b594b914cbacb711a645e4f
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 04:30:34 2020 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat May 30 04:38:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a85dbdb

media-radio/ax25-tools: Drop old

Closes: https://bugs.gentoo.org/713050
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-radio/ax25-tools/Manifest                    |  1 -
 .../ax25-tools/ax25-tools-0.0.10_rc4.ebuild        | 44 ----------------------
 2 files changed, 45 deletions(-)

diff --git a/media-radio/ax25-tools/Manifest b/media-radio/ax25-tools/Manifest
index c59a4f079ba..b9053bd0cc9 100644
--- a/media-radio/ax25-tools/Manifest
+++ b/media-radio/ax25-tools/Manifest
@@ -1,2 +1 @@
-DIST ax25-tools-0.0.10-rc4.tar.gz 364332 BLAKE2B 36ea9c72ff69a7a66927e78fb6733c64114a719d80cfb4732ccc0b54951b105a18e674e35d3c59806489f9679aabdf12ee629c41ae0f23ffdc5da26d1aed0d88 SHA512 874d1ad0097f589af0b0a72ac33d6c7d64586df25779ef1b4c0a832fdf5e528ae5101e56ded736cb2a1ad1b284d6c10fe3a77ecb43df04dccc3d80875f403612
 DIST ax25-tools-0.0.10-rc5.tar.gz 372851 BLAKE2B 1129e3aff22221662bfe3840288922e60236bbd09ec1f6be72ba4a9ef51a818923af55635bc50b5f6b7befd716732dad3536282b8875d7a996518dcd8c02342d SHA512 4aac4e53af5924f8f0b807bdc406fbba43043fcd33c509c1129f009e6cf8854abdd8f11087d17d9710fac2b231e80aca630ca17b8a2fe771f49df2c480c059cb

diff --git a/media-radio/ax25-tools/ax25-tools-0.0.10_rc4.ebuild b/media-radio/ax25-tools/ax25-tools-0.0.10_rc4.ebuild
deleted file mode 100644
index ea8cbe259bf..00000000000
--- a/media-radio/ax25-tools/ax25-tools-0.0.10_rc4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-inherit eutils
-
-MY_P=${P/_/-}
-
-DESCRIPTION="Basic AX.25 (Amateur Radio) administrative tools and daemons"
-HOMEPAGE="http://www.linux-ax25.org/"
-SRC_URI="http://www.linux-ax25.org/pub/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="X"
-
-S=${WORKDIR}/${MY_P}
-
-DEPEND="dev-libs/libax25
-	X? ( x11-libs/libX11
-		media-libs/mesa[X(+)] )"
-RDEPEND=${DEPEND}
-
-src_configure() {
-	econf $(use_with X x)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install installconf
-
-	# Package does not respect --docdir
-	rm -rf "${D}"/usr/share/doc/ax25-tools || die
-	dodoc AUTHORS ChangeLog NEWS README tcpip/ttylinkd.README \
-	user_call/README.user_call yamdrv/README.yamdrv dmascc/README.dmascc \
-	tcpip/ttylinkd.INSTALL
-
-	newinitd "${FILESDIR}"/ax25d.rc ax25d
-	newinitd "${FILESDIR}"/mheardd.rc mheardd
-	newinitd "${FILESDIR}"/netromd.rc netromd
-	newinitd "${FILESDIR}"/rip98d.rc rip98d
-	newinitd "${FILESDIR}"/rxecho.rc rxecho
-	newinitd "${FILESDIR}"/ttylinkd.rc ttylinkd
-}


             reply	other threads:[~2020-05-30  4:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-30  4:38 Thomas Beierlein [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-02  8:49 [gentoo-commits] repo/gentoo:master commit in: media-radio/ax25-tools/ Michał Górny
2024-11-02  8:49 Michał Górny
2024-11-01 17:38 Arthur Zamarin
2020-05-28 15:45 Agostino Sarubbo
2020-05-26 19:31 Agostino Sarubbo
2020-05-25  9:36 Sergei Trofimovich
2020-03-30 18:34 Thomas Beierlein

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=1590813482.0a85dbdb599d25f75b594b914cbacb711a645e4f.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