Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 191569 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.92 KB, created by
michael@smith-li.com
on 2009-05-17 17:12:56 UTC
(
hide
)
Description:
gentoolkit-9999.ebuild
Filename:
MIME Type:
Creator:
michael@smith-li.com
Created:
2009-05-17 17:12:56 UTC
Size:
1.92 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" ># ESVN_BOOTSTRAP="TZ=UTC svn log -v \"\${ESVN_REPO_URI}\" >\"\${S}\"/ChangeLog; NOCONFIGURE=1 ./autogen.sh" > >DESCRIPTION="Collection of administration scripts for Gentoo" >HOMEPAGE="http://www.gentoo.org/proj/en/portage/tools/index.xml" ># SRC_URI="mirror://gentoo/${P}.tar.gz http://dev.gentoo.org/~fuzzyray/distfiles/${P}.tar.gz" > >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_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 > > # Gentoolkit scripts can use this to report a consistant version > dodir /etc > echo "$P" > "${D}"/etc/gentoolkit-version > > # 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