diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-12 19:34:01 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-12 19:34:01 +0000 |
commit | 6cc830cf572eb1642df6d810a3041728d539fd09 (patch) | |
tree | a94fbe8cc60cd934b73e7b7f36bec8e87cd4cd66 /dev-util/ciabot-svn | |
parent | Stable for HPPA (bug #282658). (diff) | |
download | gentoo-2-6cc830cf572eb1642df6d810a3041728d539fd09.tar.gz gentoo-2-6cc830cf572eb1642df6d810a3041728d539fd09.tar.bz2 gentoo-2-6cc830cf572eb1642df6d810a3041728d539fd09.zip |
Fix quoting. Remove ebeep.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/ciabot-svn')
-rw-r--r-- | dev-util/ciabot-svn/ciabot-svn-1.15.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-util/ciabot-svn/ciabot-svn-1.15.ebuild b/dev-util/ciabot-svn/ciabot-svn-1.15.ebuild index 68b6a23f41a6..d0984bfd27e7 100644 --- a/dev-util/ciabot-svn/ciabot-svn-1.15.ebuild +++ b/dev-util/ciabot-svn/ciabot-svn-1.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ciabot-svn/ciabot-svn-1.15.ebuild,v 1.2 2007/03/05 03:28:30 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ciabot-svn/ciabot-svn-1.15.ebuild,v 1.3 2009/10/12 19:34:01 ssuominen Exp $ inherit eutils @@ -15,12 +15,12 @@ IUSE="" DEPEND="dev-lang/python" -S="${WORKDIR}" +S=${WORKDIR} src_install() { dodir /etc/${PN} insinto /etc/${PN} - doins ${FILESDIR}/config.py + doins "${FILESDIR}"/config.py newbin ${P}.py ${PN} || die } @@ -43,6 +43,5 @@ pkg_postinst() { elog "" elog " /usr/bin/ciabot-svn \"\$REPOS\" \"\$REV\" \"ProjectName\" &" echo - ebeep epause } |