summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-09 04:36:07 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-09 04:36:07 +0000
commit45ef0369675c3908a065c7a4e1f42e672e21583d (patch)
treefc19d5cae56d8e575396decde3b9f9db1624b71c /app-doc/linux-gazette-base/linux-gazette-base-132.ebuild
parent+djvu (diff)
downloadgentoo-2-45ef0369675c3908a065c7a4e1f42e672e21583d.tar.gz
gentoo-2-45ef0369675c3908a065c7a4e1f42e672e21583d.tar.bz2
gentoo-2-45ef0369675c3908a065c7a4e1f42e672e21583d.zip
ver bump
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'app-doc/linux-gazette-base/linux-gazette-base-132.ebuild')
-rw-r--r--app-doc/linux-gazette-base/linux-gazette-base-132.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-doc/linux-gazette-base/linux-gazette-base-132.ebuild b/app-doc/linux-gazette-base/linux-gazette-base-132.ebuild
new file mode 100644
index 000000000000..1d0bb7d30188
--- /dev/null
+++ b/app-doc/linux-gazette-base/linux-gazette-base-132.ebuild
@@ -0,0 +1,24 @@
+# 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-base/linux-gazette-base-132.ebuild,v 1.1 2006/11/09 04:36:07 vapier Exp $
+
+# the SRC_URI always has the same file name ... make sure you
+# `rm ${DISTDIR}/lg-base.tar.gz` and make a new digest with
+# every version bump
+
+DESCRIPTION="Linux Gazette - common files"
+HOMEPAGE="http://linuxgazette.net/"
+SRC_URI="mirror://gentoo/lg-base-${PV}.tar.gz"
+#SRC_URI="http://linuxgazette.net/ftpfiles/lg-base.tar.gz"
+
+LICENSE="OPL"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
+IUSE=""
+
+S=${WORKDIR}/lg
+
+src_install() {
+ dodir /usr/share/doc/linux-gazette
+ mv * "${D}"/usr/share/doc/linux-gazette/ || die
+}