Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139050 - app-doc/linux-gazette update
Summary: app-doc/linux-gazette update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-03 10:56 UTC by Ryan Hill (RETIRED)
Modified: 2006-08-17 15:11 UTC (History)
0 users

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


Attachments
linux-gazette-all-128-update.patch (linux-gazette-all-128-update.patch,685 bytes, patch)
2006-07-03 10:57 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2006-07-03 10:56:20 UTC
linux-gazette needs to be brought up to date with issues 114-128.  this fugly one-liner should do the trick:

LIMIT=128; for ((PV=114; PV <= LIMIT; PV++)); do cp /usr/portage/app-doc/linux-gazette/linux-gazette-113.ebuild /.../overlay/app-doc/linux-gazette/linux-gazette-$PV.ebuild; done

app-doc/linux-gazette-base needs to be bumped to ver 128, and a copy of http://linuxgazette.net/ftpfiles/lg-base.tar.gz (updated 20060702) needs to be put on the gentoo mirrors as lg-base-128.tar.gz.

a patch for app-doc/linux-gazette-all is attached.
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2006-07-03 10:57:52 UTC
Created attachment 90798 [details, diff]
linux-gazette-all-128-update.patch
Comment 2 Wormo (RETIRED) gentoo-dev 2006-08-17 15:11:01 UTC
Version bumped up to 129, thanks for the report