public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: app-vim/vim-gromacs/
@ 2012-04-30 11:55 Reinis Danne
  0 siblings, 0 replies; 8+ messages in thread
From: Reinis Danne @ 2012-04-30 11:55 UTC (permalink / raw
  To: gentoo-commits

commit:     91f0abd1b4fb906054f8702bf28ead5827663fb5
Author:     Reinis Danne <rei4dan <AT> gmail <DOT> com>
AuthorDate: Mon Apr 30 11:54:05 2012 +0000
Commit:     Reinis Danne <rei4dan <AT> gmail <DOT> com>
CommitDate: Mon Apr 30 11:54:05 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=91f0abd1

Add app-vim/vim-gromacs

---
 app-vim/vim-gromacs/vim-gromacs-9999.ebuild |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
new file mode 100644
index 0000000..d2bc4c6
--- /dev/null
+++ b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: Exp $
+
+EAPI=4
+
+inherit git-2 vim-plugin
+
+DESCRIPTION="vim plugin: Gromacs file syntax highlighting and some macros"
+HOMEPAGE="https://github.com/HubLot/vim-gromacs"
+#EGIT_REPO_URI="git://github.com/HubLot/${PN}.git"
+EGIT_REPO_URI="git://github.com/Reinis/${PN}.git"
+SRC_URI=""
+
+LICENSE="GPL-3"
+KEYWORDS=""
+IUSE=""
+
+VIM_PLUGIN_MESSAGES="filetype"
+
+pkg_preinst () {
+	# Remove git files
+	rm ${D}/usr/share/vim/vimfiles/.gitignore
+	rm -r ${D}/usr/share/vim/vimfiles/.git
+}



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-vim/vim-gromacs/
@ 2012-10-09 13:23 Alexey Shvetsov
  0 siblings, 0 replies; 8+ messages in thread
From: Alexey Shvetsov @ 2012-10-09 13:23 UTC (permalink / raw
  To: gentoo-commits

commit:     52adb08135a37d75134ca519aa82209b729a8dd5
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  9 13:23:03 2012 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue Oct  9 13:23:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=52adb081

[app-vim/vim-gromacs] Update vim syntax repo uri

(Portage version: 2.2.0_alpha135/git/Linux x86_64, unsigned Manifest commit)

---
 app-vim/vim-gromacs/ChangeLog               |    7 +++++++
 app-vim/vim-gromacs/metadata.xml            |    7 +++++++
 app-vim/vim-gromacs/vim-gromacs-9999.ebuild |   12 ++++++++----
 3 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/app-vim/vim-gromacs/ChangeLog b/app-vim/vim-gromacs/ChangeLog
new file mode 100644
index 0000000..5b32221
--- /dev/null
+++ b/app-vim/vim-gromacs/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for app-vim/vim-gromacs
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> +metadata.xml,
+  vim-gromacs-9999.ebuild:
+  [app-vim/vim-gromacs] Update vim syntax repo uri

diff --git a/app-vim/vim-gromacs/metadata.xml b/app-vim/vim-gromacs/metadata.xml
new file mode 100644
index 0000000..02f0be7
--- /dev/null
+++ b/app-vim/vim-gromacs/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<longdescription lang="en">
+	VIM syntax plugin which provides syntax highlighting for the gromacs files.
+</longdescription>
+</pkgmetadata>

diff --git a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
index d2bc4c6..6b840e7 100644
--- a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
+++ b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
@@ -8,8 +8,12 @@ inherit git-2 vim-plugin
 
 DESCRIPTION="vim plugin: Gromacs file syntax highlighting and some macros"
 HOMEPAGE="https://github.com/HubLot/vim-gromacs"
-#EGIT_REPO_URI="git://github.com/HubLot/${PN}.git"
-EGIT_REPO_URI="git://github.com/Reinis/${PN}.git"
+#EGIT_REPO_URI="git://github.com/Reinis/${PN}.git"
+EGIT_REPO_URI="
+	https://github.com/HubLot/vim-gromacs.git
+	git://github.com/HubLot/vim-gromacs.git
+	git://github.com/Reinis/${PN}.git
+	"
 SRC_URI=""
 
 LICENSE="GPL-3"
@@ -20,6 +24,6 @@ VIM_PLUGIN_MESSAGES="filetype"
 
 pkg_preinst () {
 	# Remove git files
-	rm ${D}/usr/share/vim/vimfiles/.gitignore
-	rm -r ${D}/usr/share/vim/vimfiles/.git
+	rm "${D}/usr/share/vim/vimfiles/.gitignore"
+	rm -r "${D}/usr/share/vim/vimfiles/.git"
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-vim/vim-gromacs/
@ 2012-10-09 13:25 Alexey Shvetsov
  0 siblings, 0 replies; 8+ messages in thread
From: Alexey Shvetsov @ 2012-10-09 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     3ccf1f212905ae25b4dbd9435260dedf45b0ac21
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  9 13:25:30 2012 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue Oct  9 13:25:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3ccf1f21

[app-vim/vim-gromacs] Fix typo

(Portage version: 2.2.0_alpha135/git/Linux x86_64, unsigned Manifest commit)

---
 app-vim/vim-gromacs/ChangeLog               |    3 +++
 app-vim/vim-gromacs/vim-gromacs-9999.ebuild |    7 +++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-vim/vim-gromacs/ChangeLog b/app-vim/vim-gromacs/ChangeLog
index 5b32221..f360e21 100644
--- a/app-vim/vim-gromacs/ChangeLog
+++ b/app-vim/vim-gromacs/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> vim-gromacs-9999.ebuild:
+  [app-vim/vim-gromacs] Fix typo
+
   09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> +metadata.xml,
   vim-gromacs-9999.ebuild:
   [app-vim/vim-gromacs] Update vim syntax repo uri

diff --git a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
index 6b840e7..465c9db 100644
--- a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
+++ b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
@@ -10,10 +10,9 @@ DESCRIPTION="vim plugin: Gromacs file syntax highlighting and some macros"
 HOMEPAGE="https://github.com/HubLot/vim-gromacs"
 #EGIT_REPO_URI="git://github.com/Reinis/${PN}.git"
 EGIT_REPO_URI="
-	https://github.com/HubLot/vim-gromacs.git
-	git://github.com/HubLot/vim-gromacs.git
-	git://github.com/Reinis/${PN}.git
-	"
+	https://github.com/HubLot/${PN}.git
+	git://github.com/HubLot/${PN}.git
+	git://github.com/Reinis/${PN}.git"
 SRC_URI=""
 
 LICENSE="GPL-3"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-vim/vim-gromacs/
@ 2014-01-06 19:27 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2014-01-06 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     219ea7e351f36b42a07a07af487d3e950ea156e5
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 19:12:09 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 19:12:09 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=219ea7e3

app-vim/vim-gromacs: Switch from git-2 to git-r3

Package-Manager: portage-2.2.8

---
 app-vim/vim-gromacs/ChangeLog               |  6 +++++-
 app-vim/vim-gromacs/metadata.xml            |  4 ++--
 app-vim/vim-gromacs/vim-gromacs-9999.ebuild | 10 +++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/app-vim/vim-gromacs/ChangeLog b/app-vim/vim-gromacs/ChangeLog
index f360e21..7d0a388 100644
--- a/app-vim/vim-gromacs/ChangeLog
+++ b/app-vim/vim-gromacs/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for app-vim/vim-gromacs
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jan 2014; Justin Lecher <jlec@gentoo.org> vim-gromacs-9999.ebuild,
+  metadata.xml:
+  Switch from git-2 to git-r3
+
   09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> vim-gromacs-9999.ebuild:
   [app-vim/vim-gromacs] Fix typo
 

diff --git a/app-vim/vim-gromacs/metadata.xml b/app-vim/vim-gromacs/metadata.xml
index 9a71569..046c58b 100644
--- a/app-vim/vim-gromacs/metadata.xml
+++ b/app-vim/vim-gromacs/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-chemistry</herd>
-<longdescription lang="en">
+  <herd>sci-chemistry</herd>
+  <longdescription lang="en">
   VIM syntax plugin which provides syntax highlighting for the gromacs files.
 </longdescription>
 </pkgmetadata>

diff --git a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
index 465c9db..018070c 100644
--- a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
+++ b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: Exp $
 
-EAPI=4
+EAPI=5
 
-inherit git-2 vim-plugin
+inherit git-r3 vim-plugin
 
 DESCRIPTION="vim plugin: Gromacs file syntax highlighting and some macros"
 HOMEPAGE="https://github.com/HubLot/vim-gromacs"
@@ -23,6 +23,6 @@ VIM_PLUGIN_MESSAGES="filetype"
 
 pkg_preinst () {
 	# Remove git files
-	rm "${D}/usr/share/vim/vimfiles/.gitignore"
-	rm -r "${D}/usr/share/vim/vimfiles/.git"
+	rm "${ED}/usr/share/vim/vimfiles/.gitignore" || die
+	rm -r "${ED}/usr/share/vim/vimfiles/.git" || die
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-vim/vim-gromacs/
@ 2014-05-21 18:25 Reinis Danne
  0 siblings, 0 replies; 8+ messages in thread
From: Reinis Danne @ 2014-05-21 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4a60b8f63450953fd26e9febd9a63b1e1a24886f
Author:     Reinis Danne <rei4dan <AT> gmail <DOT> com>
AuthorDate: Wed May 21 18:23:52 2014 +0000
Commit:     Reinis Danne <rei4dan <AT> gmail <DOT> com>
CommitDate: Wed May 21 18:23:52 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4a60b8f6

app-vim/vim-gromacs: Remove unnecessary pkg_preinst()

---
 app-vim/vim-gromacs/ChangeLog               | 3 +++
 app-vim/vim-gromacs/vim-gromacs-9999.ebuild | 5 -----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/app-vim/vim-gromacs/ChangeLog b/app-vim/vim-gromacs/ChangeLog
index 7d0a388..b1784b5 100644
--- a/app-vim/vim-gromacs/ChangeLog
+++ b/app-vim/vim-gromacs/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 May 2014; Reinis Danne <rei4dan@gmail.com> vim-gromacs-9999.ebuild:
+  Remove unnecessary pkg_preinst().
+
   06 Jan 2014; Justin Lecher <jlec@gentoo.org> vim-gromacs-9999.ebuild,
   metadata.xml:
   Switch from git-2 to git-r3

diff --git a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
index 31295d8..e1cd72a 100644
--- a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
+++ b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
@@ -21,8 +21,3 @@ IUSE=""
 
 VIM_PLUGIN_MESSAGES="filetype"
 
-pkg_preinst () {
-	# Remove git files
-	rm "${ED}/usr/share/vim/vimfiles/.gitignore" || die
-	rm -r "${ED}/usr/share/vim/vimfiles/.git" || die
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-vim/vim-gromacs/
@ 2016-02-22 13:25 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2016-02-22 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     eef500b20fe7addac7a0f850c55063f486904dc0
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 11:00:06 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 11:00:06 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=eef500b2

app-vim/vim-gromacs: Bump to EAPI=6

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-vim/vim-gromacs/vim-gromacs-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
index 9e97b93..440861b 100644
--- a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
+++ b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit git-r3 vim-plugin
 
 DESCRIPTION="vim plugin: Gromacs file syntax highlighting and some macros"
 HOMEPAGE="https://github.com/HubLot/vim-gromacs"
+SRC_URI=""
 #EGIT_REPO_URI="git://github.com/Reinis/${PN}.git"
 EGIT_REPO_URI="
 	https://github.com/HubLot/${PN}.git
 	git://github.com/HubLot/${PN}.git
 	git://github.com/Reinis/${PN}.git"
-SRC_URI=""
 
 LICENSE="GPL-3"
 KEYWORDS=""


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-vim/vim-gromacs/
@ 2021-03-03 14:42 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-03-03 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     24c05436a51ebc4e498f296899d0c5c1b02b8e2d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  3 14:36:03 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar  3 14:36:03 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=24c05436

app-vim/vim-gromacs: EAPI bump

drop git:// in favour of https:// because git is insecure

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-vim/vim-gromacs/vim-gromacs-9999.ebuild | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
index 2b5661000..1d115fe16 100644
--- a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
+++ b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
@@ -1,21 +1,15 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit git-r3 vim-plugin
 
 DESCRIPTION="vim plugin: Gromacs file syntax highlighting and some macros"
 HOMEPAGE="https://github.com/HubLot/vim-gromacs"
-SRC_URI=""
-#EGIT_REPO_URI="git://github.com/Reinis/${PN}.git"
-EGIT_REPO_URI="
-	https://github.com/HubLot/${PN}.git
-	git://github.com/HubLot/${PN}.git
-	git://github.com/Reinis/${PN}.git"
+EGIT_REPO_URI="https://github.com/HubLot/${PN}.git"
 
 LICENSE="GPL-3"
 KEYWORDS=""
-IUSE=""
 
 VIM_PLUGIN_MESSAGES="filetype"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-vim/vim-gromacs/
@ 2021-03-03 15:39 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-03-03 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a5c268b1ce915efc4e752eac9bfc48051a7544d9
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  3 15:15:21 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar  3 15:15:21 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a5c268b1

app-vim/vim-gromacs: remove RedundantLongDescription

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-vim/vim-gromacs/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-vim/vim-gromacs/metadata.xml b/app-vim/vim-gromacs/metadata.xml
index c8a25c291..5b5798e1e 100644
--- a/app-vim/vim-gromacs/metadata.xml
+++ b/app-vim/vim-gromacs/metadata.xml
@@ -5,9 +5,6 @@
 		<email>sci-chemistry@gentoo.org</email>
 		<name>Gentoo Chemistry Project</name>
 	</maintainer>
-	<longdescription lang="en">
-VIM syntax plugin which provides syntax highlighting for the gromacs files.
-</longdescription>
 	<upstream>
 		<remote-id type="github">HubLot/vim-gromacs</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-03-03 15:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-03 14:42 [gentoo-commits] proj/sci:master commit in: app-vim/vim-gromacs/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-03-03 15:39 Andrew Ammerlaan
2016-02-22 13:25 Justin Lecher
2014-05-21 18:25 Reinis Danne
2014-01-06 19:27 Justin Lecher
2012-10-09 13:25 Alexey Shvetsov
2012-10-09 13:23 Alexey Shvetsov
2012-04-30 11:55 Reinis Danne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox