summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-05-10 06:31:57 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-05-10 06:31:57 +0000
commitb2a18325153af795e3da7aa63733adf47fc66bfb (patch)
treec7f8b74a82a62c8403f4e5f380134d6d373ce03c /app-doc
parentVersion bump, add pptx and static-libs use flags. (diff)
downloadgentoo-2-b2a18325153af795e3da7aa63733adf47fc66bfb.tar.gz
gentoo-2-b2a18325153af795e3da7aa63733adf47fc66bfb.tar.bz2
gentoo-2-b2a18325153af795e3da7aa63733adf47fc66bfb.zip
Quoting
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/selfhtml/ChangeLog8
-rw-r--r--app-doc/selfhtml/selfhtml-8.1.2.ebuild8
2 files changed, 9 insertions, 7 deletions
diff --git a/app-doc/selfhtml/ChangeLog b/app-doc/selfhtml/ChangeLog
index b5d64b6942e8..a3ace1520619 100644
--- a/app-doc/selfhtml/ChangeLog
+++ b/app-doc/selfhtml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-doc/selfhtml
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.19 2010/10/19 09:09:18 leio Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.20 2013/05/10 06:31:57 patrick Exp $
+
+ 10 May 2013; Patrick Lauer <patrick@gentoo.org> selfhtml-8.1.2.ebuild:
+ Quoting
19 Oct 2010; Mart Raudsepp <leio@gentoo.org> selfhtml-8.1.2.ebuild:
Drop to ~mips
@@ -58,4 +61,3 @@
08 Mar 2004; Lars Weiler <pylon@gentoo.org> metadata.xml,
selfhtml-8.0-r1.ebuild:
SELFHTML 8.0 with errata-pack 1 (therefore the initial ebuild is named -r1)
-
diff --git a/app-doc/selfhtml/selfhtml-8.1.2.ebuild b/app-doc/selfhtml/selfhtml-8.1.2.ebuild
index 9417538e1ce9..3d450957b47d 100644
--- a/app-doc/selfhtml/selfhtml-8.1.2.ebuild
+++ b/app-doc/selfhtml/selfhtml-8.1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.1.2.ebuild,v 1.3 2010/10/19 09:09:18 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.1.2.ebuild,v 1.4 2013/05/10 06:31:57 patrick Exp $
S=${WORKDIR}
TARGET=/usr/share/doc/${PF}/html
@@ -14,6 +14,6 @@ KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86"
IUSE=""
src_install() {
- dodir ${TARGET}
- cp -pR ${S}/* ${D}${TARGET}
+ dodir "${TARGET}"
+ cp -pR "${S}/"* "${D}${TARGET}"
}