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 363CD138330 for ; Wed, 14 Sep 2016 04:49:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A21BE0AEB; Wed, 14 Sep 2016 04:49:22 +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 1816BE0AEB for ; Wed, 14 Sep 2016 04:49:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95E4C34087F for ; Wed, 14 Sep 2016 04:49:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B36A02481 for ; Wed, 14 Sep 2016 04:49:17 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1473828532.a71cb0e9e2f98a22a6bcd9b6055c9c54661bb6ea.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xclip/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xclip/Manifest x11-misc/xclip/metadata.xml x11-misc/xclip/xclip-0.13.ebuild X-VCS-Directories: x11-misc/xclip/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: a71cb0e9e2f98a22a6bcd9b6055c9c54661bb6ea X-VCS-Branch: master Date: Wed, 14 Sep 2016 04:49:17 +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: 6e4826ae-d5a8-4c7f-85c6-4f7c4f23788f X-Archives-Hash: 2d89146ab0832b6ac6a64d671ac21272 commit: a71cb0e9e2f98a22a6bcd9b6055c9c54661bb6ea Author: Tim Harder gentoo org> AuthorDate: Wed Sep 14 04:46:39 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Sep 14 04:48:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71cb0e9 x11-misc/xclip: version bump to 0.13 Update metadata as project moved from sourceforge to github. x11-misc/xclip/Manifest | 1 + x11-misc/xclip/metadata.xml | 2 +- x11-misc/xclip/xclip-0.13.ebuild | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/x11-misc/xclip/Manifest b/x11-misc/xclip/Manifest index 5212323..134cfe1 100644 --- a/x11-misc/xclip/Manifest +++ b/x11-misc/xclip/Manifest @@ -1 +1,2 @@ DIST xclip-0.12.tar.gz 63420 SHA256 b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45 SHA512 6c769878004c02d87b9eca2b33dc34edb40acc59be767a6481f207a74d52fca3725a040b0c8deffa1419b687bd73cf3124a090413c06787c0dd137b0ede795e0 WHIRLPOOL 9217c3b278557bf38758619e4895a3ec37a4debdf194dc9ab7073e21f1257edd7fb6796fe32550f6d4900326a6eafadf47932d22d1514fedbb03b2db2d1220e3 +DIST xclip-0.13.tar.gz 30461 SHA256 ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758 SHA512 191a86194a1503a47c6641a55855dc4aaa8c2c99d2e6f1d46e727feec85a6639041f37ec2265c05c178c0c7d791d3e88bde89223f879effa878812f078485ed2 WHIRLPOOL 0757bd5ce14895bf77fe07da37531ae5715ff3b6980bea36991aaee21bb5baf7a65fcef409b279ac176fb8c1630208e0f1803085a6b7d7bef30a8259ee65795c diff --git a/x11-misc/xclip/metadata.xml b/x11-misc/xclip/metadata.xml index 807db2b..c85f46b 100644 --- a/x11-misc/xclip/metadata.xml +++ b/x11-misc/xclip/metadata.xml @@ -6,6 +6,6 @@ Gentoo Desktop Miscellaneous Project - xclip + astrand/xclip diff --git a/x11-misc/xclip/xclip-0.13.ebuild b/x11-misc/xclip/xclip-0.13.ebuild new file mode 100644 index 00000000..8fde2b1 --- /dev/null +++ b/x11-misc/xclip/xclip-0.13.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools + +DESCRIPTION="Command-line utility to read data from standard in and place it in an X selection" +HOMEPAGE="https://github.com/astrand/xclip" +SRC_URI="https://github.com/astrand/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXmu" +DEPEND="${RDEPEND} + x11-libs/libXt" + +src_prepare() { + default + eautoreconf +}