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 7ED7C139694 for ; Sat, 1 Apr 2017 10:24:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C230B23401D; Sat, 1 Apr 2017 10:24:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E96623401D for ; Sat, 1 Apr 2017 10:24:34 +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 29186341670 for ; Sat, 1 Apr 2017 10:24:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66E7E73F4 for ; Sat, 1 Apr 2017 10:24:21 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1491042221.063ad806eb1a0a99aa7b279b30dd8a585b35b3e6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsel/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xsel/xsel-1.2.0.ebuild X-VCS-Directories: x11-misc/xsel/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 063ad806eb1a0a99aa7b279b30dd8a585b35b3e6 X-VCS-Branch: master Date: Sat, 1 Apr 2017 10:24:21 +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: 2bedd23f-0135-4de9-a2b3-671e318b5050 X-Archives-Hash: d2d35d01e64c57f990881369a1f4ff46 commit: 063ad806eb1a0a99aa7b279b30dd8a585b35b3e6 Author: Harri Nieminen gmail com> AuthorDate: Tue Mar 28 18:34:41 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Apr 1 10:23:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063ad806 x11-misc/xsel: Remove old Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4319 x11-misc/xsel/xsel-1.2.0.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/x11-misc/xsel/xsel-1.2.0.ebuild b/x11-misc/xsel/xsel-1.2.0.ebuild deleted file mode 100644 index c4da9e4b7d1..00000000000 --- a/x11-misc/xsel/xsel-1.2.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="Command-line program for getting and setting the contents of the X selection" -HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel" -SRC_URI="http://www.vergenet.net/~conrad/software/${PN}/download/${P}.tar.gz" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-proto/xproto - x11-libs/libXt" - -src_compile() { - emake CFLAGS="${CFLAGS}" -}