* [gentoo-commits] repo/proj/guru:dev commit in: app-eselect/eselect-bluespec/
@ 2022-08-28 17:01 Rui Huang
0 siblings, 0 replies; 3+ messages in thread
From: Rui Huang @ 2022-08-28 17:01 UTC (permalink / raw
To: gentoo-commits
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>vowstar@gmail.com</email>
+ <name>Huang Rui</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">vowstar/eselect-bluespec</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-eselect/eselect-bluespec/
@ 2022-08-29 22:51 Haelwenn Monnier
0 siblings, 0 replies; 3+ messages in thread
From: Haelwenn Monnier @ 2022-08-29 22:51 UTC (permalink / raw
To: gentoo-commits
commit: a37f26506e7dc50217be474177ec161a122c4d5d
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon Aug 29 22:50:56 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Aug 29 22:50:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a37f2650
app-eselect/eselect-bluespec: update DESCRIPTION
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild b/app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild
index 26f76e071..cbf9d7712 100644
--- a/app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild
+++ b/app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
inherit autotools
-DESCRIPTION="Manages the /usr/bin/vi symlink"
+DESCRIPTION="Manages the /usr/bin/bsc (bluespec) symlink"
HOMEPAGE="https://github.com/vowstar/eselect-bluespec"
SRC_URI="https://github.com/vowstar/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-eselect/eselect-bluespec/
@ 2023-11-03 3:47 Rui Huang
0 siblings, 0 replies; 3+ messages in thread
From: Rui Huang @ 2023-11-03 3:47 UTC (permalink / raw
To: gentoo-commits
commit: db0289f64600e7e9583d28f0ad01c9429ead4a80
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Fri Nov 3 03:46:24 2023 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Fri Nov 3 03:46:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db0289f6
app-eselect/eselect-bluespec: add 1.0.2, drop 1.0.1
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
app-eselect/eselect-bluespec/Manifest | 2 +-
.../{eselect-bluespec-1.0.1.ebuild => eselect-bluespec-1.0.2.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-eselect/eselect-bluespec/Manifest b/app-eselect/eselect-bluespec/Manifest
index 0206701eb3..2f3a527078 100644
--- a/app-eselect/eselect-bluespec/Manifest
+++ b/app-eselect/eselect-bluespec/Manifest
@@ -1 +1 @@
-DIST eselect-bluespec-1.0.1.tar.gz 1922 BLAKE2B 4b24e4762906f854a888ec21d5ab7768533ab163eb9290d1e50e4e835064235e9583bfc244d7cbada6141934f45e61b0832b4c4d192c3e79856b43cf41027d85 SHA512 4692fae610aa758a592ffdc9b13fcf78f1952280f3cc37708854a4bac373ab8a9df54589026355c1f600b8e562d6b8f1cad66ce6b739955c0a679631230042ee
+DIST eselect-bluespec-1.0.2.tar.gz 2155 BLAKE2B 44da143b7be0c300c25b96610b38c0381e07f817fd7a8356e77d292da87c13af14f8b8b5bd1b13aea212e6a1da97c36050293ae317029f2ce505c39c5b5c986f SHA512 6391e4a70e6f875198b27750dc5f4f29ad4b04739164b0a739aaf5b059ecdd97ffd144489f626ff88a7d3046860cc76899568e2872aec859660c74a6ba90f7da
diff --git a/app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild b/app-eselect/eselect-bluespec/eselect-bluespec-1.0.2.ebuild
similarity index 93%
rename from app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild
rename to app-eselect/eselect-bluespec/eselect-bluespec-1.0.2.ebuild
index 8375be04b7..6ad628bab2 100644
--- a/app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild
+++ b/app-eselect/eselect-bluespec/eselect-bluespec-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-11-03 3:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-03 3:47 [gentoo-commits] repo/proj/guru:dev commit in: app-eselect/eselect-bluespec/ Rui Huang
-- strict thread matches above, loose matches on Subject: below --
2022-08-29 22:51 Haelwenn Monnier
2022-08-28 17:01 Rui Huang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox