Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 277951 Details for
Bug 372729
New ebuild for gedit-source-code-browser
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-util/gedit-source-code-browser-9999
gedit-source-code-browser-9999.ebuild (text/plain), 980 bytes, created by
Favero Francesco
on 2011-06-23 22:23:39 UTC
(
hide
)
Description:
dev-util/gedit-source-code-browser-9999
Filename:
MIME Type:
Creator:
Favero Francesco
Created:
2011-06-23 22:23:39 UTC
Size:
980 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="3" > >inherit python eutils git > >DESCRIPTION="Ctags plugins for gedit" >HOMEPAGE="http://live.gnome.org/GeditPlugins" >EGIT_REPO_URI="git://github.com/Quixotix/${PN}.git" > >LICENSE="GPL-2" >KEYWORDS="~amd64 ~x86" >SLOT="0" >IUSE="" > >RDEPEND=">=app-editors/gedit-3.0.0 > dev-util/ctags" >DEPEND="${RDEPEND}" > > >S="${WORKDIR}" > >src_compile() { > einfo "Nothing to compile" >} > >src_install() { > cd ${S} > > insinto /usr/share/glib-2.0/schemas > doins sourcecodebrowser/data/org.gnome.gedit.plugins.sourcecodebrowser.gschema.xml > > insinto /usr/$(get_libdir)/gedit/plugins > doins -r sourcecodebrowser > doins sourcecodebrowser.plugin >} > >pkg_postinst() { > glib-compile-schemas /usr/share/glib-2.0/schemas/ > python_need_rebuild > python_mod_optimize /usr/$(get_libdir)/gedit/plugins >} > >pkg_postrm() { > python_mod_cleanup /usr/$(get_libdir)/gedit/plugins >}
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 372729
: 277951