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 D690A139085 for ; Mon, 16 Jan 2017 04:45:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E720821C03E; Mon, 16 Jan 2017 04:45:04 +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 AF2F921C03E for ; Mon, 16 Jan 2017 04:45:04 +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 4D45E341646 for ; Mon, 16 Jan 2017 04:38:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF4E82883 for ; Mon, 16 Jan 2017 04:38:28 +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: <1484541449.804196e1f28457f9538c4b234b43e21befb83dcf.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/websvn/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/websvn/Manifest www-apps/websvn/websvn-2.3.2.ebuild X-VCS-Directories: www-apps/websvn/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 804196e1f28457f9538c4b234b43e21befb83dcf X-VCS-Branch: master Date: Mon, 16 Jan 2017 04:38:28 +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: 9c2872cf-eb3b-468c-b063-78a0178312fd X-Archives-Hash: bff55c2b0277cf3d25bf78891039c45e commit: 804196e1f28457f9538c4b234b43e21befb83dcf Author: Aaron Bauman gentoo org> AuthorDate: Mon Jan 16 04:37:29 2017 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jan 16 04:37:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804196e1 www-apps/websvn: security cleanup wrt bug #552684 Package-Manager: portage-2.3.0 www-apps/websvn/Manifest | 1 - www-apps/websvn/websvn-2.3.2.ebuild | 54 ------------------------------------- 2 files changed, 55 deletions(-) diff --git a/www-apps/websvn/Manifest b/www-apps/websvn/Manifest index c23ef53..d275104 100644 --- a/www-apps/websvn/Manifest +++ b/www-apps/websvn/Manifest @@ -1,2 +1 @@ -DIST websvn-2.3.2.tar.gz 846511 SHA256 d2e6e65c1ca8c51e036b2229f144fe22cd13c005a080326a99eef48453855bdc SHA512 fd5b902c8d9c518ca5800e259fdc4d3f0e59753db8efb63fc91baea4dae6ca3a537f04b70e928427e07da9868855826686e094885b671cf578b7f50e8da39df3 WHIRLPOOL 25478ae264ecd7c13d02eea8fbadf1c856b078961ce56647036c0cc5ce8b2d0187a973f13c05f1f7ca9a76200827f09e1a71e5502f0a158b987d5e8bc08b481b DIST websvn-2.3.3.tar.gz 882779 SHA256 67d5cb7ffb087f8a92e3dcad10f16612baac4d15a60d659aa8b6e06200ac8742 SHA512 8c77a9770dfc3c9487793cd71c460d4048aa4aa7b8520a53eea8ae872f30e06d885f849d63fa0e9f61ed5923f9dd9c5ef1f3c4f020afaa83d7815a99d64818a0 WHIRLPOOL efd59ddbe6a84d2b0bce9286271627e485c77b93dd0ad998ecaa4bad8bfb246f62508c3e1d6183194b9f64313f223bb44fc8d8fdf0c1f176efb808b3cbf7e7d9 diff --git a/www-apps/websvn/websvn-2.3.2.ebuild b/www-apps/websvn/websvn-2.3.2.ebuild deleted file mode 100644 index f6cb952..00000000 --- a/www-apps/websvn/websvn-2.3.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit eutils webapp - -MY_P="${P//_/}" - -DESCRIPTION="Web-based browsing tool for Subversion (SVN) repositories in PHP" -HOMEPAGE="http://www.websvn.info/ http://websvn.tigris.org/" -DOWNLOAD_NUMBER="48737" -SRC_URI="http://websvn.tigris.org/files/documents/1380/${DOWNLOAD_NUMBER}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -IUSE="enscript" -KEYWORDS="amd64 ppc ppc64 ~sparc x86" - -DEPEND="virtual/httpd-php" -RDEPEND="dev-vcs/subversion - enscript? ( app-text/enscript ) - virtual/httpd-php" -RESTRICT="mirror" - -need_httpd_cgi - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - webapp_pkg_setup - has_php - require_php_with_use xml -} - -src_install() { - webapp_src_preinst - - mv include/{dist,}config.php - - dodoc changes.txt || die "dodoc failed" - dohtml doc/* || die "dohtml failed" - rm -rf license.txt changes.txt doc/ - - insinto "${MY_HTDOCSDIR}" - doins -r . || die "doins failed" - - webapp_configfile "${MY_HTDOCSDIR}"/include/config.php - webapp_configfile "${MY_HTDOCSDIR}"/wsvn.php - - webapp_serverowned "${MY_HTDOCSDIR}"/cache - - webapp_src_install -}