diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-10-12 18:40:48 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-10-12 18:40:48 +0000 |
commit | d3d22f3cfc580b3b76a86f7376c84e3d673b2379 (patch) | |
tree | f31a3c7f53a3333339c0f7c8e4f1cf88b3c5c7db /www-apps/gitweb | |
parent | version bump. remove old version (diff) | |
download | gentoo-2-d3d22f3cfc580b3b76a86f7376c84e3d673b2379.tar.gz gentoo-2-d3d22f3cfc580b3b76a86f7376c84e3d673b2379.tar.bz2 gentoo-2-d3d22f3cfc580b3b76a86f7376c84e3d673b2379.zip |
set +x on gitweb.cgi
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'www-apps/gitweb')
-rw-r--r-- | www-apps/gitweb/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/gitweb/gitweb-247.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/www-apps/gitweb/ChangeLog b/www-apps/gitweb/ChangeLog index 3ff47a59abe9..161f30bf9bc9 100644 --- a/www-apps/gitweb/ChangeLog +++ b/www-apps/gitweb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/gitweb # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gitweb/ChangeLog,v 1.2 2005/10/06 11:54:23 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gitweb/ChangeLog,v 1.3 2005/10/12 18:40:48 ferdy Exp $ + + 12 Oct 2005; Fernando J. Pereda <ferdy@gentoo.org> gitweb-247.ebuild: + set +x on gitweb.cgi 06 Oct 2005; Fernando J. Pereda <ferdy@gentoo.org> gitweb-247.ebuild: add missing git dependency diff --git a/www-apps/gitweb/gitweb-247.ebuild b/www-apps/gitweb/gitweb-247.ebuild index 34f98f189d94..b5920dcd67a5 100644 --- a/www-apps/gitweb/gitweb-247.ebuild +++ b/www-apps/gitweb/gitweb-247.ebuild @@ -1,6 +1,6 @@ # 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-247.ebuild,v 1.2 2005/10/06 11:54:23 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gitweb/gitweb-247.ebuild,v 1.3 2005/10/12 18:40:48 ferdy Exp $ inherit webapp @@ -26,6 +26,8 @@ src_install() { -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" |