Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/tkvoice/files/, profiles/, net-dialup/tkvoice/
Date: Tue, 13 Oct 2020 15:51:11
Message-Id: 1602604223.2c1826046778031e16fc2bcb067176c1f270d712.mgorny@gentoo
1 commit: 2c1826046778031e16fc2bcb067176c1f270d712
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 13 15:50:23 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 13 15:50:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c182604
7
8 net-dialup/tkvoice: Remove last-rited pkg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-dialup/tkvoice/Manifest | 1 -
13 net-dialup/tkvoice/files/tkvoice.desktop | 7 -----
14 net-dialup/tkvoice/metadata.xml | 7 -----
15 net-dialup/tkvoice/tkvoice-1.5.ebuild | 53 --------------------------------
16 profiles/package.mask | 5 ---
17 5 files changed, 73 deletions(-)
18
19 diff --git a/net-dialup/tkvoice/Manifest b/net-dialup/tkvoice/Manifest
20 deleted file mode 100644
21 index 4426686bb85..00000000000
22 --- a/net-dialup/tkvoice/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST tkvoice-1.5.tar.gz 153967 BLAKE2B a9c1a5b61e765bc16c881b21c05e0c76ee372219fb01605ec11c66290e1325b50e973cbf7ef6fe392f88967f82e301e45786913c4f2028192f264f34d6e12b35 SHA512 d9b2ead55131ef37a4d2e9d4d3065bb7945bbef7ffc38a336765c0d81cdfba44d6453b92277832ef0c2af4f5b9aff4eb27cfcedf119a74683d1d2a0d2fc8ca0c
26
27 diff --git a/net-dialup/tkvoice/files/tkvoice.desktop b/net-dialup/tkvoice/files/tkvoice.desktop
28 deleted file mode 100644
29 index 389305340e0..00000000000
30 --- a/net-dialup/tkvoice/files/tkvoice.desktop
31 +++ /dev/null
32 @@ -1,7 +0,0 @@
33 -[Desktop Entry]
34 -Name=TkVoice
35 -Type=Application
36 -Comment=Phone/Fax Utility
37 -Exec=tkvoice
38 -Icon=tkvoice
39 -Categories=Utility;
40
41 diff --git a/net-dialup/tkvoice/metadata.xml b/net-dialup/tkvoice/metadata.xml
42 deleted file mode 100644
43 index 821333d9ba8..00000000000
44 --- a/net-dialup/tkvoice/metadata.xml
45 +++ /dev/null
46 @@ -1,7 +0,0 @@
47 -<?xml version="1.0" encoding="UTF-8"?>
48 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
49 -<pkgmetadata>
50 - <!-- maintainer-needed -->
51 - <longdescription>Tk-Voice is a Telephone Answering Machine frontend for vgetty
52 -and also a Facsimile Answering Machine frontend for mgetty.</longdescription>
53 -</pkgmetadata>
54
55 diff --git a/net-dialup/tkvoice/tkvoice-1.5.ebuild b/net-dialup/tkvoice/tkvoice-1.5.ebuild
56 deleted file mode 100644
57 index f59b8f10756..00000000000
58 --- a/net-dialup/tkvoice/tkvoice-1.5.ebuild
59 +++ /dev/null
60 @@ -1,53 +0,0 @@
61 -# Copyright 1999-2012 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=4
65 -
66 -inherit eutils
67 -
68 -DESCRIPTION="Voice mail and Fax frontend program"
69 -HOMEPAGE="http://tkvoice.netfirms.com"
70 -SRC_URI="http://tkvoice.netfirms.com/${P}.tar.gz"
71 -
72 -LICENSE="GPL-2"
73 -SLOT="0"
74 -KEYWORDS="~x86"
75 -IUSE=""
76 -
77 -RDEPEND="
78 - dev-lang/tk
79 - media-libs/netpbm
80 - media-sound/sox
81 - net-dialup/mgetty"
82 -DEPEND="${DEPEND}"
83 -
84 -src_prepare() {
85 - sed -i -e "s:/usr/local/etc:/etc:g; s:/usr/local/bin:/usr/bin:g; s:/usr/local/tkvoice:/usr/lib/${P}:g" \
86 - "${S}/tkvoice" "${S}/TCL/tkvfaq.tcl" "${S}/TCL/tkvsetupvoice.tcl" || die
87 - sed -i -e "s:set STARTDIR .*:set STARTDIR /usr/lib/${P}:" \
88 - "${S}/tkvoice" || die
89 -}
90 -
91 -src_install() {
92 - exeinto /usr/lib/${P}
93 - doexe ${PN}
94 - dodir /usr/bin
95 - dosym /usr/lib/${P}/${PN} /usr/bin/${PN}
96 - insinto /usr/lib/${P}/TCL
97 - doins TCL/*
98 - insinto /usr/lib/${P}/image
99 - doins image/*
100 -
101 - domenu "${FILESDIR}/${PN}.desktop"
102 - insinto /usr/share/pixmaps
103 - doins ${PN}.xpm
104 -
105 - dodoc BUGS FAQ README TODO
106 -}
107 -
108 -pkg_postinst() {
109 - elog "${P} has been installed. Run ${EPREFIX}/usr/bin/${PN}."
110 - elog "For more information, see the home page, ${HOMEPAGE}"
111 - elog "or consult the documentation for this program as well as"
112 - elog "for mgetty/vgetty."
113 -}
114
115 diff --git a/profiles/package.mask b/profiles/package.mask
116 index f9c24daf835..65a67b26d75 100644
117 --- a/profiles/package.mask
118 +++ b/profiles/package.mask
119 @@ -441,11 +441,6 @@ app-shells/mpv-bash-completion
120 # Masked for removal in 30 days, unmaintained, no more revdeps.
121 dev-python/args
122
123 -# Sam James <sam@g.o> (2020-09-13)
124 -# Dead upstream, EAPI 4, no maintainer
125 -# Removal in 30 days
126 -net-dialup/tkvoice
127 -
128 # Thomas Deutschmann <whissi@g.o> (2020-09-11)
129 # These versions are not compatible with current stable
130 # dev-libs/openssl version, bug #741622.