Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 249449 Details for
Bug 339614
New ebuild for app-backup/holland
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Holland Backup Example Ebuild
holland-backup-example-1.0.4-r1.ebuild (text/plain), 949 bytes, created by
Alex Brandt (RETIRED)
on 2010-10-03 18:17:50 UTC
(
hide
)
Description:
Holland Backup Example Ebuild
Filename:
MIME Type:
Creator:
Alex Brandt (RETIRED)
Created:
2010-10-03 18:17:50 UTC
Size:
949 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="3" > >inherit distutils > >DESCRIPTION="An example backup plugin for Holland." >HOMEPAGE="http://hollandbackup.org/" > >IUSE="" > >KEYWORDS="-* amd64 x86" >LICENSE="GPLv2" >SLOT="0" > >MY_P=${P%%-*}-${P##*-} > >SRC_URI="http://hollandbackup.org/releases/stable/${PV%.*}/${MY_P}.tar.gz" > >MY_DIR="$(echo ${PN} | tr '-' '.')" > >DEPEND="app-backup/holland" >RDEPEND="${DEPEND}" >PDEPEND="" > >RESTRICT="mirror" >PROPERTIES="" > >src_compile() { > cd ${MY_P}/plugins/${MY_DIR} > distutils_src_compile >} > >src_install() { > cd ${MY_P}/plugins/${MY_DIR} > distutils_src_install > cd "${WORKDIR}"/${MY_P} > > insinto /etc/holland/providers > doins config/providers/example.conf || die "Failed to insert example configuration!" > > insinto /etc/holland/backupsets/examples > doins config/backupsets/examples/example.conf || die "Failed to insert example example!" >}
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 339614
:
249448
|
249449
|
249451
|
249453
|
249455
|
249456
|
249459
|
249461
|
249464
|
249465
|
249467
|
259828
|
259830
|
259831
|
259833
|
259834
|
259836
|
259838
|
259839
|
259841
|
259843
|
259844