Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 195301 Details for
Bug 267633
app-backup/backintime to be included in Portage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
backintime-0.9.26-r1.ebuild
backintime-0.9.26-r1.ebuild (text/plain), 962 bytes, created by
Maurice Gilden
on 2009-06-20 19:45:58 UTC
(
hide
)
Description:
backintime-0.9.26-r1.ebuild
Filename:
MIME Type:
Creator:
Maurice Gilden
Created:
2009-06-20 19:45:58 UTC
Size:
962 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="A simple backup system inspired by TimeVault and FlyBack, with a >GUI for GNOME and KDE4" >HOMEPAGE="http://backintime.le-web.org/" >SRC_URI="http://backintime.le-web.org/download/backintime/${P}_src.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="kde gnome" > >DEPEND="dev-lang/python > net-misc/rsync[xattr] > kde? ( >=kde-base/kdelibs-4 kde-base/pykde4 kde-base/kompare ) > gnome? ( gnome-base/libglade ) > dev-python/notify-python > " > >RDEPEND="${DEPEND}" > >src_compile() { > cd ${S}/common > econf > emake > > if use kde ; then > cd ../kde4 > econf > emake > fi > > if use gnome ; then > cd ../gnome > econf > emake > fi >} > >src_install() { > cd ${S}/common > emake DESTDIR="${D}" install > > if use kde ; then > cd ../kde4 > emake DESTDIR="${D}" install > fi > > if use gnome ; then > cd ../gnome > emake DESTDIR="${D}" install > fi >}
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 267633
:
189594
|
192035
| 195301