From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 838EA1384B4 for ; Fri, 18 Dec 2015 18:18:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2086321C002; Fri, 18 Dec 2015 18:18:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8C6E21C002 for ; Fri, 18 Dec 2015 18:18:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79F0833D3C7 for ; Fri, 18 Dec 2015 18:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52735B33 for ; Fri, 18 Dec 2015 18:18:01 +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: <1450462584.52a50e3f96089fa9069f4abdccb73c3202aecce9.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.0.ebuild X-VCS-Directories: app-emacs/xclip/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 52a50e3f96089fa9069f4abdccb73c3202aecce9 X-VCS-Branch: master Date: Fri, 18 Dec 2015 18:18:01 +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: ad872f38-2ba8-4485-8cfe-00fd09826da6 X-Archives-Hash: d070fe880017e6132450cd8afe2c6079 commit: 52a50e3f96089fa9069f4abdccb73c3202aecce9 Author: Ulrich Müller gentoo org> AuthorDate: Fri Dec 18 18:16:24 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Dec 18 18:16:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a50e3f app-emacs/xclip: Remove old. Package-Manager: portage-2.2.26 app-emacs/xclip/Manifest | 1 - app-emacs/xclip/xclip-1.0.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/app-emacs/xclip/Manifest b/app-emacs/xclip/Manifest index adf6e4e..bb78940 100644 --- a/app-emacs/xclip/Manifest +++ b/app-emacs/xclip/Manifest @@ -1,2 +1 @@ -DIST xclip-1.0.el.xz 1560 SHA256 ea9bd42646872b6b0c67d352d9b875e23cc6604c56ec131a901a615c0f50184d SHA512 7d18992927f9b0c54db289ac2bdb1612fb6a7fc59b6ec22e83ef62c9e23c963adbffb9da5b8dbeccd9465063ed39884f14ee4b7ad5f0317a7e12ab041ed7d723 WHIRLPOOL 55dde6bd7e65196cc9c226853f5bb74a774da4837e9448341f98512b3f7123f6013bbaa80bbca9a9c3dfc4936c18cadb3c8ef3cac44705f867997209fcdb5e5d DIST xclip-1.3.el.xz 2164 SHA256 10ecb4d2f11c65707be3a1646f07b51d56a6670e30c676a94c03664b01930ab5 SHA512 5b51703a365fa3991a97c06734b6baf6473ba672ab2ed572db45330fc6b761258403191079725f8c3e8d72919355a2cadf0c04e31396805718de30474ac08520 WHIRLPOOL b24f22cd7c194897b52df134cfa9d55a40bf158de901ef65c10df0e428202739fcac599bfb476beadfebf88cf80d2ab06c21333a7f791ac7d1fe3890afa17941 diff --git a/app-emacs/xclip/xclip-1.0.ebuild b/app-emacs/xclip/xclip-1.0.ebuild deleted file mode 100644 index ab25e0a..0000000 --- a/app-emacs/xclip/xclip-1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit elisp - -DESCRIPTION="Emacs Interface to XClip" -HOMEPAGE="https://elpa.gnu.org/packages/" -SRC_URI="mirror://gentoo/${P}.el.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="app-arch/xz-utils" -RDEPEND="x11-misc/xclip" - -SITEFILE="50${PN}-gentoo.el" - -pkg_postinst() { - elisp-site-regen - elog "To enable xclip-mode, add (xclip-mode 1) to your ~/.emacs file." -}