public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-vim/gnupg: gnupg-2.2.ebuild ChangeLog
@ 2011-08-17  3:42 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2011-08-17  3:42 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/08/17 03:42:47

  Modified:             ChangeLog
  Added:                gnupg-2.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-vim/gnupg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gnupg/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gnupg/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gnupg/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/gnupg/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	11 Aug 2011 07:25:35 -0000	1.1
+++ ChangeLog	17 Aug 2011 03:42:47 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for app-vim/gnupg
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/gnupg/ChangeLog,v 1.1 2011/08/11 07:25:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gnupg/ChangeLog,v 1.2 2011/08/17 03:42:47 radhermit Exp $
+
+*gnupg-2.2 (17 Aug 2011)
+
+  17 Aug 2011; Tim Harder <radhermit@gentoo.org> +gnupg-2.2.ebuild:
+  Version bump
 
 *gnupg-2.1 (11 Aug 2011)
 



1.1                  app-vim/gnupg/gnupg-2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gnupg/gnupg-2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gnupg/gnupg-2.2.ebuild?rev=1.1&content-type=text/plain

Index: gnupg-2.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/gnupg/gnupg-2.2.ebuild,v 1.1 2011/08/17 03:42:47 radhermit Exp $

EAPI=4

inherit vim-plugin

MY_PN="${PN}.vim"
DESCRIPTION="vim plugin: transparent editing of gpg encrypted files"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3645"
SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="app-crypt/gnupg"

VIM_PLUGIN_HELPFILES="${PN}.txt"

src_unpack() {
	unpack ${A}
	mv *-${MY_PN}-* "${S}"
}

src_prepare() {
	# There's good documentation included with the script, but it's not
	# in a helpfile. Since there's rather too much information to include
	# in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc.
	mkdir doc
	sed -e '/" Section: Plugin header.\+$/,9999d' -e 's/^" \?//' \
		-e 's/\(Name:\s\+\)\([^.]\+\)\.vim/\1*\2.txt*/' \
		plugin/${PN}.vim \
		> doc/${PN}.txt

	rm -f README
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-17  3:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-17  3:42 [gentoo-commits] gentoo-x86 commit in app-vim/gnupg: gnupg-2.2.ebuild ChangeLog Tim Harder (radhermit)

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