diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-09 07:15:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-09 07:15:54 +0000 |
commit | d7f93df4e984f9402128c6569e9a2da1ff6c299d (patch) | |
tree | 61b43e37ddd5a385fefb46fa0d672dc1ccf7fae1 /app-doc/linux-gazette/linux-gazette-175.ebuild | |
parent | Bump to 0.13.16, all tests pass (diff) | |
download | gentoo-2-d7f93df4e984f9402128c6569e9a2da1ff6c299d.tar.gz gentoo-2-d7f93df4e984f9402128c6569e9a2da1ff6c299d.tar.bz2 gentoo-2-d7f93df4e984f9402128c6569e9a2da1ff6c299d.zip |
version bump #348974 by Coran
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-175.ebuild')
-rw-r--r-- | app-doc/linux-gazette/linux-gazette-175.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-175.ebuild b/app-doc/linux-gazette/linux-gazette-175.ebuild new file mode 100644 index 000000000000..4fc0f4c13b22 --- /dev/null +++ b/app-doc/linux-gazette/linux-gazette-175.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-175.ebuild,v 1.1 2011/03/09 07:15:54 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="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 +} |