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

Collapse All | Expand All

(-)mpack-1.6.ebuild.orig (-2 / +5 lines)
Lines 6-12 Link Here
6
6
7
DESCRIPTION="Command-line MIME encoding and decoding utilities"
7
DESCRIPTION="Command-line MIME encoding and decoding utilities"
8
HOMEPAGE="ftp://ftp.andrew.cmu.edu/pub/mpack/"
8
HOMEPAGE="ftp://ftp.andrew.cmu.edu/pub/mpack/"
9
SRC_URI="ftp://ftp.andrew.cmu.edu/pub/mpack/${P}.tar.gz"
9
SRC_URI="ftp://ftp.andrew.cmu.edu/pub/mpack/${P}.tar.gz
10
		mirror://gentoo/${P}-fixes.patch.bz2"
10
11
11
SLOT="0"
12
SLOT="0"
12
LICENSE="as-is"
13
LICENSE="as-is"
Lines 16-22 Link Here
16
src_unpack() {
17
src_unpack() {
17
	unpack ${A}
18
	unpack ${A}
18
	cd ${S}
19
	cd ${S}
19
	epatch ${FILESDIR}/${P}-gentoo.patch
20
21
	# bug 171075
22
	epatch "${DISTDIR}"/${P}-fixes.patch.bz2
20
}
23
}
21
24
22
src_compile() {
25
src_compile() {

Return to bug 171075