diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2011-11-30 19:05:10 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2011-11-30 19:05:10 +0000 |
commit | 5f39630fabfbe7bf61a46753e19cedc6ba477d0e (patch) | |
tree | 2984739fe46de78bc99a728cc7babe86f058d98d /app-editors/scite | |
parent | [bump] dev-perl/PPIx-Regexp-0.22.0 (diff) | |
download | gentoo-2-5f39630fabfbe7bf61a46753e19cedc6ba477d0e.tar.gz gentoo-2-5f39630fabfbe7bf61a46753e19cedc6ba477d0e.tar.bz2 gentoo-2-5f39630fabfbe7bf61a46753e19cedc6ba477d0e.zip |
Use ED instead of D as suggested by Agostino Sarubbo in bug #380061.
(Portage version: 2.1.10.38/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/scite/scite-3.0.1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index 57a7115a504a..3210173ffde6 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/scite # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.122 2011/11/30 18:48:20 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.123 2011/11/30 19:05:10 nelchael Exp $ + + 30 Nov 2011; Krzysztof Pawlik <nelchael@gentoo.org> scite-3.0.1.ebuild: + Use ED instead of D as suggested by Agostino Sarubbo in bug #380061. *scite-3.0.1 (30 Nov 2011) diff --git a/app-editors/scite/scite-3.0.1.ebuild b/app-editors/scite/scite-3.0.1.ebuild index f4794d7bfbaa..8f1bfafc3abc 100644 --- a/app-editors/scite/scite-3.0.1.ebuild +++ b/app-editors/scite/scite-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild,v 1.1 2011/11/30 18:48:20 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild,v 1.2 2011/11/30 19:05:10 nelchael Exp $ EAPI="4" @@ -66,14 +66,14 @@ src_install() { dodir /usr/bin dodir /usr/share/{pixmaps,applications} - emake prefix="${D}/usr" install + emake prefix="${ED}/usr" install # we have to keep this because otherwise it'll break upgrading - mv "${D}/usr/bin/SciTE" "${D}/usr/bin/scite" || die + mv "${ED}/usr/bin/SciTE" "${ED}/usr/bin/scite" || die dosym /usr/bin/scite /usr/bin/SciTE # replace .desktop file with our own working version - rm -f "${D}/usr/share/applications/SciTE.desktop" + rm -f "${ED}/usr/share/applications/SciTE.desktop" insinto /usr/share/applications doins "${FILESDIR}/scite.desktop" |