diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-10-15 09:34:46 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-10-15 09:34:46 +0200 |
commit | 949e497d94a52106cdf5d82a6ecc7d75d17ed620 (patch) | |
tree | e95a44a4c4459d133671d2b4140c0996ebf6fbbd /app-emacs/xclip | |
parent | app-emacs/tuareg-mode: Remove old. (diff) | |
download | gentoo-949e497d94a52106cdf5d82a6ecc7d75d17ed620.tar.gz gentoo-949e497d94a52106cdf5d82a6ecc7d75d17ed620.tar.bz2 gentoo-949e497d94a52106cdf5d82a6ecc7d75d17ed620.zip |
app-emacs/xclip: Remove old.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/xclip')
-rw-r--r-- | app-emacs/xclip/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/xclip/xclip-1.3.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/app-emacs/xclip/Manifest b/app-emacs/xclip/Manifest index 1830eeac52cd..4d921380d0ff 100644 --- a/app-emacs/xclip/Manifest +++ b/app-emacs/xclip/Manifest @@ -1,2 +1 @@ -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.3.ebuild b/app-emacs/xclip/xclip-1.3.ebuild deleted file mode 100644 index 4b0c38d1a017..000000000000 --- a/app-emacs/xclip/xclip-1.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit readme.gentoo elisp - -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." |