From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1091843-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFCB5138334 for <garchives@archives.gentoo.org>; Tue, 21 May 2019 21:51:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D449FE0855; Tue, 21 May 2019 21:51:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C7AAE0855 for <gentoo-commits@lists.gentoo.org>; Tue, 21 May 2019 21:51:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DD6C344D59 for <gentoo-commits@lists.gentoo.org>; Tue, 21 May 2019 21:51:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D022C326 for <gentoo-commits@lists.gentoo.org>; Tue, 21 May 2019 21:51:42 +0000 (UTC) From: "Virgil Dupras" <vdupras@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" <vdupras@gentoo.org> Message-ID: <1558475486.0ade9e09cc28cc39d4c6e547705074d6f6e86338.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/sassc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/sassc/Manifest dev-lang/sassc/sassc-3.6.0.ebuild dev-lang/sassc/sassc-9999.ebuild X-VCS-Directories: dev-lang/sassc/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 0ade9e09cc28cc39d4c6e547705074d6f6e86338 X-VCS-Branch: master Date: Tue, 21 May 2019 21:51:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9c153ef5-e5a0-4e7a-8869-bef63fd16456 X-Archives-Hash: 564564795f30c724b58dd1a6d63c9d9f commit: 0ade9e09cc28cc39d4c6e547705074d6f6e86338 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Tue May 21 21:50:59 2019 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org> CommitDate: Tue May 21 21:51:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ade9e09 dev-lang/sassc: bump to 3.6.0 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-lang/sassc/Manifest | 1 + dev-lang/sassc/sassc-3.6.0.ebuild | 25 +++++++++++++++++++++++++ dev-lang/sassc/sassc-9999.ebuild | 36 ------------------------------------ 3 files changed, 26 insertions(+), 36 deletions(-) diff --git a/dev-lang/sassc/Manifest b/dev-lang/sassc/Manifest index 6b628a965d4..38fdeca542b 100644 --- a/dev-lang/sassc/Manifest +++ b/dev-lang/sassc/Manifest @@ -1 +1,2 @@ DIST sassc-3.5.0.tar.gz 25834 BLAKE2B 69bb085f537ca2fba70aa96326e49f756cab52a8cac631dbe0dc88459a488c65dd856deebea335d4b3539b30658b327c3d32d1e79dae1021893a0627508ceadd SHA512 9c94056f66688016dd8eaae9cc791be4b397406b89f1289946c4481b5e1904486878d22fd65e695ed89f9b41a9f902932eb4074e7b0923ce3d4823ea3140334f +DIST sassc-3.6.0.tar.gz 26111 BLAKE2B 91d634bd652607407c48f141aa39260739357f6eeb4bade1fff1bfdd4e4e6e0757712501395c913ef1a8944ec9174649fa5ce657af4afec6f9f0eb7f804e1ff2 SHA512 0d8de651b1587f4994a5da85ad09ec2ce6e240213dbaa567c6b9baa612fe82e337061d9a5a8a3a5588e4c366c1178b6fd04e9d699a0be3d83c68f98bac774527 diff --git a/dev-lang/sassc/sassc-3.6.0.ebuild b/dev-lang/sassc/sassc-3.6.0.ebuild new file mode 100644 index 00000000000..bd5bdc6e9bd --- /dev/null +++ b/dev-lang/sassc/sassc-3.6.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +SRC_URI="https://github.com/sass/sassc/archive/${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" + +DESCRIPTION="A libsass command line driver" +HOMEPAGE="https://github.com/sass/sassc" +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND="dev-libs/libsass:=" +DEPEND="${RDEPEND}" + +DOCS=( Readme.md ) + +src_prepare() { + default + eautoreconf +} diff --git a/dev-lang/sassc/sassc-9999.ebuild b/dev-lang/sassc/sassc-9999.ebuild deleted file mode 100644 index 847d2e349e3..00000000000 --- a/dev-lang/sassc/sassc-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -if [[ ${PV} = *9999 ]]; then - EGIT_REPO_URI="https://github.com/sass/sassc.git" - inherit git-r3 - KEYWORDS= -else - SRC_URI="https://github.com/sass/sassc/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-linux" -fi - -DESCRIPTION="A libsass command line driver" -HOMEPAGE="https://github.com/sass/sassc" -LICENSE="MIT" -SLOT="0" -IUSE="" - -RDEPEND=">=dev-libs/libsass-3.5:=" -DEPEND="${RDEPEND}" - -DOCS=( Readme.md ) - -src_prepare() { - default - - if [[ ${PV} != *9999 ]]; then - [[ -f VERSION ]] || echo "${PV}" > VERSION - fi - - eautoreconf -}