diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2006-07-01 01:13:08 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2006-07-01 01:13:08 +0000 |
commit | b3084f94a4a590c31887f1bd6c7f15fdd600c50e (patch) | |
tree | 86b50921e94b4a91446dc9cebb30f8ab87667abf /app-doc/abs-guide | |
parent | ppc/sparc/mips/alpha/arm/sh stable (diff) | |
download | gentoo-2-b3084f94a4a590c31887f1bd6c7f15fdd600c50e.tar.gz gentoo-2-b3084f94a4a590c31887f1bd6c7f15fdd600c50e.tar.bz2 gentoo-2-b3084f94a4a590c31887f1bd6c7f15fdd600c50e.zip |
Version bump; tidy old ebuild.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'app-doc/abs-guide')
-rw-r--r-- | app-doc/abs-guide/ChangeLog | 10 | ||||
-rw-r--r-- | app-doc/abs-guide/abs-guide-4.0.ebuild | 18 | ||||
-rw-r--r-- | app-doc/abs-guide/files/digest-abs-guide-3.7 | 2 | ||||
-rw-r--r-- | app-doc/abs-guide/files/digest-abs-guide-4.0 | 3 |
4 files changed, 31 insertions, 2 deletions
diff --git a/app-doc/abs-guide/ChangeLog b/app-doc/abs-guide/ChangeLog index 0148635f0955..fa88e04d03b0 100644 --- a/app-doc/abs-guide/ChangeLog +++ b/app-doc/abs-guide/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-doc/abs-guide -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.31 2005/10/21 17:38:09 ka0ttic Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.32 2006/07/01 01:13:08 ka0ttic Exp $ + +*abs-guide-4.0 (01 Jul 2006) + + 01 Jul 2006; Aaron Walker <ka0ttic@gentoo.org> -abs-guide-3.6.ebuild, + +abs-guide-4.0.ebuild: + Version bump; tidy old ebuild. *abs-guide-3.7 (21 Oct 2005) diff --git a/app-doc/abs-guide/abs-guide-4.0.ebuild b/app-doc/abs-guide/abs-guide-4.0.ebuild new file mode 100644 index 000000000000..793178b5e6c3 --- /dev/null +++ b/app-doc/abs-guide/abs-guide-4.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-4.0.ebuild,v 1.1 2006/07/01 01:13:08 ka0ttic 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}" + +IUSE="" +KEYWORDS="alpha amd64 hppa mips ppc sparc x86" +LICENSE="OPL" +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-3.7 b/app-doc/abs-guide/files/digest-abs-guide-3.7 index 13515a6c130b..a21811ae0fd5 100644 --- a/app-doc/abs-guide/files/digest-abs-guide-3.7 +++ b/app-doc/abs-guide/files/digest-abs-guide-3.7 @@ -1 +1,3 @@ MD5 1ff2d9f2b53454d3a2c1dc41f8022944 abs-guide-3.7.tar.bz2 791074 +RMD160 acd28f034de6498f7e051bcb036ab719ec7d2884 abs-guide-3.7.tar.bz2 791074 +SHA256 c80848bdb248ceba2596733acf588ea5fca7d6569c1fc4c259cef4fa1477623d abs-guide-3.7.tar.bz2 791074 diff --git a/app-doc/abs-guide/files/digest-abs-guide-4.0 b/app-doc/abs-guide/files/digest-abs-guide-4.0 new file mode 100644 index 000000000000..07e7880a46ab --- /dev/null +++ b/app-doc/abs-guide/files/digest-abs-guide-4.0 @@ -0,0 +1,3 @@ +MD5 05661c1130b13a17bbe0efc069f06c91 abs-guide-4.0.tar.bz2 818225 +RMD160 abbacfa47e04a5d5e2bb74da45b2419705459731 abs-guide-4.0.tar.bz2 818225 +SHA256 1b6a8c6c55316886236e764065d5291dfd103e052ec05a0ecc0e3bca01e383f7 abs-guide-4.0.tar.bz2 818225 |