Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsass/
Date: Sat, 30 Mar 2019 00:12:28
Message-Id: 1553904564.67373524575a7bffdb424254f59020c0180bda1d.vdupras@gentoo
1 commit: 67373524575a7bffdb424254f59020c0180bda1d
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 00:09:24 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 00:09:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67373524
7
8 dev-libs/libsass: bump to 3.5.5
9
10 Also, take over maintainership
11
12 Closes: https://bugs.gentoo.org/678048
13 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
14 Package-Manager: Portage-2.3.62, Repoman-2.3.11
15
16 dev-libs/libsass/Manifest | 1 +
17 .../{libsass-9999.ebuild => libsass-3.5.5.ebuild} | 10 +++++-----
18 dev-libs/libsass/libsass-9999.ebuild | 10 +++++-----
19 dev-libs/libsass/metadata.xml | 23 ++++++++++++----------
20 4 files changed, 24 insertions(+), 20 deletions(-)
21
22 diff --git a/dev-libs/libsass/Manifest b/dev-libs/libsass/Manifest
23 index 600fd707d52..96abbd0bb85 100644
24 --- a/dev-libs/libsass/Manifest
25 +++ b/dev-libs/libsass/Manifest
26 @@ -1,2 +1,3 @@
27 DIST libsass-3.4.7.tar.gz 319824 BLAKE2B ca3e7091816474e318fb1eaefa01e5e361a66715b6267500a93f80dfc8b34bdc595e6ddc4b1872e4399093468d4ac06a9760685d8941d92f18e1834df7715b04 SHA512 5d743d4345b11e9e5315aa858637d3388d2b464150a46bc8a712e1e5d1b3df9c1e6b4dcac26f91827f1c38db24a5a084d04c0962a428f2994f42ad66a25b35a8
28 DIST libsass-3.5.2.tar.gz 326773 BLAKE2B 65d2dd82872ef76a45597104cc2a531786c0cd33f8e61172b0c973c8262fbddced3b988e143f27b3b7cac2f9d17c481cf58201bfb432aa2656763319ac072b51 SHA512 a06f0047358eeacf5fff9ab44e833ac285e4a971829610b56ae7ed00128b4bee9fe33630c299e61337cf975caf0bc3067242c3af4db1f8aaf3898d3e63920f67
29 +DIST libsass-3.5.5.tar.gz 327298 BLAKE2B 4127722343394bca4ed054987eed6113788e10dc4d03a869778c10b56135406c1fcd72dc101bfe405c96267b628735e8ee74d3812ab392f097dc941b78bef882 SHA512 dcb73a5080c00023b60a19ea037ba5af481253a7b47492bd7114bf45ab78ed931c7b207fa8f12ed200a39760553d72ae92dbe4eb80b826b59a6201fb34008fe5
30
31 diff --git a/dev-libs/libsass/libsass-9999.ebuild b/dev-libs/libsass/libsass-3.5.5.ebuild
32 similarity index 83%
33 copy from dev-libs/libsass/libsass-9999.ebuild
34 copy to dev-libs/libsass/libsass-3.5.5.ebuild
35 index 6c86860c5d0..7bb47a91093 100644
36 --- a/dev-libs/libsass/libsass-9999.ebuild
37 +++ b/dev-libs/libsass/libsass-3.5.5.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2019 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 -EAPI=6
44 +EAPI=7
45
46 -inherit autotools eutils ltprune multilib-minimal
47 +inherit autotools multilib-minimal
48
49 if [[ ${PV} = *9999 ]]; then
50 EGIT_REPO_URI="https://github.com/sass/libsass.git"
51 @@ -11,7 +11,7 @@ if [[ ${PV} = *9999 ]]; then
52 KEYWORDS=
53 else
54 SRC_URI="https://github.com/sass/libsass/archive/${PV}.tar.gz -> ${P}.tar.gz"
55 - KEYWORDS="~amd64 ~x86 ~amd64-linux"
56 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
57 fi
58
59 DESCRIPTION="A C/C++ implementation of a Sass CSS compiler"
60 @@ -45,7 +45,7 @@ multilib_src_configure() {
61
62 multilib_src_install() {
63 emake DESTDIR="${D}" install
64 - prune_libtool_files
65 + find "${D}" -name '*.la' -delete || die
66 }
67
68 multilib_src_install_all() {
69
70 diff --git a/dev-libs/libsass/libsass-9999.ebuild b/dev-libs/libsass/libsass-9999.ebuild
71 index 6c86860c5d0..7bb47a91093 100644
72 --- a/dev-libs/libsass/libsass-9999.ebuild
73 +++ b/dev-libs/libsass/libsass-9999.ebuild
74 @@ -1,9 +1,9 @@
75 -# Copyright 1999-2017 Gentoo Foundation
76 +# Copyright 1999-2019 Gentoo Authors
77 # Distributed under the terms of the GNU General Public License v2
78
79 -EAPI=6
80 +EAPI=7
81
82 -inherit autotools eutils ltprune multilib-minimal
83 +inherit autotools multilib-minimal
84
85 if [[ ${PV} = *9999 ]]; then
86 EGIT_REPO_URI="https://github.com/sass/libsass.git"
87 @@ -11,7 +11,7 @@ if [[ ${PV} = *9999 ]]; then
88 KEYWORDS=
89 else
90 SRC_URI="https://github.com/sass/libsass/archive/${PV}.tar.gz -> ${P}.tar.gz"
91 - KEYWORDS="~amd64 ~x86 ~amd64-linux"
92 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
93 fi
94
95 DESCRIPTION="A C/C++ implementation of a Sass CSS compiler"
96 @@ -45,7 +45,7 @@ multilib_src_configure() {
97
98 multilib_src_install() {
99 emake DESTDIR="${D}" install
100 - prune_libtool_files
101 + find "${D}" -name '*.la' -delete || die
102 }
103
104 multilib_src_install_all() {
105
106 diff --git a/dev-libs/libsass/metadata.xml b/dev-libs/libsass/metadata.xml
107 index 9704a173862..58b843a9d6a 100644
108 --- a/dev-libs/libsass/metadata.xml
109 +++ b/dev-libs/libsass/metadata.xml
110 @@ -1,14 +1,17 @@
111 <?xml version="1.0" encoding="UTF-8"?>
112 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
113 <pkgmetadata>
114 -<!-- maintainer-needed -->
115 -<longdescription lang="en">
116 - LibSass is a C++ port of the original Ruby Sass CSS compiler with a C
117 - API. It is coded with portability and efficiency in mind. You can
118 - expect LibSass to be a lot faster than Ruby Sass and on par or faster
119 - than the best alternative CSS compilers around.
120 -</longdescription>
121 -<upstream>
122 - <remote-id type="github">sass/libsass</remote-id>
123 -</upstream>
124 + <maintainer type="person">
125 + <email>vdupras@g.o</email>
126 + <name>Virgil Dupras</name>
127 + </maintainer>
128 + <longdescription lang="en">
129 + LibSass is a C++ port of the original Ruby Sass CSS compiler with a C
130 + API. It is coded with portability and efficiency in mind. You can
131 + expect LibSass to be a lot faster than Ruby Sass and on par or faster
132 + than the best alternative CSS compilers around.
133 + </longdescription>
134 + <upstream>
135 + <remote-id type="github">sass/libsass</remote-id>
136 + </upstream>
137 </pkgmetadata>