From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 996B31396D0 for ; Thu, 21 Sep 2017 14:53:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1AB21FC05D; Thu, 21 Sep 2017 14:53:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB16B1FC05D for ; Thu, 21 Sep 2017 14:53:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 805F93416FB for ; Thu, 21 Sep 2017 14:53:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 440BB8F83 for ; Thu, 21 Sep 2017 14:53:53 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1506005653.95cdddc8e09713924f622baf3d371c2fb46942a9.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/ X-VCS-Repository: proj/lisp X-VCS-Files: x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild X-VCS-Directories: x11-wm/stumpwm-contrib/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 95cdddc8e09713924f622baf3d371c2fb46942a9 X-VCS-Branch: master Date: Thu, 21 Sep 2017 14:53:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9fa8e6b0-a20b-4872-b05d-910f47155901 X-Archives-Hash: 4f5c9da3d0e395166a3d1fbe1cf8c599 commit: 95cdddc8e09713924f622baf3d371c2fb46942a9 Author: Chema Alonso Josa gentoo org> AuthorDate: Thu Sep 21 14:54:13 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Sep 21 14:54:13 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=95cdddc8 x11-wm/stumpwm-contrib: Installs stumpwm-pinentry x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild index e7d08f91..373f997b 100644 --- a/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild +++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild @@ -27,5 +27,6 @@ CONTRIBCATEGORIES="media modeline minor-mode util" src_install() { common-lisp-install-sources -t all ${CONTRIBCATEGORIES} dobin util/stumpish/stumpish + dobin util/pinentry/stumpwm-pinentry dodoc README.org }