summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/gitweb/gitweb-261.ebuild')
-rw-r--r--www-apps/gitweb/gitweb-261.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/www-apps/gitweb/gitweb-261.ebuild b/www-apps/gitweb/gitweb-261.ebuild
deleted file mode 100644
index 2ab4c149bb8e..000000000000
--- a/www-apps/gitweb/gitweb-261.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gitweb/gitweb-261.ebuild,v 1.1 2005/12/14 17:22:13 ferdy Exp $
-
-inherit webapp
-
-DESCRIPTION="Web interface to GIT repositories"
-HOMEPAGE="http://git.or.cz/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~alpha"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/perl
->=dev-util/git-0.99.9"
-
-src_install() {
- webapp_src_preinst
- dodoc README "${FILESDIR}/README.gentoo"
- rm -f README
-
- sed -i \
- -e 's:^\(my $projectroot = *\).*$:\1"/var/git";:g' \
- -e 's:indextext\.html:index/text.html:g' \
- gitweb.cgi || die "sed failed"
-
- chmod +x gitweb.cgi
-
- cp gitweb.cgi ${D}${MY_HTDOCSDIR}
-
- webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt"
- webapp_src_install
-}