diff options
author | Alice Ferrazzi <alicef@gentoo.org> | 2016-12-01 17:21:56 +0000 |
---|---|---|
committer | Alice Ferrazzi <alicef@gentoo.org> | 2016-12-01 17:42:14 +0000 |
commit | 83e646e1cf2971bd1ff13732226fb4be5d7beb0f (patch) | |
tree | 399f769235b45ce2bcf6b1c82e0ae983a4933365 /sys-apps/highway | |
parent | dev-libs/kpathsea: fix insecure use of /tmp, bug #536454 (diff) | |
download | gentoo-83e646e1cf2971bd1ff13732226fb4be5d7beb0f.tar.gz gentoo-83e646e1cf2971bd1ff13732226fb4be5d7beb0f.tar.bz2 gentoo-83e646e1cf2971bd1ff13732226fb4be5d7beb0f.zip |
sys-apps/highway: init commit
bug: 600620
ebuild-by: <otakuto.gentoo@gmail.com>
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-apps/highway')
-rw-r--r-- | sys-apps/highway/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/highway/highway-1.1.0.ebuild | 22 | ||||
-rw-r--r-- | sys-apps/highway/metadata.xml | 19 |
3 files changed, 42 insertions, 0 deletions
diff --git a/sys-apps/highway/Manifest b/sys-apps/highway/Manifest new file mode 100644 index 000000000000..19acd0f54c2a --- /dev/null +++ b/sys-apps/highway/Manifest @@ -0,0 +1 @@ +DIST highway-1.1.0.tar.gz 319516 SHA256 7b432909f5cdd35cb393a378a9ee54ee06c8f053e33b2e37e415c7c27618ecfa SHA512 c30c90f5b601a775e64a684037d668acc6c1a8b6e64f7aa1204c184978c49079a3cd07683ebeeab674a9b64932223da0c067fdb184b5918bf88eca7e113c05fd WHIRLPOOL 847f782381db3cc1fe4da82ccc55b029bce6fb563a362eb5ae92da52ae4ba612b1f9c08482d85cbc9a00c239e2abf3016897ecadecf5bd6da00d699b795f6c4b diff --git a/sys-apps/highway/highway-1.1.0.ebuild b/sys-apps/highway/highway-1.1.0.ebuild new file mode 100644 index 000000000000..0251bb4a6874 --- /dev/null +++ b/sys-apps/highway/highway-1.1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools + +DESCRIPTION="High performance source code search tool" +HOMEPAGE="https://github.com/tkengo/highway" +SRC_URI="https://github.com/tkengo/highway/archive/v${PV}.tar.gz -> ${P}.tar.gz" +IUSE="" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_prepare() +{ + default + eautoreconf +} diff --git a/sys-apps/highway/metadata.xml b/sys-apps/highway/metadata.xml new file mode 100644 index 000000000000..fe4d17c2ec3b --- /dev/null +++ b/sys-apps/highway/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>otakuto.gentoo@gmail.com</email> + <name>Tact Yoshida</name> + </maintainer> + <maintainer type="person"> + <email>alicef@gentoo.org</email> + <name>Ferrazzi Alice</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">tkengo/highway</remote-id> + </upstream> +</pkgmetadata> |