diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-15 05:29:12 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-15 05:29:12 +0000 |
commit | 4665018cd1b6502de620de17192fb8dbcc450756 (patch) | |
tree | 8404fc0a0a521ea126305f000ffcab44dfe7059a | |
parent | Whitespace (diff) | |
download | gentoo-2-4665018cd1b6502de620de17192fb8dbcc450756.tar.gz gentoo-2-4665018cd1b6502de620de17192fb8dbcc450756.tar.bz2 gentoo-2-4665018cd1b6502de620de17192fb8dbcc450756.zip |
Whitespace
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | dev-lang/smlnj/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/smlnj/smlnj-110.75.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/smlnj/ChangeLog b/dev-lang/smlnj/ChangeLog index b871388ba5b6..3628b998399a 100644 --- a/dev-lang/smlnj/ChangeLog +++ b/dev-lang/smlnj/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/smlnj -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/smlnj/ChangeLog,v 1.27 2012/10/22 12:14:09 hkbst Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smlnj/ChangeLog,v 1.28 2013/08/15 05:29:12 patrick Exp $ + + 15 Aug 2013; Patrick Lauer <patrick@gentoo.org> smlnj-110.75.ebuild: + Whitespace 22 Oct 2012; Marijn Schouten <hkBst@gentoo.org> smlnj-110.75.ebuild: revert fix for bug 248162, because of bug 438934 diff --git a/dev-lang/smlnj/smlnj-110.75.ebuild b/dev-lang/smlnj/smlnj-110.75.ebuild index 1a61ddb2f799..9700fa0c0f0d 100644 --- a/dev-lang/smlnj/smlnj-110.75.ebuild +++ b/dev-lang/smlnj/smlnj-110.75.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/smlnj/smlnj-110.75.ebuild,v 1.4 2012/10/22 12:14:09 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smlnj/smlnj-110.75.ebuild,v 1.5 2013/08/15 05:29:12 patrick Exp $ EAPI="4" @@ -108,6 +108,6 @@ src_install() { for file in "${D}"/usr/bin/{*,.*}; do [[ -f ${file} ]] && sed "2iSMLNJ_HOME=/usr" -i ${file} - # [[ -f ${file} ]] && sed "s:${WORKDIR}:/usr:" -i ${file} +# [[ -f ${file} ]] && sed "s:${WORKDIR}:/usr:" -i ${file} done } |