commit:     85db4d745510f6d979abdcc7ce283e83083c3b82
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 15 14:30:41 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 15 14:51:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85db4d74

app-emacs/xclip: Version bump to 1.11

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/xclip/Manifest          |  1 +
 app-emacs/xclip/xclip-1.11.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/app-emacs/xclip/Manifest b/app-emacs/xclip/Manifest
index 4d921380d0ff..53b903644b87 100644
--- a/app-emacs/xclip/Manifest
+++ b/app-emacs/xclip/Manifest
@@ -1 +1,2 @@
+DIST xclip-1.11.el.xz 4500 BLAKE2B 
19983f20979bfa96b15d88c9404664c9467cb7254c3eadcf57237ed733db516a5892f9b80d6289c6c4634ec34e16c4f09d0d17bdd35d1912455d79b4b4764f53
 SHA512 
8370f7bc695198004608e2348ded21a602ff6f062e2d3369a8ebc0c8d17e3d75da975160830b31e5ecaca67247c51f3950a8dfaf0357db5ff5f0e2296358547d
 DIST xclip-1.9.el.xz 5120 BLAKE2B 
a2cdfda709d51d7cb8cc3792d23d97fee5b03d1a1fbcf8dfb7810aa91080b0e4af47854ec1fc9e184055c50590d181639c0da100bf4e0a0d41dd856c2f75269d
 SHA512 
96df6cc4257125876b57f3aba469c78136c2366d045b5be38c1f2d8ba69752e6625ec6deacc25da013da2a1bff54821d2171bab9308b24ab3e49a18c3d39ddbb

diff --git a/app-emacs/xclip/xclip-1.11.ebuild 
b/app-emacs/xclip/xclip-1.11.ebuild
new file mode 100644
index 000000000000..bb6f44a52fff
--- /dev/null
+++ b/app-emacs/xclip/xclip-1.11.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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."

Reply via email to