public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimoutliner/
Date: Mon, 29 May 2017 23:25:26 +0000 (UTC)	[thread overview]
Message-ID: <1496100296.da1657a319a6d3c73fd09a1b90a7abec68ce24fe.monsieurp@gentoo> (raw)

commit:     da1657a319a6d3c73fd09a1b90a7abec68ce24fe
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 19:52:16 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon May 29 23:24:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1657a3

app-vim/vimoutliner: clean up old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-vim/vimoutliner/Manifest                    |  1 -
 app-vim/vimoutliner/vimoutliner-0.3.4-r2.ebuild | 45 -------------------------
 2 files changed, 46 deletions(-)

diff --git a/app-vim/vimoutliner/Manifest b/app-vim/vimoutliner/Manifest
index 65a3e651f5e..347a2e2890d 100644
--- a/app-vim/vimoutliner/Manifest
+++ b/app-vim/vimoutliner/Manifest
@@ -1,2 +1 @@
-DIST vimoutliner-0.3.4.tar.gz 52753 SHA256 9e6e85e67dad1a220eee0031821a93fe27dcd2c3881446049ab8644fc7e100f5 SHA512 6a48e3fa65e83733e4731dd63d9a9c91e9fb37e47ac726d1938bbecc2c37d8be0d72f45c534c4bd231c9bed352cd7db1e3f754529efc4779a50d25cae27982d1 WHIRLPOOL 844f7b13bdd1fcaaf9827ff775c6aae3edf974eb244987e03c89f6f7a13be648419f0d6f3aa7433a605150c661d71de18b081ddd04c592fd6bed2d7cbb16e430
 DIST vimoutliner-0.3.6.zip 249053 SHA256 54db454651152a3bd88da37b210259fb369c6a44e74824d2085a8e8ea8969c1d SHA512 20d348ff1b1b9572956fdc56b75e742b25b7deac2637fa6972a1e451edc1f679d8255847a291b84c80866a9ad8a37421524b8eb33565a1bb32ff2b75d0b68dde WHIRLPOOL 87c86930f02162e4819e8ef2feccbbbdfd31629fda9665a6ae64698b89d26663e989238ee9d1e8c360986a05c813807a2906cbe4fd9eb5f422e7b6e79723686b

diff --git a/app-vim/vimoutliner/vimoutliner-0.3.4-r2.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.4-r2.ebuild
deleted file mode 100644
index 2ea6dbfb6e3..00000000000
--- a/app-vim/vimoutliner/vimoutliner-0.3.4-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: easy and fast outlining"
-HOMEPAGE="https://github.com/vimoutliner/vimoutliner"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="vimoutliner"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	sed -i -e '/^if exists/,/endif/d' ftdetect/vo_base.vim
-	sed -i -e 's/g:vo_modules2load/g:vo_modules_load/' vimoutlinerrc
-	find "${S}" -type f | xargs chmod a+r
-}
-
-src_install() {
-	p=/usr/share/vim/vimfiles
-	insinto ${p}
-	doins -r doc ftdetect ftplugin syntax colors || die "doins failed"
-
-	# Custom vimoutlinerrc so we actually find the plugins
-	cp vimoutlinerrc vimoutlinerrc.global
-	cat >>vimoutlinerrc.global <<-EOF
-
-	"Gentoo-specific Configuration **************************************
-	"Search path for vimoutliner plugins
-	setlocal runtimepath+=\$VIM/vimfiles/vimoutliner
-	EOF
-	newins vimoutlinerrc.global vimoutlinerrc
-
-	insinto ${p}/vimoutliner/plugins
-	doins add-ons/plugins/*.vim
-
-	dobin scripts/* add-ons/scripts/*
-
-	dodoc vimoutlinerrc add-ons/plugins/*.otl doc/*
-}


             reply	other threads:[~2017-05-29 23:25 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-29 23:25 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-10 18:08 [gentoo-commits] repo/gentoo:master commit in: app-vim/vimoutliner/ Matt Turner
2021-05-25 16:05 Michał Górny
2021-01-01  1:47 Sam James
2021-01-01  1:46 Sam James
2020-11-21 21:56 Sergei Trofimovich
2020-06-21 14:58 Patrice Clement
2020-06-21 14:58 Patrice Clement
2020-06-01  0:18 Matt Turner
2020-05-15 17:33 Sergei Trofimovich
2020-05-07 13:18 Michał Górny
2020-05-06  6:41 Sergei Trofimovich
2020-05-03 21:55 Sergei Trofimovich
2020-02-09 16:18 Michał Górny
2019-08-29 11:39 David Seifert
2019-07-22  9:25 Michał Górny
2018-05-30 21:29 Patrice Clement
2017-05-29 23:25 Patrice Clement
2016-12-21 23:52 Patrice Clement
2016-12-07 22:48 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1496100296.da1657a319a6d3c73fd09a1b90a7abec68ce24fe.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox