Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 191731 Details for
Bug 270217
=app-portage/gentoolkit-9999.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gentoolkit-9999.ebuild
gentoolkit-9999.ebuild (text/plain), 1.85 KB, created by
michael@smith-li.com
on 2009-05-19 00:34:48 UTC
(
hide
)
Description:
gentoolkit-9999.ebuild
Filename:
MIME Type:
Creator:
michael@smith-li.com
Created:
2009-05-19 00:34:48 UTC
Size:
1.85 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/gentoolkit/gentoolkit-0.3.0_rc5.ebuild,v 1.2 2009/05/16 12:52:01 aballier Exp $ > >EAPI=2 > >inherit distutils subversion > >ESVN_REPO_URI="svn://anonsvn.gentoo.org/gentoolkit/trunk/gentoolkit" >ESVN_PROJECT="gentoolkit" > >DESCRIPTION="Collection of administration scripts for Gentoo" >HOMEPAGE="http://www.gentoo.org/proj/en/portage/tools/index.xml" > >LICENSE="GPL-2" >SLOT="0" >IUSE="" > >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd" > >DEPEND="sys-apps/portage > dev-lang/python[xml] > dev-lang/perl > sys-apps/grep > sys-apps/gawk" >RDEPEND="${DEPEND}" > >src_prepare() { > # I think it's probably safe to assume that ESVN_WC_REVISION is > # set -- the emerge should've failed earlier otherwise... > # [[ ${ESVN_WC_REVISION} ]] || die 1 '${ESVN_WC_REVISION} unset' > printf "svn${ESVN_WC_REVISION}" > VERSION >} > >src_install() { > distutils_src_install > > # Create cache directory for revdep-rebuild > dodir /var/cache/revdep-rebuild > keepdir /var/cache/revdep-rebuild > fowners root:root /var/cache/revdep-rebuild > fperms 0700 /var/cache/revdep-rebuild > > # Can distutils handle this? > dosym eclean /usr/bin/eclean-dist > dosym eclean /usr/bin/eclean-pkg >} > >pkg_postinst() { > distutils_pkg_postinst > > # Make sure that our ownership and permissions stuck > chown root:root "${ROOT}/var/cache/revdep-rebuild" > chmod 0700 "${ROOT}/var/cache/revdep-rebuild" > > einfo > elog "The default location for revdep-rebuild files has been moved" > elog "to /var/cache/revdep-rebuild when run as root." > einfo > einfo "Another alternative to equery is app-portage/portage-utils" > einfo > einfo "For further information on gentoolkit, please read the gentoolkit" > einfo "guide: http://www.gentoo.org/doc/en/gentoolkit.xml" > einfo >}
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 270217
:
191569
| 191731 |
192307
|
192546