public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/tkvoice/files/, profiles/, net-dialup/tkvoice/
@ 2020-10-13 15:51 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-10-13 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     2c1826046778031e16fc2bcb067176c1f270d712
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 15:50:23 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 15:50:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c182604

net-dialup/tkvoice: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-dialup/tkvoice/Manifest              |  1 -
 net-dialup/tkvoice/files/tkvoice.desktop |  7 -----
 net-dialup/tkvoice/metadata.xml          |  7 -----
 net-dialup/tkvoice/tkvoice-1.5.ebuild    | 53 --------------------------------
 profiles/package.mask                    |  5 ---
 5 files changed, 73 deletions(-)

diff --git a/net-dialup/tkvoice/Manifest b/net-dialup/tkvoice/Manifest
deleted file mode 100644
index 4426686bb85..00000000000
--- a/net-dialup/tkvoice/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tkvoice-1.5.tar.gz 153967 BLAKE2B a9c1a5b61e765bc16c881b21c05e0c76ee372219fb01605ec11c66290e1325b50e973cbf7ef6fe392f88967f82e301e45786913c4f2028192f264f34d6e12b35 SHA512 d9b2ead55131ef37a4d2e9d4d3065bb7945bbef7ffc38a336765c0d81cdfba44d6453b92277832ef0c2af4f5b9aff4eb27cfcedf119a74683d1d2a0d2fc8ca0c

diff --git a/net-dialup/tkvoice/files/tkvoice.desktop b/net-dialup/tkvoice/files/tkvoice.desktop
deleted file mode 100644
index 389305340e0..00000000000
--- a/net-dialup/tkvoice/files/tkvoice.desktop
+++ /dev/null
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Name=TkVoice
-Type=Application
-Comment=Phone/Fax Utility
-Exec=tkvoice
-Icon=tkvoice
-Categories=Utility;

diff --git a/net-dialup/tkvoice/metadata.xml b/net-dialup/tkvoice/metadata.xml
deleted file mode 100644
index 821333d9ba8..00000000000
--- a/net-dialup/tkvoice/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <longdescription>Tk-Voice is a Telephone Answering Machine frontend for vgetty
-and also a Facsimile Answering Machine frontend for mgetty.</longdescription>
-</pkgmetadata>

diff --git a/net-dialup/tkvoice/tkvoice-1.5.ebuild b/net-dialup/tkvoice/tkvoice-1.5.ebuild
deleted file mode 100644
index f59b8f10756..00000000000
--- a/net-dialup/tkvoice/tkvoice-1.5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Voice mail and Fax frontend program"
-HOMEPAGE="http://tkvoice.netfirms.com"
-SRC_URI="http://tkvoice.netfirms.com/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND="
-	dev-lang/tk
-	media-libs/netpbm
-	media-sound/sox
-	net-dialup/mgetty"
-DEPEND="${DEPEND}"
-
-src_prepare() {
-	sed -i -e "s:/usr/local/etc:/etc:g; s:/usr/local/bin:/usr/bin:g; s:/usr/local/tkvoice:/usr/lib/${P}:g" \
-		"${S}/tkvoice" "${S}/TCL/tkvfaq.tcl" "${S}/TCL/tkvsetupvoice.tcl" || die
-	sed -i -e "s:set STARTDIR .*:set STARTDIR /usr/lib/${P}:" \
-		"${S}/tkvoice" || die
-}
-
-src_install() {
-	exeinto /usr/lib/${P}
-	doexe ${PN}
-	dodir /usr/bin
-	dosym /usr/lib/${P}/${PN} /usr/bin/${PN}
-	insinto /usr/lib/${P}/TCL
-	doins TCL/*
-	insinto /usr/lib/${P}/image
-	doins image/*
-
-	domenu "${FILESDIR}/${PN}.desktop"
-	insinto /usr/share/pixmaps
-	doins ${PN}.xpm
-
-	dodoc BUGS FAQ README TODO
-}
-
-pkg_postinst() {
-	elog "${P} has been installed. Run ${EPREFIX}/usr/bin/${PN}."
-	elog "For more information, see the home page, ${HOMEPAGE}"
-	elog "or consult the documentation for this program as well as"
-	elog "for mgetty/vgetty."
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index f9c24daf835..65a67b26d75 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -441,11 +441,6 @@ app-shells/mpv-bash-completion
 # Masked for removal in 30 days, unmaintained, no more revdeps.
 dev-python/args
 
-# Sam James <sam@gentoo.org> (2020-09-13)
-# Dead upstream, EAPI 4, no maintainer
-# Removal in 30 days
-net-dialup/tkvoice
-
 # Thomas Deutschmann <whissi@gentoo.org> (2020-09-11)
 # These versions are not compatible with current stable
 # dev-libs/openssl version, bug #741622.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-13 15:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-13 15:51 [gentoo-commits] repo/gentoo:master commit in: net-dialup/tkvoice/files/, profiles/, net-dialup/tkvoice/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox