From: "Virgil Dupras" <vdupras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsass/
Date: Sat, 18 May 2019 12:28:06 +0000 (UTC) [thread overview]
Message-ID: <1558182405.1aa261e9165e9f4fa24b52716f3c652848570216.vdupras@gentoo> (raw)
commit: 1aa261e9165e9f4fa24b52716f3c652848570216
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 12:26:45 2019 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Sat May 18 12:26:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa261e9
dev-libs/libsass: 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-libs/libsass/Manifest | 1 +
dev-libs/libsass/libsass-3.6.0.ebuild | 54 +++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/dev-libs/libsass/Manifest b/dev-libs/libsass/Manifest
index 96abbd0bb85..225ddbddd05 100644
--- a/dev-libs/libsass/Manifest
+++ b/dev-libs/libsass/Manifest
@@ -1,3 +1,4 @@
DIST libsass-3.4.7.tar.gz 319824 BLAKE2B ca3e7091816474e318fb1eaefa01e5e361a66715b6267500a93f80dfc8b34bdc595e6ddc4b1872e4399093468d4ac06a9760685d8941d92f18e1834df7715b04 SHA512 5d743d4345b11e9e5315aa858637d3388d2b464150a46bc8a712e1e5d1b3df9c1e6b4dcac26f91827f1c38db24a5a084d04c0962a428f2994f42ad66a25b35a8
DIST libsass-3.5.2.tar.gz 326773 BLAKE2B 65d2dd82872ef76a45597104cc2a531786c0cd33f8e61172b0c973c8262fbddced3b988e143f27b3b7cac2f9d17c481cf58201bfb432aa2656763319ac072b51 SHA512 a06f0047358eeacf5fff9ab44e833ac285e4a971829610b56ae7ed00128b4bee9fe33630c299e61337cf975caf0bc3067242c3af4db1f8aaf3898d3e63920f67
DIST libsass-3.5.5.tar.gz 327298 BLAKE2B 4127722343394bca4ed054987eed6113788e10dc4d03a869778c10b56135406c1fcd72dc101bfe405c96267b628735e8ee74d3812ab392f097dc941b78bef882 SHA512 dcb73a5080c00023b60a19ea037ba5af481253a7b47492bd7114bf45ab78ed931c7b207fa8f12ed200a39760553d72ae92dbe4eb80b826b59a6201fb34008fe5
+DIST libsass-3.6.0.tar.gz 332747 BLAKE2B be4ad469aa55f89ce54e6cf1cc5cf0a72f4727610bf2d5aeca7321fde4e4cbc009f59bee46c1e5e5b88825d5bd2f3b4fa427ab3cd535584956f7541c16339f1d SHA512 9665e50ee964ca3cc323f26c2b8322677102d26a7a102558ffbc5bef7a4c4ea44ca5096a967e4044dac1404bfa343a37d846f22d1e1adc27592023d5d4ac40c8
diff --git a/dev-libs/libsass/libsass-3.6.0.ebuild b/dev-libs/libsass/libsass-3.6.0.ebuild
new file mode 100644
index 00000000000..7bb47a91093
--- /dev/null
+++ b/dev-libs/libsass/libsass-3.6.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-minimal
+
+if [[ ${PV} = *9999 ]]; then
+ EGIT_REPO_URI="https://github.com/sass/libsass.git"
+ inherit git-r3
+ KEYWORDS=
+else
+ SRC_URI="https://github.com/sass/libsass/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+fi
+
+DESCRIPTION="A C/C++ implementation of a Sass CSS compiler"
+HOMEPAGE="https://github.com/sass/libsass"
+LICENSE="MIT"
+SLOT="0/1" # libsass soname
+IUSE="static-libs"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+DOCS=( Readme.md SECURITY.md )
+
+src_prepare() {
+ default
+
+ if [[ ${PV} != *9999 ]]; then
+ [[ -f VERSION ]] || echo "${PV}" > VERSION
+ fi
+ eautoreconf
+
+ # only sane way to deal with various version-related scripts, env variables etc.
+ multilib_copy_sources
+}
+
+multilib_src_configure() {
+ econf \
+ $(use_enable static-libs static) \
+ --enable-shared
+}
+
+multilib_src_install() {
+ emake DESTDIR="${D}" install
+ find "${D}" -name '*.la' -delete || die
+}
+
+multilib_src_install_all() {
+ einstalldocs
+ dodoc -r "${S}/docs"
+}
next reply other threads:[~2019-05-18 12:28 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-18 12:28 Virgil Dupras [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-31 13:11 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsass/ Nowa Ammerlaan
2024-12-04 9:15 Sam James
2024-12-02 13:15 Jakov Smolić
2024-12-01 19:57 Arthur Zamarin
2024-12-01 19:07 Arthur Zamarin
2024-12-01 19:02 Arthur Zamarin
2024-12-01 19:02 Arthur Zamarin
2023-12-23 9:52 Andrew Ammerlaan
2023-04-07 18:25 Sam James
2022-12-18 9:27 Sam James
2022-12-18 9:27 Sam James
2022-09-09 7:59 David Seifert
2022-06-28 4:18 WANG Xuerui
2022-06-19 8:14 Agostino Sarubbo
2021-11-01 15:46 Sam James
2021-05-22 15:31 Andrew Ammerlaan
2021-05-22 15:10 Sam James
2021-05-22 3:05 Sam James
2021-05-22 1:32 Sam James
2021-05-21 14:02 Andrew Ammerlaan
2021-05-21 7:57 Michał Górny
2020-05-02 11:55 James Le Cuirot
2020-05-02 11:55 James Le Cuirot
2020-03-06 15:55 Joonas Niilola
2020-01-27 19:53 Mart Raudsepp
2020-01-07 4:08 Joonas Niilola
2019-11-19 15:40 Agostino Sarubbo
2019-11-19 7:38 Agostino Sarubbo
2019-11-19 1:31 Aaron Bauman
2019-08-20 4:44 Hans de Graaff
2019-07-05 19:05 Virgil Dupras
2019-05-28 2:35 Aaron Bauman
2019-05-19 21:41 Virgil Dupras
2019-05-19 21:41 Virgil Dupras
2019-03-30 0:12 Virgil Dupras
2019-03-24 10:01 Agostino Sarubbo
2019-03-02 19:56 Sergei Trofimovich
2019-02-19 18:04 Andreas Sturmlechner
2018-10-23 22:43 James Le Cuirot
2018-03-23 20:17 Alexandre Rostovtsev
2018-01-29 3:17 Alexandre Rostovtsev
2017-12-28 15:20 Alexandre Rostovtsev
2017-12-28 15:20 Alexandre Rostovtsev
2017-12-26 2:06 Thomas Deutschmann
2017-11-23 18:43 Alexandre Rostovtsev
2017-11-13 21:36 Alexandre Rostovtsev
2017-11-07 8:41 Alexandre Rostovtsev
2017-11-07 8:37 Alexandre Rostovtsev
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=1558182405.1aa261e9165e9f4fa24b52716f3c652848570216.vdupras@gentoo \
--to=vdupras@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