| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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-perl/SGMLSpm/SGMLSpm-1.03-r6.ebuild,v 1.11 2012/03/24 15:36:11 grobian Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r6.ebuild,v 1.12 2012/05/09 14:31:49 aballier Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils perl-module |
5 | inherit eutils perl-module |
| 6 | |
6 | |
| 7 | MY_P="${P}ii" |
7 | MY_P="${P}ii" |
| 8 | S=${WORKDIR}/${PN} |
8 | S=${WORKDIR}/${PN} |
| … | |
… | |
| 11 | HOMEPAGE="http://search.cpan.org/author/DMEGG/SGMLSpm-1.03ii/" |
11 | HOMEPAGE="http://search.cpan.org/author/DMEGG/SGMLSpm-1.03ii/" |
| 12 | SRC_URI="mirror://cpan/authors/id/D/DM/DMEGG/${MY_P}.tar.gz" |
12 | SRC_URI="mirror://cpan/authors/id/D/DM/DMEGG/${MY_P}.tar.gz" |
| 13 | |
13 | |
| 14 | LICENSE="GPL-2" |
14 | LICENSE="GPL-2" |
| 15 | SLOT="0" |
15 | SLOT="0" |
| 16 | KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" |
16 | KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" |
| 17 | IUSE="" |
17 | IUSE="" |
| 18 | |
18 | |
| 19 | DEPEND="dev-lang/perl" |
19 | DEPEND="dev-lang/perl" |
| 20 | mydoc="TODO BUGS" |
20 | mydoc="TODO BUGS" |
| 21 | |
21 | |