Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182408 - Typo in Code listing 4.2 in Gentoo Java development guide.
Summary: Typo in Code listing 4.2 in Gentoo Java development guide.
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Java team
URL: http://www.gentoo.org/proj/en/java/ja...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-17 21:14 UTC by Thomas Anderson (tanderson) (RETIRED)
Modified: 2007-06-17 21:20 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2007-06-17 21:14:55 UTC
There is a typo in Code listing 4.2

SRC_URI has "mirror//" which should be "mirror://"

Rather simple fix.

Reproducible: Always
Comment 1 nm (RETIRED) gentoo-dev 2007-06-17 21:16:11 UTC
As I've said before, docs in /proj/ belong to those individual projects.

Reassigning; not the GDP's turf (you want the Java team for that).
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2007-06-17 21:20:39 UTC
Fixed:
-SRC_URI="mirror//gentoo/${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tar.gz"