From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 215D713855E for ; Mon, 7 Sep 2015 06:33:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BD5EE077C; Mon, 7 Sep 2015 06:33:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D571BE077C for ; Mon, 7 Sep 2015 06:33:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EABFA3408A2 for ; Mon, 7 Sep 2015 06:33:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A82018D for ; Mon, 7 Sep 2015 06:33:03 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1441607221.6fa902c058b612786406b7ba81cbff8e33955a51.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/talkfilters/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/talkfilters/talkfilters-2.3.8.ebuild X-VCS-Directories: app-text/talkfilters/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6fa902c058b612786406b7ba81cbff8e33955a51 X-VCS-Branch: master Date: Mon, 7 Sep 2015 06:33:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b529c39f-9977-4264-ba4a-54b1178b9b3b X-Archives-Hash: b14b18792e122aed654f685e2c1adead commit: 6fa902c058b612786406b7ba81cbff8e33955a51 Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 7 06:27:01 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 7 06:27:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa902c0 app-text/talkfilters: Drop old Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> app-text/talkfilters/talkfilters-2.3.8.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/app-text/talkfilters/talkfilters-2.3.8.ebuild b/app-text/talkfilters/talkfilters-2.3.8.ebuild deleted file mode 100644 index 31e67a0..0000000 --- a/app-text/talkfilters/talkfilters-2.3.8.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DESCRIPTION="Convert ordinary English text into text that mimics a stereotyped or otherwise humorous dialect" -HOMEPAGE="http://www.hyperrealm.com/talkfilters/talkfilters.html" -SRC_URI="http://www.hyperrealm.com/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ~mips ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README || die -}