From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 713A81384B4 for ; Sat, 26 Dec 2015 03:18:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52469E079D; Sat, 26 Dec 2015 03:18:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C71FE079D for ; Sat, 26 Dec 2015 03:18:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 054B733D3C7 for ; Sat, 26 Dec 2015 03:18:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4997C6F for ; Sat, 26 Dec 2015 03:17:58 +0000 (UTC) From: "Mike Auty" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Auty" Message-ID: <1451099874.adaf2baae7ac7d52e85b256d80dde28e0ff27e7d.ikelos@gentoo> Subject: [gentoo-commits] dev/ikelos:master commit in: dev-python/sortedcontainers/, dev-python/intervaltree/, app-vim/pfp-vim/, ... X-VCS-Repository: dev/ikelos X-VCS-Files: app-vim/pfp-vim/Manifest app-vim/pfp-vim/pfp-vim-9999.ebuild dev-python/intervaltree/Manifest dev-python/intervaltree/intervaltree-2.1.0.ebuild dev-python/pfp/Manifest dev-python/pfp/pfp-0.1.14.ebuild dev-python/py010parser/Manifest dev-python/py010parser/py010parser-0.1.6.ebuild dev-python/sortedcontainers/Manifest dev-python/sortedcontainers/sortedcontainers-1.4.4.ebuild X-VCS-Directories: dev-python/sortedcontainers/ dev-python/intervaltree/ app-vim/pfp-vim/ dev-python/pfp/ dev-python/py010parser/ X-VCS-Committer: ikelos X-VCS-Committer-Name: Mike Auty X-VCS-Revision: adaf2baae7ac7d52e85b256d80dde28e0ff27e7d X-VCS-Branch: master Date: Sat, 26 Dec 2015 03:17: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: 0f447997-67f8-4f8c-ab3f-1b9da1d37b7b X-Archives-Hash: 6f77be7a11fff73b05e550b8221e708f commit: adaf2baae7ac7d52e85b256d80dde28e0ff27e7d Author: layman localhost> AuthorDate: Sat Dec 26 03:17:54 2015 +0000 Commit: Mike Auty gentoo org> CommitDate: Sat Dec 26 03:17:54 2015 +0000 URL: https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=adaf2baa Add in 010 editor support ebuilds for vim. app-vim/pfp-vim/Manifest | 1 + app-vim/pfp-vim/pfp-vim-9999.ebuild | 24 ++++++++++++++++++++++ dev-python/intervaltree/Manifest | 2 ++ dev-python/intervaltree/intervaltree-2.1.0.ebuild | 21 +++++++++++++++++++ dev-python/pfp/Manifest | 2 ++ dev-python/pfp/pfp-0.1.14.ebuild | 23 +++++++++++++++++++++ dev-python/py010parser/Manifest | 2 ++ dev-python/py010parser/py010parser-0.1.6.ebuild | 21 +++++++++++++++++++ dev-python/sortedcontainers/Manifest | 2 ++ .../sortedcontainers/sortedcontainers-1.4.4.ebuild | 24 ++++++++++++++++++++++ 10 files changed, 122 insertions(+) diff --git a/app-vim/pfp-vim/Manifest b/app-vim/pfp-vim/Manifest new file mode 100644 index 0000000..23c7a9d --- /dev/null +++ b/app-vim/pfp-vim/Manifest @@ -0,0 +1 @@ +EBUILD pfp-vim-9999.ebuild 501 SHA256 546714ad049d3acb5b06f20eb33dd37c1cdd46767fe78aba4913101be30e5fd8 SHA512 b4930142ea231dd848c0efc0100fb197886f68fc7a165e0062abe3f1bba8f784469c36a524ce3515a5731e00eb280cf332e97c1c8ff1a565c035f784486f8623 WHIRLPOOL 629e916b5d32d97362125a267fa89a5e8eef49b37320fa7177f2f0153af7640a44a8087ffdf89fc0de3738a7f731b91b90a1a1bf617848e795c2be59a29e1d01 diff --git a/app-vim/pfp-vim/pfp-vim-9999.ebuild b/app-vim/pfp-vim/pfp-vim-9999.ebuild new file mode 100644 index 0000000..341bfcb --- /dev/null +++ b/app-vim/pfp-vim/pfp-vim-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +#VIM_PLUGIN_VIM_VERSION="7.0" +inherit git-r3 vim-plugin + +DESCRIPTION="vim plugin: 010 Editor template interpreter" +HOMEPAGE="https://github.com/d0c-s4vage/pfp-vim" +LICENSE="mit" +KEYWORDS="~amd64" +IUSE="" + +EGIT_REPO_URI="https://github.com/d0c-s4vage/pfp-vim" + +DEPEND="dev-python/pfp" + +VIM_PLUGIN_HELPFILES="" +VIM_PLUGIN_HELPTEXT="" +VIM_PLUGIN_HELPURI="" +VIM_PLUGIN_MESSAGES="" + diff --git a/dev-python/intervaltree/Manifest b/dev-python/intervaltree/Manifest new file mode 100644 index 0000000..d900294 --- /dev/null +++ b/dev-python/intervaltree/Manifest @@ -0,0 +1,2 @@ +DIST intervaltree-2.1.0.tar.gz 1237408 SHA256 e444398cbc9582a51c372a344cc7e05d53c53daaac2aae827951ff88554b96ff SHA512 b906bd671acc81500afcf6a8e692027d41034df30e9ab0f4812a94908912db67a5a4c972dad245925cf8dca9c403ae8ea8cb664e3b3733989ead1fba58b1f775 WHIRLPOOL c04bb1ac770c339033b7f058489c4bb285438289e7cb7284d520b9e4d4c601a4d5469c99aaa83abdd08b6682a2b48439e36d8aeee86063b8c9d181b9d8650624 +EBUILD intervaltree-2.1.0.ebuild 517 SHA256 12977818dbb3c5e122c3951aa6e10893e8c85343d4b9102b659f6b960c473513 SHA512 aa0ff277d235264880b5a41d0f469e8bc86925bbb4c4f3b6e9b97b5cfc8aca3d52cf3e0e7b42d9b18ef9ceb1e5204c0c52ead834aab354fb4f2b979732969c8c WHIRLPOOL 2108d7c91cdc8602a4be92cbfee6734bae23ba58df8be863b668ac5303c2cc5e614a242ad9e26f186adfa2bbbcd706135058480cfae565f30d687edd72c82dba diff --git a/dev-python/intervaltree/intervaltree-2.1.0.ebuild b/dev-python/intervaltree/intervaltree-2.1.0.ebuild new file mode 100644 index 0000000..49abf8e --- /dev/null +++ b/dev-python/intervaltree/intervaltree-2.1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_{6,7} python3_{2,3,4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Editable interval tree data structure for Python 2 and 3" +HOMEPAGE="https://github.com/chaimleib/intervaltree" +SRC_URI="https://github.com/chaimleib/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-python/sortedcontainers" +RDEPEND="${DEPEND}" diff --git a/dev-python/pfp/Manifest b/dev-python/pfp/Manifest new file mode 100644 index 0000000..9aa5b32 --- /dev/null +++ b/dev-python/pfp/Manifest @@ -0,0 +1,2 @@ +DIST pfp-0.1.14.tar.gz 89291 SHA256 01108e165e1e0f0b01744319f90623cb7a6bec979372ed03f6201adb9bbe3859 SHA512 f107a0e2feeea3a16a4cf283f8aa23aaf39b6a23ef329c667d9264e93968c36343fcb26af93444885d9957b5d52cd5e4a29149a165a38464188f91719774d3f2 WHIRLPOOL a8b205804983cabdf01c11eaa367fd742e560eb1f5f413ae4fccb3b62a2f957899ad54b7992df8e64bb2476bcf1a6692d410f6b7805e52d825149ec09868c3df +EBUILD pfp-0.1.14.ebuild 523 SHA256 241a0142b51020782507897585bd739655b65329848f9afe4de5d1155c313134 SHA512 438adb7a4639873608cee2fd39ab2832da6b67aaef49f3cb9f6db85ec35ef86c6b8e2dab9ceff7d0b9542b6c5596f1d2b6662f56619545c83246f3f4c2b9d841 WHIRLPOOL 8ba0d9dfef93a163e1e394fae4cb4e880a1b061256207b1c1367a640fbaba6ec29abf8cd422a3448cd96c63f77caf7ff19581e45d864d982eadea71742115a74 diff --git a/dev-python/pfp/pfp-0.1.14.ebuild b/dev-python/pfp/pfp-0.1.14.ebuild new file mode 100644 index 0000000..7ebbe37 --- /dev/null +++ b/dev-python/pfp/pfp-0.1.14.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_4 ) + +inherit distutils-r1 + +DESCRIPTION="010 Template interpretter for python" +HOMEPAGE="https://github.com/d0c-s4vage/pfp" +SRC_URI="https://github.com/d0c-s4vage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="mit" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-python/six + dev-python/intervaltree + >=dev-python/py010parser-0.1.5" +RDEPEND="${DEPEND}" diff --git a/dev-python/py010parser/Manifest b/dev-python/py010parser/Manifest new file mode 100644 index 0000000..ee92ec6 --- /dev/null +++ b/dev-python/py010parser/Manifest @@ -0,0 +1,2 @@ +DIST py010parser-0.1.6.tar.gz 192823 SHA256 2678db449157396c9b224054c0ea2ac03472234bb540228b39a9d709ef2be0d3 SHA512 6a382dcd1c981e2da87e9508df1858b450a9a7f88a515d07856681a0646ecb25f933aac5beead95451049f192d43ef512f9530c08d627b2f1de1d9da320228f2 WHIRLPOOL 7394630c47e1d662c3f48b1bc38e54d568d986eae064d786e0bd386719605429f58f5a4355a8f2794946c33e80f0d7847bdc57b136b55f6eb42842cc580d6d61 +EBUILD py010parser-0.1.6.ebuild 448 SHA256 02a1a63b5537b4f8b2cbdbd4b658de42ca858f54a9d707b371d9274ca03844b0 SHA512 a8dc9e36ca9460aece5e273d166853a95721137956dc7663f91780e3733c11386b1ee6dccc71c573834d72670bddc44bfc02bd208bde5cebb0a0d4b3042fe115 WHIRLPOOL c61a2c8aea5af33484bf3e5facd1d3ee9af6c9e8c4b7f0272d274a2d071a25176424d5c201354b6e7f6c1cc4dc9d91402dd3d01566041ee9c530fd30c4ba3946 diff --git a/dev-python/py010parser/py010parser-0.1.6.ebuild b/dev-python/py010parser/py010parser-0.1.6.ebuild new file mode 100644 index 0000000..31b02a7 --- /dev/null +++ b/dev-python/py010parser/py010parser-0.1.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_4 ) + +inherit distutils-r1 + +DESCRIPTION="010 template library for python" +HOMEPAGE="https://github.com/d0c-s4vage/py010parser/" +SRC_URI="https://github.com/d0c-s4vage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="mit" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/dev-python/sortedcontainers/Manifest b/dev-python/sortedcontainers/Manifest new file mode 100644 index 0000000..fc165fa --- /dev/null +++ b/dev-python/sortedcontainers/Manifest @@ -0,0 +1,2 @@ +DIST sortedcontainers-1.4.4.tar.gz 10194357 SHA256 da74aa268288768fc95942a299fdfd0e2e3ae2ce865255edf11d801a3cd534a0 SHA512 bf9d601c4b952511768b7dc79765af46d64f7aa99b504fad0215ac578fe615d7b057fdc85bff961fb5cbfabcd9db6544cc0b39efbff1ca517406c0cf514ed59d WHIRLPOOL 86911d3182bc3583c051f6af0b0b99bc1fbff0e646165df5eb1c7c22ea5487098a19de3f315abb13fdb6a347911692a521d7a451faf912632bb808c379963a2c +EBUILD sortedcontainers-1.4.4.ebuild 558 SHA256 c44dec86572dd9924f5ed1fc7fb12c68c436892d2930c6d4b9818ec872fcd6f7 SHA512 0efedd5b771c911d1dda339b9ea52370bea4bdfa8cfe68eeedb202e19882a2cc79f5162d3a96f67998719bb7d3556ab56f0c87ed3a5f026053cd3e1169f9941d WHIRLPOOL 2e3df81b7b0e2880c0e019c6d882e04f09ecf5dbe020d43dda1c1a7ff16dd9f6347434d41a5112f088db0146e629b8f852aa95a811b41dcc47e5efb3ce680593 diff --git a/dev-python/sortedcontainers/sortedcontainers-1.4.4.ebuild b/dev-python/sortedcontainers/sortedcontainers-1.4.4.ebuild new file mode 100644 index 0000000..04964ce --- /dev/null +++ b/dev-python/sortedcontainers/sortedcontainers-1.4.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_4 ) + +inherit distutils-r1 + +MY_PN="sorted_containers" + +DESCRIPTION="Python Sorted Container Types: SortedList, SortedDict, and SortedSet" +HOMEPAGE="https://github.com/grantjenks/sorted_containers" +SRC_URI="https://github.com/grantjenks/sorted_containers/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND=""