Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219430 - vzdump ebuild
Summary: vzdump ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on: 215545
Blocks:
  Show dependency tree
 
Reported: 2008-04-27 08:39 UTC by Greg Turner
Modified: 2009-03-23 21:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
app-emulation/vzdump/vzdump-1.0.ebuild (vzdump-1.0.ebuild,647 bytes, text/plain)
2008-04-27 08:40 UTC, Greg Turner
Details
fix ugly hack (vzdump-1.0.ebuild.000.diff,390 bytes, patch)
2008-04-27 21:22 UTC, Greg Turner
Details | Diff
add xdelta dependency (vzdump-1.0.ebuild.001.diff,279 bytes, patch)
2008-04-27 21:25 UTC, Greg Turner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Turner 2008-04-27 08:39:58 UTC
I'm not much for writing ebuilds but here's one for vzdump.  I doubt I did the right thing for pkg_compile: I needed to convert this to a noop since "make" builds rpm/deb packages (or in this case, fails to do so). Leaving it blank did not make python (or somebody in the chain) happy, so I put echo > /dev/null... but that sure looks icky/stupid.

Reproducible: Always

Steps to Reproduce:
Comment 1 Greg Turner 2008-04-27 08:40:49 UTC
Created attachment 151109 [details]
app-emulation/vzdump/vzdump-1.0.ebuild
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2008-04-27 15:34:03 UTC
src_compile(){:;}
Comment 3 Greg Turner 2008-04-27 21:22:52 UTC
Created attachment 151187 [details, diff]
fix ugly hack

Applies to vzdump-1.0.ebuild
Comment 4 Greg Turner 2008-04-27 21:25:33 UTC
Created attachment 151188 [details, diff]
add xdelta dependency

applies to vzdump-1.0.ebuild + vzdump-1.0.ebuild.000.diff
Comment 5 Janusz 2009-01-03 23:14:23 UTC
Hi, this bug directly requires cstream installed on the system, so this bug depends on bug no: 215545.
Comment 6 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2009-03-15 20:33:23 UTC
version 1.1 is out.

also: the .spec file mentions these dependencies, which should be added to the ebuild.
Requires: perl, vzctl, cstream, rsync, MTA

dont install the copyright file (the License has been recorded by the package manager and the LICENSE field in the ebuild).

other than that this looks good, and i may be persuaded to put this into the tree. anyone actually using this?
Comment 7 Greg Turner 2009-03-23 01:27:19 UTC
I haven't been using them lately but actually I am back on a gentoo+ovz platform lately so I will write myself a reminder to take a look at it later this week.  Thanks for the tips, Janusz!

BTW, last I checked, xdelta support was broken upstream.
Comment 8 Greg Turner 2009-03-23 01:29:35 UTC
Er.. s/Janusz/Thilo/, but thanks, Janusz as well!
Comment 9 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2009-03-23 21:00:19 UTC
is now in cvs.
please test and report bugs :-)
thanks.