* [gentoo-commits] repo/gentoo:master commit in: app-vim/csscomplete/
@ 2016-09-21 22:57 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-09-21 22:57 UTC (permalink / raw
To: gentoo-commits
commit: 3734ca0aed74e2638d1778a9c0d7983144e5473c
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 21 22:57:29 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 22:57:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3734ca0a
app-vim/csscomplete: add csscomplete to the tree.
csscomplete is a CSS 3 omni complete function for vim.
Package-Manager: portage-2.2.28
app-vim/csscomplete/Manifest | 1 +
app-vim/csscomplete/csscomplete-1.0.ebuild | 21 +++++++++++++++++++++
app-vim/csscomplete/metadata.xml | 11 +++++++++++
3 files changed, 33 insertions(+)
diff --git a/app-vim/csscomplete/Manifest b/app-vim/csscomplete/Manifest
new file mode 100644
index 00000000..c382799
--- /dev/null
+++ b/app-vim/csscomplete/Manifest
@@ -0,0 +1 @@
+DIST csscomplete-1.0.zip 18057 SHA256 e8a0b0356a986654d3d1acef11da99dd91f01c80f49ccd6f15b78a0c31735a55 SHA512 63b8b9a31d09ba6ce8195b524df5785cf5da73db7b487b68bba291fcfb62af0ea8e595f1aed73d657b8343775bacca056185dae9fc22d0dbcad1596653f94a81 WHIRLPOOL 7e3c19a05e0fbcc7e82be2b0cd44e71b7fc573468f54c701e49889cee2cb9101091aaeaf9481f1ce409a592dfd56185a84871ed62b26b63dca848be4cdbda3e9
diff --git a/app-vim/csscomplete/csscomplete-1.0.ebuild b/app-vim/csscomplete/csscomplete-1.0.ebuild
new file mode 100644
index 00000000..387cd0b
--- /dev/null
+++ b/app-vim/csscomplete/csscomplete-1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: CSS 3 omni complete function"
+HOMEPAGE="https://github.com/othree/csscomplete.vim"
+SRC_URI="https://github.com/othree/${PN}.vim/archive/${PV}.zip -> ${P}.zip"
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${PN}.vim-${PV}"
+
+src_compile() {
+ rm -v config.mk || die
+}
diff --git a/app-vim/csscomplete/metadata.xml b/app-vim/csscomplete/metadata.xml
new file mode 100644
index 00000000..6c8987e
--- /dev/null
+++ b/app-vim/csscomplete/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>vim@gentoo.org</email>
+ <name>Gentoo Vim Project</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>monsieurp@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/csscomplete/
@ 2016-09-22 8:04 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-09-22 8:04 UTC (permalink / raw
To: gentoo-commits
commit: 53e54e4dadeff91c36eaa50c949909f4021b0bf2
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 07:52:14 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 08:04:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e54e4d
app-vim/csscomplete: clean up.
* Remove config.mk in src_prepare phase.
* Cancel compilation in src_compile by using a comma.
Package-Manager: portage-2.2.28
app-vim/csscomplete/csscomplete-1.0.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/app-vim/csscomplete/csscomplete-1.0.ebuild b/app-vim/csscomplete/csscomplete-1.0.ebuild
index 387cd0b..56da2c2 100644
--- a/app-vim/csscomplete/csscomplete-1.0.ebuild
+++ b/app-vim/csscomplete/csscomplete-1.0.ebuild
@@ -16,6 +16,11 @@ DEPEND="app-arch/unzip"
S="${WORKDIR}/${PN}.vim-${PV}"
-src_compile() {
+src_prepare() {
+ default
rm -v config.mk || die
}
+
+src_compile() {
+ :;
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/csscomplete/
@ 2016-10-16 21:41 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-10-16 21:41 UTC (permalink / raw
To: gentoo-commits
commit: 21c3eb4843f2408fc486603b2d5f8020976fa9f4
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 21:38:32 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 21:41:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c3eb48
app-vim/csscomplete: Stable for amd4. Mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.3.0
app-vim/csscomplete/csscomplete-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/csscomplete/csscomplete-1.0.ebuild b/app-vim/csscomplete/csscomplete-1.0.ebuild
index 56da2c2..9f3c148 100644
--- a/app-vim/csscomplete/csscomplete-1.0.ebuild
+++ b/app-vim/csscomplete/csscomplete-1.0.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: CSS 3 omni complete function"
HOMEPAGE="https://github.com/othree/csscomplete.vim"
SRC_URI="https://github.com/othree/${PN}.vim/archive/${PV}.zip -> ${P}.zip"
LICENSE="vim.org"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/csscomplete/
@ 2019-08-29 11:39 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2019-08-29 11:39 UTC (permalink / raw
To: gentoo-commits
commit: 3cc5560c3d8ad4872d1cf7c55db331427afbae19
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 11:38:54 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 11:38:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc5560c
app-vim/csscomplete: [QA] Use tarball instead of zip archive
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-vim/csscomplete/Manifest | 2 +-
app-vim/csscomplete/csscomplete-1.0.ebuild | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/app-vim/csscomplete/Manifest b/app-vim/csscomplete/Manifest
index 787ec77d81e..5d087bafc6b 100644
--- a/app-vim/csscomplete/Manifest
+++ b/app-vim/csscomplete/Manifest
@@ -1 +1 @@
-DIST csscomplete-1.0.zip 18057 BLAKE2B e6b7f91b86f18d6359885ef92486dcbb8ed32eaf90ca3c7b49d56dd2f762b334cef30c3dc92e1bebf7cd4d902876f49838146a5ac0c79342a5004701b857ccee SHA512 63b8b9a31d09ba6ce8195b524df5785cf5da73db7b487b68bba291fcfb62af0ea8e595f1aed73d657b8343775bacca056185dae9fc22d0dbcad1596653f94a81
+DIST csscomplete-1.0.tar.gz 16621 BLAKE2B d05f7f781fdbb26f1672ab47dc01345be3fd78a3cf57e7f746453fd437f1b387a24969fb3de7cb23163abe098a670cc36ac989e2a1285de6c7499ec41ea59a0e SHA512 adbc2634534c3f0f8b3ea2389950d37540a2f5c7b4756e428cf50d6086fef5706aa5cde9b3cfd1fa87a9b6f07fddb26be75bf32f7ffc4193d5f0813dccf84c0b
diff --git a/app-vim/csscomplete/csscomplete-1.0.ebuild b/app-vim/csscomplete/csscomplete-1.0.ebuild
index 13028dac1e3..ce3311f5e11 100644
--- a/app-vim/csscomplete/csscomplete-1.0.ebuild
+++ b/app-vim/csscomplete/csscomplete-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,8 +7,10 @@ inherit vim-plugin
DESCRIPTION="vim plugin: CSS 3 omni complete function"
HOMEPAGE="https://github.com/othree/csscomplete.vim"
-SRC_URI="https://github.com/othree/${PN}.vim/archive/${PV}.zip -> ${P}.zip"
+SRC_URI="https://github.com/othree/${PN}.vim/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
LICENSE="vim.org"
+SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/csscomplete/
@ 2023-12-09 19:34 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-12-09 19:34 UTC (permalink / raw
To: gentoo-commits
commit: 77ba28917a8ddc30bd27cb80f8e3676d4b2ed60e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 19:34:02 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 19:34:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ba2891
app-vim/csscomplete: Stabilize 1.0-r1 x86, #919629
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/csscomplete/csscomplete-1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/csscomplete/csscomplete-1.0-r1.ebuild b/app-vim/csscomplete/csscomplete-1.0-r1.ebuild
index 148ed99b34e9..f8f23e3e0c5e 100644
--- a/app-vim/csscomplete/csscomplete-1.0-r1.ebuild
+++ b/app-vim/csscomplete/csscomplete-1.0-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}.vim-${PV}"
LICENSE="vim.org"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
src_compile() {
:;
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/csscomplete/
@ 2023-12-09 19:45 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-12-09 19:45 UTC (permalink / raw
To: gentoo-commits
commit: bcee81f07fdb4292fdef373758cea7837e7b2dd2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 19:45:13 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 19:45:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcee81f0
app-vim/csscomplete: Stabilize 1.0-r1 amd64, #919629
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/csscomplete/csscomplete-1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/csscomplete/csscomplete-1.0-r1.ebuild b/app-vim/csscomplete/csscomplete-1.0-r1.ebuild
index f8f23e3e0c5e..cb6c4a72c6bc 100644
--- a/app-vim/csscomplete/csscomplete-1.0-r1.ebuild
+++ b/app-vim/csscomplete/csscomplete-1.0-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}.vim-${PV}"
LICENSE="vim.org"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
src_compile() {
:;
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/csscomplete/
@ 2023-12-09 20:09 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:09 UTC (permalink / raw
To: gentoo-commits
commit: aac97dc4df8b6f6672d292e908125e6176263dc8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:09:10 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:09:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac97dc4
app-vim/csscomplete: Stabilize 1.0-r1 ppc64, #919629
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/csscomplete/csscomplete-1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/csscomplete/csscomplete-1.0-r1.ebuild b/app-vim/csscomplete/csscomplete-1.0-r1.ebuild
index cb6c4a72c6bc..39cf200e927c 100644
--- a/app-vim/csscomplete/csscomplete-1.0-r1.ebuild
+++ b/app-vim/csscomplete/csscomplete-1.0-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}.vim-${PV}"
LICENSE="vim.org"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
src_compile() {
:;
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-12-09 20:09 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-16 21:41 [gentoo-commits] repo/gentoo:master commit in: app-vim/csscomplete/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2023-12-09 20:09 Arthur Zamarin
2023-12-09 19:45 Arthur Zamarin
2023-12-09 19:34 Arthur Zamarin
2019-08-29 11:39 David Seifert
2016-09-22 8:04 Patrice Clement
2016-09-21 22:57 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox