Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 310435 Details for
Bug 216114
new ebuild: sys-apps/etckeeper
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
etckeeper-0.62.ebuild
etckeeper-0.62.ebuild (text/plain), 1.64 KB, created by
Manuel Rüger (RETIRED)
on 2012-04-29 18:05:30 UTC
(
hide
)
Description:
etckeeper-0.62.ebuild
Filename:
MIME Type:
Creator:
Manuel Rüger (RETIRED)
Created:
2012-04-29 18:05:30 UTC
Size:
1.64 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit eutils bash-completion-r1 python > >DESCRIPTION="a collection of tools to let /etc be stored in a repository" >HOMEPAGE="http://kitenet.net/~joey/code/etckeeper/" >COMMIT="40eeedebb6be23035aea9d15aed1be706479ce79" >SRC_URI="http://git.kitenet.net/?p=etckeeper.git;a=snapshot;h=${COMMIT};sf=tgz >-> ${P}.tar.gz" > >LICENSE="GPL-2" >IUSE="bazaar" >KEYWORDS="~amd64" >SLOT="0" > >DEPEND="bazaar? ( || ( dev-lang/python:2.7 dev-lang/python:2.6 ) )" >RDEPEND="app-portage/portage-utils > bazaar? ( dev-vcs/bzr )" > >S="${WORKDIR}"/${PN}-${COMMIT:0:7} > >SHAREDIR="/usr/share/${PN}" > >src_prepare(){ > epatch "${FILESDIR}"/${P}-gentoo.patch > if use bazaar; then > python_convert_shebangs 2 "${S}"/etckeeper-bzr/__init__.py > fi >} >src_compile(){ > if use bazaar; then > emake > fi >} >src_install(){ > emake DESTDIR="${D}" install > newbashcomp bash_completion etckeeper > if use bazaar; then > ./etckeeper-bzr/__init__.py install --root="${D}" || die "Error: bzr support installation" > fi > insinto ${SHAREDIR} > doins "${FILESDIR}"/bashrc >} >pkg_postinst(){ > elog "You need to use either bzr, git or mercurial." > elog "If you want dev-vcs/bzr, enable bzr useflag." > elog "Run this command to add etckeeper to your /etc/portage/bashrc" > elog "" > elog "echo \"source ${SHAREDIR}/bashrc\" >> /etc/portage/bashrc" > elog "" > elog "or just put the content with your fancy feature additions into it directly" > elog "Remember to fit /etc/etckeeper/etckeeper.conf to your needs!" > elog "To initialise your etc-dir as a repository run:" > elog "" > elog "etckeeper init -d /etc" > elog "" >}
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 216114
:
180553
|
180555
|
211582
|
211584
|
211585
|
238309
|
260211
|
260218
|
264207
|
268141
|
268143
|
287769
|
293841
|
293843
| 310435 |
310437
|
310439
|
310441