public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-devel/ct-ng/
@ 2015-11-21  7:53 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2015-11-21  7:53 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/ct-ng/
@ 2015-11-21  7:53 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2015-11-21  7:53 UTC (permalink / raw
  To: gentoo-commits

commit:     a6dd4df118e6f7bebbb1d698052a8e52a5ae7411
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 07:59:42 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 08:00:10 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6dd4df1

sys-devel/ct-ng: remove older versions

Package-Manager: portage-2.2.20.1

 sys-devel/ct-ng/Manifest               |  2 --
 sys-devel/ct-ng/ct-ng-1.19.0-r1.ebuild | 44 ----------------------------------
 sys-devel/ct-ng/ct-ng-1.20.0-r1.ebuild | 44 ----------------------------------
 3 files changed, 90 deletions(-)

diff --git a/sys-devel/ct-ng/Manifest b/sys-devel/ct-ng/Manifest
index 5838b09..7e43071 100644
--- a/sys-devel/ct-ng/Manifest
+++ b/sys-devel/ct-ng/Manifest
@@ -1,4 +1,2 @@
-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.19.0-r1.ebuild b/sys-devel/ct-ng/ct-ng-1.19.0-r1.ebuild
deleted file mode 100644
index e953beb..0000000
--- a/sys-devel/ct-ng/ct-ng-1.19.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit autotools bash-completion-r1 eutils
-
-DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
-HOMEPAGE="http://crosstool-ng.org"
-MY_P=${P/ct/crosstool}
-S=${WORKDIR}/${MY_P}
-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"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-kconfig-respect-flags.patch
-
-	#Upstream provides ${S}/bootstrap which runs autoconf -Wall --force
-	#We'll use eautoconf to be portage friendly
-	eautoconf -Wall --force
-}
-
-src_configure () {
-	econf --with-install="/usr/bin/install"
-}
-
-src_install() {
-	emake DESTDIR="${D%/}" install
-	newbashcomp ${PN}.comp ${PN}
-	dodoc README TODO
-	use doc && mv "${D}"/usr/share/doc/crosstool-ng/"${PN}.${PVR}"/* \
-		"${D}"/usr/share/doc/"${PF}"
-	rm -rf "${D}"/usr/share/doc/crosstool-ng
-}

diff --git a/sys-devel/ct-ng/ct-ng-1.20.0-r1.ebuild b/sys-devel/ct-ng/ct-ng-1.20.0-r1.ebuild
deleted file mode 100644
index e953beb..0000000
--- a/sys-devel/ct-ng/ct-ng-1.20.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit autotools bash-completion-r1 eutils
-
-DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
-HOMEPAGE="http://crosstool-ng.org"
-MY_P=${P/ct/crosstool}
-S=${WORKDIR}/${MY_P}
-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"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-kconfig-respect-flags.patch
-
-	#Upstream provides ${S}/bootstrap which runs autoconf -Wall --force
-	#We'll use eautoconf to be portage friendly
-	eautoconf -Wall --force
-}
-
-src_configure () {
-	econf --with-install="/usr/bin/install"
-}
-
-src_install() {
-	emake DESTDIR="${D%/}" install
-	newbashcomp ${PN}.comp ${PN}
-	dodoc README TODO
-	use doc && mv "${D}"/usr/share/doc/crosstool-ng/"${PN}.${PVR}"/* \
-		"${D}"/usr/share/doc/"${PF}"
-	rm -rf "${D}"/usr/share/doc/crosstool-ng
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/ct-ng/
@ 2017-04-22 17:00 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2017-04-22 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     2680b1fb8a481eda59d7a9feabeb2e4306e221ef
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 16:59:41 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 17:00:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2680b1fb

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

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/sys-devel/ct-ng/Manifest b/sys-devel/ct-ng/Manifest
index 7e430711add..674c284af48 100644
--- a/sys-devel/ct-ng/Manifest
+++ b/sys-devel/ct-ng/Manifest
@@ -1,2 +1,3 @@
 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
+DIST crosstool-ng-1.23.0.tar.bz2 1782247 SHA256 1b76404960f2b35471b6385ba707b8a4712431820fe30063e435dad97ccb02b4 SHA512 1842d140b1c4f76783751eab60722e8077f356dfc9e9cc941d3c991a7e9bb23cb19e6bd7cd5c630cc87967853c55e0c16e415b222e546b5baaffb264ca799b69 WHIRLPOOL 5ecc52e6fed0fd1c54f9192f29686f2d77fa29d95086b40435eeb29fc0be9b7f2512ac881a696141608b0e7c0a9041012e8fd0c2f90bd854c651b3e77f47cfa5

diff --git a/sys-devel/ct-ng/ct-ng-1.23.0.ebuild b/sys-devel/ct-ng/ct-ng-1.23.0.ebuild
new file mode 100644
index 00000000000..42a61e62695
--- /dev/null
+++ b/sys-devel/ct-ng/ct-ng-1.23.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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-${PV}"
+
+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
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/ct-ng/
@ 2017-04-22 17:02 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2017-04-22 17:02 UTC (permalink / raw
  To: gentoo-commits

commit:     5bcfe868dd20ebb1667a321e7ea9565cdea6eb4d
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 17:02:08 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 17:02:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bcfe868

sys-devel/ct-ng: restrict 1.22.0 to <dev-util/gperf-3.1, bug #606576

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-devel/ct-ng/ct-ng-1.22.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/ct-ng/ct-ng-1.22.0.ebuild b/sys-devel/ct-ng/ct-ng-1.22.0.ebuild
index 4130ab3971e..a1002aaa002 100644
--- a/sys-devel/ct-ng/ct-ng-1.22.0.ebuild
+++ b/sys-devel/ct-ng/ct-ng-1.22.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
 RDEPEND="net-misc/curl
-	dev-util/gperf
+	<dev-util/gperf-3.1
 	dev-vcs/cvs
 	dev-vcs/subversion"
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/ct-ng/
@ 2018-03-11 14:24 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2018-03-11 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     fc0f274001bee83a6a402aa85c380914dfbed30f
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar  2 17:55:57 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 14:23:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0f2740

sys-devel/ct-ng: use HTTPS

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 sys-devel/ct-ng/ct-ng-1.22.0.ebuild | 4 ++--
 sys-devel/ct-ng/ct-ng-1.23.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-devel/ct-ng/ct-ng-1.22.0.ebuild b/sys-devel/ct-ng/ct-ng-1.22.0.ebuild
index a1002aaa002..193e2677a54 100644
--- a/sys-devel/ct-ng/ct-ng-1.22.0.ebuild
+++ b/sys-devel/ct-ng/ct-ng-1.22.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,7 +6,7 @@ EAPI="5"
 inherit bash-completion-r1
 
 DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
-HOMEPAGE="http://crosstool-ng.org"
+HOMEPAGE="https://crosstool-ng.org"
 MY_P=${P/ct/crosstool}
 SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"
 

diff --git a/sys-devel/ct-ng/ct-ng-1.23.0.ebuild b/sys-devel/ct-ng/ct-ng-1.23.0.ebuild
index 42a61e62695..bd18d3f3226 100644
--- a/sys-devel/ct-ng/ct-ng-1.23.0.ebuild
+++ b/sys-devel/ct-ng/ct-ng-1.23.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,7 +6,7 @@ EAPI="5"
 inherit bash-completion-r1
 
 DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
-HOMEPAGE="http://crosstool-ng.org"
+HOMEPAGE="https://crosstool-ng.org"
 MY_P=${P/ct/crosstool}
 SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/ct-ng/
@ 2018-03-11 19:49 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2018-03-11 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     ea4bdb3ce3a7701d4f447c4e6bccf9ad5c907f1c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar 11 17:33:32 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 19:49:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4bdb3c

sys-devel/ct-ng: fix HOMEPAGE

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 sys-devel/ct-ng/ct-ng-1.22.0.ebuild | 2 +-
 sys-devel/ct-ng/ct-ng-1.23.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/ct-ng/ct-ng-1.22.0.ebuild b/sys-devel/ct-ng/ct-ng-1.22.0.ebuild
index 193e2677a54..a9aa2651dc9 100644
--- a/sys-devel/ct-ng/ct-ng-1.22.0.ebuild
+++ b/sys-devel/ct-ng/ct-ng-1.22.0.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
 inherit bash-completion-r1
 
 DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
-HOMEPAGE="https://crosstool-ng.org"
+HOMEPAGE="https://crosstool-ng.github.io/"
 MY_P=${P/ct/crosstool}
 SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"
 

diff --git a/sys-devel/ct-ng/ct-ng-1.23.0.ebuild b/sys-devel/ct-ng/ct-ng-1.23.0.ebuild
index bd18d3f3226..3ee43cbeace 100644
--- a/sys-devel/ct-ng/ct-ng-1.23.0.ebuild
+++ b/sys-devel/ct-ng/ct-ng-1.23.0.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
 inherit bash-completion-r1
 
 DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
-HOMEPAGE="https://crosstool-ng.org"
+HOMEPAGE="https://crosstool-ng.github.io/"
 MY_P=${P/ct/crosstool}
 SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/ct-ng/
@ 2019-04-18 12:10 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2019-04-18 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d12755ac88833aa54c0b1a63ba3ee9c54e5b62f2
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 12:10:03 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 12:10:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12755ac

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

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sys-devel/ct-ng/Manifest            |  1 +
 sys-devel/ct-ng/ct-ng-1.24.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/sys-devel/ct-ng/Manifest b/sys-devel/ct-ng/Manifest
index 3ec0e485bfe..eeef6668be7 100644
--- a/sys-devel/ct-ng/Manifest
+++ b/sys-devel/ct-ng/Manifest
@@ -1,2 +1,3 @@
 DIST crosstool-ng-1.22.0.tar.bz2 1621476 BLAKE2B 1fb5843de2c2cfafa212029736743be55da8fc123745898b79f2a83c98b0d6754c3fede374dc054be17ae598cbd3e3d640d898d4340ec64540c331d4c22e5f2b SHA512 986c93435bd2115a7e19b3068aaa6deb9fea8056b389fc5cc578cbef3652514e1e794089cd9a4282f0e0bf73cf8d9e480b68aeabe7c16b627e7ad5afe46fcc9c
 DIST crosstool-ng-1.23.0.tar.bz2 1782247 BLAKE2B 77835534b5b664148985b57580bf24fa6153e1fc327be0622e55d9ff5c1c5f446039b293a7d1718bfbec89789638f80033be012e0878f75a57648bd574abe10e SHA512 1842d140b1c4f76783751eab60722e8077f356dfc9e9cc941d3c991a7e9bb23cb19e6bd7cd5c630cc87967853c55e0c16e415b222e546b5baaffb264ca799b69
+DIST crosstool-ng-1.24.0.tar.bz2 2058069 BLAKE2B 4108e9546acd6c0660552595d41164ce9c4f07985851a911c260fcc9e2ec70e80136b6cb2090290ca2aa2ceeb4ebc61fca183340de88eafd800bc2bf18d0cfbb SHA512 379e668365628f0ab359ae119213bed44960870093f64f0fbb12e92bbe2a3b82bfed77f5ab33f2e2f17c1977e7a63f2151c46ad8d0e6208220fb7fa8726fae33

diff --git a/sys-devel/ct-ng/ct-ng-1.24.0.ebuild b/sys-devel/ct-ng/ct-ng-1.24.0.ebuild
new file mode 100644
index 00000000000..ebcbb34f2c4
--- /dev/null
+++ b/sys-devel/ct-ng/ct-ng-1.24.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
+HOMEPAGE="https://crosstool-ng.github.io/"
+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-${PV}"
+
+src_install() {
+	emake DESTDIR="${D%/}" install
+	use doc && mv "${D}"/usr/share/doc/crosstool-ng/crosstool-ng-${PVR} \
+		"${D}"/usr/share/doc/
+	rm -rf "${D}"/usr/share/doc/crosstool-ng
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/ct-ng/
@ 2019-04-18 12:15 Anthony G. Basile
  0 siblings, 0 replies; 12+ messages in thread
From: Anthony G. Basile @ 2019-04-18 12:15 UTC (permalink / raw
  To: gentoo-commits

commit:     4bfca87bbbe4b30412904dcf1dbedf941bfa9506
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 12:14:47 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 12:14:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bfca87b

sys-devel/ct-ng: remove older broken version

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sys-devel/ct-ng/Manifest            |  1 -
 sys-devel/ct-ng/ct-ng-1.22.0.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/sys-devel/ct-ng/Manifest b/sys-devel/ct-ng/Manifest
index eeef6668be7..0398c325c3c 100644
--- a/sys-devel/ct-ng/Manifest
+++ b/sys-devel/ct-ng/Manifest
@@ -1,3 +1,2 @@
-DIST crosstool-ng-1.22.0.tar.bz2 1621476 BLAKE2B 1fb5843de2c2cfafa212029736743be55da8fc123745898b79f2a83c98b0d6754c3fede374dc054be17ae598cbd3e3d640d898d4340ec64540c331d4c22e5f2b SHA512 986c93435bd2115a7e19b3068aaa6deb9fea8056b389fc5cc578cbef3652514e1e794089cd9a4282f0e0bf73cf8d9e480b68aeabe7c16b627e7ad5afe46fcc9c
 DIST crosstool-ng-1.23.0.tar.bz2 1782247 BLAKE2B 77835534b5b664148985b57580bf24fa6153e1fc327be0622e55d9ff5c1c5f446039b293a7d1718bfbec89789638f80033be012e0878f75a57648bd574abe10e SHA512 1842d140b1c4f76783751eab60722e8077f356dfc9e9cc941d3c991a7e9bb23cb19e6bd7cd5c630cc87967853c55e0c16e415b222e546b5baaffb264ca799b69
 DIST crosstool-ng-1.24.0.tar.bz2 2058069 BLAKE2B 4108e9546acd6c0660552595d41164ce9c4f07985851a911c260fcc9e2ec70e80136b6cb2090290ca2aa2ceeb4ebc61fca183340de88eafd800bc2bf18d0cfbb SHA512 379e668365628f0ab359ae119213bed44960870093f64f0fbb12e92bbe2a3b82bfed77f5ab33f2e2f17c1977e7a63f2151c46ad8d0e6208220fb7fa8726fae33

diff --git a/sys-devel/ct-ng/ct-ng-1.22.0.ebuild b/sys-devel/ct-ng/ct-ng-1.22.0.ebuild
deleted file mode 100644
index a9aa2651dc9..00000000000
--- a/sys-devel/ct-ng/ct-ng-1.22.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit bash-completion-r1
-
-DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
-HOMEPAGE="https://crosstool-ng.github.io/"
-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-3.1
-	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
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/ct-ng/
@ 2020-02-08 16:25 David Seifert
  0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2020-02-08 16:25 UTC (permalink / raw
  To: gentoo-commits

commit:     34fbfbe74bf8a96c7cd2d649b371624f62dd782f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 16:23:41 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 16:23:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34fbfbe7

sys-devel/ct-ng: [QA] Fix UnnecessarySlashStrip

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-devel/ct-ng/ct-ng-1.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/ct-ng/ct-ng-1.24.0.ebuild b/sys-devel/ct-ng/ct-ng-1.24.0.ebuild
index ebcbb34f2c4..3bb25cdbe1c 100644
--- a/sys-devel/ct-ng/ct-ng-1.24.0.ebuild
+++ b/sys-devel/ct-ng/ct-ng-1.24.0.ebuild
@@ -21,7 +21,7 @@ RDEPEND="net-misc/curl
 S="${WORKDIR}/crosstool-ng-${PV}"
 
 src_install() {
-	emake DESTDIR="${D%/}" install
+	emake DESTDIR="${D}" install
 	use doc && mv "${D}"/usr/share/doc/crosstool-ng/crosstool-ng-${PVR} \
 		"${D}"/usr/share/doc/
 	rm -rf "${D}"/usr/share/doc/crosstool-ng


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/ct-ng/
@ 2021-05-15 21:47 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2021-05-15 21:47 UTC (permalink / raw
  To: gentoo-commits

commit:     afce1acb7fbb1182f46368ff508036f994547d0a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 18:55:49 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 15 21:45:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afce1acb

sys-devel/ct-ng: Drop 1.23.0, EAPI5--

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-devel/ct-ng/Manifest            |  1 -
 sys-devel/ct-ng/ct-ng-1.23.0.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/sys-devel/ct-ng/Manifest b/sys-devel/ct-ng/Manifest
index 0398c325c3c..169a86ae625 100644
--- a/sys-devel/ct-ng/Manifest
+++ b/sys-devel/ct-ng/Manifest
@@ -1,2 +1 @@
-DIST crosstool-ng-1.23.0.tar.bz2 1782247 BLAKE2B 77835534b5b664148985b57580bf24fa6153e1fc327be0622e55d9ff5c1c5f446039b293a7d1718bfbec89789638f80033be012e0878f75a57648bd574abe10e SHA512 1842d140b1c4f76783751eab60722e8077f356dfc9e9cc941d3c991a7e9bb23cb19e6bd7cd5c630cc87967853c55e0c16e415b222e546b5baaffb264ca799b69
 DIST crosstool-ng-1.24.0.tar.bz2 2058069 BLAKE2B 4108e9546acd6c0660552595d41164ce9c4f07985851a911c260fcc9e2ec70e80136b6cb2090290ca2aa2ceeb4ebc61fca183340de88eafd800bc2bf18d0cfbb SHA512 379e668365628f0ab359ae119213bed44960870093f64f0fbb12e92bbe2a3b82bfed77f5ab33f2e2f17c1977e7a63f2151c46ad8d0e6208220fb7fa8726fae33

diff --git a/sys-devel/ct-ng/ct-ng-1.23.0.ebuild b/sys-devel/ct-ng/ct-ng-1.23.0.ebuild
deleted file mode 100644
index 3ee43cbeace..00000000000
--- a/sys-devel/ct-ng/ct-ng-1.23.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit bash-completion-r1
-
-DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
-HOMEPAGE="https://crosstool-ng.github.io/"
-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-${PV}"
-
-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
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/ct-ng/
@ 2022-08-26 10:46 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2022-08-26 10:46 UTC (permalink / raw
  To: gentoo-commits

commit:     ac98e124580c65238582fc8fb6aea854c013d20e
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Thu Aug 25 21:41:15 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 10:46:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac98e124

sys-devel/ct-ng: use <pkg> tag in metadata.xml

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/ct-ng/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/ct-ng/metadata.xml b/sys-devel/ct-ng/metadata.xml
index 7daea155e8ed..7159da33f5be 100644
--- a/sys-devel/ct-ng/metadata.xml
+++ b/sys-devel/ct-ng/metadata.xml
@@ -10,7 +10,7 @@
 		It will only build the toolchain.  It is up to use how you want to
 		use it after that.
 
-		It is an alternative to sys-devel/crossdev.
+		It is an alternative to <pkg>sys-devel/crossdev</pkg>.
 
 		For more information, see http://ymorin.is-a-geek.org/projects/crosstool
 	</longdescription>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/ct-ng/
@ 2022-10-17 23:34 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2022-10-17 23:34 UTC (permalink / raw
  To: gentoo-commits

commit:     beeedf0d463960b8414acc389c6237eb941d37bf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 23:21:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 23:29:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beeedf0d

sys-devel/ct-ng: switch to xz

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/ct-ng/Manifest                                        | 2 +-
 sys-devel/ct-ng/{ct-ng-1.24.0.ebuild => ct-ng-1.24.0-r1.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-devel/ct-ng/Manifest b/sys-devel/ct-ng/Manifest
index 169a86ae625d..395b0a138b3c 100644
--- a/sys-devel/ct-ng/Manifest
+++ b/sys-devel/ct-ng/Manifest
@@ -1 +1 @@
-DIST crosstool-ng-1.24.0.tar.bz2 2058069 BLAKE2B 4108e9546acd6c0660552595d41164ce9c4f07985851a911c260fcc9e2ec70e80136b6cb2090290ca2aa2ceeb4ebc61fca183340de88eafd800bc2bf18d0cfbb SHA512 379e668365628f0ab359ae119213bed44960870093f64f0fbb12e92bbe2a3b82bfed77f5ab33f2e2f17c1977e7a63f2151c46ad8d0e6208220fb7fa8726fae33
+DIST crosstool-ng-1.24.0.tar.xz 1622432 BLAKE2B e0f3f26083dd10a35ac79fc78debe98db7914f5d7fd710ed6b4c788a7a0d56e22d22966f186e8315ae99a6141d1d5b80686e86ad8b0549514a07dfda5913a348 SHA512 89b8794a4184ad4928750e29712ed4f194aa1d0b93768d67ff64f30c30f1b1e165647cafc6de94d68d3ef70e50446e544dad65aa36137511a32ee7a667dddfb4

diff --git a/sys-devel/ct-ng/ct-ng-1.24.0.ebuild b/sys-devel/ct-ng/ct-ng-1.24.0-r1.ebuild
similarity index 92%
rename from sys-devel/ct-ng/ct-ng-1.24.0.ebuild
rename to sys-devel/ct-ng/ct-ng-1.24.0-r1.ebuild
index c43e112be440..f9859d8ffd57 100644
--- a/sys-devel/ct-ng/ct-ng-1.24.0.ebuild
+++ b/sys-devel/ct-ng/ct-ng-1.24.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -6,7 +6,7 @@ EAPI="7"
 DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
 HOMEPAGE="https://crosstool-ng.github.io/"
 MY_P=${P/ct/crosstool}
-SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"
+SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-10-17 23:34 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox