summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2007-04-09 13:54:32 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2007-04-09 13:54:32 +0000
commitdfc50bc6fa66d9ba97058f133a3168c0a05dd331 (patch)
tree5880dc4439712184cdf0665f531964fbe661ba94 /app-i18n/jless
parentx86 stable wrt bug 173849 (diff)
downloadgentoo-2-dfc50bc6fa66d9ba97058f133a3168c0a05dd331.tar.gz
gentoo-2-dfc50bc6fa66d9ba97058f133a3168c0a05dd331.tar.bz2
gentoo-2-dfc50bc6fa66d9ba97058f133a3168c0a05dd331.zip
Use doenvd, bug #173884.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-i18n/jless')
-rw-r--r--app-i18n/jless/ChangeLog6
-rw-r--r--app-i18n/jless/jless-358.254.ebuild5
-rw-r--r--app-i18n/jless/jless-382.258.ebuild7
3 files changed, 10 insertions, 8 deletions
diff --git a/app-i18n/jless/ChangeLog b/app-i18n/jless/ChangeLog
index c122e7b261ee..86f68fcfaab5 100644
--- a/app-i18n/jless/ChangeLog
+++ b/app-i18n/jless/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/jless
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless/ChangeLog,v 1.4 2007/04/09 13:54:32 matsuu Exp $
+
+ 09 Apr 2007; MATSUU Takuto <matsuu@gentoo.org> jless-358.254.ebuild,
+ jless-382.258.ebuild:
+ Use doenvd, bug #173884.
16 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> jless-358.254.ebuild,
jless-382.258.ebuild:
diff --git a/app-i18n/jless/jless-358.254.ebuild b/app-i18n/jless/jless-358.254.ebuild
index 66298f41a7ab..e3e84f4dfc19 100644
--- a/app-i18n/jless/jless-358.254.ebuild
+++ b/app-i18n/jless/jless-358.254.ebuild
@@ -1,6 +1,6 @@
# 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.2 2007/02/16 20:36:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless/jless-358.254.ebuild,v 1.3 2007/04/09 13:54:32 matsuu Exp $
inherit eutils
@@ -44,8 +44,7 @@ src_install() {
newbin ${FILESDIR}/lesspipe.sh-r1 jlesspipe.sh
- insinto /etc/env.d
- doins ${FILESDIR}/70jless
+ doenvd ${FILESDIR}/70jless
dodoc NEWS README*
}
diff --git a/app-i18n/jless/jless-382.258.ebuild b/app-i18n/jless/jless-382.258.ebuild
index 4d2aae02ddec..1f55bc21a6f7 100644
--- a/app-i18n/jless/jless-382.258.ebuild
+++ b/app-i18n/jless/jless-382.258.ebuild
@@ -1,6 +1,6 @@
# 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.2 2007/02/16 20:36:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless/jless-382.258.ebuild,v 1.3 2007/04/09 13:54:32 matsuu Exp $
inherit eutils
@@ -18,7 +18,7 @@ SRC_URI="mirror://gnu/less/${LESS_P}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="virtual/libc
@@ -53,8 +53,7 @@ src_install() {
newbin ${FILESDIR}/lesspipe.sh-r1 jlesspipe.sh
- insinto /etc/env.d
- doins ${FILESDIR}/70jless
+ doenvd ${FILESDIR}/70jless
dodoc NEWS README*
}