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 EAD4F1382C5 for ; Tue, 17 Apr 2018 20:27:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 127B8E0A94; Tue, 17 Apr 2018 20:27:54 +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 E6E60E0A94 for ; Tue, 17 Apr 2018 20:27:53 +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 CE479335C5A for ; Tue, 17 Apr 2018 20:27:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6F7F281 for ; Tue, 17 Apr 2018 20:27:50 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1523996784.1d8b32ace68291acb07f6b35c009c734d798f007.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libident/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libident/libident-0.32.ebuild X-VCS-Directories: net-libs/libident/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1d8b32ace68291acb07f6b35c009c734d798f007 X-VCS-Branch: master Date: Tue, 17 Apr 2018 20:27:50 +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: c8f07802-2cc8-40fe-b1cd-a69d14053a3d X-Archives-Hash: c68419ba863b1882e321aa6c894de599 commit: 1d8b32ace68291acb07f6b35c009c734d798f007 Author: Harri Nieminen gmail com> AuthorDate: Tue Apr 17 08:34:54 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Apr 17 20:26:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d8b32ac net-libs/libident: Clean up old Removes stable keyword for s390 Closes: https://bugs.gentoo.org/647732 Package-Manager: Portage-2.3.29, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8041 net-libs/libident/libident-0.32.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/net-libs/libident/libident-0.32.ebuild b/net-libs/libident/libident-0.32.ebuild deleted file mode 100644 index 2fbc80f2281..00000000000 --- a/net-libs/libident/libident-0.32.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="A small library to interface to the Ident protocol server" -HOMEPAGE="http://www.simphalempin.com/dev/libident/" -SRC_URI="http://people.via.ecp.fr/~rem/libident/${P}.tar.bz2" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 s390 ~sparc x86" -IUSE="" - -DEPEND="" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README -}