commit:     83e646e1cf2971bd1ff13732226fb4be5d7beb0f
Author:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 17:21:56 2016 +0000
Commit:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 17:42:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e646e1

sys-apps/highway: init commit

bug: 600620

ebuild-by: <otakuto.gentoo <AT> gmail.com>

Package-Manager: portage-2.3.0

 sys-apps/highway/Manifest             |  1 +
 sys-apps/highway/highway-1.1.0.ebuild | 22 ++++++++++++++++++++++
 sys-apps/highway/metadata.xml         | 19 +++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/sys-apps/highway/Manifest b/sys-apps/highway/Manifest
new file mode 100644
index 00000000..19acd0f
--- /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 00000000..0251bb4
--- /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 00000000..fe4d17c
--- /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.gen...@gmail.com</email>
+               <name>Tact Yoshida</name>
+       </maintainer>
+       <maintainer type="person">
+               <email>ali...@gentoo.org</email>
+               <name>Ferrazzi Alice</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-ma...@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">tkengo/highway</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to