public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/ct-ng/
Date: Sat, 21 Nov 2015 07:53:23 +0000 (UTC)	[thread overview]
Message-ID: <1448092808.c38c9ed22911c982a2ee9a0d02e00e9e2fb43da8.blueness@gentoo> (raw)

commit:     c38c9ed22911c982a2ee9a0d02e00e9e2fb43da8
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 07:58:38 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 08:00:08 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38c9ed2

sys-devel/ct-ng: version bump to 1.22.0

Package-Manager: portage-2.2.20.1

 sys-devel/ct-ng/Manifest            |  1 +
 sys-devel/ct-ng/ct-ng-1.22.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/sys-devel/ct-ng/Manifest b/sys-devel/ct-ng/Manifest
index 440460d..5838b09 100644
--- a/sys-devel/ct-ng/Manifest
+++ b/sys-devel/ct-ng/Manifest
@@ -1,3 +1,4 @@
 DIST crosstool-ng-1.19.0.tar.bz2 1901456 SHA256 cd54f20bb8190533b21c9cf7f93c9073c22d59541f52774c3f3053264ba53a93 SHA512 ad9a1763a3178acf028f36c189d4588372c325d4494ec90cb4fccc5a889a89595cc85586f0380bed8238cff4ce07e49ef5f47779048da2956d3bf380bd4d2f17 WHIRLPOOL d2d1f03f05809e6c3607edd9901cfafae56a3158f8273736929a9a282ed5830d07efa116d8e606471fe598ed9cfdc0157627c4cef5e77ccdb55853632faf3a95
 DIST crosstool-ng-1.20.0.tar.bz2 2035181 SHA256 bfb1d251a3b5dbd262f6eb8416532b9920bb7f122ae4fb861a1824fe30c73464 SHA512 42aa93fbdfb2daa9055d7aeba7539a59960caad9d674fb3ca8ed74353da75a49a799896777cf9511a54b4d47de0cb5d206fd7c5200f19067f9c8090a46b39653 WHIRLPOOL 8b8a025567d5af29142c0809aca62230951b080db889b8f3073a87925d12d971e42bd42b42ff2221ea9fd85d229b43d24e15d0d736c5c696708e9b76651c2cb7
 DIST crosstool-ng-1.21.0.tar.bz2 19883048 SHA256 c64493dd033dee0eb25903e66cf53ff5113ee33d193a8ff1df7ebebe47bdac46 SHA512 ab2e341a920f43ef4c621579777b7e709b773dd38aeb68f2b1b567652497b912666ab841ff501f406c34b266e8dbe7859d67f63471972a2200044824848cf061 WHIRLPOOL 4d869c25741700afe4e9e398a8e124acd8cb513eba5609b85980c921966b08ac16ec2a884ed2a885fd44acdbbda01ff05623bce609152bcec5fa14b2c632202c
+DIST crosstool-ng-1.22.0.tar.bz2 1621476 SHA256 d6338a9b33f9d972167049bbe76e88b1e9248466a53df08dcfe8bcfe849d8d83 SHA512 986c93435bd2115a7e19b3068aaa6deb9fea8056b389fc5cc578cbef3652514e1e794089cd9a4282f0e0bf73cf8d9e480b68aeabe7c16b627e7ad5afe46fcc9c WHIRLPOOL f339613d73be64032f7a0963e86457a9edf2d10105c73808ea4db0fe0ce1cd7df437995a92dbb2247d80401dbbb6103296a68a15362c434b622217529a89c309

diff --git a/sys-devel/ct-ng/ct-ng-1.22.0.ebuild b/sys-devel/ct-ng/ct-ng-1.22.0.ebuild
new file mode 100644
index 0000000..0ffe904
--- /dev/null
+++ b/sys-devel/ct-ng/ct-ng-1.22.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit bash-completion-r1
+
+DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
+HOMEPAGE="http://crosstool-ng.org"
+MY_P=${P/ct/crosstool}
+SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="net-misc/curl
+	dev-util/gperf
+	dev-vcs/cvs
+	dev-vcs/subversion"
+
+S="${WORKDIR}/crosstool-ng"
+
+src_install() {
+	emake DESTDIR="${D%/}" install
+	newbashcomp ${PN}.comp ${PN}
+	use doc && mv "${D}"/usr/share/doc/crosstool-ng/crosstool-ng-${PVR} \
+		"${D}"/usr/share/doc/
+	rm -rf "${D}"/usr/share/doc/crosstool-ng
+}


             reply	other threads:[~2015-11-21  7:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-21  7:53 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-21  7:53 [gentoo-commits] repo/gentoo:master commit in: sys-devel/ct-ng/ Anthony G. Basile
2017-04-22 17:00 Anthony G. Basile
2017-04-22 17:02 Anthony G. Basile
2018-03-11 14:24 Anthony G. Basile
2018-03-11 19:49 Anthony G. Basile
2019-04-18 12:10 Anthony G. Basile
2019-04-18 12:15 Anthony G. Basile
2020-02-08 16:25 David Seifert
2021-05-15 21:47 Andreas Sturmlechner
2022-08-26 10:46 Sam James
2022-10-17 23:34 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1448092808.c38c9ed22911c982a2ee9a0d02e00e9e2fb43da8.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox