diff options
author | 2005-04-29 23:27:37 +0000 | |
---|---|---|
committer | 2005-04-29 23:27:37 +0000 | |
commit | 09302fa6fda6b0af0ec5d39a4b0a3711f2219620 (patch) | |
tree | 2373aa13884c8f5f6666599504e687f13bc69b97 /app-doc/linux-gazette/linux-gazette-110.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-09302fa6fda6b0af0ec5d39a4b0a3711f2219620.tar.gz gentoo-2-09302fa6fda6b0af0ec5d39a4b0a3711f2219620.tar.bz2 gentoo-2-09302fa6fda6b0af0ec5d39a4b0a3711f2219620.zip |
version bump #90822 by Botykai Zsolt
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-110.ebuild')
-rw-r--r-- | app-doc/linux-gazette/linux-gazette-110.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-110.ebuild b/app-doc/linux-gazette/linux-gazette-110.ebuild new file mode 100644 index 000000000000..94c866d21645 --- /dev/null +++ b/app-doc/linux-gazette/linux-gazette-110.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-110.ebuild,v 1.1 2005/04/29 23:27:37 vapier 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="x86 ppc amd64" +IUSE="" + +DEPEND=">=app-doc/linux-gazette-base-${PV}" + +S=${WORKDIR}/lg + +src_install() { + dodir /usr/share/doc + mv ${S} ${D}/usr/share/doc/${PN}/ +} |