From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCDC41382C5 for ; Thu, 26 Nov 2020 20:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56560E0841; Thu, 26 Nov 2020 20:56:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A5D8E0841 for ; Thu, 26 Nov 2020 20:56:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE1E4341346 for ; Thu, 26 Nov 2020 20:56:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71F6F435 for ; Thu, 26 Nov 2020 20:56:10 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1606424163.4dfb31d2cf9809a61a48430aecbbc3d77db041aa.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dictd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/dictd/Manifest app-text/dictd/dictd-1.12.1-r3.ebuild X-VCS-Directories: app-text/dictd/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 4dfb31d2cf9809a61a48430aecbbc3d77db041aa X-VCS-Branch: master Date: Thu, 26 Nov 2020 20:56:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6076630d-5b59-49eb-99ea-8ad8121221ce X-Archives-Hash: e0c79c075035485b3a512ee745cb386e commit: 4dfb31d2cf9809a61a48430aecbbc3d77db041aa Author: Aaron Bauman gentoo org> AuthorDate: Thu Nov 26 20:36:39 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Nov 26 20:56:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dfb31d2 app-text/dictd: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> app-text/dictd/Manifest | 1 - app-text/dictd/dictd-1.12.1-r3.ebuild | 106 ---------------------------------- 2 files changed, 107 deletions(-) diff --git a/app-text/dictd/Manifest b/app-text/dictd/Manifest index 998e4a4f7da..875e659dd7c 100644 --- a/app-text/dictd/Manifest +++ b/app-text/dictd/Manifest @@ -1,2 +1 @@ -DIST dictd-1.12.1.tar.gz 423870 BLAKE2B 9a1522a9786fac732c5e8b481b2eaa36d75ab27d3388e40cdf80016a410123907c4b28b1ed32c1fa3b179b27a358447625de6c0c1e9ab9f35c6d5d3f16591b9f SHA512 51bceba36f9e34ffcbbf42a6235aab6097fe66ba8ed086ea60d0df8b7daf91c6449fdf7c5605150c77035d98029053233db106f9188786b30e02ecd61748209b DIST dictd-1.13.0.tar.gz 395455 BLAKE2B 222ce7eee03083ee23066f43330cce0cda3041d2ee4a0d54b2e9f2ea18a77ec83f91fbb766bdad645bdcaeed0674361ba600a393e4cb6c42bab6be94098991f0 SHA512 86871aaf34a182d1d7aac1a1282d4a75f2d7c112c762e92f303924c324f665dae75c51e7ca91e3cc1dde2053ad8e2d1fd50a76934a5f84ff70975aa858e26439 diff --git a/app-text/dictd/dictd-1.12.1-r3.ebuild b/app-text/dictd/dictd-1.12.1-r3.ebuild deleted file mode 100644 index 7d308344d56..00000000000 --- a/app-text/dictd/dictd-1.12.1-r3.ebuild +++ /dev/null @@ -1,106 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit epatch readme.gentoo systemd - -DESCRIPTION="Dictionary Client/Server for the DICT protocol" -HOMEPAGE="http://www.dict.org/ https://sourceforge.net/projects/dict/" -SRC_URI="mirror://sourceforge/dict/${P}.tar.gz" - -SLOT="0" -# We install rfc so - ISOC-rfc -LICENSE="GPL-2 ISOC-rfc" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="dbi judy minimal test" -RESTRICT="!test? ( test )" - -#