public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/ikelos:master commit in: app-misc/010-editor-templates/, app-vim/pfp-vim/
@ 2015-12-26  3:24 Mike Auty
  0 siblings, 0 replies; only message in thread
From: Mike Auty @ 2015-12-26  3:24 UTC (permalink / raw
  To: gentoo-commits

commit:     86d7133d508063a066df8f8726851613fd80f71b
Author:     layman <layman <AT> localhost>
AuthorDate: Sat Dec 26 03:24:23 2015 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 03:24:23 2015 +0000
URL:        https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=86d7133d

Add in 010 editor template library.

 .../010-editor-templates-20151226.ebuild           | 24 ++++++++++++++++++++++
 app-misc/010-editor-templates/Manifest             |  2 ++
 app-vim/pfp-vim/Manifest                           |  2 +-
 app-vim/pfp-vim/pfp-vim-9999.ebuild                |  3 ++-
 4 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/app-misc/010-editor-templates/010-editor-templates-20151226.ebuild b/app-misc/010-editor-templates/010-editor-templates-20151226.ebuild
new file mode 100644
index 0000000..ec384e9
--- /dev/null
+++ b/app-misc/010-editor-templates/010-editor-templates-20151226.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="010 Editor Templates"
+HOMEPAGE="http://www.sweetscape.com/010editor/templates/"
+SRC_URI="http://www.sweetscape.com/010editor/templates/files/010EditorTemplates.zip -> ${P}.zip"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"
+
+src_install() {
+    insinto /usr/share/${PN}/
+	doins ${S}/*
+}

diff --git a/app-misc/010-editor-templates/Manifest b/app-misc/010-editor-templates/Manifest
new file mode 100644
index 0000000..f738175
--- /dev/null
+++ b/app-misc/010-editor-templates/Manifest
@@ -0,0 +1,2 @@
+DIST 010-editor-templates-20151226.zip 278560 SHA256 e50a2e43c27538f5bddfb3899a6c092060288d5436716a64509da0f4620b0744 SHA512 cbbe21735c23eafd044f5066f7999203f98118c8aee6005cd24abfd50b365135b077b1db4b504b4ececc1ac14d7dfb8d40eea3df53e7238da010b64bd2ed01db WHIRLPOOL df62e85fe090c47ee3002f14a83c35700b161ecebfebde6eaf12d2ad28a8bef6b17dc26e38df6f91019817a353c4ff04666dfcaac22a13fd907f40ba486190d2
+EBUILD 010-editor-templates-20151226.ebuild 470 SHA256 c14310d9a0f082c453d90a49129346f96508e695b457f27abed707d6633c81ce SHA512 4660d2a0d9908ad470d650771783ec35d391033a3853f27fe94477842aee86fb50becbbc4665c09d6c3bdb11e04b6598a4d681023da6e55fce281bfdb60ff554 WHIRLPOOL 098eff051b3d6af897cc9e0b8e24f2eb6fd7c5e501a4e542a7d80700875e44cb42d0afa4b137ea0185b75e7bb3660f2757de37a93498afb2370e4e103e671c1c

diff --git a/app-vim/pfp-vim/Manifest b/app-vim/pfp-vim/Manifest
index 23c7a9d..62f52d9 100644
--- a/app-vim/pfp-vim/Manifest
+++ b/app-vim/pfp-vim/Manifest
@@ -1 +1 @@
-EBUILD pfp-vim-9999.ebuild 501 SHA256 546714ad049d3acb5b06f20eb33dd37c1cdd46767fe78aba4913101be30e5fd8 SHA512 b4930142ea231dd848c0efc0100fb197886f68fc7a165e0062abe3f1bba8f784469c36a524ce3515a5731e00eb280cf332e97c1c8ff1a565c035f784486f8623 WHIRLPOOL 629e916b5d32d97362125a267fa89a5e8eef49b37320fa7177f2f0153af7640a44a8087ffdf89fc0de3738a7f731b91b90a1a1bf617848e795c2be59a29e1d01
+EBUILD pfp-vim-9999.ebuild 533 SHA256 f8e4518e563ab17b7911dffff477d46811ecc9c73bc4c4d69f66f347a21a9e49 SHA512 5cdc3de72f3913e012e1a241fe17f9c3bdd30e30f008740aefbf732d52456d7da8231012ac812a19dd21b4738dce02cb48256fb87ee145479d2b0900aead58ee WHIRLPOOL ca0c686826da0c7cb7c87c2b5232b0d3afa3f6087c858a1ac5ee2fc494f52c3106ac901c1afc8743a5a8c32e7412bd68c57cc3b4c6ade50bb8cb1866ad4aea2d

diff --git a/app-vim/pfp-vim/pfp-vim-9999.ebuild b/app-vim/pfp-vim/pfp-vim-9999.ebuild
index 341bfcb..b7f8ede 100644
--- a/app-vim/pfp-vim/pfp-vim-9999.ebuild
+++ b/app-vim/pfp-vim/pfp-vim-9999.ebuild
@@ -15,7 +15,8 @@ IUSE=""
 
 EGIT_REPO_URI="https://github.com/d0c-s4vage/pfp-vim"
 
-DEPEND="dev-python/pfp"
+DEPEND="dev-python/pfp
+		app-misc/010-editor-templates"
 
 VIM_PLUGIN_HELPFILES=""
 VIM_PLUGIN_HELPTEXT=""


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

only message in thread, other threads:[~2015-12-26  3:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-26  3:24 [gentoo-commits] dev/ikelos:master commit in: app-misc/010-editor-templates/, app-vim/pfp-vim/ Mike Auty

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