public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/xmw:master commit in: app-vim/gnupg/
@ 2011-07-29 19:02 Michael Weber
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber @ 2011-07-29 19:02 UTC (permalink / raw
  To: gentoo-commits

commit:     19bdb57268d6b4a77b9d9adeaa49b494699c6e19
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 19:02:15 2011 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 19:02:15 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=19bdb572

app-vim/gnupg: Initial import

(Portage version: 2.1.10.3/git/Linux x86_64, signed Manifest commit with key 62EEF090)

---
 app-vim/gnupg/ChangeLog        |    9 +++++++++
 app-vim/gnupg/Manifest         |   14 ++++++++++++++
 app-vim/gnupg/gnupg-2.0.ebuild |   24 ++++++++++++++++++++++++
 app-vim/gnupg/metadata.xml     |   10 ++++++++++
 4 files changed, 57 insertions(+), 0 deletions(-)

diff --git a/app-vim/gnupg/ChangeLog b/app-vim/gnupg/ChangeLog
new file mode 100644
index 0000000..b818aee
--- /dev/null
+++ b/app-vim/gnupg/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-vim/gnupg
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*gnupg-2.0 (29 Jul 2011)
+
+  29 Jul 2011; Michael Weber <xmw@gentoo.org> +gnupg-2.0.ebuild, +metadata.xml:
+  Initial import, thanks to Hendrik for the ebuild.
+

diff --git a/app-vim/gnupg/Manifest b/app-vim/gnupg/Manifest
new file mode 100644
index 0000000..24c5828
--- /dev/null
+++ b/app-vim/gnupg/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST gnupg-2.0.vim 38101 RMD160 6d618f0d7f9f766c36a8d92bd15e160f1e44a62e SHA1 661f100a6671fa4e3ecf8102581eaa0222d1d931 SHA256 4afbfdb7ecb3d9489beeff315ccc8fe5be306ec5addef79ea4300667a3ccb23c
+EBUILD gnupg-2.0.ebuild 555 RMD160 7b23bf75b34a53acdc4d06bd8a12cac29cc3c415 SHA1 76430e3eb2014056a61b5ab868a5e5f1ca3c502b SHA256 956113697481ca5c130467614a9fd368354691b85e8ffb64608cf8b080e829f9
+MISC ChangeLog 273 RMD160 4a2e050f0c375fb22522d4dcad94613e3ec8d270 SHA1 9b450691b54d7144b7cb7577f0f262007bb8e044 SHA256 cdc0d65232c20d69383a5c183d33b55d7a00b6198b873de519f177b0fc57ca8c
+MISC metadata.xml 241 RMD160 56138d7ee2f7a46d68d7b69356bc1a83febd319d SHA1 32926628e9a582e0c74b0082858da3e118facb20 SHA256 d53834073a82163324c86ac5b4d92184d194c32eb065fa3c93956e7d86d43713
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk4zA7cACgkQknrdDGLu8JB69gD/XCUxau2pFMtoLJZML01NN5uv
+LUJx3JdZVDGiKtpc6OgA/1GykwJGjLoGjckKRMhSgcdh2I1F4ME/gnIIWB531XtD
+=GEju
+-----END PGP SIGNATURE-----

diff --git a/app-vim/gnupg/gnupg-2.0.ebuild b/app-vim/gnupg/gnupg-2.0.ebuild
new file mode 100644
index 0000000..fbc366a
--- /dev/null
+++ b/app-vim/gnupg/gnupg-2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit vim-plugin
+
+DESCRIPTION="open gpg encrypted files directly in vim"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3645"
+SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15987 -> ${P}.vim"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_unpack() {
+	mkdir -p "${S}"/plugin || die
+	cp -v "${DISTDIR}"/${P}.vim "${S}"/plugin/${PN}.vim || die
+}

diff --git a/app-vim/gnupg/metadata.xml b/app-vim/gnupg/metadata.xml
new file mode 100644
index 0000000..cc410ac
--- /dev/null
+++ b/app-vim/gnupg/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>vim</herd>
+<maintainer>
+<email>xmw@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>
+



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/xmw:master commit in: app-vim/gnupg/
@ 2011-08-11 22:05 Michael Weber
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber @ 2011-08-11 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     f9a09ac7482883447ccd8453f8ef26519e3c80bf
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 22:01:06 2011 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 22:01:06 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=f9a09ac7

