summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-11-15 02:36:14 +0000
committerMike Frysinger <vapier@gentoo.org>2009-11-15 02:36:14 +0000
commit036bf215db00b2765b9f80e9c1f9d433e92e9319 (patch)
treeef26129a5a81de2f0a010795995fd268245b16c9 /app-doc/linux-gazette/linux-gazette-137.ebuild
parentFix Manifest. (diff)
downloadhistorical-036bf215db00b2765b9f80e9c1f9d433e92e9319.tar.gz
historical-036bf215db00b2765b9f80e9c1f9d433e92e9319.tar.bz2
historical-036bf215db00b2765b9f80e9c1f9d433e92e9319.zip
version bump #293211 by Man Shankar
Package-Manager: portage-2.2_rc49/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-137.ebuild')
-rw-r--r--app-doc/linux-gazette/linux-gazette-137.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-137.ebuild b/app-doc/linux-gazette/linux-gazette-137.ebuild
new file mode 100644
index 000000000000..d10c8ab9aedc
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-137.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-137.ebuild,v 1.1 2009/11/15 02:34:46 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
+}