Gentoo Archives: gentoo-commits

From: Mike Auty <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/ikelos:master commit in: app-misc/010-editor-templates/, app-vim/pfp-vim/
Date: Sat, 26 Dec 2015 03:24:45
Message-Id: 1451100263.86d7133d508063a066df8f8726851613fd80f71b.ikelos@gentoo
1 commit: 86d7133d508063a066df8f8726851613fd80f71b
2 Author: layman <layman <AT> localhost>
3 AuthorDate: Sat Dec 26 03:24:23 2015 +0000
4 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 03:24:23 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=86d7133d
7
8 Add in 010 editor template library.
9
10 .../010-editor-templates-20151226.ebuild | 24 ++++++++++++++++++++++
11 app-misc/010-editor-templates/Manifest | 2 ++
12 app-vim/pfp-vim/Manifest | 2 +-
13 app-vim/pfp-vim/pfp-vim-9999.ebuild | 3 ++-
14 4 files changed, 29 insertions(+), 2 deletions(-)
15
16 diff --git a/app-misc/010-editor-templates/010-editor-templates-20151226.ebuild b/app-misc/010-editor-templates/010-editor-templates-20151226.ebuild
17 new file mode 100644
18 index 0000000..ec384e9
19 --- /dev/null
20 +++ b/app-misc/010-editor-templates/010-editor-templates-20151226.ebuild
21 @@ -0,0 +1,24 @@
22 +# Copyright 1999-2015 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=5
27 +
28 +DESCRIPTION="010 Editor Templates"
29 +HOMEPAGE="http://www.sweetscape.com/010editor/templates/"
30 +SRC_URI="http://www.sweetscape.com/010editor/templates/files/010EditorTemplates.zip -> ${P}.zip"
31 +
32 +LICENSE=""
33 +SLOT="0"
34 +KEYWORDS="~amd64"
35 +IUSE=""
36 +
37 +DEPEND=""
38 +RDEPEND="${DEPEND}"
39 +
40 +S="${WORKDIR}"
41 +
42 +src_install() {
43 + insinto /usr/share/${PN}/
44 + doins ${S}/*
45 +}
46
47 diff --git a/app-misc/010-editor-templates/Manifest b/app-misc/010-editor-templates/Manifest
48 new file mode 100644
49 index 0000000..f738175
50 --- /dev/null
51 +++ b/app-misc/010-editor-templates/Manifest
52 @@ -0,0 +1,2 @@
53 +DIST 010-editor-templates-20151226.zip 278560 SHA256 e50a2e43c27538f5bddfb3899a6c092060288d5436716a64509da0f4620b0744 SHA512 cbbe21735c23eafd044f5066f7999203f98118c8aee6005cd24abfd50b365135b077b1db4b504b4ececc1ac14d7dfb8d40eea3df53e7238da010b64bd2ed01db WHIRLPOOL df62e85fe090c47ee3002f14a83c35700b161ecebfebde6eaf12d2ad28a8bef6b17dc26e38df6f91019817a353c4ff04666dfcaac22a13fd907f40ba486190d2
54 +EBUILD 010-editor-templates-20151226.ebuild 470 SHA256 c14310d9a0f082c453d90a49129346f96508e695b457f27abed707d6633c81ce SHA512 4660d2a0d9908ad470d650771783ec35d391033a3853f27fe94477842aee86fb50becbbc4665c09d6c3bdb11e04b6598a4d681023da6e55fce281bfdb60ff554 WHIRLPOOL 098eff051b3d6af897cc9e0b8e24f2eb6fd7c5e501a4e542a7d80700875e44cb42d0afa4b137ea0185b75e7bb3660f2757de37a93498afb2370e4e103e671c1c
55
56 diff --git a/app-vim/pfp-vim/Manifest b/app-vim/pfp-vim/Manifest
57 index 23c7a9d..62f52d9 100644
58 --- a/app-vim/pfp-vim/Manifest
59 +++ b/app-vim/pfp-vim/Manifest
60 @@ -1 +1 @@
61 -EBUILD pfp-vim-9999.ebuild 501 SHA256 546714ad049d3acb5b06f20eb33dd37c1cdd46767fe78aba4913101be30e5fd8 SHA512 b4930142ea231dd848c0efc0100fb197886f68fc7a165e0062abe3f1bba8f784469c36a524ce3515a5731e00eb280cf332e97c1c8ff1a565c035f784486f8623 WHIRLPOOL 629e916b5d32d97362125a267fa89a5e8eef49b37320fa7177f2f0153af7640a44a8087ffdf89fc0de3738a7f731b91b90a1a1bf617848e795c2be59a29e1d01
62 +EBUILD pfp-vim-9999.ebuild 533 SHA256 f8e4518e563ab17b7911dffff477d46811ecc9c73bc4c4d69f66f347a21a9e49 SHA512 5cdc3de72f3913e012e1a241fe17f9c3bdd30e30f008740aefbf732d52456d7da8231012ac812a19dd21b4738dce02cb48256fb87ee145479d2b0900aead58ee WHIRLPOOL ca0c686826da0c7cb7c87c2b5232b0d3afa3f6087c858a1ac5ee2fc494f52c3106ac901c1afc8743a5a8c32e7412bd68c57cc3b4c6ade50bb8cb1866ad4aea2d
63
64 diff --git a/app-vim/pfp-vim/pfp-vim-9999.ebuild b/app-vim/pfp-vim/pfp-vim-9999.ebuild
65 index 341bfcb..b7f8ede 100644
66 --- a/app-vim/pfp-vim/pfp-vim-9999.ebuild
67 +++ b/app-vim/pfp-vim/pfp-vim-9999.ebuild
68 @@ -15,7 +15,8 @@ IUSE=""
69
70 EGIT_REPO_URI="https://github.com/d0c-s4vage/pfp-vim"
71
72 -DEPEND="dev-python/pfp"
73 +DEPEND="dev-python/pfp
74 + app-misc/010-editor-templates"
75
76 VIM_PLUGIN_HELPFILES=""
77 VIM_PLUGIN_HELPTEXT=""