app-vim/gnupg gone to main tree

---
 app-vim/gnupg/ChangeLog        |    9 ---------
 app-vim/gnupg/Manifest         |   14 --------------
 app-vim/gnupg/gnupg-2.0.ebuild |   24 ------------------------
 app-vim/gnupg/metadata.xml     |   10 ----------
 4 files changed, 0 insertions(+), 57 deletions(-)

diff --git a/app-vim/gnupg/ChangeLog b/app-vim/gnupg/ChangeLog
deleted file mode 100644
index b818aee..0000000
--- a/app-vim/gnupg/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-# ChangeLog for app-vim/gnupg
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*gnupg-2.0 (29 Jul 2011)
-
-  29 Jul 2011; Michael Weber <xmw@gentoo.org> +gnupg-2.0.ebuild, +metadata.xml:
-  Initial import, thanks to Hendrik for the ebuild.
-

diff --git a/app-vim/gnupg/Manifest b/app-vim/gnupg/Manifest
deleted file mode 100644
index 24c5828..0000000
--- a/app-vim/gnupg/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST gnupg-2.0.vim 38101 RMD160 6d618f0d7f9f766c36a8d92bd15e160f1e44a62e SHA1 661f100a6671fa4e3ecf8102581eaa0222d1d931 SHA256 4afbfdb7ecb3d9489beeff315ccc8fe5be306ec5addef79ea4300667a3ccb23c
-EBUILD gnupg-2.0.ebuild 555 RMD160 7b23bf75b34a53acdc4d06bd8a12cac29cc3c415 SHA1 76430e3eb2014056a61b5ab868a5e5f1ca3c502b SHA256 956113697481ca5c130467614a9fd368354691b85e8ffb64608cf8b080e829f9
-MISC ChangeLog 273 RMD160 4a2e050f0c375fb22522d4dcad94613e3ec8d270 SHA1 9b450691b54d7144b7cb7577f0f262007bb8e044 SHA256 cdc0d65232c20d69383a5c183d33b55d7a00b6198b873de519f177b0fc57ca8c
-MISC metadata.xml 241 RMD160 56138d7ee2f7a46d68d7b69356bc1a83febd319d SHA1 32926628e9a582e0c74b0082858da3e118facb20 SHA256 d53834073a82163324c86ac5b4d92184d194c32eb065fa3c93956e7d86d43713
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iF4EAREIAAYFAk4zA7cACgkQknrdDGLu8JB69gD/XCUxau2pFMtoLJZML01NN5uv
-LUJx3JdZVDGiKtpc6OgA/1GykwJGjLoGjckKRMhSgcdh2I1F4ME/gnIIWB531XtD
-=GEju
------END PGP SIGNATURE-----

diff --git a/app-vim/gnupg/gnupg-2.0.ebuild b/app-vim/gnupg/gnupg-2.0.ebuild
deleted file mode 100644
index fbc366a..0000000
--- a/app-vim/gnupg/gnupg-2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit vim-plugin
-
-DESCRIPTION="open gpg encrypted files directly in vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3645"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15987 -> ${P}.vim"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
-	mkdir -p "${S}"/plugin || die
-	cp -v "${DISTDIR}"/${P}.vim "${S}"/plugin/${PN}.vim || die
-}

diff --git a/app-vim/gnupg/metadata.xml b/app-vim/gnupg/metadata.xml
deleted file mode 100644
index cc410ac..0000000
--- a/app-vim/gnupg/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>vim</herd>
-<maintainer>
-<email>xmw@gentoo.org</email>
-<name>Michael Weber</name>
-</maintainer>
-</pkgmetadata>
-



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-11 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-29 19:02 [gentoo-commits] dev/xmw:master commit in: app-vim/gnupg/ Michael Weber
  -- strict thread matches above, loose matches on Subject: below --
2011-08-11 22:05 Michael Weber

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