diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2008-12-07 03:41:04 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2008-12-07 03:41:04 +0000 |
commit | cca80857f20cf7f1c1d496e7ee15f8975d31d75f (patch) | |
tree | a9cffdf51bacac0149f9aac70eb7512e582214af /app-doc/abs-guide | |
parent | Switch to emake in src_install and drop USE=build cruft. (diff) | |
download | gentoo-2-cca80857f20cf7f1c1d496e7ee15f8975d31d75f.tar.gz gentoo-2-cca80857f20cf7f1c1d496e7ee15f8975d31d75f.tar.bz2 gentoo-2-cca80857f20cf7f1c1d496e7ee15f8975d31d75f.zip |
Stop installing docs into a subdir of DOCDIR so DOC_SYMLINKS_DIR works
again. Remove old.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r4 x86_64)
Diffstat (limited to 'app-doc/abs-guide')
-rw-r--r-- | app-doc/abs-guide/ChangeLog | 7 | ||||
-rw-r--r-- | app-doc/abs-guide/abs-guide-5.3.ebuild | 25 | ||||
-rw-r--r-- | app-doc/abs-guide/abs-guide-5.5.ebuild | 4 |
3 files changed, 8 insertions, 28 deletions
diff --git a/app-doc/abs-guide/ChangeLog b/app-doc/abs-guide/ChangeLog index c22ee92fe74b..23dfb8d8f5cf 100644 --- a/app-doc/abs-guide/ChangeLog +++ b/app-doc/abs-guide/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-doc/abs-guide # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.66 2008/11/29 21:27:57 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.67 2008/12/07 03:41:04 dirtyepic Exp $ + + 07 Dec 2008; Ryan Hill <dirtyepic@gentoo.org> -abs-guide-5.3.ebuild, + abs-guide-5.5.ebuild: + Stop installing docs into a subdir of DOCDIR so DOC_SYMLINKS_DIR works + again. Remove old. 29 Nov 2008; Ryan Hill <dirtyepic@gentoo.org> abs-guide-5.4.ebuild: amd64 stable, bug #249134. diff --git a/app-doc/abs-guide/abs-guide-5.3.ebuild b/app-doc/abs-guide/abs-guide-5.3.ebuild deleted file mode 100644 index 0de7799eb391..000000000000 --- a/app-doc/abs-guide/abs-guide-5.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-5.3.ebuild,v 1.6 2008/07/01 02:08:22 jer Exp $ - -KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86" - -DESCRIPTION="An advanced reference and a tutorial on bash shell scripting" -HOMEPAGE="http://www.tldp.org/LDP/abs/html" - -# Upstream likes to repackage the tarball without changing the name. -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="OPL" -IUSE="" -SLOT="0" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}" - -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/abs-guide-5.5.ebuild b/app-doc/abs-guide/abs-guide-5.5.ebuild index 12dcb1088054..470cc0110471 100644 --- a/app-doc/abs-guide/abs-guide-5.5.ebuild +++ b/app-doc/abs-guide/abs-guide-5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-5.5.ebuild,v 1.1 2008/11/27 23:41:21 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-5.5.ebuild,v 1.2 2008/12/07 03:41:04 dirtyepic Exp $ KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" @@ -17,7 +17,7 @@ SLOT="0" DEPEND="" RDEPEND="" -S="${WORKDIR}" +S="${WORKDIR}/abs" src_install() { dodir /usr/share/doc/${P} || die "dodir failed" |