Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 191514 Details for
Bug 270124
www-apps/viewvc-1.1.1 released
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
viewvc-1.1.0.ebuild.patch
viewvc-1.1.0.ebuild.patch (text/plain), 2.46 KB, created by
Arfrever Frehtes Taifersar Arahesis (RETIRED)
on 2009-05-17 06:27:13 UTC
(
hide
)
Description:
viewvc-1.1.0.ebuild.patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis (RETIRED)
Created:
2009-05-17 06:27:13 UTC
Size:
2.46 KB
patch
obsolete
>--- www-apps/viewvc/viewvc-1.0.7.ebuild >+++ www-apps/viewvc/viewvc-1.1.0.ebuild >@@ -2,17 +2,17 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.7.ebuild,v 1.1 2008/11/01 07:05:34 robbat2 Exp $ > >-inherit confutils webapp python eutils >+inherit confutils eutils python webapp > > WEBAPP_MANUAL_SLOT="yes" > > DESCRIPTION="ViewVC, a web interface to CVS and Subversion" > HOMEPAGE="http://viewvc.org/" >-SRC_URI="http://viewvc.tigris.org/files/documents/3330/44050/${P}.tar.gz" >+SRC_URI="http://viewvc.tigris.org/files/documents/3330/45933/${P}.tar.gz" > > LICENSE="viewcvs" > KEYWORDS="~amd64 ~ppc ~sparc ~x86" >-IUSE="cvs cvsgraph enscript highlight mod_python mysql subversion" >+IUSE="cvs cvsgraph mod_python mysql pygments subversion" > SLOT="0" > > DEPEND="" >@@ -24,16 +24,15 @@ > > subversion? ( > >=dev-lang/python-2.0 >- >=dev-util/subversion-1.2.0 >+ >=dev-util/subversion-1.3.1 > ) > > mod_python? ( www-apache/mod_python ) > !mod_python? ( virtual/httpd-cgi ) > > cvsgraph? ( >=dev-util/cvsgraph-1.5.0 ) >- enscript? ( app-text/enscript ) >- highlight? ( >=app-text/highlight-2.2.10 ) > mysql? ( >=dev-python/mysql-python-0.9.0 ) >+ pygments? ( dev-python/pygments ) > " > > pkg_setup() { >@@ -42,8 +41,7 @@ > confutils_require_any cvs subversion > confutils_use_depend_built_with_all subversion dev-util/subversion python > >- python_version >- MOD_PATH=/usr/$(get_libdir)/python${PYVER}/site-packages/${PN} >+ MOD_PATH=$(python_get_sitedir)/${PN} > } > > src_unpack() { >@@ -57,16 +55,16 @@ > sed -i -e "s|\(self\.options\.template_dir\)\(.*\$\)|\1 = \"${MY_APPDIR}/templates\"|" \ > lib/config.py > >- sed -i -e "s|^template_dir.*|#&|" viewvc.conf.dist >- mv viewvc.conf{.dist,} >- mv cvsgraph.conf{.dist,} >+ sed -i -e "s|^template_dir.*|#&|" conf/viewvc.conf.dist >+ mv conf/viewvc.conf{.dist,} >+ mv conf/cvsgraph.conf{.dist,} >+ mv conf/mimetypes.conf{.dist,} > } > > src_install() { > webapp_src_preinst >- python_version > >- dodoc CHANGES COMMITTERS INSTALL README TODO >+ dodoc CHANGES COMMITTERS INSTALL README > dohtml -r viewvc.org/* > > insinto "${MOD_PATH}" >@@ -81,7 +79,7 @@ > fi > > insinto "${MY_HOSTROOTDIR}"/conf >- doins {viewvc,cvsgraph}.conf >+ doins conf/{viewvc,cvsgraph,mimetypes}.conf > > if use mod_python; then > insinto "${MY_HTDOCSDIR}" >@@ -102,7 +100,6 @@ > > pkg_postinst() { > webapp_pkg_postinst >- python_version > python_mod_optimize "${MOD_PATH}" > elog "Now read INSTALL in /usr/share/doc/${PF} to configure ${PN}" > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 270124
: 191514