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 3A42D138247 for ; Tue, 17 Dec 2013 03:47:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD06CE0A90; Tue, 17 Dec 2013 03:47:53 +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 6C159E0A90 for ; Tue, 17 Dec 2013 03:47:53 +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 40A7D33F44F for ; Tue, 17 Dec 2013 03:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EA43711024B for ; Tue, 17 Dec 2013 03:47:50 +0000 (UTC) From: "Alec Warner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alec Warner" Message-ID: <1387252068.a4ad1118d6b92f95223671e1eeca416929ef3f4f.antarus@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: antarus X-VCS-Committer-Name: Alec Warner X-VCS-Revision: a4ad1118d6b92f95223671e1eeca416929ef3f4f X-VCS-Branch: master Date: Tue, 17 Dec 2013 03:47:50 +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: 95ff4525-e319-4175-be77-d2593bdf3238 X-Archives-Hash: c13ca373b7e05473e625355cb7f531ba commit: a4ad1118d6b92f95223671e1eeca416929ef3f4f Author: Alec Warner gentoo org> AuthorDate: Tue Dec 17 03:47:48 2013 +0000 Commit: Alec Warner gentoo org> CommitDate: Tue Dec 17 03:47:48 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=a4ad1118 Add ostc image per bug 477374 --- gentoo_sponsors.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index 297bb06..fd84a0f 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -120,4 +120,15 @@ ads = [ 'height': 125, 'width': 125, }, + { + 'name': 'OSTC', + 'type': 'img', + 'img': 'sponsors/ostc-ad.png', + 'title': 'OSTC' + 'tier': 1, + 'weight', 10, + 'url': 'http://www.ostc.com/', + 'height': 114, + 'width', 88, + }, ]