commit:     29024143c693b4f641e8d9d5f69e99df21c2a7a2
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sun Aug 28 16:59:47 2022 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Sun Aug 28 17:01:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29024143

app-eselect/eselect-bluespec: new package, add 1.0.1

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 app-eselect/eselect-bluespec/Manifest               |  1 +
 .../eselect-bluespec/eselect-bluespec-1.0.1.ebuild  | 21 +++++++++++++++++++++
 app-eselect/eselect-bluespec/metadata.xml           | 11 +++++++++++
 3 files changed, 33 insertions(+)

diff --git a/app-eselect/eselect-bluespec/Manifest 
b/app-eselect/eselect-bluespec/Manifest
new file mode 100644
index 000000000..0206701eb
--- /dev/null
+++ b/app-eselect/eselect-bluespec/Manifest
@@ -0,0 +1 @@
+DIST eselect-bluespec-1.0.1.tar.gz 1922 BLAKE2B 
4b24e4762906f854a888ec21d5ab7768533ab163eb9290d1e50e4e835064235e9583bfc244d7cbada6141934f45e61b0832b4c4d192c3e79856b43cf41027d85
 SHA512 
4692fae610aa758a592ffdc9b13fcf78f1952280f3cc37708854a4bac373ab8a9df54589026355c1f600b8e562d6b8f1cad66ce6b739955c0a679631230042ee

diff --git a/app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild 
b/app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild
new file mode 100644
index 000000000..26f76e071
--- /dev/null
+++ b/app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Manages the /usr/bin/vi symlink"
+HOMEPAGE="https://github.com/vowstar/eselect-bluespec";
+SRC_URI="https://github.com/vowstar/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+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"
+
+RDEPEND="app-admin/eselect"
+
+src_prepare() {
+       default
+       eautoreconf
+}

diff --git a/app-eselect/eselect-bluespec/metadata.xml 
b/app-eselect/eselect-bluespec/metadata.xml
new file mode 100644
index 000000000..267252e4d
--- /dev/null
+++ b/app-eselect/eselect-bluespec/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Huang Rui</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">vowstar/eselect-bluespec</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to