Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66261 Details for
Bug 29853
[New ebuild] cornice-0.6.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cornice-0.6.ebuild
cornice-0.6.ebuild (text/plain), 1.47 KB, created by
Rob Cakebread (RETIRED)
on 2005-08-18 14:50:49 UTC
(
hide
)
Description:
cornice-0.6.ebuild
Filename:
MIME Type:
Creator:
Rob Cakebread (RETIRED)
Created:
2005-08-18 14:50:49 UTC
Size:
1.47 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils python > >MY_P="${P/co/Co}" > >DESCRIPTION="Cornice is a cross-platform image viewer written in Python" >HOMEPAGE="http://wxglade.sourceforge.net/extra/cornice.html" >SRC_URI="http://wxglade.sourceforge.net/extra/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >RDEPEND=">=dev-lang/python-2.3 > >=dev-python/wxpython-2.6 > >=dev-python/imaging-1.1.2" >DEPEND="${RDEPEND} > >=sys-apps/sed-4" > >S="${WORKDIR}/${MY_P}" > >src_unpack() { > python_version > unpack ${A} > cd ${S} || die "Couldn't cd to ${S}" > epatch ${FILESDIR}/${P}-wxversion.patch > > DEST_DIR="/usr/lib/python${PYVER}/site-packages/${PN}" > # Remove unneeded pixmaps > rm -R icons/win > # Modify paths to resources > sed -i \ > -e "s:toolbars\.xrc:${DEST_DIR}/toolbars.xrc:" \ > *.py || die "sed *.py failed" > sed -i \ > -e "s:resources\.xrc:${DEST_DIR}/resources.xrc:" \ > main.py || die "sed main.py failed" >} > >src_install() { > python_version > DEST_DIR="/usr/lib/python${PYVER}/site-packages/${PN}" > dodoc README.txt > > dodir ${DEST_DIR} > cp -R *.py *.xrc i18n dirctrl dircompleter icons "${D}${DEST_DIR}" > > exeinto "${DEST_DIR}" > doexe cornice.py > > dodir /usr/bin > #dosym ${DEST_DIR}/cornice.py /usr/bin/cornice > > insinto /usr/share/locale/it/LC_MESSAGES > doins i18n/it/LC_MESSAGES/cornice.mo > echo "#!/bin/bash" > ./cornice > echo "cd ${DEST_DIR}; exec python ./cornice.py $*" >> ./cornice > dobin ./cornice >}
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 29853
:
41303
|
41304
|
41309
|
41310
| 66261 |
66262