Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 451160 | Differences between
and this patch

Collapse All | Expand All

(-)a/modules/Makefile.am (+2 lines)
Lines 10-17 modules_DATA = \ Link Here
10
	modules.eselect \
10
	modules.eselect \
11
	news.eselect \
11
	news.eselect \
12
	pager.eselect \
12
	pager.eselect \
13
	pinentry.eselect \
13
	profile.eselect \
14
	profile.eselect \
14
	rc.eselect \
15
	rc.eselect \
16
	sh.eselect \
15
	visual.eselect
17
	visual.eselect
16
18
17
EXTRA_DIST = \
19
EXTRA_DIST = \
(-)a/modules/pinentry.eselect (+13 lines)
Line 0 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id: eselect-pinentry-0.3,v 1.1 2010/10/21 19:31:11 ssuominen Exp $
4
5
DESCRIPTION="Manage pinentry implementations"
6
MAINTAINER="ssuominen@gentoo.org"
7
VERSION="0.3"
8
9
SYMLINK_PATH=/usr/bin/pinentry
10
SYMLINK_TARGETS=( pinentry-{qt,gtk-2,qt4,curses} )
11
SYMLINK_DESCRIPTION='pinentry'
12
13
inherit bin-symlink
(-)a/modules/sh.eselect (-1 / +14 lines)
Line 0 Link Here
0
- 
1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id: $
4
5
DESCRIPTION="Manage /bin/sh (POSIX shell) implementations"
6
MAINTAINER="mgorny@gentoo.org"
7
VERSION="0.4"
8
9
SYMLINK_PATH=/bin/sh
10
SYMLINK_TARGETS=( bash dash zsh posh mksh busybox )
11
SYMLINK_DESCRIPTION='POSIX shell'
12
SYMLINK_CRUCIAL=1
13
14
inherit bin-symlink

Return to bug 451160