Skip to content

Commit

Permalink
dev-lang/sassc: bump to 3.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Virgil Dupras <[email protected]>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
  • Loading branch information
Virgil Dupras committed May 21, 2019
1 parent 89b6407 commit 0ade9e0
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 36 deletions.
1 change: 1 addition & 0 deletions dev-lang/sassc/Manifest
Original file line number Diff line number Diff line change
@@ -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
25 changes: 25 additions & 0 deletions dev-lang/sassc/sassc-3.6.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
}
36 changes: 0 additions & 36 deletions dev-lang/sassc/sassc-9999.ebuild

This file was deleted.

0 comments on commit 0ade9e0

Please sign in to comment.