1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 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/media-libs/libsidplay/libsidplay-2.1.1-r2.ebuild,v 1.2 2009/07/22 16:21:45 fauli Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-libs/libsidplay/libsidplay-2.1.1-r2.ebuild,v 1.3 2009/07/22 22:13:50 cla Exp $ |
4 | |
4 | |
5 | EAPI=2 |
5 | EAPI=2 |
6 | inherit eutils libtool |
6 | inherit eutils libtool |
7 | |
7 | |
8 | MY_P=sidplay-libs-${PV} |
8 | MY_P=sidplay-libs-${PV} |
… | |
… | |
11 | HOMEPAGE="http://sidplay2.sourceforge.net/" |
11 | HOMEPAGE="http://sidplay2.sourceforge.net/" |
12 | SRC_URI="mirror://sourceforge/sidplay2/${MY_P}.tar.gz" |
12 | SRC_URI="mirror://sourceforge/sidplay2/${MY_P}.tar.gz" |
13 | |
13 | |
14 | LICENSE="GPL-2" |
14 | LICENSE="GPL-2" |
15 | SLOT="2" |
15 | SLOT="2" |
16 | KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" |
16 | KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" |
17 | IUSE="" |
17 | IUSE="" |
18 | |
18 | |
19 | RDEPEND="" |
19 | RDEPEND="" |
20 | DEPEND="" |
20 | DEPEND="" |
21 | |
21 | |