Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 79221 Details for
Bug 111026
sys-apps/qtparted-0.4.5 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for progsreiserfs-0.3.0.4 (needed if you want to have reiser support)
progsreiserfs-0.3.0.4.ebuild (text/plain), 1.42 KB, created by
stephan
on 2006-02-08 04:34:29 UTC
(
hide
)
Description:
Ebuild for progsreiserfs-0.3.0.4 (needed if you want to have reiser support)
Filename:
MIME Type:
Creator:
stephan
Created:
2006-02-08 04:34:29 UTC
Size:
1.42 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit libtool flag-o-matic > >MY_P="${PN}-${PV/_/-}" >DESCRIPTION="Library for accessing and manipulating reiserfs partitions" >HOMEPAGE="http://reiserfs.linux.kiev.ua/" >SRC_URI="http://reiserfs.linux.kiev.ua/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" >IUSE="nls debug" > >RDEPEND="" >DEPEND="sys-fs/e2fsprogs > nls? ( sys-devel/gettext )" > >S="${WORKDIR}/${MY_P}" > >progsreiserfs_warning() { > ewarn "progsreiserfs has been proven dangerous in the past, generating bad" > ewarn "partitions and destroying data on resize/cpfs operations." > ewarn "Because of this, we do NOT provide their binaries, but only their" > ewarn "libraries instead, as these are needed for other applications." >} > >src_compile() { > elibtoolize > filter-lfs-flags > econf \ > --disable-Werror \ > $(use_enable nls) \ > $(use_enable debug) \ > || die "Configure failed" > emake || die "Make failed" > progsreiserfs_warning >} > >src_install() { > make install DESTDIR="${D}" || die "Install failed" > # Make sure users only use the official namesys binaries > rm -r "${D}"/usr/{sbin,share/man} || die "cant punt the cruft" > > dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO > docinto demos > dodoc demos/*.c > progsreiserfs_warning >} > >pkg_postinst() { > progsreiserfs_warning >} >pkg_preinst() { > progsreiserfs_warning >}
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 111026
:
79219
| 79221