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 98A74138262 for ; Thu, 19 May 2016 15:55:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70D7921C039; Thu, 19 May 2016 15:55:15 +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 19D9C21C039 for ; Thu, 19 May 2016 15:55:15 +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 08EB8340A7B for ; Thu, 19 May 2016 15:55:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7BD296F for ; Thu, 19 May 2016 15:55:10 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1463673308.c29bde67449d6a6a712f6f092a6796da93dc42bd.jer@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 X-VCS-Directories: x11-libs/xosd/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c29bde67449d6a6a712f6f092a6796da93dc42bd X-VCS-Branch: master Date: Thu, 19 May 2016 15:55:10 +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: 21e323a7-0b2c-492a-a192-b3f1c24165ae X-Archives-Hash: 20392aef667b2a5a5730e96e2e3fd649 commit: c29bde67449d6a6a712f6f092a6796da93dc42bd Author: Jeroen Roovers gentoo org> AuthorDate: Thu May 19 15:54:46 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu May 19 15:55:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29bde67 x11-libs/xosd: Fix Debian patch URI (bug #583500 by tot-to). Package-Manager: portage-2.3.0_rc1 x11-libs/xosd/xosd-2.2.14-r1.ebuild | 4 ++-- x11-libs/xosd/xosd-2.2.14-r2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-libs/xosd/xosd-2.2.14-r1.ebuild b/x11-libs/xosd/xosd-2.2.14-r1.ebuild index 57c5b2c..412fb0e 100644 --- a/x11-libs/xosd/xosd-2.2.14-r1.ebuild +++ b/x11-libs/xosd/xosd-2.2.14-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ inherit eutils autotools DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display plus binary for sending text from CLI" HOMEPAGE="https://sourceforge.net/projects/libxosd/" SRC_URI="mirror://debian/pool/main/x/xosd/${PN}_${PV}.orig.tar.gz - mirror://debian/pool/main/x/xosd/${PN}_${PV}-1.diff.gz + https://dev.gentoo.org/~jer/${PN}_${PV}-1.diff.gz http://digilander.libero.it/dgp85/gentoo/${PN}-gentoo-m4-1.tar.bz2" LICENSE="GPL-2" diff --git a/x11-libs/xosd/xosd-2.2.14-r2.ebuild b/x11-libs/xosd/xosd-2.2.14-r2.ebuild index f7234df..034f93b 100644 --- a/x11-libs/xosd/xosd-2.2.14-r2.ebuild +++ b/x11-libs/xosd/xosd-2.2.14-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ inherit eutils autotools DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display plus binary for sending text from CLI" HOMEPAGE="https://sourceforge.net/projects/libxosd/" SRC_URI="mirror://debian/pool/main/x/xosd/${PN}_${PV}.orig.tar.gz - mirror://debian/pool/main/x/xosd/${PN}_${PV}-1.diff.gz + https://dev.gentoo.org/~jer/${PN}_${PV}-1.diff.gz http://digilander.libero.it/dgp85/gentoo/${PN}-gentoo-m4-1.tar.bz2" LICENSE="GPL-2"