Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61845 Details for
Bug 96949
pyfloppy is a rather nice GUI based floppy formatting tool (ext2 and fat)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pyfloppy-1.1.ebuild
pyfloppy-1.1.ebuild (text/plain), 827 bytes, created by
Dylan Wakefield
on 2005-06-24 08:50:59 UTC
(
hide
)
Description:
pyfloppy-1.1.ebuild
Filename:
MIME Type:
Creator:
Dylan Wakefield
Created:
2005-06-24 08:50:59 UTC
Size:
827 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="A floppy formatting tool with GUI written in Python / Tkinter" >HOMEPAGE="http://www.8ung.at/klappnase/pyfloppy/pyfloppy.html" >SRC_URI="http://www.8ung.at/klappnase/downloads/${P}.tar.bz2" >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="~x86" >IUSE="" >RDEPEND="sys-fs/dosfstools > sys-fs/e2fsprogs > dev-lang/tcl > dev-lang/tk > sys-apps/util-linux" > >src_unpack() { > unpack ${A} > cd "${S}" > echo "${FILESDIR}"/fixdeplocations-${P}.patch > epatch "${FILESDIR}"/fixdeplocations-${P}.patch >} > >src_install() { > dobin pyfloppy.py || die > dodoc doc/* > dodir /usr/share/locale/de/LC_MESSAGES/ > insinto /usr/share/locale/de/LC_MESSAGES/ > newins po/de.gmo pyfloppy.mo >}
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 96949
:
61845
|
61846
|
93120
|
104912
|
104913