Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 661694 | Differences between
and this patch

Collapse All | Expand All

(-)alpine-2.21.1.ebuild.orig (-4 / +7 lines)
Lines 6-13 Link Here
6
6
7
DESCRIPTION="An easy to use text-based based mail and news client"
7
DESCRIPTION="An easy to use text-based based mail and news client"
8
HOMEPAGE="http://www.washington.edu/alpine/ http://repo.or.cz/alpine.git/"
8
HOMEPAGE="http://www.washington.edu/alpine/ http://repo.or.cz/alpine.git/"
9
GIT_COMMIT="672d6838a9babf2faeb9f79267525a4ab9d20b14"
9
GIT_COMMIT="843b2f16abfd949e09b1c5465387b1b0f724994a"
10
SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
10
SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
11
RESTRICT="mirror"
11
12
12
LICENSE="Apache-2.0"
13
LICENSE="Apache-2.0"
13
SLOT="0"
14
SLOT="0"
Lines 79-87 Link Here
79
80
80
	if use doc ; then
81
	if use doc ; then
81
		dodoc doc/brochure.txt
82
		dodoc doc/brochure.txt
82
83
		dodoc doc/tech-notes/tech-notes.txt
84
		newdoc ${S}/doc/mailcap.unx mailcap.unx.sample
85
		newdoc ${S}/doc/mime.types mime.types.sample
83
		docinto html/tech-notes
86
		docinto html/tech-notes
84
		dodoc -r doc/tech-notes/*.html
87
		dohtml -r doc/tech-notes/
85
		dodoc -r doc/tech-notes/*.txt
88
		docompress -x /usr/share/doc/${PF}/mailcap.unx.sample /usr/share/doc/${PF}/mime.types.sample
86
	fi
89
	fi
87
}
90
}

Return to bug 661694