From patchwork Sat Dec 6 11:13:59 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 418364 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id F0A5B1400E7 for ; Sat, 6 Dec 2014 22:14:52 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 3D00234108; Sat, 6 Dec 2014 11:14:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3qq0jNU8PzZ9; Sat, 6 Dec 2014 11:14:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 2A782340FD; Sat, 6 Dec 2014 11:14:40 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 2DCF71C0FBE for ; Sat, 6 Dec 2014 11:14:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 203E534107 for ; Sat, 6 Dec 2014 11:14:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KdT5EiKcEbja for ; Sat, 6 Dec 2014 11:14:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by silver.osuosl.org (Postfix) with ESMTPS id 8EA2834127 for ; Sat, 6 Dec 2014 11:14:15 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id k14so2774520wgh.38 for ; Sat, 06 Dec 2014 03:14:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=Uf6COw+ZI2D8Y6xWrvKUQJvfEo+kyF5mb1YDPz23tBs=; b=PCTcZ2f7n9PKPnPHL1bta1D55BojaswDLULONiFU8wHQY3IUsNeK39IirUitxEhUH6 PjvjrsCwPFZ1VmuMsnc2endu3Mhr8E1Isl/Tc/Q7ItXv1ijWby5DFySv53LwUKFeVvXA rIGMeudAasoMS4bt42zmROaKvKd20C1dUiM3BbM/KhJD7b8rbLmGlctPT7be7XSnEvsy i8vB9MR1LMRPVsfYLAhrvpnPZi8c2iQuDLcb8QsSlH7IGR0yXYcyoEfCY4CLoyCTWoX0 KvG/2+s+pZ5R40J25FQgbCwKhFhU5DqbFfuiiiobloTDjiHG+E7+7xqb0lyRS5CEFWmu LmaA== X-Received: by 10.194.6.7 with SMTP id w7mr14904010wjw.25.1417864454267; Sat, 06 Dec 2014 03:14:14 -0800 (PST) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id h14sm1525727wic.8.2014.12.06.03.14.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 06 Dec 2014 03:14:13 -0800 (PST) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sat, 6 Dec 2014 12:13:59 +0100 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 9/9 v2] pkg-infra: remove the legacy github helper X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Now that we have GitHub as a forge, we can get rid of the now useless github helper. Signed-off-by: "Yann E. MORIN" --- package/pkg-download.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/package/pkg-download.mk b/package/pkg-download.mk index 5bd8eac..0fa7750 100644 --- a/package/pkg-download.mk +++ b/package/pkg-download.mk @@ -55,9 +55,6 @@ notdomain = $(patsubst $(call domain,$(1),$(2))$(call domainseparator,$(2))%,%,$ # default domainseparator is /, specify alternative value as first argument domainseparator = $(if $(1),$(1),/) -# github(user,package,version): returns site of GitHub repository -github = https://github.com/$(1)/$(2)/archive/$(3) - # Helper for checking a tarball's checksum # If the hash does not match, remove the incorrect file # $(1): the path to the file with the hashes