aboutsummaryrefslogtreecommitdiff
blob: db88f0abe33b4936519470b50d705251a801df51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*-eselect-*-  vim: ft=eselect
# Copyright 2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EDITOR_VAR="PAGER"
EDITOR_ENVFILE="/etc/env.d/99pager"
EDITOR_LIST="/bin/more /usr/bin/less /usr/bin/most"

inherit editor-variable

DESCRIPTION="Manage the ${EDITOR_VAR} environment variable"
MAINTAINER="ulm@gentoo.org"
SVN_DATE='$Date$'
VERSION=$(svn_date_to_version "${SVN_DATE}")