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 55B6D1395E8 for ; Sat, 4 Feb 2017 17:33:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFBBB21C08B; Sat, 4 Feb 2017 17:33:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CDE0A21C08B for ; Sat, 4 Feb 2017 17:33:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 029ED341647 for ; Sat, 4 Feb 2017 17:33:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E2D33DC9 for ; Sat, 4 Feb 2017 17:33:32 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1486229543.8170d945b38aeceddcfe995c6652ba4cd1a61eae.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Socket6/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Socket6/Manifest dev-perl/Socket6/Socket6-0.250.0.ebuild X-VCS-Directories: dev-perl/Socket6/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 8170d945b38aeceddcfe995c6652ba4cd1a61eae X-VCS-Branch: master Date: Sat, 4 Feb 2017 17:33:32 +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: 06ed46a7-9976-422a-8e5c-3c59ae6d020b X-Archives-Hash: f676ed971ba25e657995d0ae2652aab0 commit: 8170d945b38aeceddcfe995c6652ba4cd1a61eae Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Feb 4 16:58:40 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Feb 4 17:32:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8170d945 dev-perl/Socket6: Remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-perl/Socket6/Manifest | 1 - dev-perl/Socket6/Socket6-0.250.0.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-perl/Socket6/Manifest b/dev-perl/Socket6/Manifest index 4c2717e..28b79cb 100644 --- a/dev-perl/Socket6/Manifest +++ b/dev-perl/Socket6/Manifest @@ -1,2 +1 @@ -DIST Socket6-0.25.tar.gz 58057 SHA256 da746f8e7740b4ef66f4ff70dfad4e90f001a47a4803de66b7d7e0bdc924baa9 SHA512 0b164bca51783798b9a65119f702c33578235478857aa0f5d6c7f3aaa987522c22e84f94197d34159cb7f07fbd1dd7c5fd5579b1d42c82a233aff071edfaa95c WHIRLPOOL 123f84ecd7a8c83c81f00b1b5dedc95c8b19bbfdea5c40dbe19980206f27a6d3b44823bc95d6702a40a7db8115569bb095c387edd15a24ec85477f6943ea23a3 DIST Socket6-0.27.tar.gz 64936 SHA256 30d2881962720769909439b04077a06cc76c2da244f06b957468bfe22482cf8e SHA512 8431d3d3d48da0b55dbe5478f9226ddb77bc2fbd2db164683312d51446dfdf52c2f596ff1ee7287a4321386579db8713169eabf65b93ff900808ca311cefe6d5 WHIRLPOOL 72996635af13d59a5f5b321ad9d77bb24f947df31b9b67713985d410e7a8edd2cd4167951847e7ab6542aeeba15f52cca5580e3263c1eb298f672d3ec3cd46d6 diff --git a/dev-perl/Socket6/Socket6-0.250.0.ebuild b/dev-perl/Socket6/Socket6-0.250.0.ebuild deleted file mode 100644 index d71225a..00000000 --- a/dev-perl/Socket6/Socket6-0.250.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=UMEMOTO -MODULE_VERSION=0.25 -inherit perl-module - -DESCRIPTION="IPv6 related part of the C socket.h defines and structure manipulators" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -SRC_TEST="do" - -src_unpack() { - perl-module_src_unpack - tc-export CC -}