Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 139050

Summary: app-doc/linux-gazette update
Product: Gentoo Linux Reporter: Ryan Hill (RETIRED) <rhill>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: linux-gazette-all-128-update.patch

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