| 1 |
halcy0n |
1.5 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
fauli |
1.1 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
halcy0n |
1.5 |
# $Header: /var/cvsroot/gentoo-x86/app-doc/pms/pms-3.ebuild,v 1.4 2011/03/18 19:38:42 ulm Exp $ |
| 4 |
fauli |
1.1 |
|
| 5 |
|
|
EAPI=2 |
| 6 |
|
|
|
| 7 |
|
|
DESCRIPTION="Gentoo Package Manager Specification" |
| 8 |
|
|
HOMEPAGE="http://www.gentoo.org/proj/en/qa/pms.xml" |
| 9 |
ulm |
1.4 |
SRC_URI="mirror://gentoo/${P}.pdf" |
| 10 |
fauli |
1.1 |
|
| 11 |
|
|
LICENSE="CCPL-Attribution-ShareAlike-3.0" |
| 12 |
fauli |
1.2 |
SLOT="3" |
| 13 |
halcy0n |
1.5 |
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~x86-netbsd ~ppc-openbsd ~x64-openbsd ~x86-openbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" |
| 14 |
fauli |
1.1 |
IUSE="" |
| 15 |
|
|
|
| 16 |
|
|
src_unpack() { |
| 17 |
|
|
: |
| 18 |
|
|
} |
| 19 |
|
|
|
| 20 |
|
|
src_install() { |
| 21 |
|
|
dodoc "${DISTDIR}"/pms-${PV}.pdf || die |
| 22 |
|
|
} |