From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Pc6JP-0006OY-6B for garchives@archives.gentoo.org; Mon, 10 Jan 2011 01:12:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 775C2E0538; Mon, 10 Jan 2011 01:12:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 46608E0665 for ; Mon, 10 Jan 2011 01:12:36 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C3D11B40D7 for ; Mon, 10 Jan 2011 01:12:35 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 948) id AD1D120057; Mon, 10 Jan 2011 01:12:33 +0000 (UTC) From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in www-misc/awstats/files: awstats-7.0_p20101205-nofollow.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: awstats-7.0_p20101205-nofollow.patch X-VCS-Directories: www-misc/awstats/files X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: <20110110011233.AD1D120057@flycatcher.gentoo.org> Date: Mon, 10 Jan 2011 01:12:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 09ac28cc-26eb-4188-ae01-da42c498843c X-Archives-Hash: 952b40181d8dc16d7fa13d2445c2fa0b flameeyes 11/01/10 01:12:33 Added: awstats-7.0_p20101205-nofollow.patch Log: Simplify ebuild by dropping apache.depend and webapp eclasses; this ver= sion no longer users webapp-config for setup, instead it relies on stable= paths for configuration (suggested method), as it doesn't slot and it re= quires global paths to save data. Also, patch in rel=3Dnofollow attribute= on external links to avoid boosting spammers' pagerank. =20 (Portage version: 2.2.0_alpha14/cvs/Linux x86_64) Revision Changes Path 1.1 www-misc/awstats/files/awstats-7.0_p20101205-nofollo= w.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/awstats/f= iles/awstats-7.0_p20101205-nofollow.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/awstats/f= iles/awstats-7.0_p20101205-nofollow.patch?rev=3D1.1&content-type=3Dtext/p= lain Index: awstats-7.0_p20101205-nofollow.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: awstats-7.0_p20101205/wwwroot/cgi-bin/awstats.pl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- awstats-7.0_p20101205.orig/wwwroot/cgi-bin/awstats.pl +++ awstats-7.0_p20101205/wwwroot/cgi-bin/awstats.pl @@ -8787,7 +8787,7 @@ sub HTMLShowURLInfo { { # URL seems to be extracted from a proxy log file print "" + . "\" target=3D\"url\" rel=3D\"nofollow\">" . XMLEncode($nompage) . ""; } elsif ( $newkey =3D~ /^\// ) @@ -8802,7 +8802,7 @@ sub HTMLShowURLInfo { } print "" + . "\" target=3D\"url\" rel=3D\"nofollow\">" . XMLEncode($nompage) . ""; } else {