summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-23 14:34:42 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-23 14:34:42 +0000
commit62efda73f7b180f6ad55f14e07b33cf155861bd0 (patch)
tree5f0cc979def6a6e2ba98017e51b2867fcf9e8368 /app-doc/linux-gazette/linux-gazette-105.ebuild
parentStable for sparc. (Manifest recommit) (diff)
downloadgentoo-2-62efda73f7b180f6ad55f14e07b33cf155861bd0.tar.gz
gentoo-2-62efda73f7b180f6ad55f14e07b33cf155861bd0.tar.bz2
gentoo-2-62efda73f7b180f6ad55f14e07b33cf155861bd0.zip
i never committed these ?
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-105.ebuild')
-rw-r--r--app-doc/linux-gazette/linux-gazette-105.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-105.ebuild b/app-doc/linux-gazette/linux-gazette-105.ebuild
new file mode 100644
index 000000000000..79bb5ad21639
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-105.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-105.ebuild,v 1.1 2004/09/23 14:34:42 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}/
+}