| 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-r1.ebuild,v 1.5 2011/09/05 20:36:17 maekke Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/elfkickers/elfkickers-3.0-r1.ebuild,v 1.6 2011/09/06 18:07:00 mattst88 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 x86" |
18 | KEYWORDS="amd64 ~arm ~mips x86" |
| 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 | |