public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-vim/css-color/
Date: Tue, 17 Aug 2021 21:32:33 +0000 (UTC)	[thread overview]
Message-ID: <1629232458.5faa6f08192e056fe2e6bca6d9845269da6340d8.cybertailor@gentoo> (raw)

commit:     5faa6f08192e056fe2e6bca6d9845269da6340d8
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Aug 17 16:59:40 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Aug 17 20:34:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5faa6f08

app-vim/css-color: initial import

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 app-vim/css-color/Manifest                  |  1 +
 app-vim/css-color/css-color-20210530.ebuild | 27 +++++++++++++++++++++++++++
 app-vim/css-color/metadata.xml              |  8 ++++++++
 3 files changed, 36 insertions(+)

diff --git a/app-vim/css-color/Manifest b/app-vim/css-color/Manifest
new file mode 100644
index 000000000..9b4bbd102
--- /dev/null
+++ b/app-vim/css-color/Manifest
@@ -0,0 +1 @@
+DIST css-color-20210530.tar.gz 10886 BLAKE2B ac6fe8288c31c3af6a2b1bfdfc84a7805ec9ff876f7eccbbd34a39ac27a6dbe7b2cf42685b8ab34f5a216d25e858e762aa10bf87cb4e2847369f0373e3f8bac0 SHA512 5079e45db09136f8b3cca421dd7398d5df37864307913d0b0ac605ddb1cbe824be67028dc88899e5c5233e8b27b16c150a08309407f5b76dc7abb19b72e5ae68

diff --git a/app-vim/css-color/css-color-20210530.ebuild b/app-vim/css-color/css-color-20210530.ebuild
new file mode 100644
index 000000000..5bada4cbf
--- /dev/null
+++ b/app-vim/css-color/css-color-20210530.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+COMMIT="7337c35588e9027b516f80f03c3b9621a271e168"
+DESCRIPTION="vim plugin: preview colours in source code while editing"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=5056
+https://github.com/ap/vim-css-color"
+SRC_URI="https://github.com/ap/vim-${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/vim-${PN}-${COMMIT}"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+	default
+
+	# avoid collision with other packages
+	cd after/syntax || die
+	for file in *.vim; do
+		mkdir "${file%.vim}" || die
+		mv "${file}" "${file%.vim}/${PN}.vim" || die
+	done
+}

diff --git a/app-vim/css-color/metadata.xml b/app-vim/css-color/metadata.xml
new file mode 100644
index 000000000..c8b0192e7
--- /dev/null
+++ b/app-vim/css-color/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2021-08-17 21:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-17 21:32 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-20  9:12 [gentoo-commits] repo/proj/guru:dev commit in: app-vim/css-color/ Anna Vyalkova
2022-01-16 17:58 Anna Vyalkova
2022-05-30 17:47 Anna Vyalkova
2023-03-20  6:00 Anna Vyalkova
2023-11-25 18:15 Anna Vyalkova

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=1629232458.5faa6f08192e056fe2e6bca6d9845269da6340d8.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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