Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 201573 Details for
Bug 281853
app-misc/git version bump to gnuit-4.9.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gnuit-4.9.5-version_bump.patch
gnuit-4.9.5-version_bump.patch (text/plain), 1.73 KB, created by
James Rowe
on 2009-08-18 02:17:48 UTC
(
hide
)
Description:
gnuit-4.9.5-version_bump.patch
Filename:
MIME Type:
Creator:
James Rowe
Created:
2009-08-18 02:17:48 UTC
Size:
1.73 KB
patch
obsolete
>--- gnuit/gnuit-4.3.20.ebuild 2009-04-10 06:06:13.000000000 +0100 >+++ gnuit/gnuit-4.9.5.ebuild 2009-08-18 02:36:04.000000000 +0100 >@@ -2,21 +2,37 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-misc/git/git-4.3.20.ebuild,v 1.16 2009/04/10 04:44:46 darkside Exp $ > >-DESCRIPTION="GNU Interactive Tools - increase speed and efficiency of most daily task" >-HOMEPAGE="http://www.gnu.org/software/git/" >+EAPI="2" >+ >+DESCRIPTION="GNU Interactive Tools - increase speed and efficiency of most daily tasks" >+HOMEPAGE="http://www.gnu.org/software/gnuit/" > SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" > >-LICENSE="GPL-2" >+LICENSE="GPL-3 FDL-1.3" > SLOT="0" > KEYWORDS="x86 amd64 ppc sparc" > IUSE="" > >-DEPEND="sys-devel/binutils >- !dev-util/git >- !dev-util/cogito" >+# app-text/texi2html is only needed if any documentation patches are added >+# dev-util/git[gtk] installs the gitview tool which collides with this >+# package. >+DEPEND="!dev-util/git[gtk]" >+RDEPEND="${DEPEND}" >+ >+src_configure() { >+ # The transition option controls whether a "git" wrapper is installed, it is >+ # disabled explicitly so we don't need to block on dev-util/git. >+ econf --disable-transition || die "econf failed" >+} > > src_install() { >- sed -i -e 's:/doc:/share/doc:' doc/Makefile || die "sed failed" >- einstall || die >- dodoc AUTHORS INSTALL README NEWS >+ emake DESTDIR="${D}" htmldir="/usr/share/doc/${PF}/html" install \ >+ || die "emake install failed" >+ dodoc AUTHORS NEWS PROBLEMS README >+} >+ >+pkg_postinst() { >+ einfo "The 'git' tool this package previously installed is now called 'gitfm'" >+ einfo "If you want the 'gitaction' tool to use your preferred desktop" >+ einfo "application settings install the 'x11-misc/xdg-utils' package." > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 281853
: 201573