summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-13 17:50:23 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-13 17:50:23 +0200
commit2c1826046778031e16fc2bcb067176c1f270d712 (patch)
tree0c6a5f40cae432c14a19785072e4aa981ca50999 /net-dialup
parentdev-libs/libdnet: Remove old (diff)
downloadgentoo-2c1826046778031e16fc2bcb067176c1f270d712.tar.gz
gentoo-2c1826046778031e16fc2bcb067176c1f270d712.tar.bz2
gentoo-2c1826046778031e16fc2bcb067176c1f270d712.zip
net-dialup/tkvoice: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/tkvoice/Manifest1
-rw-r--r--net-dialup/tkvoice/files/tkvoice.desktop7
-rw-r--r--net-dialup/tkvoice/metadata.xml7
-rw-r--r--net-dialup/tkvoice/tkvoice-1.5.ebuild53
4 files changed, 0 insertions, 68 deletions
diff --git a/net-dialup/tkvoice/Manifest b/net-dialup/tkvoice/Manifest
deleted file mode 100644
index 4426686bb856..000000000000
--- 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 389305340e08..000000000000
--- 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 821333d9ba87..000000000000
--- 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 f59b8f107568..000000000000
--- 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."
-}