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 C9F90138334 for ; Sat, 20 Oct 2018 12:17:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0716E086C; Sat, 20 Oct 2018 12:17:18 +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 BCEB8E0866 for ; Sat, 20 Oct 2018 12:17:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9944E335CF3 for ; Sat, 20 Oct 2018 12:17:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3390B440 for ; Sat, 20 Oct 2018 12:17:16 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1540037807.a1af4b87030305852f3e597c36a322ee2521fcd0.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/http-replicator/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/http-replicator/http-replicator-4.0_alpha2-r5.ebuild X-VCS-Directories: net-proxy/http-replicator/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a1af4b87030305852f3e597c36a322ee2521fcd0 X-VCS-Branch: master Date: Sat, 20 Oct 2018 12:17:16 +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: d4e84f7f-8029-4463-80ca-33d6aaffd1d4 X-Archives-Hash: 41151c7700779a5a7c41c7a77f468adb commit: a1af4b87030305852f3e597c36a322ee2521fcd0 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 20 11:45:25 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 20 12:16:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1af4b87 net-proxy/http-replicator: Drop old Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 .../http-replicator-4.0_alpha2-r5.ebuild | 72 ---------------------- 1 file changed, 72 deletions(-) diff --git a/net-proxy/http-replicator/http-replicator-4.0_alpha2-r5.ebuild b/net-proxy/http-replicator/http-replicator-4.0_alpha2-r5.ebuild deleted file mode 100644 index 6810108b67b..00000000000 --- a/net-proxy/http-replicator/http-replicator-4.0_alpha2-r5.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils python-r1 systemd - -MY_P="${PN}_${PV/_/}" - -DESCRIPTION="Proxy cache for Gentoo packages" -HOMEPAGE="https://sourceforge.net/projects/http-replicator" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -# Tests downloads files as well as breaks, should be turned into local tests. -RESTRICT="test" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-4.0_alpha2-r3-pid.patch -} - -src_test() { - ./unit-test && die -} - -src_install() { - python_foreach_impl python_doscript http-replicator - - newbin "${FILESDIR}"/${PN}-3.0-callrepcacheman-0.1 repcacheman - - python_foreach_impl python_domodule *.py - - python_foreach_impl python_newscript "${FILESDIR}"/${PN}-3.0-repcacheman-0.44-r2 repcacheman.py - - newinitd "${FILESDIR}"/${PN}-4.0_alpha2-r3.init http-replicator - newconfd "${FILESDIR}"/${PN}-4.0_alpha2-r2.conf http-replicator - - systemd_dounit "${FILESDIR}"/http-replicator.service - systemd_install_serviced "${FILESDIR}"/http-replicator.service.conf - - dodoc README.user README.devel RELNOTES -} - -pkg_postinst() { - echo - einfo "Before starting ${PN}, please follow the next few steps:" - einfo - einfo "- Modify /etc/conf.d/${PN} if required." - einfo "- Run \`repcacheman\` to set up the cache." - einfo "- Add HTTP_PROXY=\"http://serveraddress:8080\" to make.conf on" - einfo " the server as well as on the client machines." - einfo "- Make sure GENTOO_MIRRORS in /etc/portage/make.conf" - einfo " starts with several good HTTP mirrors." - einfo - einfo "For more information please refer to the following forum thread:" - einfo - einfo " https://forums.gentoo.org/viewtopic-t-173226.html" - einfo - einfo "Starting with 4.x releases, the conf.d parameters have changed." - echo -}