diff options
author | Chuck Short <zul@gentoo.org> | 2004-02-11 23:34:35 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-02-11 23:34:35 +0000 |
commit | 73eabaabe8e2a443cd5c8db1b817ae606fba3847 (patch) | |
tree | f90ef3c80fffbebcd2077e9d8719dca13fcf8844 /app-text/cedilla | |
parent | new pre version, libtool fix for linking , remove patches as they seem to be ... (diff) | |
download | gentoo-2-73eabaabe8e2a443cd5c8db1b817ae606fba3847.tar.gz gentoo-2-73eabaabe8e2a443cd5c8db1b817ae606fba3847.tar.bz2 gentoo-2-73eabaabe8e2a443cd5c8db1b817ae606fba3847.zip |
Removed /var/tmp/portage from cedilla when doing an install. Closes #40356.
Diffstat (limited to 'app-text/cedilla')
-rw-r--r-- | app-text/cedilla/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/cedilla/cedilla-0.3.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-text/cedilla/ChangeLog b/app-text/cedilla/ChangeLog index 23edf5d6159f..f127d98d83c7 100644 --- a/app-text/cedilla/ChangeLog +++ b/app-text/cedilla/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/cedilla -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/cedilla/ChangeLog,v 1.2 2003/11/25 01:36:53 zul Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/cedilla/ChangeLog,v 1.3 2004/02/11 23:34:35 zul Exp $ + + 11 Feb 2004; Chuck Short <zul@gentoo.org> cedilla-0.3.ebuild: + Removed /var/tmp/portage/cedilla from cedilla when doing an install. Closes + #40356. *cedilla-0.3 (24 Nov 2003) diff --git a/app-text/cedilla/cedilla-0.3.ebuild b/app-text/cedilla/cedilla-0.3.ebuild index 17556a3fcd3e..8abc0f5697df 100644 --- a/app-text/cedilla/cedilla-0.3.ebuild +++ b/app-text/cedilla/cedilla-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/cedilla/cedilla-0.3.ebuild,v 1.3 2003/11/25 01:36:53 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/cedilla/cedilla-0.3.ebuild,v 1.4 2004/02/11 23:34:35 zul Exp $ DESCRIPTION="Utf-8 to postscript converter." HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/cedilla/" @@ -12,7 +12,8 @@ SLOT="0" LICENSE="GPL-2" IUSE="" -DEPEND=">=dev-lisp/clisp-2.29" +DEPEND=">=dev-lisp/clisp-2.29 + >=sys-apps/sed-4" RDEPEND="" S="${WORKDIR}/${P}" @@ -25,6 +26,7 @@ src_compile() { } src_install() { + sed -i 's#/var/tmp/portage/cedilla-0.3/image##g' ${S}/cedilla ./install-cedilla || die "Install failed" newman cedilla.man cedilla.1 |