diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-29 23:27:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-29 23:27:37 +0000 |
commit | 6a8748a804c05907d1586eed3c1e93df2fd83790 (patch) | |
tree | 9cab29c8a631f116139f640863bc0be30d15827b /app-doc/linux-gazette/linux-gazette-112.ebuild | |
parent | version bump (diff) | |
download | historical-6a8748a804c05907d1586eed3c1e93df2fd83790.tar.gz historical-6a8748a804c05907d1586eed3c1e93df2fd83790.tar.bz2 historical-6a8748a804c05907d1586eed3c1e93df2fd83790.zip |
version bump #90822 by Botykai Zsolt
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-112.ebuild')
-rw-r--r-- | app-doc/linux-gazette/linux-gazette-112.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-112.ebuild b/app-doc/linux-gazette/linux-gazette-112.ebuild new file mode 100644 index 000000000000..0f3870459ca9 --- /dev/null +++ b/app-doc/linux-gazette/linux-gazette-112.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-112.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}/ +} |