summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2008-01-26 22:56:10 +0000
committerThilo Bangert <bangert@gentoo.org>2008-01-26 22:56:10 +0000
commite0dd468f429aa18deee3f16213777304996f762c (patch)
tree0d5c7cdee1a94e7d009a26a57bd2ddc829814d85 /sys-apps
parentremove old (diff)
downloadgentoo-2-e0dd468f429aa18deee3f16213777304996f762c.tar.gz
gentoo-2-e0dd468f429aa18deee3f16213777304996f762c.tar.bz2
gentoo-2-e0dd468f429aa18deee3f16213777304996f762c.zip
fix quoting - remove ChangeLog from dodoc
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/ucspi-unix/ChangeLog7
-rw-r--r--sys-apps/ucspi-unix/ucspi-unix-0.36-r2.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/sys-apps/ucspi-unix/ChangeLog b/sys-apps/ucspi-unix/ChangeLog
index 0ace34a09dac..0458f39839bc 100644
--- a/sys-apps/ucspi-unix/ChangeLog
+++ b/sys-apps/ucspi-unix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/ucspi-unix
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-unix/ChangeLog,v 1.14 2007/02/26 21:16:41 bangert Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-unix/ChangeLog,v 1.15 2008/01/26 22:56:10 bangert Exp $
+
+ 26 Jan 2008; Thilo Bangert <bangert@gentoo.org> ucspi-unix-0.36-r2.ebuild:
+ fix quoting - remove ChangeLog from dodoc
26 Feb 2007; Thilo Bangert <bangert@gentoo.org> ucspi-unix-0.36-r1.ebuild,
ucspi-unix-0.36-r2.ebuild:
diff --git a/sys-apps/ucspi-unix/ucspi-unix-0.36-r2.ebuild b/sys-apps/ucspi-unix/ucspi-unix-0.36-r2.ebuild
index 0e29411aecf8..81ae4f0b97ec 100644
--- a/sys-apps/ucspi-unix/ucspi-unix-0.36-r2.ebuild
+++ b/sys-apps/ucspi-unix/ucspi-unix-0.36-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-unix/ucspi-unix-0.36-r2.ebuild,v 1.2 2007/02/26 21:16:41 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-unix/ucspi-unix-0.36-r2.ebuild,v 1.3 2008/01/26 22:56:10 bangert Exp $
inherit eutils toolchain-funcs
@@ -17,8 +17,8 @@ DEPEND=">=dev-libs/bglibs-1.019-r1"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-gentoo-head.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-gentoo-head.patch
}
src_compile() {
@@ -31,5 +31,5 @@ src_compile() {
src_install() {
dobin unixserver unixclient unixcat || die
doman unixserver.1 unixclient.1
- dodoc ANNOUNCEMENT ChangeLog NEWS PROTOCOL README TODO
+ dodoc ANNOUNCEMENT NEWS PROTOCOL README TODO
}