Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 468596 Details for
Bug 613978
app-backup/system-tar-and-restore-6.5 New package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
system-tar-and-restore-6.5.ebuild
system-tar-and-restore-6.5.ebuild (text/plain), 934 bytes, created by
Petross404(Petros S)
on 2017-03-29 14:13:16 UTC
(
hide
)
Description:
system-tar-and-restore-6.5.ebuild
Filename:
MIME Type:
Creator:
Petross404(Petros S)
Created:
2017-03-29 14:13:16 UTC
Size:
934 bytes
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >inherit eutils > >DESCRIPTION="Scripts (star.sh & star-gui.sh) in order to tar and restore your system." >HOMEPAGE="https://github.com/tritonas00/system-tar-and-restore" >LICENSE="GPL-2" >IUSE="gui parallel-xz parallel-bzip2" >SLOT="0" >SRC_URI="https://github.com/tritonas00/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" >KEYWORDS="~amd64 ~x86" > >RDEPEND=" > gui? ( x11-misc/gtkdialog ) > app-shells/bash:0 > " >DEPEND="${RDEPEND}" > >src_install(){ > dobin star.sh > > if use gui; then > dobin star-gui.sh > fi > > newconfd backup.conf "${PN}"-Backup.conf > > insinto /usr/share/"${PN}"/ > newins backup.conf backup.example.conf >} > >pkg_postinst(){ > elog "If you need the Parallel LZMA compressor, make sure you have installed app-arch/pxz" > elog "If you need the Parallel bzip2 (de)compressor, make sure you have installed app-arch/pbzip2" >}
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 613978
:
468392
|
468394
| 468596 |
468598
|
468600