public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-apps/websvn/
@ 2016-08-11 18:26 Brian Evans
  0 siblings, 0 replies; 8+ messages in thread
From: Brian Evans @ 2016-08-11 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     035bbc024415e995d8ffb968a547dc28ca1cccf8
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 18:25:15 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 18:26:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=035bbc02

www-apps/websvn: Drop old

Package-Manager: portage-2.3.0

 www-apps/websvn/websvn-2.3.3.ebuild | 54 -------------------------------------
 1 file changed, 54 deletions(-)

diff --git a/www-apps/websvn/websvn-2.3.3.ebuild b/www-apps/websvn/websvn-2.3.3.ebuild
deleted file mode 100644
index f49970f..0000000
--- a/www-apps/websvn/websvn-2.3.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit depend.php 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="49056"
-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=""
-RDEPEND="dev-vcs/subversion
-	enscript? ( app-text/enscript )"
-RESTRICT="mirror"
-
-need_httpd_cgi
-need_php_httpd
-
-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
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/websvn/
@ 2016-08-15 13:02 Brian Evans
  0 siblings, 0 replies; 8+ messages in thread
From: Brian Evans @ 2016-08-15 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     64a932e34afd0526899980ba45fd887e0c4cf813
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 13:02:05 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 13:02:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a932e3

www-apps/websvn: Drop depend.php eclass and insert the DEPENDs it added

This effectively does not change the vdb as the DEPEND and RDEPEND values
are the same as they were previously

Package-Manager: portage-2.3.0

 www-apps/websvn/websvn-2.3.2.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/www-apps/websvn/websvn-2.3.2.ebuild b/www-apps/websvn/websvn-2.3.2.ebuild
index b01c38a..f6cb952 100644
--- a/www-apps/websvn/websvn-2.3.2.ebuild
+++ b/www-apps/websvn/websvn-2.3.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="2"
 
-inherit depend.php eutils webapp
+inherit eutils webapp
 
 MY_P="${P//_/}"
 
@@ -17,13 +17,13 @@ LICENSE="GPL-2"
 IUSE="enscript"
 KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 
-DEPEND=""
+DEPEND="virtual/httpd-php"
 RDEPEND="dev-vcs/subversion
-	enscript? ( app-text/enscript )"
+	enscript? ( app-text/enscript )
+	virtual/httpd-php"
 RESTRICT="mirror"
 
 need_httpd_cgi
-need_php_httpd
 
 S="${WORKDIR}/${MY_P}"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/websvn/
@ 2016-10-26 10:12 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2016-10-26 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     5aab8e3bb2a9e33a873899754c2c5355749d676f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 10:12:23 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 10:12:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aab8e3b

www-apps/websvn: amd64 stable wrt bug #552684

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-apps/websvn/websvn-2.3.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/websvn/websvn-2.3.3-r1.ebuild b/www-apps/websvn/websvn-2.3.3-r1.ebuild
index 27275ad..676b7db 100644
--- a/www-apps/websvn/websvn-2.3.3-r1.ebuild
+++ b/www-apps/websvn/websvn-2.3.3-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://websvn.tigris.org/files/documents/1380/${DOWNLOAD_NUMBER}/${MY_P
 
 LICENSE="GPL-2"
 IUSE="enscript"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND=""
 RDEPEND="dev-lang/php:*[xml]


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/websvn/
@ 2016-10-26 10:13 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2016-10-26 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     7c747d5c999150159d3f722de58d9932ee63ef14
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 10:13:23 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 10:13:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c747d5c

www-apps/websvn: x86 stable wrt bug #552684

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-apps/websvn/websvn-2.3.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/websvn/websvn-2.3.3-r1.ebuild b/www-apps/websvn/websvn-2.3.3-r1.ebuild
index 676b7db..0b5b357 100644
--- a/www-apps/websvn/websvn-2.3.3-r1.ebuild
+++ b/www-apps/websvn/websvn-2.3.3-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://websvn.tigris.org/files/documents/1380/${DOWNLOAD_NUMBER}/${MY_P
 
 LICENSE="GPL-2"
 IUSE="enscript"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 
 DEPEND=""
 RDEPEND="dev-lang/php:*[xml]


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/websvn/
@ 2016-11-04 13:21 Jeroen Roovers
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers @ 2016-11-04 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b57cf7f122206d924675cbf201d9fc3a1cbcba49
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  4 13:19:11 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 13:19:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b57cf7f1

www-apps/websvn: Stable for PPC64 (bug #552684).

Package-Manager: portage-2.3.2
RepoMan-Options: --ignore-arches

 www-apps/websvn/websvn-2.3.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/websvn/websvn-2.3.3-r1.ebuild b/www-apps/websvn/websvn-2.3.3-r1.ebuild
index 0b5b357..f0cd0dc 100644
--- a/www-apps/websvn/websvn-2.3.3-r1.ebuild
+++ b/www-apps/websvn/websvn-2.3.3-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://websvn.tigris.org/files/documents/1380/${DOWNLOAD_NUMBER}/${MY_P
 
 LICENSE="GPL-2"
 IUSE="enscript"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
 
 DEPEND=""
 RDEPEND="dev-lang/php:*[xml]


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/websvn/
@ 2017-01-16  4:38 Aaron Bauman
  0 siblings, 0 replies; 8+ messages in thread
From: Aaron Bauman @ 2017-01-16  4:38 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/websvn/
@ 2018-11-28  9:58 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2018-11-28  9:58 UTC (permalink / raw
  To: gentoo-commits

commit:     4da6387ff82c57eb97f10c7ec1edbb6dbb45b457
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 13 11:41:24 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 09:58:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da6387f

www-apps/websvn: Make USE=enscript a local flag

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-apps/websvn/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www-apps/websvn/metadata.xml b/www-apps/websvn/metadata.xml
index 23492929dea..bcf1012b79d 100644
--- a/www-apps/websvn/metadata.xml
+++ b/www-apps/websvn/metadata.xml
@@ -5,6 +5,10 @@
 		<email>web-apps@gentoo.org</email>
 		<name>Gentoo Webapps</name>
 	</maintainer>
+	<use>
+		<flag name='enscript'>Add enscript support to colorize code
+			stored in the repository</flag>
+	</use>
 	<longdescription>
 		Web based Subversion repository browser written in PHP
 	</longdescription>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/websvn/
@ 2021-01-10 22:27 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-01-10 22:27 UTC (permalink / raw
  To: gentoo-commits

commit:     5153f7feef7cba5dd3de9b254ee1f7f0139021ba
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 22:14:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 22:27:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5153f7fe

www-apps/websvn: mark ALLARCHES

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/websvn/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-apps/websvn/metadata.xml b/www-apps/websvn/metadata.xml
index b925333babf..6acd325f386 100644
--- a/www-apps/websvn/metadata.xml
+++ b/www-apps/websvn/metadata.xml
@@ -5,6 +5,7 @@
 		<email>web-apps@gentoo.org</email>
 		<name>Gentoo Webapps</name>
 	</maintainer>
+	<stabilize-allarches/>
 	<use>
 		<flag name="enscript">Add enscript support to colorize code
 			stored in the repository</flag>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-01-10 22:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-15 13:02 [gentoo-commits] repo/gentoo:master commit in: www-apps/websvn/ Brian Evans
  -- strict thread matches above, loose matches on Subject: below --
2021-01-10 22:27 Sam James
2018-11-28  9:58 Michał Górny
2017-01-16  4:38 Aaron Bauman
2016-11-04 13:21 Jeroen Roovers
2016-10-26 10:13 Agostino Sarubbo
2016-10-26 10:12 Agostino Sarubbo
2016-08-11 18:26 Brian Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox