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

(-)srecord-1.29.ebuild (-2 / +2 lines)
Lines 4-14 Link Here
4
4
5
DESCRIPTION="A collection of powerful tools for manipulating EPROM load files."
5
DESCRIPTION="A collection of powerful tools for manipulating EPROM load files."
6
HOMEPAGE="http://srecord.sourceforge.net/"
6
HOMEPAGE="http://srecord.sourceforge.net/"
7
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
7
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
8
8
9
LICENSE="GPL-2"
9
LICENSE="GPL-3"
10
SLOT="0"
10
SLOT="0"
11
KEYWORDS="~amd64 ~sparc ~x86"
11
KEYWORDS="~amd64 ~sparc ~x86"
12
IUSE="test"
12
IUSE="test"
13
13
14
DEPEND="test? ( app-arch/sharutils )"
14
DEPEND="test? ( app-arch/sharutils )"
Lines 23-33 Link Here
23
		-e '/\$(mandir)\/man1\/srec_license.1 \\/d' \
23
		-e '/\$(mandir)\/man1\/srec_license.1 \\/d' \
24
		${S}/Makefile.in || die "Patching failed"
24
		${S}/Makefile.in || die "Patching failed"
25
}
25
}
26
26
27
src_install() {
27
src_install() {
28
	einstall || die "Installation failed"
28
	emake DESTDIR="${D}" install|| die "Installation failed"
29
	dodoc ${S}/README
29
	dodoc ${S}/README
30
	insinto /usr/share/doc/${PF}
30
	insinto /usr/share/doc/${PF}
31
	doins ${S}/etc/reference.ps
31
	doins ${S}/etc/reference.ps
32
}
32
}
33
33

Return to bug 219547