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
commit60f2d0486b5f878d43f9c9a70dfa9d79b9ae2df3 (patch)
tree1c5a1383de8b66dde2f0791a7bd1c1e097fca6f0 /app-doc/linux-gazette/linux-gazette-103.ebuild
parentStable for sparc. (diff)
downloadhistorical-60f2d0486b5f878d43f9c9a70dfa9d79b9ae2df3.tar.gz
historical-60f2d0486b5f878d43f9c9a70dfa9d79b9ae2df3.tar.bz2
historical-60f2d0486b5f878d43f9c9a70dfa9d79b9ae2df3.zip
i never committed these ?
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-103.ebuild')
-rw-r--r--app-doc/linux-gazette/linux-gazette-103.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-103.ebuild b/app-doc/linux-gazette/linux-gazette-103.ebuild
new file mode 100644
index 000000000000..267086b4e2e6
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-103.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-103.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}/
+}