From 2c1826046778031e16fc2bcb067176c1f270d712 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 13 Oct 2020 17:50:23 +0200 Subject: net-dialup/tkvoice: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 -------------------------------- 4 files changed, 68 deletions(-) delete mode 100644 net-dialup/tkvoice/Manifest delete mode 100644 net-dialup/tkvoice/files/tkvoice.desktop delete mode 100644 net-dialup/tkvoice/metadata.xml delete mode 100644 net-dialup/tkvoice/tkvoice-1.5.ebuild (limited to 'net-dialup') 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 @@ - - - - - Tk-Voice is a Telephone Answering Machine frontend for vgetty -and also a Facsimile Answering Machine frontend for mgetty. - 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." -} -- cgit v1.2.3-65-gdbad