Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 75433
Collapse All | Expand All

(-)NaturalDocs-1.32.old.ebuild (-3 / +2 lines)
Lines 4-10 Link Here
4
4
5
DESCRIPTION="Extensible, multi-language source code documentation generator"
5
DESCRIPTION="Extensible, multi-language source code documentation generator"
6
HOMEPAGE="http://www.naturaldocs.org/"
6
HOMEPAGE="http://www.naturaldocs.org/"
7
SRC_URI="mirror://sourceforge/naturaldocs/${P}.zip"
7
SRC_URI="mirror://sourceforge/naturaldocs/${P}.zip mirror://sourceforge/naturaldocs/${P}-Patch-3.zip"
8
8
9
LICENSE="GPL-2"
9
LICENSE="GPL-2"
10
SLOT="0"
10
SLOT="0"
Lines 23-30 Link Here
23
23
24
	# See if we have a patch. If we have more than one, use the highest-
24
	# See if we have a patch. If we have more than one, use the highest-
25
	# numbered one *only*
25
	# numbered one *only*
26
	local patch=`ls -r ${DISTDIR}/${P}-Patch-?.zip | head -n -1`
26
	local patch=`ls -r ${DISTDIR}/${P}-Patch-?.zip | head -n1`
27
28
	# If we have a patch, it is actually a whole new Perl module. Just
27
	# If we have a patch, it is actually a whole new Perl module. Just
29
	# unzip it over top of the original one.
28
	# unzip it over top of the original one.
30
	if [ -n "${patch}" ]; then
29
	if [ -n "${patch}" ]; then

Return to bug 75433