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
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')
-rw-r--r--app-doc/linux-gazette/ChangeLog7
-rw-r--r--app-doc/linux-gazette/linux-gazette-133.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-134.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-135.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-136.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-137.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-138.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-139.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-140.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-141.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-142.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-143.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-144.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-145.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-146.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-147.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-148.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-149.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-150.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-151.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-152.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-153.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-154.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-155.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-156.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-157.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-158.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-159.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-160.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-161.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-162.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-163.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-164.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-165.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-166.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-167.ebuild21
-rw-r--r--app-doc/linux-gazette/linux-gazette-168.ebuild21
37 files changed, 758 insertions, 5 deletions
diff --git a/app-doc/linux-gazette/ChangeLog b/app-doc/linux-gazette/ChangeLog
index beeac04b31b9..c1a34ea31f8d 100644
--- a/app-doc/linux-gazette/ChangeLog
+++ b/app-doc/linux-gazette/ChangeLog
@@ -1,9 +1,6 @@
# ChangeLog for app-doc/linux-gazette
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/ChangeLog,v 1.18 2007/05/13 18:08:09 bangert Exp $
-
- 13 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
- add herd
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/ChangeLog,v 1.19 2009/11/15 02:34:46 vapier Exp $
*linux-gazette-* (21 Aug 2003)
diff --git a/app-doc/linux-gazette/linux-gazette-133.ebuild b/app-doc/linux-gazette/linux-gazette-133.ebuild
new file mode 100644
index 000000000000..d58782e40c33
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-133.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-133.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-134.ebuild b/app-doc/linux-gazette/linux-gazette-134.ebuild
new file mode 100644
index 000000000000..08651ff926a7
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-134.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-134.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-135.ebuild b/app-doc/linux-gazette/linux-gazette-135.ebuild
new file mode 100644
index 000000000000..d9c77669b78a
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-135.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-135.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-136.ebuild b/app-doc/linux-gazette/linux-gazette-136.ebuild
new file mode 100644
index 000000000000..38f377cfc4b6
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-136.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-136.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
+}
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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-138.ebuild b/app-doc/linux-gazette/linux-gazette-138.ebuild
new file mode 100644
index 000000000000..1c12f67017a0
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-138.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-138.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-139.ebuild b/app-doc/linux-gazette/linux-gazette-139.ebuild
new file mode 100644
index 000000000000..ea17f4bf8079
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-139.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-139.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-140.ebuild b/app-doc/linux-gazette/linux-gazette-140.ebuild
new file mode 100644
index 000000000000..e9cb3bfeac47
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-140.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-140.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-141.ebuild b/app-doc/linux-gazette/linux-gazette-141.ebuild
new file mode 100644
index 000000000000..a83c98491b6b
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-141.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-141.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-142.ebuild b/app-doc/linux-gazette/linux-gazette-142.ebuild
new file mode 100644
index 000000000000..5f7c3e1166de
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-142.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-142.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-143.ebuild b/app-doc/linux-gazette/linux-gazette-143.ebuild
new file mode 100644
index 000000000000..ef3e8fef0c82
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-143.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-143.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-144.ebuild b/app-doc/linux-gazette/linux-gazette-144.ebuild
new file mode 100644
index 000000000000..9cf995a6b330
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-144.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-144.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-145.ebuild b/app-doc/linux-gazette/linux-gazette-145.ebuild
new file mode 100644
index 000000000000..5699f0adb371
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-145.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-145.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-146.ebuild b/app-doc/linux-gazette/linux-gazette-146.ebuild
new file mode 100644
index 000000000000..3dabe4a0d742
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-146.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-146.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-147.ebuild b/app-doc/linux-gazette/linux-gazette-147.ebuild
new file mode 100644
index 000000000000..ebbbea23c4d8
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-147.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-147.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-148.ebuild b/app-doc/linux-gazette/linux-gazette-148.ebuild
new file mode 100644
index 000000000000..87d053db8c19
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-148.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-148.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-149.ebuild b/app-doc/linux-gazette/linux-gazette-149.ebuild
new file mode 100644
index 000000000000..2b13474afb46
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-149.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-149.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-150.ebuild b/app-doc/linux-gazette/linux-gazette-150.ebuild
new file mode 100644
index 000000000000..b4f8b1668be2
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-150.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-150.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-151.ebuild b/app-doc/linux-gazette/linux-gazette-151.ebuild
new file mode 100644
index 000000000000..a13d8bfc3593
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-151.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-151.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-152.ebuild b/app-doc/linux-gazette/linux-gazette-152.ebuild
new file mode 100644
index 000000000000..614697158ba5
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-152.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-152.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-153.ebuild b/app-doc/linux-gazette/linux-gazette-153.ebuild
new file mode 100644
index 000000000000..e6276b93837f
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-153.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-153.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-154.ebuild b/app-doc/linux-gazette/linux-gazette-154.ebuild
new file mode 100644
index 000000000000..38d2a8797f07
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-154.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-154.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-155.ebuild b/app-doc/linux-gazette/linux-gazette-155.ebuild
new file mode 100644
index 000000000000..3d95707868d1
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-155.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-155.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-156.ebuild b/app-doc/linux-gazette/linux-gazette-156.ebuild
new file mode 100644
index 000000000000..1d34b5af0e63
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-156.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-156.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-157.ebuild b/app-doc/linux-gazette/linux-gazette-157.ebuild
new file mode 100644
index 000000000000..8a812bea6072
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-157.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-157.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-158.ebuild b/app-doc/linux-gazette/linux-gazette-158.ebuild
new file mode 100644
index 000000000000..f85d898f0684
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-158.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-158.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-159.ebuild b/app-doc/linux-gazette/linux-gazette-159.ebuild
new file mode 100644
index 000000000000..fdfcfd33f0c0
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-159.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-159.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-160.ebuild b/app-doc/linux-gazette/linux-gazette-160.ebuild
new file mode 100644
index 000000000000..856fe415154a
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-160.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-160.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-161.ebuild b/app-doc/linux-gazette/linux-gazette-161.ebuild
new file mode 100644
index 000000000000..a82d1f1f0629
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-161.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-161.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-162.ebuild b/app-doc/linux-gazette/linux-gazette-162.ebuild
new file mode 100644
index 000000000000..3c3bccfeb293
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-162.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-162.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-163.ebuild b/app-doc/linux-gazette/linux-gazette-163.ebuild
new file mode 100644
index 000000000000..0351a6fc6e55
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-163.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-163.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-164.ebuild b/app-doc/linux-gazette/linux-gazette-164.ebuild
new file mode 100644
index 000000000000..bc2a506ed87e
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-164.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-164.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-165.ebuild b/app-doc/linux-gazette/linux-gazette-165.ebuild
new file mode 100644
index 000000000000..0299b81da397
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-165.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-165.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-166.ebuild b/app-doc/linux-gazette/linux-gazette-166.ebuild
new file mode 100644
index 000000000000..60961a0af225
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-166.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-166.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-167.ebuild b/app-doc/linux-gazette/linux-gazette-167.ebuild
new file mode 100644
index 000000000000..d2fd02298b7d
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-167.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-167.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
+}
diff --git a/app-doc/linux-gazette/linux-gazette-168.ebuild b/app-doc/linux-gazette/linux-gazette-168.ebuild
new file mode 100644
index 000000000000..07f2fc04477d
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-168.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-168.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
+}