* [gentoo-commits] repo/gentoo:master commit in: sys-apps/highway/
@ 2016-12-01 17:43 Alice Ferrazzi
0 siblings, 0 replies; 3+ messages in thread
From: Alice Ferrazzi @ 2016-12-01 17:43 UTC (permalink / raw
To: gentoo-commits
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.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>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/highway/
@ 2024-04-13 7:13 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-04-13 7:13 UTC (permalink / raw
To: gentoo-commits
commit: d814e3e3c337ef27da73cc5fb3bfd0942a81758a
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Apr 8 17:16:57 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 07:13:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d814e3e3
sys-apps/highway: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36163
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/highway/{highway-1.1.0.ebuild => highway-1.1.0-r1.ebuild} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/sys-apps/highway/highway-1.1.0.ebuild b/sys-apps/highway/highway-1.1.0-r1.ebuild
similarity index 87%
rename from sys-apps/highway/highway-1.1.0.ebuild
rename to sys-apps/highway/highway-1.1.0-r1.ebuild
index 4528ce2862bd..a0aaaa41a09b 100644
--- a/sys-apps/highway/highway-1.1.0.ebuild
+++ b/sys-apps/highway/highway-1.1.0-r1.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
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"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/highway/
@ 2025-07-18 15:15 Arisu Tachibana
0 siblings, 0 replies; 3+ messages in thread
From: Arisu Tachibana @ 2025-07-18 15:15 UTC (permalink / raw
To: gentoo-commits
commit: e2d4eaa67a1134ff43aa458426a23e63b07ee375
Author: Arisu Tachibana <alicef <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 18 15:14:53 2025 +0000
Commit: Arisu Tachibana <alicef <AT> gentoo <DOT> org>
CommitDate: Fri Jul 18 15:14:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d4eaa6
sys-apps/highway: drop myself as a maintainer
Signed-off-by: Arisu Tachibana <alicef <AT> gentoo.org>
sys-apps/highway/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sys-apps/highway/metadata.xml b/sys-apps/highway/metadata.xml
index 1b7fbf354a84..542720b207a3 100644
--- a/sys-apps/highway/metadata.xml
+++ b/sys-apps/highway/metadata.xml
@@ -5,10 +5,6 @@
<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" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-18 15:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-18 15:15 [gentoo-commits] repo/gentoo:master commit in: sys-apps/highway/ Arisu Tachibana
-- strict thread matches above, loose matches on Subject: below --
2024-04-13 7:13 Arthur Zamarin
2016-12-01 17:43 Alice Ferrazzi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox