From: "Alexandre Rostovtsev" <tetromino@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/sassc/
Date: Tue, 7 Nov 2017 08:37:41 +0000 (UTC) [thread overview]
Message-ID: <1510043661.28bf57bb04b2996537602f35c0269f6c98200412.tetromino@gentoo> (raw)
commit: 28bf57bb04b2996537602f35c0269f6c98200412
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 7 08:26:53 2017 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Tue Nov 7 08:34:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28bf57bb
dev-lang/sassc: new package
Package-Manager: Portage-2.3.13, Repoman-2.3.4
dev-lang/sassc/Manifest | 1 +
dev-lang/sassc/metadata.xml | 16 ++++++++++++++++
dev-lang/sassc/sassc-3.4.5.ebuild | 36 ++++++++++++++++++++++++++++++++++++
dev-lang/sassc/sassc-9999.ebuild | 36 ++++++++++++++++++++++++++++++++++++
4 files changed, 89 insertions(+)
diff --git a/dev-lang/sassc/Manifest b/dev-lang/sassc/Manifest
new file mode 100644
index 00000000000..8911c9a9ac6
--- /dev/null
+++ b/dev-lang/sassc/Manifest
@@ -0,0 +1 @@
+DIST sassc-3.4.5.tar.gz 24070 SHA256 29ea67ebeebb224feb7b0a7d76654f4868804150f8723da8d2e9c7bf6b9d64f6 SHA512 b317ac4bd776dbf688c3e7b763e8af7221a75e6bcc96fdf41f51682577ff88fbc63797619f5418bcc60287075b60bd3bc40dd29a1d83ab1553e7d5f82b11f463 WHIRLPOOL e0c4c6f2d0228b0e1929daa77473babe9afa2cec34cd2b47dfa338899312e6e8c843aa63b7377a422fe5284ef3ec220305c10c98d36a924ff1a627ab572112c5
diff --git a/dev-lang/sassc/metadata.xml b/dev-lang/sassc/metadata.xml
new file mode 100644
index 00000000000..30acfb66daa
--- /dev/null
+++ b/dev-lang/sassc/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>tetromino@gentoo.org</email>
+ <name>Alexandre Rostovtsev</name>
+</maintainer>
+<longdescription lang="en">
+ SassC is a wrapper around libsass (http://github.com/sass/libsass)
+ used to generate a useful command-line application that can be
+ installed and packaged for several operating systems.
+</longdescription>
+<upstream>
+ <remote-id type="github">sass/sassc</remote-id>
+</upstream>
+</pkgmetadata>
diff --git a/dev-lang/sassc/sassc-3.4.5.ebuild b/dev-lang/sassc/sassc-3.4.5.ebuild
new file mode 100644
index 00000000000..986e5579b3d
--- /dev/null
+++ b/dev-lang/sassc/sassc-3.4.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 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.4:="
+DEPEND="${RDEPEND}"
+
+DOCS=( Readme.md )
+
+src_prepare() {
+ default
+
+ if [[ ${PV} != *9999 ]]; then
+ [[ -f VERSION ]] || echo "${PV}" > VERSION
+ fi
+
+ eautoreconf
+}
diff --git a/dev-lang/sassc/sassc-9999.ebuild b/dev-lang/sassc/sassc-9999.ebuild
new file mode 100644
index 00000000000..986e5579b3d
--- /dev/null
+++ b/dev-lang/sassc/sassc-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 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.4:="
+DEPEND="${RDEPEND}"
+
+DOCS=( Readme.md )
+
+src_prepare() {
+ default
+
+ if [[ ${PV} != *9999 ]]; then
+ [[ -f VERSION ]] || echo "${PV}" > VERSION
+ fi
+
+ eautoreconf
+}
next reply other threads:[~2017-11-07 8:37 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-07 8:37 Alexandre Rostovtsev [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-11-23 18:43 [gentoo-commits] repo/gentoo:master commit in: dev-lang/sassc/ Alexandre Rostovtsev
2017-12-26 2:06 Thomas Deutschmann
2017-12-28 15:20 Alexandre Rostovtsev
2017-12-28 15:20 Alexandre Rostovtsev
2018-01-29 3:17 Alexandre Rostovtsev
2018-03-23 20:17 Alexandre Rostovtsev
2018-03-23 20:17 Alexandre Rostovtsev
2018-10-23 22:43 James Le Cuirot
2019-02-19 18:05 Andreas Sturmlechner
2019-03-02 19:56 Sergei Trofimovich
2019-03-30 0:12 Virgil Dupras
2019-05-19 21:41 Virgil Dupras
2019-05-19 21:41 Virgil Dupras
2019-05-21 21:51 Virgil Dupras
2019-05-28 2:35 Aaron Bauman
2019-07-05 19:05 Virgil Dupras
2019-11-19 1:31 Aaron Bauman
2019-11-19 7:38 Agostino Sarubbo
2019-11-19 15:40 Agostino Sarubbo
2019-12-05 7:42 Pacho Ramos
2020-01-27 19:53 Mart Raudsepp
2021-01-12 15:39 Sam James
2021-01-18 14:30 Joonas Niilola
2021-02-19 2:41 Sam James
2021-02-19 12:07 Sam James
2021-02-19 20:04 Sam James
2021-03-16 19:23 Sam James
2021-05-22 1:32 Sam James
2021-05-22 3:05 Sam James
2021-05-22 15:10 Sam James
2021-05-22 15:31 Andrew Ammerlaan
2022-06-28 4:18 WANG Xuerui
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=1510043661.28bf57bb04b2996537602f35c0269f6c98200412.tetromino@gentoo \
--to=tetromino@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