www-apps/svnadmin: initial commit
(Portage version: 2.1.10.3/svn/Linux x86_64, RepoMan options: --force) git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2928 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
9314f7093e
commit
88fc4de54c
9
www-apps/svnadmin/ChangeLog
Normal file
9
www-apps/svnadmin/ChangeLog
Normal file
@ -0,0 +1,9 @@
|
||||
# ChangeLog for www-apps/svnadmin
|
||||
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
*svnadmin-1.5.2 (17 Jun 2011)
|
||||
|
||||
17 Jun 2011; Mario Fetka <mario.fetka@gmail.com> +svnadmin-1.5.2.ebuild:
|
||||
initial commit
|
||||
|
3
www-apps/svnadmin/Manifest
Normal file
3
www-apps/svnadmin/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST svnadmin-1.5.2.zip 331691 RMD160 56a779479265492af36a0b27658a1c43473052f6 SHA1 b66e4dac08fa31ccd0fd7a97f3d9c07a9a551b4f SHA256 36e0eb44ee59a0f0c2e859c94456f6ca598c237c1103ea6a1e27366061da7e93
|
||||
EBUILD svnadmin-1.5.2.ebuild 870 RMD160 f406cbe1222be86c260a35f954c72c392e5a1d3f SHA1 09cd45bc99d8ccc40d626c987c90cc38057cda3a SHA256 52d0f1bf33bd6681fbe9f838535e5dbf59e4d135708136be02ccc448f7bc6486
|
||||
MISC ChangeLog 242 RMD160 e60222d56aa726356b809b5879b0ff27129c4070 SHA1 0aee920dde8fc4bd829909527115eabe7f18e84a SHA256 e77f09a1cf41e016fec9333576112251463122b5b07074285ee149d05a31e5cc
|
48
www-apps/svnadmin/svnadmin-1.5.2.ebuild
Normal file
48
www-apps/svnadmin/svnadmin-1.5.2.ebuild
Normal file
@ -0,0 +1,48 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit depend.php eutils webapp
|
||||
|
||||
DESCRIPTION="Web-based GUI to your Subversion authorization file."
|
||||
HOMEPAGE="http://www.insanefactory.com/if-svnadmin/"
|
||||
SRC_URI="mirror://sourceforge/ifsvnadmin/${P}.zip"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
IUSE=""
|
||||
KEYWORDS="amd64 arm ppc ppc64 ~sparc x86"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-vcs/subversion"
|
||||
RESTRICT=""
|
||||
|
||||
need_httpd_cgi
|
||||
need_php_httpd
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
pkg_setup() {
|
||||
webapp_pkg_setup
|
||||
has_php
|
||||
require_php_with_use xml
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
edos2unix $(find . -type 'f') || die "edos2unix failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
webapp_src_preinst
|
||||
|
||||
dodoc *.txt || die "dodoc failed"
|
||||
rm -rf *.txt
|
||||
|
||||
insinto "${MY_HTDOCSDIR}"
|
||||
doins -r . || die "doins failed"
|
||||
|
||||
webapp_serverowned "${MY_HTDOCSDIR}"/data
|
||||
|
||||
webapp_src_install
|
||||
}
|
Loading…
Reference in New Issue
Block a user