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 | 56eadf90cc98be1e60460c888947f41dc4dc5901 (patch) | |
tree | c441690a8e25933d333b15bf29aad5f6e970111d /app-text/cedilla | |
parent | new pre version, libtool fix for linking , remove patches as they seem to be ... (diff) | |
download | historical-56eadf90cc98be1e60460c888947f41dc4dc5901.tar.gz historical-56eadf90cc98be1e60460c888947f41dc4dc5901.tar.bz2 historical-56eadf90cc98be1e60460c888947f41dc4dc5901.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/Manifest | 4 | ||||
-rw-r--r-- | app-text/cedilla/cedilla-0.3.ebuild | 8 |
3 files changed, 13 insertions, 7 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/Manifest b/app-text/cedilla/Manifest index f974da98942d..8a9e72cfb867 100644 --- a/app-text/cedilla/Manifest +++ b/app-text/cedilla/Manifest @@ -1,5 +1,5 @@ -MD5 dba7bbbc5a4efbfd3db29fac331b8018 cedilla-0.3.ebuild 764 -MD5 d498c8dd9421024391846e66c0341aeb ChangeLog 436 +MD5 cd1c467dd9f343db646d8e20e2f3a8f8 cedilla-0.3.ebuild 846 +MD5 d554b1fee40efe11c73c4570ddb07b16 ChangeLog 589 MD5 7e285f080272b311b0eb8b0028928e07 metadata.xml 219 MD5 2325d2b8265c1bd954d3913c90206b2b files/cedilla-gentoo.patch 633 MD5 f9868caff371960cf00313c91b05e89b files/digest-cedilla-0.3 63 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 |