summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephanie J. Lockwood-Childs <wormo@gentoo.org>2006-08-17 22:09:19 +0000
committerStephanie J. Lockwood-Childs <wormo@gentoo.org>2006-08-17 22:09:19 +0000
commit3adccdfee3fd7a5c4062224a4fbb090dc2423a29 (patch)
tree4915742a53876d2abde7b9d0763936f6f5cbc4a2 /app-doc
parentVersion bump, thanks to Ryan Hill (Bug #139050) (diff)
downloadgentoo-2-3adccdfee3fd7a5c4062224a4fbb090dc2423a29.tar.gz
gentoo-2-3adccdfee3fd7a5c4062224a4fbb090dc2423a29.tar.bz2
gentoo-2-3adccdfee3fd7a5c4062224a4fbb090dc2423a29.zip
Version bump, thanks to Ryan Hill (Bug #139050)
(Portage version: 2.1-r1)
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/linux-gazette-base/ChangeLog10
-rw-r--r--app-doc/linux-gazette-base/files/digest-linux-gazette-base-1293
-rw-r--r--app-doc/linux-gazette-base/linux-gazette-base-129.ebuild24
3 files changed, 35 insertions, 2 deletions
diff --git a/app-doc/linux-gazette-base/ChangeLog b/app-doc/linux-gazette-base/ChangeLog
index b2a370c68abb..a0d591c9527e 100644
--- a/app-doc/linux-gazette-base/ChangeLog
+++ b/app-doc/linux-gazette-base/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-doc/linux-gazette-base
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette-base/ChangeLog,v 1.10 2005/04/29 23:25:28 vapier Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette-base/ChangeLog,v 1.11 2006/08/17 22:09:19 wormo Exp $
+
+*linux-gazette-base-129 (17 Aug 2006)
+
+ 17 Aug 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
+ +linux-gazette-base-129.ebuild:
+ Version bump, thanks to Ryan Hill (Bug #139050)
*linux-gazette-base-* (21 Aug 2003)
diff --git a/app-doc/linux-gazette-base/files/digest-linux-gazette-base-129 b/app-doc/linux-gazette-base/files/digest-linux-gazette-base-129
new file mode 100644
index 000000000000..5e4910128f90
--- /dev/null
+++ b/app-doc/linux-gazette-base/files/digest-linux-gazette-base-129
@@ -0,0 +1,3 @@
+MD5 0e3554245874191e7701aa823c1eefe2 lg-base-129.tar.gz 1783789
+RMD160 55409b3dcfb379df32d4f667aa68f1583ef63559 lg-base-129.tar.gz 1783789
+SHA256 b3bff479870f2bb583b2abba942f81edfbd5153eb23e5855c6113fe8fdbc3b57 lg-base-129.tar.gz 1783789
diff --git a/app-doc/linux-gazette-base/linux-gazette-base-129.ebuild b/app-doc/linux-gazette-base/linux-gazette-base-129.ebuild
new file mode 100644
index 000000000000..33f6b0ae1eaa
--- /dev/null
+++ b/app-doc/linux-gazette-base/linux-gazette-base-129.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-129.ebuild,v 1.1 2006/08/17 22:09:19 wormo 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
+}