aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerion Entrup <gerion.entrup@flump.de>2020-05-29 16:38:32 +0200
committerGerion Entrup <gerion.entrup@flump.de>2020-05-29 16:38:52 +0200
commit20e49f310d4e5fe8ca65acadb5467dc51b0954c9 (patch)
tree19970277a7c92ad5cf2c282c5a69694498a27e23
parentsys-kernel/hwmon-it87: fix manifest (diff)
downloadgerislay-20e49f310d4e5fe8ca65acadb5467dc51b0954c9.tar.gz
gerislay-20e49f310d4e5fe8ca65acadb5467dc51b0954c9.tar.bz2
gerislay-20e49f310d4e5fe8ca65acadb5467dc51b0954c9.zip
app-misc/vimpager: drop, I'm not using it anymore
Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
-rw-r--r--app-misc/vimpager/Manifest1
-rw-r--r--app-misc/vimpager/vimpager-9999.ebuild26
2 files changed, 0 insertions, 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
-}