summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-11-03 21:07:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-11-03 21:07:58 +0000
commitdaecfa470db560ac443f105a1e2438e78ddc646c (patch)
treeb881ccb434369f346df49a4e378b9b1395919837 /app-doc/abs-guide
parentversion bump; install in versioned directory; more error checking/messages (diff)
downloadhistorical-daecfa470db560ac443f105a1e2438e78ddc646c.tar.gz
historical-daecfa470db560ac443f105a1e2438e78ddc646c.tar.bz2
historical-daecfa470db560ac443f105a1e2438e78ddc646c.zip
version bump; install in versioned directory; more error checking/messages
Diffstat (limited to 'app-doc/abs-guide')
-rw-r--r--app-doc/abs-guide/Manifest4
-rw-r--r--app-doc/abs-guide/abs-guide-2.2.ebuild17
-rw-r--r--app-doc/abs-guide/files/digest-abs-guide-2.21
3 files changed, 20 insertions, 2 deletions
diff --git a/app-doc/abs-guide/Manifest b/app-doc/abs-guide/Manifest
index db3296818418..af1c635e140d 100644
--- a/app-doc/abs-guide/Manifest
+++ b/app-doc/abs-guide/Manifest
@@ -1,5 +1,5 @@
-MD5 0ace3e755efc903a5c612c6b1017c0da ChangeLog 913
+MD5 35b248c78675d935f99b3d2a1de906a6 ChangeLog 1099
MD5 e9a1008a5dddc0aeb3bd99dc61a3229b abs-guide-2.1.ebuild 587
-MD5 423be6f80890a9e369f3641d00c07983 abs-guide-2.2.ebuild 589
+MD5 7b4a1ffaee3a51762eb8decd321318d7 abs-guide-2.2.ebuild 627
MD5 474613305b876d86cdcd3f0266e6be5b files/digest-abs-guide-2.1 66
MD5 33e071f7b26b90574760b4db934e0b4f files/digest-abs-guide-2.2 66
diff --git a/app-doc/abs-guide/abs-guide-2.2.ebuild b/app-doc/abs-guide/abs-guide-2.2.ebuild
new file mode 100644
index 000000000000..c50591c66f7d
--- /dev/null
+++ b/app-doc/abs-guide/abs-guide-2.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-2.2.ebuild,v 1.1 2003/11/03 21:07:51 mr_bones_ Exp $
+
+DESCRIPTION="An advanced reference and a tutorial on bash shell scripting"
+SRC_URI="http://personal.riverusers.com/~thegrendel/${P}.tar.bz2"
+HOMEPAGE="http://www.tldp.org/LDP/abs/html"
+S="${WORKDIR}"
+
+KEYWORDS="x86 sparc ppc alpha arm hppa"
+LICENSE="FDL-1.1"
+SLOT="0"
+
+src_install() {
+ dodir /usr/share/doc/${P} || die "dodir failed"
+ cp -R * ${D}/usr/share/doc/${P} || die "cp failed"
+}
diff --git a/app-doc/abs-guide/files/digest-abs-guide-2.2 b/app-doc/abs-guide/files/digest-abs-guide-2.2
new file mode 100644
index 000000000000..d50c08e9a9d6
--- /dev/null
+++ b/app-doc/abs-guide/files/digest-abs-guide-2.2
@@ -0,0 +1 @@
+MD5 af4ad9edca05b9dd5a80d9d4016db51c abs-guide-2.2.tar.bz2 595271