From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6272C13832E for ; Thu, 18 Aug 2016 05:15:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D25EE0A9D; Thu, 18 Aug 2016 05:15:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35D13E0A9D for ; Thu, 18 Aug 2016 05:15:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E2B2340D73 for ; Thu, 18 Aug 2016 05:15:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09F692461 for ; Thu, 18 Aug 2016 05:14:58 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1471497269.fe1a8a6e85940e79fdbc0573e43e3225dc6202c2.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/csound-syntax/files/, app-vim/csound-syntax/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/csound-syntax/Manifest app-vim/csound-syntax/csound-syntax-3.1.ebuild app-vim/csound-syntax/files/csound-syntax-3.1-doc.patch X-VCS-Directories: app-vim/csound-syntax/files/ app-vim/csound-syntax/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: fe1a8a6e85940e79fdbc0573e43e3225dc6202c2 X-VCS-Branch: master Date: Thu, 18 Aug 2016 05:14:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f44dabfd-0882-4bc9-a30c-0906ba2e14c0 X-Archives-Hash: 6aae1c88251554a1d96762c3dbdf24fd commit: fe1a8a6e85940e79fdbc0573e43e3225dc6202c2 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 18 05:14:29 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 18 05:14:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1a8a6e app-vim/csound-syntax: remove old app-vim/csound-syntax/Manifest | 1 - app-vim/csound-syntax/csound-syntax-3.1.ebuild | 17 ----------------- app-vim/csound-syntax/files/csound-syntax-3.1-doc.patch | 16 ---------------- 3 files changed, 34 deletions(-) diff --git a/app-vim/csound-syntax/Manifest b/app-vim/csound-syntax/Manifest index 9c446c2..c2191c0 100644 --- a/app-vim/csound-syntax/Manifest +++ b/app-vim/csound-syntax/Manifest @@ -1,2 +1 @@ DIST csound-syntax-20160804.tar.bz2 326658 SHA256 b222e1b55945e4ccc1c11c55c3e9c8dae4c2a34c61bda80efaab508896416935 SHA512 83ba89768be3d9e5dd701cc8323fbbff75ce399210891fc1e5676e278c39cfdb4b5e4a354c93c1f439a667d0ea65f459aea0b6f79740a061381e22d2557c0eb8 WHIRLPOOL 61963663791405565263dcab85f8be64d45fffa522ca7a7e7c749c8d8316943bd215b04266eac92171a5f942833ed3455f88893198adbd605ed0b092d2267dd1 -DIST csound-syntax-3.1.tar.bz2 39643 SHA256 123643a4118341f6ca44ebdd7ccddd82e2a3d5b4696db7b674a8043814de11dd SHA512 b82236a8502c3b9eb0fb98c1a34d992b329933a51a981bd213d3ab82fd73cb9ffb354b7786d69ee53a8ee8df02bf4ac4364569f5850af0581dbea72fe1471ed0 WHIRLPOOL 55ced201b86af9dee0f0f2c7239428cfd3b39a27bb0a2cbee955490ebe6992192898b41b1c1223e2a716eaae03641eec25a8a522fc38d1735bcf261e1269658a diff --git a/app-vim/csound-syntax/csound-syntax-3.1.ebuild b/app-vim/csound-syntax/csound-syntax-3.1.ebuild deleted file mode 100644 index 8f5beba..0000000 --- a/app-vim/csound-syntax/csound-syntax-3.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils vim-plugin - -DESCRIPTION="vim plugin: Syntax highlighting, filetype detection, folding, macros, and templates for Csound files" -HOMEPAGE="http://www.eumus.edu.uy/docentes/jure/csound/vim/" -LICENSE="vim" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-doc.patch -} diff --git a/app-vim/csound-syntax/files/csound-syntax-3.1-doc.patch b/app-vim/csound-syntax/files/csound-syntax-3.1-doc.patch deleted file mode 100644 index a7f2c9f..0000000 --- a/app-vim/csound-syntax/files/csound-syntax-3.1-doc.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- csound-syntax-3.1/doc/csound.txt.orig 2010-10-08 14:46:23.375008988 -0700 -+++ csound-syntax-3.1/doc/csound.txt 2010-10-08 15:12:10.349064245 -0700 -@@ -1,4 +1,6 @@ -+*csound.txt* Csound Syntax Reference - -+ *csound-syntax* - -------------------------------------------------------------------------- - *#* - -@@ -7880,3 +7882,6 @@ - Bitwise NOT operator. - - ~ a (bitwise NOT) -+ -+-------------------------------------------------------------------------- -+vim:tw=78:ts=8:ft=help