diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-16 20:36:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-16 20:36:44 +0000 |
commit | c19ae9689ca2d2639c35292be92dd94d1b31b43c (patch) | |
tree | c4293dcc9e5b36bf5ffacdbf72f8a5b0d11299b2 /app-i18n/jless | |
parent | Fix ROOT (diff) | |
download | gentoo-2-c19ae9689ca2d2639c35292be92dd94d1b31b43c.tar.gz gentoo-2-c19ae9689ca2d2639c35292be92dd94d1b31b43c.tar.bz2 gentoo-2-c19ae9689ca2d2639c35292be92dd94d1b31b43c.zip |
Don't abuse ROOT.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-i18n/jless')
-rw-r--r-- | app-i18n/jless/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/jless/jless-358.254.ebuild | 8 | ||||
-rw-r--r-- | app-i18n/jless/jless-382.258.ebuild | 8 |
3 files changed, 10 insertions, 14 deletions
diff --git a/app-i18n/jless/ChangeLog b/app-i18n/jless/ChangeLog index f22a7d65f309..c122e7b261ee 100644 --- a/app-i18n/jless/ChangeLog +++ b/app-i18n/jless/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/jless -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless/ChangeLog,v 1.2 2006/07/30 16:23:05 swegener Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless/ChangeLog,v 1.3 2007/02/16 20:36:44 flameeyes Exp $ + + 16 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> jless-358.254.ebuild, + jless-382.258.ebuild: + Don't abuse ROOT. *jless-382.258 (17 Jun 2006) *jless-358.254 (17 Jun 2006) diff --git a/app-i18n/jless/jless-358.254.ebuild b/app-i18n/jless/jless-358.254.ebuild index 256794917e7f..66298f41a7ab 100644 --- a/app-i18n/jless/jless-358.254.ebuild +++ b/app-i18n/jless/jless-358.254.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless/jless-358.254.ebuild,v 1.1 2006/06/17 14:10:35 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless/jless-358.254.ebuild,v 1.2 2007/02/16 20:36:44 flameeyes Exp $ inherit eutils @@ -43,9 +43,6 @@ src_install() { einstall binprefix=j manprefix=j || die newbin ${FILESDIR}/lesspipe.sh-r1 jlesspipe.sh - if [ ! -f ${ROOT}/usr/bin/lesspipe.sh ] ; then - dosym /usr/bin/jlesspipe.sh /usr/bin/lesspipe.sh - fi insinto /etc/env.d doins ${FILESDIR}/70jless @@ -54,7 +51,6 @@ src_install() { } pkg_postinst() { - # for backward compatibility if [ ! -f ${ROOT}/usr/bin/lesspipe.sh ] ; then ln -s /usr/bin/jlesspipe.sh ${ROOT}/usr/bin/lesspipe.sh fi diff --git a/app-i18n/jless/jless-382.258.ebuild b/app-i18n/jless/jless-382.258.ebuild index 00c45528406e..4d2aae02ddec 100644 --- a/app-i18n/jless/jless-382.258.ebuild +++ b/app-i18n/jless/jless-382.258.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless/jless-382.258.ebuild,v 1.1 2006/06/17 14:10:35 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless/jless-382.258.ebuild,v 1.2 2007/02/16 20:36:44 flameeyes Exp $ inherit eutils @@ -52,9 +52,6 @@ src_install() { einstall binprefix=j manprefix=j || die newbin ${FILESDIR}/lesspipe.sh-r1 jlesspipe.sh - if [ ! -f ${ROOT}/usr/bin/lesspipe.sh ] ; then - dosym /usr/bin/jlesspipe.sh /usr/bin/lesspipe.sh - fi insinto /etc/env.d doins ${FILESDIR}/70jless @@ -63,7 +60,6 @@ src_install() { } pkg_postinst() { - # for backward compatibility if [ ! -f ${ROOT}/usr/bin/lesspipe.sh ] ; then ln -s /usr/bin/jlesspipe.sh ${ROOT}/usr/bin/lesspipe.sh fi |