Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266024 - app-backup/amanda-2.6.1_p1 version bumped and clean up
Summary: app-backup/amanda-2.6.1_p1 version bumped and clean up
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-13 16:13 UTC by MATSUU Takuto (RETIRED)
Modified: 2009-11-22 09:51 UTC (History)
4 users (show)

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


Attachments
amanda-2.6.1_p1.patch (amanda-2.6.1_p1.patch,9.41 KB, patch)
2009-04-13 16:24 UTC, MATSUU Takuto (RETIRED)
Details | Diff
amanda-2.6.1_p1.patch (amanda-2.6.1_p1.patch,19.35 KB, patch)
2009-04-21 15:09 UTC, MATSUU Takuto (RETIRED)
Details | Diff
files/amanda-xinetd-2.6.1_p1-client (amanda-xinetd-2.6.1_p1-client,640 bytes, text/plain)
2009-04-21 15:10 UTC, MATSUU Takuto (RETIRED)
Details
files/amanda-xinetd-2.6.1_p1-server (amanda-xinetd-2.6.1_p1-server,660 bytes, text/plain)
2009-04-21 15:10 UTC, MATSUU Takuto (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MATSUU Takuto (RETIRED) gentoo-dev 2009-04-13 16:13:30 UTC
new version is released. and I cleaned up ebuild.
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2009-04-13 16:24:16 UTC
Created attachment 188248 [details, diff]
amanda-2.6.1_p1.patch

Removed sysdevel/auto{conf,make} because autotools.eclass depends on them.
Added pkgconfig to depends.
Removed debug USE flag. it used for einfo only.
Removed devpay USE flag. "configure: WARNING: unrecognized options: --disable-devpay"
Use "${T}" instead of $MYFILESDIR/$MYTMPDIR. $T can be access from pkg_post*.
Removed AMANDA_MAX_TAPE_BLOCK_KB and AMANDA_DBMODE. 2.6.1_p1 doesn't use them.
sort up example files.
Comment 2 MATSUU Takuto (RETIRED) gentoo-dev 2009-04-21 15:09:24 UTC
Created attachment 189052 [details, diff]
amanda-2.6.1_p1.patch

Clean up
Comment 3 MATSUU Takuto (RETIRED) gentoo-dev 2009-04-21 15:10:09 UTC
Created attachment 189053 [details]
files/amanda-xinetd-2.6.1_p1-client
Comment 4 MATSUU Takuto (RETIRED) gentoo-dev 2009-04-21 15:10:38 UTC
Created attachment 189055 [details]
files/amanda-xinetd-2.6.1_p1-server
Comment 5 Jim Kusznir 2009-11-14 00:16:29 UTC
Version bump:
Amanda version 2.6.1p2 is current; portage latest is 2.6.0-p2.  Please update for the new version.
Comment 6 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2009-11-19 19:01:59 UTC
Why did you remove amanda_permissions_fix?

Another useful trick for generating the patches, is to explictly ignore the Header and KEYWORDS lines, using the -I argument to diff, since those conflict the most often.
Comment 7 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2009-11-22 09:51:33 UTC
Committed now. Thanks MATSUU.