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 2D049138A87 for ; Mon, 23 Feb 2015 20:12:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06739E0864; Mon, 23 Feb 2015 20:12:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C8D6E0864 for ; Mon, 23 Feb 2015 20:12:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2306F34093B for ; Mon, 23 Feb 2015 20:12:08 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id C89C61266C; Mon, 23 Feb 2015 20:12:06 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-candido: gtk-engines-candido-0.9.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gtk-engines-candido-0.9.1.ebuild ChangeLog X-VCS-Directories: x11-themes/gtk-engines-candido X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150223201206.C89C61266C@oystercatcher.gentoo.org> Date: Mon, 23 Feb 2015 20:12:06 +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: 3db0411e-58bb-4c48-abec-0d4e22926ce5 X-Archives-Hash: e5428dedae07ace2c92b5d942dae8667 mgorny 15/02/23 20:12:06 Modified: gtk-engines-candido-0.9.1.ebuild ChangeLog Log: Update SRC_URI & HOMEPAGE. Bug #537812. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/50 by mm1ke. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.8 x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild?r1=1.7&r2=1.8 Index: gtk-engines-candido-0.9.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gtk-engines-candido-0.9.1.ebuild 5 May 2012 04:10:05 -0000 1.7 +++ gtk-engines-candido-0.9.1.ebuild 23 Feb 2015 20:12:06 -0000 1.8 @@ -1,15 +1,15 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild,v 1.7 2012/05/05 04:10:05 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild,v 1.8 2015/02/23 20:12:06 mgorny Exp $ EAPI=4 inherit autotools eutils -MY_P=candido-engine-${PV} +MY_P="candido-engine-${PV}" DESCRIPTION="Candido GTK+ 2.x Theme Engine" -HOMEPAGE="http://candido.berlios.de/" -SRC_URI="mirror://berlios/candido/${MY_P}.tar.bz2" +HOMEPAGE="http://sourceforge.net/projects/candido.berlios/" +SRC_URI="mirror://sourceforge/candido.berlios/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" 1.8 x11-themes/gtk-engines-candido/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-candido/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-candido/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-candido/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 5 May 2012 04:10:05 -0000 1.7 +++ ChangeLog 23 Feb 2015 20:12:06 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/gtk-engines-candido -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/ChangeLog,v 1.7 2012/05/05 04:10:05 jdhore Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/ChangeLog,v 1.8 2015/02/23 20:12:06 mgorny Exp $ + + 23 Feb 2015; Michał Górny + gtk-engines-candido-0.9.1.ebuild: + Update SRC_URI & HOMEPAGE. Bug #537812. https://github.com/gentoo/gentoo- + portage-rsync-mirror/pull/50 by mm1ke. 05 May 2012; Jeff Horelick gtk-engines-candido-0.9.1.ebuild: @@ -31,4 +36,3 @@ 14 May 2008; Samuli Suominen +gtk-engines-candido-0.9.1.ebuild: Initial commit wrt #146737, thanks to Marco Polichetti. -