Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 205117 Details for
Bug 286229
app-portage/eix can't be merged
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild that makes use of submitted patches
eix-0.17.1-r1.ebuild (text/plain), 2.90 KB, created by
Sergey Kishchenko
on 2009-09-24 14:37:29 UTC
(
hide
)
Description:
Ebuild that makes use of submitted patches
Filename:
MIME Type:
Creator:
Sergey Kishchenko
Created:
2009-09-24 14:37:29 UTC
Size:
2.90 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.17.1.ebuild,v 1.1 2009/09/08 15:40:46 darkside Exp $ > >EAPI="2" > >inherit multilib eutils > >DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more" >HOMEPAGE="http://eix.sourceforge.net" >SRC_URI="mirror://sourceforge/eix/${P}.tar.xz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~ppc-aix ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" >IUSE="+bzip2 +deprecated doc nls sqlite tools" > >RDEPEND="sqlite? ( >=dev-db/sqlite-3 ) > nls? ( virtual/libintl ) > bzip2? ( app-arch/bzip2 )" >DEPEND="${RDEPEND} > app-arch/xz-utils > doc? ( dev-python/docutils ) > nls? ( sys-devel/gettext )" > >src_unpack() { > local i s > for i in ${A} > do > s="${DISTDIR%/}/${i}" > einfo "Unpacking ${s} to ${PWD}" > test -s "${s}" || die "${s} does not exist" > xz -dc -- "${s}" | tar xof - || die "Unpacking ${s} failed" > done > cd "${S}" > epatch "${FILESDIR}/${PN}-0.17.1-r1-fseeko.patch" > epatch "${FILESDIR}/${PN}-0.17.1-r1-rootless.patch" >} > >src_configure() { > econf $(use_with bzip2) $(use_with sqlite) $(use_with doc rst) \ > $(use_enable nls) $(use_enable tools separate-tools) \ > --with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \ > --with-portage-rootpath="${ROOTPATH}" \ > $(use_enable deprecated obsolete-reminder) >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > > dodoc AUTHORS ChangeLog doc/format.txt > use doc && dodoc doc/format.html >} > >pkg_postinst() { > elog "Ask your overlay maintainers to provide metadata or consider to run" > elog " egencache --repo=foo --update" > elog "after updates (e.g. in /etc/eix-sync)." > elog "This will speed up portage and eix-update (when the new default cache method" > elog "\"...#metadata-flat\" is used and file dates are correct) for those overlays." > elog "If metadata is provided but file dates are mangled during overlay updates," > elog "you may switch to cache method \"metadata-flat\" instead for that overlay:" > elog "This is even faster, but works only if metadata is actually up-to-date." > ewarn > ewarn "Security Warning:" > ewarn > ewarn "Since >=eix-0.12.0, eix uses by default OVERLAY_CACHE_METHOD=\"parse|ebuild*\"" > ewarn "(since >=eix-0.16.1 with automagic \"#metadata-flat\")." > ewarn "This is rather reliable, but ebuilds may be executed by user \"portage\". Set" > ewarn "OVERLAY_CACHE_METHOD=parse in /etc/eixrc if you do not trust the ebuilds." > if use deprecated; then > elog "ATTENTION: The old eix executable names will be going away in 6" > elog "months or the next major release, whichever is first. Update" > elog "your scripts" > else > elog "ATTENTION: The eix executable names have changed. Update your" > elog "scripts, if needed. This message will go away soon." > fi > >}
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 286229
:
205115
| 205117