Parent Directory
|
Revision Log
Update to EAPI=5. See bug #536702. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
1 | mrueg | 1.9 | # Copyright 1999-2015 Gentoo Foundation |
2 | vapier | 1.1 | # Distributed under the terms of the GNU General Public License v2 |
3 | mrueg | 1.9 | # $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-97.ebuild,v 1.8 2010/10/19 08:42:33 leio Exp $ |
4 | |||
5 | EAPI=5 | ||
6 | vapier | 1.1 | |
7 | DESCRIPTION="Sharing ideas and discoveries and Making Linux just a little more fun" | ||
8 | HOMEPAGE="http://linuxgazette.net/" | ||
9 | SRC_URI="http://linuxgazette.net/ftpfiles/lg-issue${PV}.tar.gz" | ||
10 | |||
11 | LICENSE="OPL" | ||
12 | SLOT="${PV}" | ||
13 | leio | 1.8 | KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" |
14 | agriffis | 1.3 | IUSE="" |
15 | vapier | 1.1 | |
16 | mrueg | 1.9 | RDEPEND=">=app-doc/linux-gazette-base-${PV}" |
17 | |||
18 | S=${WORKDIR} | ||
19 | vapier | 1.1 | |
20 | src_install() { | ||
21 | dodir /usr/share/doc | ||
22 | vapier | 1.7 | mv "${WORKDIR}"/lg "${D}"/usr/share/doc/${PN} || die |
23 | vapier | 1.1 | } |
ViewVC Help | |
Powered by ViewVC 1.1.20 |