Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 138213 Details for
Bug 141705
[NEW EBUILD] pypar2-0.07
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for the version 1.4
pypar2-1.4.ebuild (text/plain), 822 bytes, created by
Stephan Gsell
on 2007-12-10 22:11:19 UTC
(
hide
)
Description:
ebuild for the version 1.4
Filename:
MIME Type:
Creator:
Stephan Gsell
Created:
2007-12-10 22:11:19 UTC
Size:
822 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >MY_PN="PyPar2" >S="${WORKDIR}/${MY_PN}-${PV}" > >DESCRIPTION="PyPar2 is a graphical frontend for the Linux par2 command line, written in Python." >HOMEPAGE="http://pypar2.silent-blade.org" >SRC_URI="http://pypar2.silent-blade.org/uploads/Main/pypar2-${PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >DEPEND="app-arch/par2cmdline > dev-lang/python > dev-python/gnome-python > dev-python/pycairo > dev-python/pyxml > x11-libs/vte" > >pkg_setup() { > if ! built_with_use x11-libs/vte python; then > die "x11-libs/vte has to be compiled with the python use flag" > fi >} > >src_install() { > cd "${S}" > make DESTDIR="${D}" install || die "install failed" >} >
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 141705
:
92721
|
92722
| 138213 |
162156