| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 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/dev-util/elfkickers/elfkickers-3.0-r2.ebuild,v 1.3 2011/09/08 14:43:31 naota Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/elfkickers/elfkickers-3.0-r2.ebuild,v 1.4 2011/09/16 16:49:51 jer Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit eutils toolchain-funcs |
7 | inherit eutils toolchain-funcs |
| 8 | |
8 | |
| … | |
… | |
| 13 | HOMEPAGE="http://www.muppetlabs.com/~breadbox/software/elfkickers.html" |
13 | HOMEPAGE="http://www.muppetlabs.com/~breadbox/software/elfkickers.html" |
| 14 | SRC_URI="http://www.muppetlabs.com/~breadbox/pub/software/${MY_PN}.tar.gz" |
14 | SRC_URI="http://www.muppetlabs.com/~breadbox/pub/software/${MY_PN}.tar.gz" |
| 15 | |
15 | |
| 16 | LICENSE="GPL-2" |
16 | LICENSE="GPL-2" |
| 17 | SLOT="0" |
17 | SLOT="0" |
| 18 | KEYWORDS="~amd64 ~arm ~mips ~x86 ~x86-fbsd" |
18 | KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd" |
| 19 | IUSE="doc" |
19 | IUSE="doc" |
| 20 | |
20 | |
| 21 | DEPEND="app-misc/pax-utils" |
21 | DEPEND="app-misc/pax-utils" |
| 22 | RDEPEND="" |
22 | RDEPEND="" |
| 23 | |
23 | |