Gentoo Archives: gentoo-commits

From: Alice Ferrazzi <alicef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/highway/
Date: Thu, 01 Dec 2016 17:43:23
Message-Id: 1480614134.83e646e1cf2971bd1ff13732226fb4be5d7beb0f.alicef@gentoo
1 commit: 83e646e1cf2971bd1ff13732226fb4be5d7beb0f
2 Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 17:21:56 2016 +0000
4 Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 17:42:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e646e1
7
8 sys-apps/highway: init commit
9
10 bug: 600620
11
12 ebuild-by: <otakuto.gentoo <AT> gmail.com>
13
14 Package-Manager: portage-2.3.0
15
16 sys-apps/highway/Manifest | 1 +
17 sys-apps/highway/highway-1.1.0.ebuild | 22 ++++++++++++++++++++++
18 sys-apps/highway/metadata.xml | 19 +++++++++++++++++++
19 3 files changed, 42 insertions(+)
20
21 diff --git a/sys-apps/highway/Manifest b/sys-apps/highway/Manifest
22 new file mode 100644
23 index 00000000..19acd0f
24 --- /dev/null
25 +++ b/sys-apps/highway/Manifest
26 @@ -0,0 +1 @@
27 +DIST highway-1.1.0.tar.gz 319516 SHA256 7b432909f5cdd35cb393a378a9ee54ee06c8f053e33b2e37e415c7c27618ecfa SHA512 c30c90f5b601a775e64a684037d668acc6c1a8b6e64f7aa1204c184978c49079a3cd07683ebeeab674a9b64932223da0c067fdb184b5918bf88eca7e113c05fd WHIRLPOOL 847f782381db3cc1fe4da82ccc55b029bce6fb563a362eb5ae92da52ae4ba612b1f9c08482d85cbc9a00c239e2abf3016897ecadecf5bd6da00d699b795f6c4b
28
29 diff --git a/sys-apps/highway/highway-1.1.0.ebuild b/sys-apps/highway/highway-1.1.0.ebuild
30 new file mode 100644
31 index 00000000..0251bb4
32 --- /dev/null
33 +++ b/sys-apps/highway/highway-1.1.0.ebuild
34 @@ -0,0 +1,22 @@
35 +# Copyright 1999-2016 Gentoo Foundation
36 +# Distributed under the terms of the GNU General Public License v2
37 +# $Id$
38 +
39 +EAPI=6
40 +
41 +inherit autotools
42 +
43 +DESCRIPTION="High performance source code search tool"
44 +HOMEPAGE="https://github.com/tkengo/highway"
45 +SRC_URI="https://github.com/tkengo/highway/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 +IUSE=""
47 +
48 +LICENSE="MIT"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~x86"
51 +
52 +src_prepare()
53 +{
54 + default
55 + eautoreconf
56 +}
57
58 diff --git a/sys-apps/highway/metadata.xml b/sys-apps/highway/metadata.xml
59 new file mode 100644
60 index 00000000..fe4d17c
61 --- /dev/null
62 +++ b/sys-apps/highway/metadata.xml
63 @@ -0,0 +1,19 @@
64 +<?xml version="1.0" encoding="UTF-8"?>
65 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
66 +<pkgmetadata>
67 + <maintainer type="person">
68 + <email>otakuto.gentoo@×××××.com</email>
69 + <name>Tact Yoshida</name>
70 + </maintainer>
71 + <maintainer type="person">
72 + <email>alicef@g.o</email>
73 + <name>Ferrazzi Alice</name>
74 + </maintainer>
75 + <maintainer type="project">
76 + <email>proxy-maint@g.o</email>
77 + <name>Proxy Maintainers</name>
78 + </maintainer>
79 + <upstream>
80 + <remote-id type="github">tkengo/highway</remote-id>
81 + </upstream>
82 +</pkgmetadata>