Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20812 - Typo in subversion/subversion-0.21.0-r1.ebuild
Summary: Typo in subversion/subversion-0.21.0-r1.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-11 16:22 UTC by Jean Jordaan
Modified: 2003-05-12 16:53 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 Jean Jordaan 2003-05-11 16:22:56 UTC
${N} instead of ${PN}?

# diff -U1 /usr/portage/dev-util/subversion/subversion-0.21.0-r1.ebuild.old
/usr/portage/dev-util/subversion/subversion-0.21.0-r1.ebuild
--- /usr/portage/dev-util/subversion/subversion-0.21.0-r1.ebuild.old   
2003-05-11 22:09:58.000000000 +0200
+++ /usr/portage/dev-util/subversion/subversion-0.21.0-r1.ebuild       
2003-05-11 22:09:36.000000000 +0200
@@ -169,3 +169,3 @@
        einfo ""
-       einfo "A repository needs to be created using the ebuild ${PN} config
command"
+       einfo "A repository needs to be created using the ebuild ${N} config
command"
        einfo "To allow web access a htpasswd file needs to be created using the"

Reproducible: Always
Steps to Reproduce:
1. Notice blank in: " * A repository needs to be created using the ebuild 
config command"
2. Read ebuild
3. Compare with lines 1268 and on in portage.py ...



Expected Results:  
printed:

* A repository needs to be created using the ebuild subversion config command"

(though shouldn't 'ebuild' get the full path to the ebuild?
Comment 1 Jean Jordaan 2003-05-11 16:24:06 UTC
Aargh, my diff is ass-backwards, ${N} is wrong, ${PN} is right.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-05-12 16:53:49 UTC
good catch