| 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.1 2009/05/20 19:40:41 ssuominen Exp $ |
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 $ |
| 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 | |