Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/xclip/
Date: Wed, 04 Sep 2019 14:38:42
Message-Id: 1567607878.576ae05beee0695e30c517adbc57313a5f4fd1c2.ulm@gentoo
1 commit: 576ae05beee0695e30c517adbc57313a5f4fd1c2
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 4 14:09:50 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 4 14:37:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576ae05b
7
8 app-emacs/xclip: Bump to version 1.9.
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/xclip/Manifest | 1 +
14 app-emacs/xclip/xclip-1.9.ebuild | 19 +++++++++++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/app-emacs/xclip/Manifest b/app-emacs/xclip/Manifest
18 index 4594bcd4f34..1830eeac52c 100644
19 --- a/app-emacs/xclip/Manifest
20 +++ b/app-emacs/xclip/Manifest
21 @@ -1 +1,2 @@
22 DIST xclip-1.3.el.xz 2164 BLAKE2B 739cad92a92732a12ac077fc9749bc883b4386977d4c47e793023811c1e668668277f6e0a6bc7105cb7a1186c0d6b3ab276dfb655478d5a6063882f60fa9a7e6 SHA512 5b51703a365fa3991a97c06734b6baf6473ba672ab2ed572db45330fc6b761258403191079725f8c3e8d72919355a2cadf0c04e31396805718de30474ac08520
23 +DIST xclip-1.9.el.xz 5120 BLAKE2B a2cdfda709d51d7cb8cc3792d23d97fee5b03d1a1fbcf8dfb7810aa91080b0e4af47854ec1fc9e184055c50590d181639c0da100bf4e0a0d41dd856c2f75269d SHA512 96df6cc4257125876b57f3aba469c78136c2366d045b5be38c1f2d8ba69752e6625ec6deacc25da013da2a1bff54821d2171bab9308b24ab3e49a18c3d39ddbb
24
25 diff --git a/app-emacs/xclip/xclip-1.9.ebuild b/app-emacs/xclip/xclip-1.9.ebuild
26 new file mode 100644
27 index 00000000000..8c192847ee8
28 --- /dev/null
29 +++ b/app-emacs/xclip/xclip-1.9.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit elisp readme.gentoo-r1
37 +
38 +DESCRIPTION="Emacs Interface to XClip"
39 +HOMEPAGE="https://elpa.gnu.org/packages/xclip.html"
40 +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
41 +
42 +LICENSE="GPL-3+"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +RDEPEND="x11-misc/xclip"
47 +
48 +SITEFILE="50${PN}-gentoo.el"
49 +DOC_CONTENTS="To enable xclip-mode, add (xclip-mode 1) to your ~/.emacs file."