diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-08-17 23:14:20 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-08-17 23:14:20 +0000 |
commit | 6bd5e1a5d754042bbb3e00281193bddbc3f5d305 (patch) | |
tree | e9f549cfe170d15cee7f2604fbfa8d7af05f9310 /app-doc/linux-gazette/linux-gazette-127.ebuild | |
parent | Version bumped (diff) | |
download | gentoo-2-6bd5e1a5d754042bbb3e00281193bddbc3f5d305.tar.gz gentoo-2-6bd5e1a5d754042bbb3e00281193bddbc3f5d305.tar.bz2 gentoo-2-6bd5e1a5d754042bbb3e00281193bddbc3f5d305.zip |
Version bump, thanks to Ryan Hill (Bug #139050)
(Portage version: 2.1-r1)
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-127.ebuild')
-rw-r--r-- | app-doc/linux-gazette/linux-gazette-127.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-127.ebuild b/app-doc/linux-gazette/linux-gazette-127.ebuild new file mode 100644 index 000000000000..f5bb7e1c7d1f --- /dev/null +++ b/app-doc/linux-gazette/linux-gazette-127.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-127.ebuild,v 1.1 2006/08/17 23:14:20 wormo Exp $ + +DESCRIPTION="Sharing ideas and discoveries and Making Linux just a little more fun" +HOMEPAGE="http://linuxgazette.net/" +SRC_URI="http://linuxgazette.net/ftpfiles/lg-${PV}.tar.gz" + +LICENSE="OPL" +SLOT="${PV}" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" +IUSE="" + +DEPEND=">=app-doc/linux-gazette-base-${PV}" + +S=${WORKDIR}/lg + +src_install() { + dodir /usr/share/doc + mv "${S}" "${D}"/usr/share/doc/${PN} || die +} |