From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/websvn/
Date: Mon, 16 Jan 2017 04:38:28 +0000 (UTC) [thread overview]
Message-ID: <1484541449.804196e1f28457f9538c4b234b43e21befb83dcf.bman@gentoo> (raw)
commit: 804196e1f28457f9538c4b234b43e21befb83dcf
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 04:37:29 2017 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> 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
-}
next reply other threads:[~2017-01-16 4:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-16 4:38 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-01-10 22:27 [gentoo-commits] repo/gentoo:master commit in: www-apps/websvn/ Sam James
2018-11-28 9:58 Michał Górny
2016-11-04 13:21 Jeroen Roovers
2016-10-26 10:13 Agostino Sarubbo
2016-10-26 10:12 Agostino Sarubbo
2016-08-15 13:02 Brian Evans
2016-08-11 18:26 Brian Evans
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1484541449.804196e1f28457f9538c4b234b43e21befb83dcf.bman@gentoo \
--to=bman@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox