* [gentoo-commits] repo/user/gerislay:master commit in: app-misc/vimpager/
@ 2018-09-18 13:59 gerion
0 siblings, 0 replies; 2+ messages in thread
From: gerion @ 2018-09-18 13:59 UTC (permalink / raw
To: gentoo-commits
commit: 7132aa7c7d7512d9800b5ef722c65b376cc74f8c
Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Tue Sep 18 13:59:34 2018 +0000
Commit: gerion <gerion.entrup <AT> flump <DOT> de>
CommitDate: Tue Sep 18 13:59:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=7132aa7c
app-misc/vimpager: add
| 1 +
| 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
--git a/app-misc/vimpager/Manifest b/app-misc/vimpager/Manifest
new file mode 100644
index 0000000..4408b6d
--- /dev/null
+++ b/app-misc/vimpager/Manifest
@@ -0,0 +1 @@
+EBUILD vimpager-9999.ebuild 585 BLAKE2B 13ba4ff8581932ca8c0ccb6febed7b0e88f4612b9b3970e4e58872781b351e1fc374e173812d0b8f4083f2c7af122016368faa00052b81157bebe8b9777e38c3 SHA512 e58f1fe455de76d2515e26f7ce064b9976ac62aca4dee6da15648c4eebffe0bbd6beedba6ecd2197bc922d515176efbca1e3307abdb369b3ac8918331b6b4d8b
--git a/app-misc/vimpager/vimpager-9999.ebuild b/app-misc/vimpager/vimpager-9999.ebuild
new file mode 100644
index 0000000..f232f8e
--- /dev/null
+++ b/app-misc/vimpager/vimpager-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="Use Vim as PAGER"
+HOMEPAGE=i"https://www.vim.org/scripts/script.php?script_id=1723"
+EGIT_REPO_URI="https://github.com/rkitover/${PN}.git"
+
+LICENSE="MIT VIM4 BSD2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+pandoc doctoc"
+
+DEPEND="|| ( app-editors/vim app-editors/neovim )
+ app-arch/sharutils
+ pandoc? ( app-text/pandoc )
+ doctoc? ( app-doc/doctoc )"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="/usr" install
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/user/gerislay:master commit in: app-misc/vimpager/
@ 2020-05-29 14:38 gerion
0 siblings, 0 replies; 2+ messages in thread
From: gerion @ 2020-05-29 14:38 UTC (permalink / raw
To: gentoo-commits
commit: 20e49f310d4e5fe8ca65acadb5467dc51b0954c9
Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Fri May 29 14:38:32 2020 +0000
Commit: gerion <gerion.entrup <AT> flump <DOT> de>
CommitDate: Fri May 29 14:38:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=20e49f31
app-misc/vimpager: drop, I'm not using it anymore
Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>
| 1 -
| 26 --------------------------
2 files changed, 27 deletions(-)
diff --git a/app-misc/vimpager/Manifest b/app-misc/vimpager/Manifest
deleted file mode 100644
index 4408b6d..0000000
--- a/app-misc/vimpager/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD vimpager-9999.ebuild 585 BLAKE2B 13ba4ff8581932ca8c0ccb6febed7b0e88f4612b9b3970e4e58872781b351e1fc374e173812d0b8f4083f2c7af122016368faa00052b81157bebe8b9777e38c3 SHA512 e58f1fe455de76d2515e26f7ce064b9976ac62aca4dee6da15648c4eebffe0bbd6beedba6ecd2197bc922d515176efbca1e3307abdb369b3ac8918331b6b4d8b
diff --git a/app-misc/vimpager/vimpager-9999.ebuild b/app-misc/vimpager/vimpager-9999.ebuild
deleted file mode 100644
index f232f8e..0000000
--- a/app-misc/vimpager/vimpager-9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit git-r3
-
-DESCRIPTION="Use Vim as PAGER"
-HOMEPAGE=i"https://www.vim.org/scripts/script.php?script_id=1723"
-EGIT_REPO_URI="https://github.com/rkitover/${PN}.git"
-
-LICENSE="MIT VIM4 BSD2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+pandoc doctoc"
-
-DEPEND="|| ( app-editors/vim app-editors/neovim )
- app-arch/sharutils
- pandoc? ( app-text/pandoc )
- doctoc? ( app-doc/doctoc )"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="/usr" install
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-29 14:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-29 14:38 [gentoo-commits] repo/user/gerislay:master commit in: app-misc/vimpager/ gerion
-- strict thread matches above, loose matches on Subject: below --
2018-09-18 13:59 gerion
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox