* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim2hs/
@ 2017-11-05 23:36 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-11-05 23:36 UTC (permalink / raw
To: gentoo-commits
commit: 3eb669ffb0a423507e71b746614dd5a40f1e545e
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 5 23:34:45 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Nov 5 23:35:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eb669ff
app-vim/vim2hs: new package.
vim2hs is a collection of vimscripts for Haskell development.
Closes: https://bugs.gentoo.org/476450
Package-Manager: Portage-2.3.8, Repoman-2.3.3
app-vim/vim2hs/Manifest | 1 +
app-vim/vim2hs/metadata.xml | 11 +++++++++++
app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild | 31 ++++++++++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/app-vim/vim2hs/Manifest b/app-vim/vim2hs/Manifest
new file mode 100644
index 00000000000..b02f4f63677
--- /dev/null
+++ b/app-vim/vim2hs/Manifest
@@ -0,0 +1 @@
+DIST vim2hs-0.1_p20171106.tar.gz 259627 SHA256 7190ad8b7f205331d6485b584acfdca6c0b45aed4e5242e482110d17871bc728 SHA512 835ea1344f055af06843a327bf7294ae9fe0e735455b3c21d4fba56eab75f19b578ff8cd962f6527efee0e0f89084c9c2cd86d3944e0ac35b89b33a6047df4a0 WHIRLPOOL 40caa6f1fccd6b344e8b808c99387c4ecceec935fce219ba42587e59b9a390fc23e99c8bbbf7e7933a3c95975dc773c0be5363aee6ebaf6e4ac1b3131c891711
diff --git a/app-vim/vim2hs/metadata.xml b/app-vim/vim2hs/metadata.xml
new file mode 100644
index 00000000000..cf984477fc4
--- /dev/null
+++ b/app-vim/vim2hs/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>
+ <upstream>
+ <remote-id type="github">dag/vim2hs</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild b/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild
new file mode 100644
index 00000000000..4d8504e4b3a
--- /dev/null
+++ b/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+# Commit Date: 16 Apr 2014
+COMMIT="f2afd55704bfe0a2d66e6b270d247e9b8a7b1664"
+
+DESCRIPTION="vim plugin: collection of vimscripts for Haskell development"
+HOMEPAGE="https://github.com/dag/vim2hs"
+SRC_URI="https://github.com/dag/vim2hs/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-lang/ghc"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+src_compile() { :; }
+
+src_install() {
+ # We want a stripped-down version of these.
+ local f
+ for f in screenshots/*; do
+ bzip2 -9 "${f}" || die
+ done
+ vim-plugin_src_install
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim2hs/
@ 2018-01-04 16:32 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2018-01-04 16:32 UTC (permalink / raw
To: gentoo-commits
commit: 8039d5a44fed881776f47561f116dc77b21b4443
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 4 16:30:48 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 16:32:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8039d5a4
app-vim/vim2hs: inherit vcs-snapshot eclass.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild b/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild
index 4d8504e4b3a..9b0f7392446 100644
--- a/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild
+++ b/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit vim-plugin
+inherit vim-plugin vcs-snapshot
# Commit Date: 16 Apr 2014
COMMIT="f2afd55704bfe0a2d66e6b270d247e9b8a7b1664"
@@ -17,8 +17,6 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="dev-lang/ghc"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
src_compile() { :; }
src_install() {
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim2hs/
@ 2023-09-14 21:23 Conrad Kostecki
0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2023-09-14 21:23 UTC (permalink / raw
To: gentoo-commits
commit: f300ef06fe2cc2a5506aa613f3713639b5fa74e1
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 19 17:15:09 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 21:22:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f300ef06
app-vim/vim2hs: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild b/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild
index 9b0f7392446e..9ff6a9a37eba 100644
--- a/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild
+++ b/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit vim-plugin vcs-snapshot
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-14 21:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-14 21:23 [gentoo-commits] repo/gentoo:master commit in: app-vim/vim2hs/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2018-01-04 16:32 Patrice Clement
2017-11-05 23:36 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox