public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsass/
Date: Tue,  7 Jan 2020 04:08:17 +0000 (UTC)	[thread overview]
Message-ID: <1578369007.0f00cfe81dc6ef111ba32f511766eda22ddce924.juippis@gentoo> (raw)

commit:     0f00cfe81dc6ef111ba32f511766eda22ddce924
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Jan  5 10:06:13 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan  7 03:50:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f00cfe8

dev-libs/libsass: Version bump 3.6.3

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/libsass/Manifest                                    |  1 +
 .../libsass/{libsass-9999.ebuild => libsass-3.6.3.ebuild}    | 12 ++++++------
 dev-libs/libsass/libsass-9999.ebuild                         | 12 ++++++------
 dev-libs/libsass/metadata.xml                                |  9 ++++++++-
 4 files changed, 21 insertions(+), 13 deletions(-)

diff --git a/dev-libs/libsass/Manifest b/dev-libs/libsass/Manifest
index cda64fcfbb7..3303bed9cee 100644
--- a/dev-libs/libsass/Manifest
+++ b/dev-libs/libsass/Manifest
@@ -1,2 +1,3 @@
 DIST libsass-3.5.5.tar.gz 327298 BLAKE2B 4127722343394bca4ed054987eed6113788e10dc4d03a869778c10b56135406c1fcd72dc101bfe405c96267b628735e8ee74d3812ab392f097dc941b78bef882 SHA512 dcb73a5080c00023b60a19ea037ba5af481253a7b47492bd7114bf45ab78ed931c7b207fa8f12ed200a39760553d72ae92dbe4eb80b826b59a6201fb34008fe5
 DIST libsass-3.6.1.tar.gz 333609 BLAKE2B ea6cb0285a6d741614bb900ff0f3b74660c74ec9ed071abf2d980bfe3f55b02fa2873d3860e5b767ca82b5f202f3d2aef28b73357bf8d2b3117c925b4dc78791 SHA512 e9a3a30851e26145d049c4b20951c663a9d48c781a732acd3cc2cdb30df3449e445b57211f666b58afa137431fbdb149add48ff8a0dec92bd8abb514c90adebb
+DIST libsass-3.6.3.tar.gz 331301 BLAKE2B 9e25994d19bd93fb53be32f69cafa40204d5892bd676fd7e9a3fcfe4cb6e84d21e9c53043b4766b602f811617f4eeb8bc5719dd7977657ccefff088d418c4e5c SHA512 e290f2045784ba1cf84e87e5bd33129b5452fec1d25da657b084b3561ec76df195a75595248a493dbd85c6a1215ed600332477945922309c021d9e416ebb29ee

diff --git a/dev-libs/libsass/libsass-9999.ebuild b/dev-libs/libsass/libsass-3.6.3.ebuild
similarity index 89%
copy from dev-libs/libsass/libsass-9999.ebuild
copy to dev-libs/libsass/libsass-3.6.3.ebuild
index 7bb47a91093..206e7040d5f 100644
--- a/dev-libs/libsass/libsass-9999.ebuild
+++ b/dev-libs/libsass/libsass-3.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,9 +20,6 @@ LICENSE="MIT"
 SLOT="0/1" # libsass soname
 IUSE="static-libs"
 
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
 DOCS=( Readme.md SECURITY.md )
 
 src_prepare() {
@@ -38,9 +35,12 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-	econf \
-		$(use_enable static-libs static) \
+	local myeconfargs=(
+		$(use_enable static-libs static)
 		--enable-shared
+	)
+
+	econf "${myeconfargs[@]}"
 }
 
 multilib_src_install() {

diff --git a/dev-libs/libsass/libsass-9999.ebuild b/dev-libs/libsass/libsass-9999.ebuild
index 7bb47a91093..206e7040d5f 100644
--- a/dev-libs/libsass/libsass-9999.ebuild
+++ b/dev-libs/libsass/libsass-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,9 +20,6 @@ LICENSE="MIT"
 SLOT="0/1" # libsass soname
 IUSE="static-libs"
 
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
 DOCS=( Readme.md SECURITY.md )
 
 src_prepare() {
@@ -38,9 +35,12 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-	econf \
-		$(use_enable static-libs static) \
+	local myeconfargs=(
+		$(use_enable static-libs static)
 		--enable-shared
+	)
+
+	econf "${myeconfargs[@]}"
 }
 
 multilib_src_install() {

diff --git a/dev-libs/libsass/metadata.xml b/dev-libs/libsass/metadata.xml
index 191514e5850..47eda06e2ce 100644
--- a/dev-libs/libsass/metadata.xml
+++ b/dev-libs/libsass/metadata.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>andrewammerlaan@riseup.net</email>
+		<name>Andrew Ammerlaan</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<longdescription lang="en">
 		LibSass is a C++ port of the original Ruby Sass CSS compiler with a C
 		API. It is coded with portability and efficiency in mind. You can


             reply	other threads:[~2020-01-07  4:08 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-07  4:08 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-23  9:52 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsass/ 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
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-05-18 12:28 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=1578369007.0f00cfe81dc6ef111ba32f511766eda22ddce924.juippis@gentoo \
    --to=juippis@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