From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-929971-garchives=archives.gentoo.org@lists.gentoo.org> 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 1FE7F13908F for <garchives@archives.gentoo.org>; Tue, 7 Feb 2017 17:48:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCDC2E0DE2; 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 9EB14E0DE2 for <gentoo-commits@lists.gentoo.org>; Tue, 7 Feb 2017 17:48:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 899A034168D for <gentoo-commits@lists.gentoo.org>; 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 E09AF3DCB for <gentoo-commits@lists.gentoo.org>; Tue, 7 Feb 2017 17:48:31 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> 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" <soap@gentoo.org> Message-ID: <1486489555.d74c91beadff4426377a12a2c926e43612007706.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xosd/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xosd/xosd-2.2.14-r1.ebuild x11-libs/xosd/xosd-2.2.14-r2.ebuild x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild X-VCS-Directories: x11-libs/xosd/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d74c91beadff4426377a12a2c926e43612007706 X-VCS-Branch: master Date: Tue, 7 Feb 2017 17:48:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 821b0705-e13a-4860-95e8-497bfe4c5d3e X-Archives-Hash: c505d45c230f762c61dbf1a922b2d6dd commit: d74c91beadff4426377a12a2c926e43612007706 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Tue Feb 7 15:31:39 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Feb 7 17:45:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74c91be x11-libs/xosd: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3866 x11-libs/xosd/xosd-2.2.14-r1.ebuild | 4 ++-- x11-libs/xosd/xosd-2.2.14-r2.ebuild | 4 ++-- x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-libs/xosd/xosd-2.2.14-r1.ebuild b/x11-libs/xosd/xosd-2.2.14-r1.ebuild index 412fb0e..8466e42 100644 --- a/x11-libs/xosd/xosd-2.2.14-r1.ebuild +++ b/x11-libs/xosd/xosd-2.2.14-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit eutils autotools -DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display plus binary for sending text from CLI" +DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display" HOMEPAGE="https://sourceforge.net/projects/libxosd/" SRC_URI="mirror://debian/pool/main/x/xosd/${PN}_${PV}.orig.tar.gz https://dev.gentoo.org/~jer/${PN}_${PV}-1.diff.gz diff --git a/x11-libs/xosd/xosd-2.2.14-r2.ebuild b/x11-libs/xosd/xosd-2.2.14-r2.ebuild index 034f93b..ffa3410 100644 --- a/x11-libs/xosd/xosd-2.2.14-r2.ebuild +++ b/x11-libs/xosd/xosd-2.2.14-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit eutils autotools -DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display plus binary for sending text from CLI" +DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display" HOMEPAGE="https://sourceforge.net/projects/libxosd/" SRC_URI="mirror://debian/pool/main/x/xosd/${PN}_${PV}.orig.tar.gz https://dev.gentoo.org/~jer/${PN}_${PV}-1.diff.gz diff --git a/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild b/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild index 5605bd2..a114445 100644 --- a/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild +++ b/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ MY_PV=$(get_version_component_range 1-3) MY_PATCH_MAJ=$(get_version_component_range 4) MY_PATCH_MIN=$(get_version_component_range 5) -DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display plus binary for sending text from CLI" +DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display" HOMEPAGE="https://sourceforge.net/projects/libxosd/" SRC_URI="mirror://debian/pool/main/x/xosd/${PN}_${MY_PV}.orig.tar.gz mirror://debian/pool/main/x/xosd/${PN}_${MY_PV}-${MY_PATCH_MAJ/p/}.${MY_PATCH_MIN/p/}.debian.tar.xz