Drop $Id$ per council decision in bug #611234.
[gentoo.git] / app-doc / linux-gazette / linux-gazette-133.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 DESCRIPTION="Sharing ideas and discoveries and Making Linux just a little more fun"
7 HOMEPAGE="http://linuxgazette.net/"
8 SRC_URI="http://linuxgazette.net/ftpfiles/lg-${PV}.tar.gz"
9
10 LICENSE="OPL"
11 SLOT="${PV}"
12 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
13 IUSE=""
14
15 RDEPEND=">=app-doc/linux-gazette-base-${PV}"
16
17 S=${WORKDIR}/lg
18
19 src_install() {
20         dodir /usr/share/doc
21         mv "${S}" "${D}"/usr/share/doc/${PN} || die
22 }