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 DCEB71382F6 for ; Wed, 6 Jul 2016 22:55:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16E93141DF; Wed, 6 Jul 2016 22:54:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E7DE0141DF for ; Wed, 6 Jul 2016 22:54:55 +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 D3AA6340E17 for ; Wed, 6 Jul 2016 22:54:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CDD32448 for ; Wed, 6 Jul 2016 22:54:50 +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: <1467845538.06c7cfcb0398f12a6cdc419ee4d46e6b6615b02c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/RPC-XML/Manifest dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild X-VCS-Directories: dev-perl/RPC-XML/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 06c7cfcb0398f12a6cdc419ee4d46e6b6615b02c X-VCS-Branch: master Date: Wed, 6 Jul 2016 22:54: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: 32ba97e4-ae74-4180-be6b-3bb947857c96 X-Archives-Hash: b4a7138e3ac0c5d11ef155d3c0e7fd27 commit: 06c7cfcb0398f12a6cdc419ee4d46e6b6615b02c Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Jul 6 22:52:18 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Wed Jul 6 22:52:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c7cfcb dev-perl/RPC-XML: Remove old Package-Manager: portage-2.3.0 dev-perl/RPC-XML/Manifest | 1 - dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild | 49 ------------------------------ 2 files changed, 50 deletions(-) diff --git a/dev-perl/RPC-XML/Manifest b/dev-perl/RPC-XML/Manifest index ebb2b66..07d5996 100644 --- a/dev-perl/RPC-XML/Manifest +++ b/dev-perl/RPC-XML/Manifest @@ -1,2 +1 @@ -DIST RPC-XML-0.77.tar.gz 205679 SHA256 e38c5d131e8c29f41ca39ac1e4b7abd33ed1c9b417e0d8ac1c24a056ce7e6f5a SHA512 960625a387da279bab93d09f8b62d4e4f3e01a008abcc5503de3661171c1a4ffd4db9a4c10c4882e77bc7d12bb14071ca875c1988a3d3126fdf6ee70d68e80c9 WHIRLPOOL aca53100c4e905eba8ad4ea763058c6e63401d6de14be5c79450143eea3167f8d335eb3ff47789396612099bce4b6eed0aeb2d2b39a3158c161a37b66f15a9dc DIST RPC-XML-0.79.tar.gz 209612 SHA256 9822ffcfbea9c2bddef00507dc93f7acb83589e6ff6460ca7040f147aeebf9a9 SHA512 541ee3abf4e44cff68a2b7b7c4f78095e8e4ec479d72b52d300503bc1688f64fd01a0ff3c2cdf8e18573d19af0bae467ac68befe7ad8756e6287ed494a50ce26 WHIRLPOOL 9e42d4c4fee850283bc692cf27915bcd562282e814778253bafa15e5936ab7b8f097e09cbd13ea3ceacbd2673c033e42dda24dc50dc08eeef1ac107cf606af69 diff --git a/dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild b/dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild deleted file mode 100644 index 1277f1f..0000000 --- a/dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=RJRAY -MODULE_VERSION=0.77 -inherit perl-module - -DESCRIPTION="An implementation of XML-RPC" - -SLOT="0" -LICENSE="|| ( Artistic-2 LGPL-2.1 )" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -RDEPEND=" - >=dev-perl/libwww-perl-5.834.0 - >=dev-perl/XML-LibXML-1.850.0 - >=dev-perl/XML-Parser-2.310.0 - dev-perl/Net-Server - >=virtual/perl-Scalar-List-Utils-1.200.0 - dev-perl/URI -" -DEPEND="${RDEPEND}" - -pkg_postinst() { - SETWARN=0 - has_version '=www-servers/apache-2*' && HAVE_APACHE2=1 - has_version '>=www-apache/mod_perl-2.0' && HAVE_MP2=2 - - [ -n "${HAVE_APACHE2}" ] && SETWARN=1 - [ -n "${HAVE_MP2}" ] && SETWARN=1 - - if [ "${SETWARN}" == "1" ]; then - ewarn "Apache2 or mod_perl2 were detected." - ewarn "" - ewarn "NOTE FROM THE AUTHOR OF RPC-XML" - ewarn "" - ewarn "At present, this package does not work with Apache2 and the soon-to-be" - ewarn "mod_perl2. The changes to the API for location handlers are too drastic to" - ewarn "try and support both within the same class (I tried, using the compatibility" - ewarn "layer). Also, mp2 does not currently provide support for sections, which" - ewarn "are the real strength of the Apache::RPC::Server class." - fi -}