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

(-)file_not_specified_in_diff (-7 / +8 lines)
Line  Link Here
0
-- quoter-3.0_p2-r1.ebuild
0
++ quoter-4.0.ebuild
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
EAPI=6
3
EAPI=6
4
inherit vcs-snapshot
4
inherit toolchain-funcs vcs-snapshot
5
DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval"
5
DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval"
6
HOMEPAGE="https://github.com/vaeth/quoter/"
6
HOMEPAGE="https://github.com/vaeth/quoter/"
Lines 13-22 Link Here
13
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
13
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
14
IUSE=""
14
IUSE=""
15
src_install() {
15
src_compile() {
16
	emake DESTDIR="${ED}" install
16
	emake CC="$(tc-getCC)" EPREFIX="${EPREFIX}"
17
}
17
	rm -f "${ED}"/usr/bin/quoter_pipe.sh || die
18
src_install() {
18
	insinto /usr/share/${PN}
19
	emake DESTDIR="${ED}" EPREFIX="${EPREFIX}" install
19
	doins bin/quoter_pipe.sh
20
	dodoc README
20
}
21
}

Return to bug 628390