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 6532B139085 for ; Tue, 7 Feb 2017 17:48:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9898CE0DDD; Tue, 7 Feb 2017 17:48: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 7388BE0DDD for ; Tue, 7 Feb 2017 17:48: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 607A334162B for ; Tue, 7 Feb 2017 17:48:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94FF63D9B for ; Tue, 7 Feb 2017 17:48:31 +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: <1486489526.fa34a79f7f81dea108e48c4af3c6978010cc14f5.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 x11-misc/xsel/xsel-9999.ebuild X-VCS-Directories: x11-misc/xsel/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: fa34a79f7f81dea108e48c4af3c6978010cc14f5 X-VCS-Branch: master Date: Tue, 7 Feb 2017 17:48:31 +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: 7b0401a3-233d-4d11-9bc3-5ebe830a62c3 X-Archives-Hash: 6636f656bfdbced84a19369ec55d25e1 commit: fa34a79f7f81dea108e48c4af3c6978010cc14f5 Author: Harri Nieminen gmail com> AuthorDate: Tue Feb 7 14:51:44 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Feb 7 17:45:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa34a79f x11-misc/xsel: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3864 x11-misc/xsel/xsel-1.2.0.ebuild | 2 +- x11-misc/xsel/xsel-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/xsel/xsel-1.2.0.ebuild b/x11-misc/xsel/xsel-1.2.0.ebuild index 5f69444..aaa5285 100644 --- a/x11-misc/xsel/xsel-1.2.0.ebuild +++ b/x11-misc/xsel/xsel-1.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=4 -DESCRIPTION="XSel is a command-line program for getting and setting the contents of the X selection" +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" diff --git a/x11-misc/xsel/xsel-9999.ebuild b/x11-misc/xsel/xsel-9999.ebuild index 44d0088..175afbf 100644 --- a/x11-misc/xsel/xsel-9999.ebuild +++ b/x11-misc/xsel/xsel-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 inherit autotools git-r3 -DESCRIPTION="command-line program for getting and setting the contents of the X selection" +DESCRIPTION="Command-line program for getting and setting the contents of the X selection" HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel" EGIT_REPO_URI="https://github.com/kfish/xsel.git"