summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-09 04:41:22 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-09 04:41:22 +0000
commiteb77ef631571666a960c4b591ae5eaec6720c71f (patch)
treed5e387ed5d43ca9776237f06d5b7d17c43b1b463 /app-doc/linux-gazette/linux-gazette-130.ebuild
parentver bump (diff)
downloadgentoo-2-eb77ef631571666a960c4b591ae5eaec6720c71f.tar.gz
gentoo-2-eb77ef631571666a960c4b591ae5eaec6720c71f.tar.bz2
gentoo-2-eb77ef631571666a960c4b591ae5eaec6720c71f.zip
version bump
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-130.ebuild')
-rw-r--r--app-doc/linux-gazette/linux-gazette-130.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-130.ebuild b/app-doc/linux-gazette/linux-gazette-130.ebuild
new file mode 100644
index 000000000000..619cd79b69cd
--- /dev/null
+++ b/app-doc/linux-gazette/linux-gazette-130.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-130.ebuild,v 1.1 2006/11/09 04:41:22 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
+}