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 0656E138335 for ; Wed, 4 Sep 2019 14:38:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77FD9E082B; Wed, 4 Sep 2019 14:38:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5E78BE082B for ; Wed, 4 Sep 2019 14:38:39 +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 08A5D34AC09 for ; Wed, 4 Sep 2019 14:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 622CC7F9 for ; Wed, 4 Sep 2019 14:38:35 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1567607878.576ae05beee0695e30c517adbc57313a5f4fd1c2.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/xclip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/xclip/Manifest app-emacs/xclip/xclip-1.9.ebuild X-VCS-Directories: app-emacs/xclip/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 576ae05beee0695e30c517adbc57313a5f4fd1c2 X-VCS-Branch: master Date: Wed, 4 Sep 2019 14:38:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5511bb9-fc61-40c2-bb28-b44a79d8eb2b X-Archives-Hash: 2d527a0f894d7b658cea6c72078ec8a7 commit: 576ae05beee0695e30c517adbc57313a5f4fd1c2 Author: Ulrich Müller gentoo org> AuthorDate: Wed Sep 4 14:09:50 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Sep 4 14:37:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576ae05b app-emacs/xclip: Bump to version 1.9. Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/xclip/Manifest | 1 + app-emacs/xclip/xclip-1.9.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/app-emacs/xclip/Manifest b/app-emacs/xclip/Manifest index 4594bcd4f34..1830eeac52c 100644 --- a/app-emacs/xclip/Manifest +++ b/app-emacs/xclip/Manifest @@ -1 +1,2 @@ DIST xclip-1.3.el.xz 2164 BLAKE2B 739cad92a92732a12ac077fc9749bc883b4386977d4c47e793023811c1e668668277f6e0a6bc7105cb7a1186c0d6b3ab276dfb655478d5a6063882f60fa9a7e6 SHA512 5b51703a365fa3991a97c06734b6baf6473ba672ab2ed572db45330fc6b761258403191079725f8c3e8d72919355a2cadf0c04e31396805718de30474ac08520 +DIST xclip-1.9.el.xz 5120 BLAKE2B a2cdfda709d51d7cb8cc3792d23d97fee5b03d1a1fbcf8dfb7810aa91080b0e4af47854ec1fc9e184055c50590d181639c0da100bf4e0a0d41dd856c2f75269d SHA512 96df6cc4257125876b57f3aba469c78136c2366d045b5be38c1f2d8ba69752e6625ec6deacc25da013da2a1bff54821d2171bab9308b24ab3e49a18c3d39ddbb diff --git a/app-emacs/xclip/xclip-1.9.ebuild b/app-emacs/xclip/xclip-1.9.ebuild new file mode 100644 index 00000000000..8c192847ee8 --- /dev/null +++ b/app-emacs/xclip/xclip-1.9.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp readme.gentoo-r1 + +DESCRIPTION="Emacs Interface to XClip" +HOMEPAGE="https://elpa.gnu.org/packages/xclip.html" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="x11-misc/xclip" + +SITEFILE="50${PN}-gentoo.el" +DOC_CONTENTS="To enable xclip-mode, add (xclip-mode 1) to your ~/.emacs file."