Gentoo Archives: gentoo-commits

From: Rui Huang <vowstar@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-eselect/eselect-bluespec/
Date: Sun, 28 Aug 2022 17:01:31
Message-Id: 1661706071.29024143c693b4f641e8d9d5f69e99df21c2a7a2.vowstar@gentoo
1 commit: 29024143c693b4f641e8d9d5f69e99df21c2a7a2
2 Author: Huang Rui <vowstar <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 28 16:59:47 2022 +0000
4 Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
5 CommitDate: Sun Aug 28 17:01:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29024143
7
8 app-eselect/eselect-bluespec: new package, add 1.0.1
9
10 Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
11
12 app-eselect/eselect-bluespec/Manifest | 1 +
13 .../eselect-bluespec/eselect-bluespec-1.0.1.ebuild | 21 +++++++++++++++++++++
14 app-eselect/eselect-bluespec/metadata.xml | 11 +++++++++++
15 3 files changed, 33 insertions(+)
16
17 diff --git a/app-eselect/eselect-bluespec/Manifest b/app-eselect/eselect-bluespec/Manifest
18 new file mode 100644
19 index 000000000..0206701eb
20 --- /dev/null
21 +++ b/app-eselect/eselect-bluespec/Manifest
22 @@ -0,0 +1 @@
23 +DIST eselect-bluespec-1.0.1.tar.gz 1922 BLAKE2B 4b24e4762906f854a888ec21d5ab7768533ab163eb9290d1e50e4e835064235e9583bfc244d7cbada6141934f45e61b0832b4c4d192c3e79856b43cf41027d85 SHA512 4692fae610aa758a592ffdc9b13fcf78f1952280f3cc37708854a4bac373ab8a9df54589026355c1f600b8e562d6b8f1cad66ce6b739955c0a679631230042ee
24
25 diff --git a/app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild b/app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild
26 new file mode 100644
27 index 000000000..26f76e071
28 --- /dev/null
29 +++ b/app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit autotools
37 +
38 +DESCRIPTION="Manages the /usr/bin/vi symlink"
39 +HOMEPAGE="https://github.com/vowstar/eselect-bluespec"
40 +SRC_URI="https://github.com/vowstar/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="GPL-2"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
45 +
46 +RDEPEND="app-admin/eselect"
47 +
48 +src_prepare() {
49 + default
50 + eautoreconf
51 +}
52
53 diff --git a/app-eselect/eselect-bluespec/metadata.xml b/app-eselect/eselect-bluespec/metadata.xml
54 new file mode 100644
55 index 000000000..267252e4d
56 --- /dev/null
57 +++ b/app-eselect/eselect-bluespec/metadata.xml
58 @@ -0,0 +1,11 @@
59 +<?xml version="1.0" encoding="UTF-8"?>
60 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
61 +<pkgmetadata>
62 + <maintainer type="person">
63 + <email>vowstar@×××××.com</email>
64 + <name>Huang Rui</name>
65 + </maintainer>
66 + <upstream>
67 + <remote-id type="github">vowstar/eselect-bluespec</remote-id>
68 + </upstream>
69 +</pkgmetadata>