diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-14 13:21:45 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-14 13:21:45 +0000 |
commit | b8e87231b2ada1a134bb4551905e226f7f91f84c (patch) | |
tree | a4328545ac8990e1ec8b5e2d61f38849201cf5d9 /app-admin/eselect-pinentry | |
parent | Fix git build as we moved the main folder. (diff) | |
download | gentoo-2-b8e87231b2ada1a134bb4551905e226f7f91f84c.tar.gz gentoo-2-b8e87231b2ada1a134bb4551905e226f7f91f84c.tar.bz2 gentoo-2-b8e87231b2ada1a134bb4551905e226f7f91f84c.zip |
Version bump to use shared code from eselect-lib-bin-symlink by mgorny.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-admin/eselect-pinentry')
-rw-r--r-- | app-admin/eselect-pinentry/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild | 23 | ||||
-rw-r--r-- | app-admin/eselect-pinentry/files/pinentry.eselect-0.4 | 13 |
3 files changed, 43 insertions, 1 deletions
diff --git a/app-admin/eselect-pinentry/ChangeLog b/app-admin/eselect-pinentry/ChangeLog index 8da1fce1b798..6b58a3601fc3 100644 --- a/app-admin/eselect-pinentry/ChangeLog +++ b/app-admin/eselect-pinentry/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/eselect-pinentry # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.16 2013/01/14 12:57:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/ChangeLog,v 1.17 2013/01/14 13:21:45 ssuominen Exp $ + +*eselect-pinentry-0.4 (14 Jan 2013) + + 14 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> + +files/pinentry.eselect-0.4, +eselect-pinentry-0.4.ebuild: + Version bump to use shared code from eselect-lib-bin-symlink by mgorny. 28 Nov 2012; Tim Harder <radhermit@gentoo.org> metadata.xml: Add to crypto herd. diff --git a/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild b/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild new file mode 100644 index 000000000000..f979e9334ea4 --- /dev/null +++ b/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-pinentry/eselect-pinentry-0.4.ebuild,v 1.4 2013/01/14 13:21:45 ssuominen Exp $ + +EAPI=5 + +DESCRIPTION="Manage /usr/bin/pinentry symlink" +HOMEPAGE="http://www.gentoo.org/proj/en/eselect/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=">=app-admin/eselect-lib-bin-symlink-0.1.1" + +S=${FILESDIR} + +src_install() { + insinto /usr/share/eselect/modules + newins pinentry.eselect-${PV} pinentry.eselect +} diff --git a/app-admin/eselect-pinentry/files/pinentry.eselect-0.4 b/app-admin/eselect-pinentry/files/pinentry.eselect-0.4 new file mode 100644 index 000000000000..e0b08f46e810 --- /dev/null +++ b/app-admin/eselect-pinentry/files/pinentry.eselect-0.4 @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id: pinentry.eselect-0.4,v 1.3 2013/01/14 13:21:45 ssuominen Exp $ + +DESCRIPTION="Manage /usr/bin/pinentry implementation" +MAINTAINER="ssuominen@gentoo.org" +VERSION="0.4" + +SYMLINK_PATH=/usr/bin/pinentry +SYMLINK_TARGETS=( pinentry-qt pinentry-gtk-2 pinentry-qt4 pinentry-curses ) +SYMLINK_DESCRIPTION='pinentry implementation' + +inherit bin-symlink |