Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 90041 Details for
Bug 137857
jbrout-9999.ebuild (NEW)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jbrout-9999.ebuild
jbrout-9999.ebuild (text/plain), 2.18 KB, created by
Milos Popovic
on 2006-06-24 09:31:28 UTC
(
hide
)
Description:
jbrout-9999.ebuild
Filename:
MIME Type:
Creator:
Milos Popovic
Created:
2006-06-24 09:31:28 UTC
Size:
2.18 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ >inherit subversion eutils > >ESVN_REPO_URI="http://svn.jbrout.python-hosting.com/trunk" > >DESCRIPTION="Photo manager written in python/pygtk" >HOMEPAGE="http://jbrout.python-hosting.com/wiki/WikiStart" >SRC_URI="" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="-*" >IUSE="" > >DEPEND=">=dev-lang/python-2.4 > dev-libs/libxml2 > dev-libs/libxslt > >=dev-python/pygtk-2.6 > media-gfx/fbida > media-gfx/jhead > dev-python/lxml" > >RDEPEND="" > >src_unpack() { > subversion_src_unpack > cd "${S}" >} > >src_install() { > cd "${S}" > > dodir /usr/local/lbrout > exeinto /usr/local/jbrout > doexe *.py *.glade > > dodir /usr/local/jbrout/plugins > exeinto /usr/local/jbrout/plugins > doexe plugins/*.py > exeinto /usr/local/jbrout/plugins/comment/ > doexe plugins/comment/*.py plugins/comment/*.glade > exeinto /usr/local/jbrout/plugins/export > doexe plugins/export/*.py plugins/export/*.glade > exeinto /usr/local/jbrout/plugins/exportToHtml > doexe plugins/exportToHtml/*.py plugins/exportToHtml/*.glade > exeinto /usr/local/jbrout/plugins/instantWeb > doexe plugins/instantWeb/*.py plugins/instantWeb/*.glade > exeinto /usr/local/jbrout/plugins/openExplorer > doexe plugins/openExplorer/*.py > exeinto /usr/local/jbrout/plugins/redate > doexe plugins/redate/*.py plugins/redate/*.glade > exeinto /usr/local/jbrout/plugins/rotate > doexe plugins/rotate/*.py > exeinto /usr/local/jbrout/plugins/show > doexe plugins/show/*.py plugins/show/*.glade > exeinto /usr/local/jbrout/plugins/uploadToFlickr > doexe plugins/uploadToFlickr/*.py plugins/uploadToFlickr/*.glade > dodir /usr/local/jbrout/plugins/rotate/gfx > insinto /usr/local/jbrout/plugins/rotate/gfx > doins plugins/rotate/gfx/*.png > dodir /usr/local/jbrout/plugins/exportToHtml/xsl > insinto /usr/local/jbrout/plugins/exportToHtml/xsl > doins plugins/exportToHtml/xsl/*.xsl > > > dodir /usr/local/jbrout/libs > exeinto /usr/local/jbrout/libs > doexe libs/*.py > dodir /usr/local/jbrout/libs/winsearch > exeinto /usr/local/jbrout/libs/winsearch > doexe libs/winsearch/*.py libs/winsearch/*.glade > > dodir /usr/local/jbrout/gfx > insinto /usr/local/jbrout/gfx > doins gfx/*.png gfx/*.ico > > exeinto /usr/bin > doexe ${FILESDIR}/jbrout >}
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 137857
: 90041 |
90042