diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-01-13 17:47:22 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-01-13 17:47:22 +0000 |
commit | 939d2bcc4993d353132af0863f99ba7d5038b1f0 (patch) | |
tree | de925b9f70b8ff8d518e5e584f92e204b84c60e3 /app-doc | |
parent | Split up tcltk USE-flag to tcl and tk. (Bug #17808) (diff) | |
download | gentoo-2-939d2bcc4993d353132af0863f99ba7d5038b1f0.tar.gz gentoo-2-939d2bcc4993d353132af0863f99ba7d5038b1f0.tar.bz2 gentoo-2-939d2bcc4993d353132af0863f99ba7d5038b1f0.zip |
Version bump, see http://personal.riverusers.com/~thegrendel/Change.log
Removed old versions.
(Portage version: 2.1.2_rc4-r9)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/abs-guide/ChangeLog | 11 | ||||
-rw-r--r-- | app-doc/abs-guide/abs-guide-4.2.ebuild | 18 | ||||
-rw-r--r-- | app-doc/abs-guide/files/digest-abs-guide-4.2 | 3 |
3 files changed, 30 insertions, 2 deletions
diff --git a/app-doc/abs-guide/ChangeLog b/app-doc/abs-guide/ChangeLog index f1b85d011d7f..9f52e3ec6306 100644 --- a/app-doc/abs-guide/ChangeLog +++ b/app-doc/abs-guide/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-doc/abs-guide -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.33 2006/10/15 00:01:34 ka0ttic Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.34 2007/01/13 17:47:22 dirtyepic Exp $ + +*abs-guide-4.2 (13 Jan 2007) + + 13 Jan 2007; Ryan Hill <dirtyepic@gentoo.org> -abs-guide-3.7.ebuild, + -abs-guide-4.0.ebuild, +abs-guide-4.2.ebuild: + Version bump, see http://personal.riverusers.com/~thegrendel/Change.log + Removed old versions. *abs-guide-4.1 (14 Oct 2006) diff --git a/app-doc/abs-guide/abs-guide-4.2.ebuild b/app-doc/abs-guide/abs-guide-4.2.ebuild new file mode 100644 index 000000000000..285add18866d --- /dev/null +++ b/app-doc/abs-guide/abs-guide-4.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 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.2.ebuild,v 1.1 2007/01/13 17:47:22 dirtyepic 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-4.2 b/app-doc/abs-guide/files/digest-abs-guide-4.2 new file mode 100644 index 000000000000..316c27a57566 --- /dev/null +++ b/app-doc/abs-guide/files/digest-abs-guide-4.2 @@ -0,0 +1,3 @@ +MD5 24e90ed621bcbc8f1f5fba327c882af5 abs-guide-4.2.tar.bz2 857247 +RMD160 86504bd9da1e80185562ad981d52e5d1b4aa0ddb abs-guide-4.2.tar.bz2 857247 +SHA256 2d043e88ce04c79cd05478b7be0b3b7de0b9044d6dc55c9044621e7eece4a581 abs-guide-4.2.tar.bz2 857247 |