From db1c4428a39d0370860da5f87cc51c4f4dc696a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 10 Jan 2013 11:53:43 +0100 Subject: [PATCH 2/2] Introduce eselect modules for /bin/sh and pinentry. --- modules/Makefile.am | 2 ++ modules/pinentry.eselect | 13 +++++++++++++ modules/sh.eselect | 14 ++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 modules/pinentry.eselect create mode 100644 modules/sh.eselect diff --git a/modules/Makefile.am b/modules/Makefile.am index db6857b..fa59f6b 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -10,8 +10,10 @@ modules_DATA = \ modules.eselect \ news.eselect \ pager.eselect \ + pinentry.eselect \ profile.eselect \ rc.eselect \ + sh.eselect \ visual.eselect EXTRA_DIST = \ diff --git a/modules/pinentry.eselect b/modules/pinentry.eselect new file mode 100644 index 0000000..d3d513d --- /dev/null +++ b/modules/pinentry.eselect @@ -0,0 +1,13 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id: eselect-pinentry-0.3,v 1.1 2010/10/21 19:31:11 ssuominen Exp $ + +DESCRIPTION="Manage pinentry implementations" +MAINTAINER="ssuominen@gentoo.org" +VERSION="0.3" + +SYMLINK_PATH=/usr/bin/pinentry +SYMLINK_TARGETS=( pinentry-{qt,gtk-2,qt4,curses} ) +SYMLINK_DESCRIPTION='pinentry' + +inherit bin-symlink diff --git a/modules/sh.eselect b/modules/sh.eselect new file mode 100644 index 0000000..eef8d2f --- /dev/null +++ b/modules/sh.eselect @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id: $ + +DESCRIPTION="Manage /bin/sh (POSIX shell) implementations" +MAINTAINER="mgorny@gentoo.org" +VERSION="0.4" + +SYMLINK_PATH=/bin/sh +SYMLINK_TARGETS=( bash dash zsh posh mksh busybox ) +SYMLINK_DESCRIPTION='POSIX shell' +SYMLINK_CRUCIAL=1 + +inherit bin-symlink -- 1.8.1