From patchwork Mon Jun 2 15:55:59 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 354980 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 7A6A814009E for ; Tue, 3 Jun 2014 01:56:16 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4DBF8261EC; Mon, 2 Jun 2014 15:56:15 +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 f-XwtRenbDET; Mon, 2 Jun 2014 15:56:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 5E0AF30460; Mon, 2 Jun 2014 15:56:12 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 2B4A21C26C4 for ; Mon, 2 Jun 2014 15:56:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 286698BFF1 for ; Mon, 2 Jun 2014 15:56:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yNNJNgEm-AlO for ; Mon, 2 Jun 2014 15:56:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by whitealder.osuosl.org (Postfix) with ESMTPS id 87F4B8BE7F for ; Mon, 2 Jun 2014 15:56:08 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id l18so5389998wgh.35 for ; Mon, 02 Jun 2014 08:56:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=IhL2YPkuI9prw6cpdj0QO57Bg8CCsohTUMT0cKFQHq4=; b=S6FViZdPcJvuHwtJ0wx4peReGpl1xx9EYYf1pbfFUiCVGQ/NHZIvPxJN2FfoEnK/sU Zgyl4Y4/cprWeEW0AmDw+wu589fKBwJAPsOVWzbbTewd3r1RuliZyxrvQStHIS1LV9cJ QGq1yFxhn5qdnWHL8rJLVA49zU8KoIw86/52Omgai2FXgHoDp09juYjJGggqdUGqt6KT NfzwEwm3CJqfhNzTJssIPufFpB2DAvyXkiLZXf1UtKKybUDH+gh0EZ7nbbeHE2Oi/yRL Uv6BeA/z51KDthM9eLFJjmkhai+7jVDq9GXY2mP+EepMdzX75MvJY+1v8TKtkxCHxWb3 oMzQ== X-Received: by 10.194.85.225 with SMTP id k1mr51117146wjz.49.1401724566431; Mon, 02 Jun 2014 08:56:06 -0700 (PDT) Received: from leto.lan (host-89-240-178-185.as13285.net. [89.240.178.185]) by mx.google.com with ESMTPSA id mw4sm33599312wib.12.2014.06.02.08.56.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Jun 2014 08:56:05 -0700 (PDT) From: Simon Dawson To: buildroot@busybox.net Date: Mon, 2 Jun 2014 16:55:59 +0100 Message-Id: <1401724559-3629-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH] replace github with GitHub X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net The correct capitalisation pattern is "GitHub"; fix manual and makefile commentary. Signed-off-by: Simon Dawson --- docs/manual/adding-packages-generic.txt | 2 +- docs/manual/adding-packages-tips.txt | 6 +++--- package/e2tools/e2tools.mk | 2 +- package/libsha1/libsha1.mk | 2 +- package/pkg-download.mk | 2 +- package/smack/smack.mk | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt index d3fa45b..67a7453 100644 --- a/docs/manual/adding-packages-generic.txt +++ b/docs/manual/adding-packages-generic.txt @@ -228,7 +228,7 @@ information is (assuming the package name is +libfoo+) : types for retrieving package tarballs. Git, Subversion, Mercurial, and Bazaar are supported URL types for retrieving packages directly from source code management systems. There is a helper function to make - it easier to download source tarballs from github (refer to + it easier to download source tarballs from GitHub (refer to xref:github-download-url[] for details). A filesystem path may be used to specify either a tarball or a directory containing the package source code. See +LIBFOO_SITE_METHOD+ below for more details on how diff --git a/docs/manual/adding-packages-tips.txt b/docs/manual/adding-packages-tips.txt index 9266af6..0d4fcb0 100644 --- a/docs/manual/adding-packages-tips.txt +++ b/docs/manual/adding-packages-tips.txt @@ -34,11 +34,11 @@ using the following rules: [[github-download-url]] -==== How to add a package from github +==== How to add a package from GitHub -Packages on github often don't have a download area with release tarballs. +Packages on GitHub often don't have a download area with release tarballs. However, it is possible to download tarballs directly from the repository -on github. As github is known to have changed download mechanisms in the +on GitHub. As GitHub is known to have changed download mechanisms in the past, the 'github' helper function should be used as shown below. ------------------------ diff --git a/package/e2tools/e2tools.mk b/package/e2tools/e2tools.mk index 97afcc0..789519f 100644 --- a/package/e2tools/e2tools.mk +++ b/package/e2tools/e2tools.mk @@ -7,7 +7,7 @@ E2TOOLS_VERSION = 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 E2TOOLS_SITE = $(call github,ndim,e2tools,$(E2TOOLS_VERSION)) -# Source coming from github, no configure included. +# Source coming from GitHub, no configure included. E2TOOLS_AUTORECONF = YES E2TOOLS_LICENSE = GPLv2 E2TOOLS_LICENSE_FILES = COPYING diff --git a/package/libsha1/libsha1.mk b/package/libsha1/libsha1.mk index 2fd7705..647f986 100644 --- a/package/libsha1/libsha1.mk +++ b/package/libsha1/libsha1.mk @@ -11,7 +11,7 @@ LIBSHA1_LICENSE_FILES = COPYING LIBSHA1_INSTALL_STAGING = YES -# We're getting the source code from Github, so there is no generated +# We're getting the source code from GitHub, so there is no generated # configure script in the tarball. LIBSHA1_AUTORECONF = YES diff --git a/package/pkg-download.mk b/package/pkg-download.mk index 192b9e0..4cfb913 100644 --- a/package/pkg-download.mk +++ b/package/pkg-download.mk @@ -55,7 +55,7 @@ notdomain=$(patsubst $(call domain,$(1),$(2))$(call domainseparator,$(2))%,%,$(c # default domainseparator is /, specify alternative value as first argument domainseparator=$(if $(1),$(1),/) -# github(user,package,version): returns site of github repository +# github(user,package,version): returns site of GitHub repository github = https://github.com/$(1)/$(2)/archive/$(3) ################################################################################ diff --git a/package/smack/smack.mk b/package/smack/smack.mk index af6e81c..7e0a362 100644 --- a/package/smack/smack.mk +++ b/package/smack/smack.mk @@ -11,7 +11,7 @@ SMACK_LICENSE_FILES = COPYING SMACK_INSTALL_STAGING = YES SMACK_DEPENDENCIES = host-pkgconf -# Sources from github, no configure script included. +# Sources from GitHub, no configure script included. SMACK_AUTORECONF = YES $(eval $(autotools-package))