diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-02-21 04:51:16 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-02-21 04:51:16 +0000 |
commit | 7fae1ab6d77806f86817806a1122fc6df6c5ed85 (patch) | |
tree | 753f489e6fa69fd1a4ab258905ab1c07d8595110 /app-doc/linux-gazette/linux-gazette-82.ebuild | |
parent | Version bump for #540564 (diff) | |
download | historical-7fae1ab6d77806f86817806a1122fc6df6c5ed85.tar.gz historical-7fae1ab6d77806f86817806a1122fc6df6c5ed85.tar.bz2 historical-7fae1ab6d77806f86817806a1122fc6df6c5ed85.zip |
Update to EAPI=5. See bug #536702.
Package-Manager: portage-2.2.17/cvs/Linux x86_64
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-82.ebuild')
-rw-r--r-- | app-doc/linux-gazette/linux-gazette-82.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-82.ebuild b/app-doc/linux-gazette/linux-gazette-82.ebuild index 0ccf42f58242..e65527958c5c 100644 --- a/app-doc/linux-gazette/linux-gazette-82.ebuild +++ b/app-doc/linux-gazette/linux-gazette-82.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-82.ebuild,v 1.9 2010/10/19 08:42:33 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-82.ebuild,v 1.10 2015/02/21 04:50:55 mrueg Exp $ + +EAPI=5 DESCRIPTION="Sharing ideas and discoveries and Making Linux just a little more fun" HOMEPAGE="http://linuxgazette.net/" @@ -11,7 +13,9 @@ SLOT="${PV}" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND=">=app-doc/linux-gazette-base-${PV}" +RDEPEND=">=app-doc/linux-gazette-base-${PV}" + +S=${WORKDIR} src_install() { dodir /usr/share/doc |