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

(-)a/sys-devel/autoconf-wrapper/autoconf-wrapper-11-r00.1.ebuild (-2 / +8 lines)
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
# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/autoconf-wrapper-11.ebuild,v 1.1 2011/06/11 23:37:38 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/autoconf-wrapper-11.ebuild,v 1.1 2011/06/11 23:37:38 vapier Exp $
4
4
5
inherit multilib
5
inherit multilib prefix
6
6
7
DESCRIPTION="wrapper for autoconf to manage multiple autoconf versions"
7
DESCRIPTION="wrapper for autoconf to manage multiple autoconf versions"
8
HOMEPAGE="http://www.gentoo.org/"
8
HOMEPAGE="http://www.gentoo.org/"
Lines 15-23 Link Here
15
15
16
S=${WORKDIR}
16
S=${WORKDIR}
17
17
18
src_unpack() {
19
	cd "${T}"
20
	cp "${FILESDIR}"/ac-wrapper-${PV}.sh .
21
	eprefixify "${T}"/ac-wrapper-${PV}.sh
22
}
23
18
src_install() {
24
src_install() {
19
	exeinto /usr/$(get_libdir)/misc
25
	exeinto /usr/$(get_libdir)/misc
20
	newexe "${FILESDIR}"/ac-wrapper-${PV}.sh ac-wrapper.sh || die
26
	newexe "${T}"/ac-wrapper-${PV}.sh ac-wrapper.sh || die
21
27
22
	dodir /usr/bin
28
	dodir /usr/bin
23
	local x=
29
	local x=
(-)a/sys-devel/autoconf-wrapper/files/ac-wrapper-11.sh (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/bin/sh
1
#!@GENTOO_PORTAGE_EPREFIX@/bin/sh
2
# Copyright 1999-2011 Gentoo Foundation
2
# Copyright 1999-2011 Gentoo Foundation
3
# Distributed under the terms of the GNU General Public License v2
3
# Distributed under the terms of the GNU General Public License v2
4
# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/files/ac-wrapper-11.sh,v 1.1 2011/06/11 23:37:38 vapier Exp $
4
# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/files/ac-wrapper-11.sh,v 1.1 2011/06/11 23:37:38 vapier Exp $

Return to bug 376995