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 E716D1381F3 for ; Mon, 23 Sep 2013 12:40:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8429AE0933; Mon, 23 Sep 2013 12:40:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21684E0933 for ; Mon, 23 Sep 2013 12:40:39 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A69033ED2A for ; Mon, 23 Sep 2013 12:40:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DD97AE468F for ; Mon, 23 Sep 2013 12:40:36 +0000 (UTC) From: "Alex Legler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Legler" Message-ID: <1379940025.2d986c03e4f9a5dcaaec051628ea57bcdc760b5e.a3li@gentoo> Subject: [gentoo-commits] proj/gentoo-ads-config:master commit in: / X-VCS-Repository: proj/gentoo-ads-config X-VCS-Files: gentoo_sponsors.py X-VCS-Directories: / X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: 2d986c03e4f9a5dcaaec051628ea57bcdc760b5e X-VCS-Branch: master Date: Mon, 23 Sep 2013 12:40:36 +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: c1b3a6a9-182d-4350-a23b-29ba0ba07181 X-Archives-Hash: c9f695c44ac3950d96110d7597e751bc commit: 2d986c03e4f9a5dcaaec051628ea57bcdc760b5e Author: Alex Legler a3li li> AuthorDate: Mon Sep 23 12:40:25 2013 +0000 Commit: Alex Legler gentoo org> CommitDate: Mon Sep 23 12:40:25 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=2d986c03 Add LeaseWeb --- gentoo_sponsors.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index 87ae43c..00fdd94 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -109,4 +109,15 @@ ads = [ 'height': 120, 'width': 125, }, + { + 'name': 'LeaseWeb', + 'type': 'img', + 'img': 'sponsors/leaseweb_ad.png', + 'title': 'LeaseWeb offers Dedicated Servers, Colocation, Public Cloud, Private Cloud and CDN.', + 'tier': 1, + 'weight': 10, + 'url': 'http://www.leaseweb.com/', + 'height': 125, + 'width': 125, + }, ]