jauhien 15/06/06 15:39:58 Modified: rust-1.0.0.ebuild ChangeLog Log: move to new SLOTs schema (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key B2EFA1D4)
Revision Changes Path 1.2 dev-lang/rust/rust-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/rust-1.0.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/rust-1.0.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/rust-1.0.0.ebuild?r1=1.1&r2=1.2 Index: rust-1.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/rust/rust-1.0.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rust-1.0.0.ebuild 4 Jun 2015 10:47:28 -0000 1.1 +++ rust-1.0.0.ebuild 6 Jun 2015 15:39:57 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/rust-1.0.0.ebuild,v 1.1 2015/06/04 10:47:28 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/rust-1.0.0.ebuild,v 1.2 2015/06/06 15:39:57 jauhien Exp $ EAPI=5 @@ -8,13 +8,7 @@ inherit eutils python-any-r1 -RUST_CHANNEL="stable" - -BETA_NUM="${PV##*beta}" -MY_PV="${PV/_/-}" -# beta => beta BUT beta2 => beta.2 -[ -n "${BETA_NUM}" ] && MY_PV="${MY_PV/beta/beta.}" -MY_P="rustc-${MY_PV}" +MY_P="rustc-${PV}" DESCRIPTION="Systems programming language from Mozilla" HOMEPAGE="http://www.rust-lang.org/" @@ -24,7 +18,7 @@ amd64? ( http://static.rust-lang.org/stage0-snapshots/rust-stage0-2015-03-27-5520801-linux-x86_64-ef2154372e97a3cb687897d027fd51c8f2c5f349.tar.bz2 )" LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA" -SLOT="1.0" +SLOT="stable" KEYWORDS="~amd64 ~x86" IUSE="clang debug doc libcxx +system-llvm" @@ -40,8 +34,7 @@ clang? ( sys-devel/clang ) system-llvm? ( >=sys-devel/llvm-3.6.0[multitarget(-)] ) " -RDEPEND="${CDEPEND} -" +RDEPEND="${CDEPEND}" S=${WORKDIR}/${MY_P} @@ -63,7 +56,7 @@ --prefix="${EPREFIX}/usr" \ --libdir="${EPREFIX}/usr/lib/${P}" \ --mandir="${EPREFIX}/usr/share/${P}/man" \ - --release-channel=${RUST_CHANNEL} \ + --release-channel=${SLOT} \ --disable-manage-submodules \ $(use_enable clang) \ $(use_enable debug) \ 1.20 dev-lang/rust/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/rust/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 4 Jun 2015 10:47:28 -0000 1.19 +++ ChangeLog 6 Jun 2015 15:39:57 -0000 1.20 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/rust # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/ChangeLog,v 1.19 2015/06/04 10:47:28 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/ChangeLog,v 1.20 2015/06/06 15:39:57 jauhien Exp $ + + 06 Jun 2015; Jauhien Piatlicki <[email protected]> rust-1.0.0.ebuild: + move to new SLOTs schema *rust-1.0.0 (04 Jun 2015)
