public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/beautysh/
@ 2021-04-14 13:05 Marco Scardovi
  0 siblings, 0 replies; 5+ messages in thread
From: Marco Scardovi @ 2021-04-14 13:05 UTC (permalink / raw
  To: gentoo-commits

commit:     336f4ce8b4dc3aa93af5ebc8cae268ba4917e27e
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Wed Apr 14 13:03:23 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Wed Apr 14 13:05:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=336f4ce8

dev-util/beautysh: new package

This package is used alone (or with atom editor) in order to
beautify shell/bash scripts if atom-beautify is used.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 dev-util/beautysh/Manifest              |  1 +
 dev-util/beautysh/beautysh-6.0.1.ebuild | 21 +++++++++++++++++++++
 dev-util/beautysh/metadata.xml          | 16 ++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-util/beautysh/Manifest b/dev-util/beautysh/Manifest
new file mode 100644
index 000000000..624fd367a
--- /dev/null
+++ b/dev-util/beautysh/Manifest
@@ -0,0 +1 @@
+DIST beautysh-6.0.1.tar.gz 14634 BLAKE2B ee81d9eca73676ad485f3b21eaf14d9aa8bdf294ede0951f850f30b005c30dede5265cba414df449d2ab55f238e82d841ee1f7b85d1407b973fc8c8da59b5650 SHA512 71ecdb10d73750966c0ebea44702e74e82828ba863d99274d6427b314cd3981ab04895e206e08ee68cc719d1e67cc6c3ff6ffc7f11e0978c69ffcbab21fe60e4

diff --git a/dev-util/beautysh/beautysh-6.0.1.ebuild b/dev-util/beautysh/beautysh-6.0.1.ebuild
new file mode 100644
index 000000000..322301949
--- /dev/null
+++ b/dev-util/beautysh/beautysh-6.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="This program takes upon itself the hard task of beautifying Bash scripts"
+HOMEPAGE="http://uncrustify.sourceforge.net/"
+SRC_URI="https://github.com/lovesegfault/beautysh/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( ${PYTHON_DEPS} )"

diff --git a/dev-util/beautysh/metadata.xml b/dev-util/beautysh/metadata.xml
new file mode 100644
index 000000000..2e54b33af
--- /dev/null
+++ b/dev-util/beautysh/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>marco@scardovi.com</email>
+		<name>Marco Scardovi</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="sourceforge">beautysh</remote-id>
+		<remote-id type="github">lovesegfault/beautysh</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/beautysh/
@ 2021-04-14 13:11 Marco Scardovi
  0 siblings, 0 replies; 5+ messages in thread
From: Marco Scardovi @ 2021-04-14 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     9e758ca529172b76a610fae269b598be4884ca82
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Wed Apr 14 13:11:13 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Wed Apr 14 13:11:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e758ca5

dev-util/beautysh: remove proxy-maint (left by mistake)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 dev-util/beautysh/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-util/beautysh/metadata.xml b/dev-util/beautysh/metadata.xml
index 2e54b33af..92c855353 100644
--- a/dev-util/beautysh/metadata.xml
+++ b/dev-util/beautysh/metadata.xml
@@ -5,10 +5,6 @@
 		<email>marco@scardovi.com</email>
 		<name>Marco Scardovi</name>
 	</maintainer>
-	<maintainer type="project" proxied="proxy">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
 	<upstream>
 		<remote-id type="sourceforge">beautysh</remote-id>
 		<remote-id type="github">lovesegfault/beautysh</remote-id>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/beautysh/
@ 2021-04-14 15:19 Marco Scardovi
  0 siblings, 0 replies; 5+ messages in thread
From: Marco Scardovi @ 2021-04-14 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     b514e50a8f8b2cb299c1c922392ded5e7eef2679
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Wed Apr 14 15:18:02 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Wed Apr 14 15:18:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b514e50a

dev-util/beautysh: remove test

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 dev-util/beautysh/beautysh-6.0.1.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-util/beautysh/beautysh-6.0.1.ebuild b/dev-util/beautysh/beautysh-6.0.1.ebuild
index 322301949..87782cefd 100644
--- a/dev-util/beautysh/beautysh-6.0.1.ebuild
+++ b/dev-util/beautysh/beautysh-6.0.1.ebuild
@@ -15,7 +15,3 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solar
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( ${PYTHON_DEPS} )"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/beautysh/
@ 2021-05-19  2:16 Anna Vyalkova
  0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2021-05-19  2:16 UTC (permalink / raw
  To: gentoo-commits

commit:     073dd615c44f77406cb4b3fce6bf12cdc5bc86ea
Author:     Anna Vyalkova <cyber <AT> sysrq <DOT> in>
AuthorDate: Wed May 19 01:39:25 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed May 19 01:39:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=073dd615

dev-util/beautysh: add 6.1.0

Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>

 dev-util/beautysh/Manifest              |  1 +
 dev-util/beautysh/beautysh-6.1.0.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/dev-util/beautysh/Manifest b/dev-util/beautysh/Manifest
index 624fd367a..4f025c622 100644
--- a/dev-util/beautysh/Manifest
+++ b/dev-util/beautysh/Manifest
@@ -1 +1,2 @@
 DIST beautysh-6.0.1.tar.gz 14634 BLAKE2B ee81d9eca73676ad485f3b21eaf14d9aa8bdf294ede0951f850f30b005c30dede5265cba414df449d2ab55f238e82d841ee1f7b85d1407b973fc8c8da59b5650 SHA512 71ecdb10d73750966c0ebea44702e74e82828ba863d99274d6427b314cd3981ab04895e206e08ee68cc719d1e67cc6c3ff6ffc7f11e0978c69ffcbab21fe60e4
+DIST beautysh-6.1.0.tar.gz 30192 BLAKE2B 78c469b2729204b2db86f71729d93649508ca4443917f9da020a96d95c04ed05291955797a4849a36f2b6da6ccc8268f0b29311d09e059590016039dadc22c36 SHA512 482956e615e69beefb4e0e13abd6ffcd8e89f538cd9cc3218feceb0adf5d73ce029f980894de02f45aabd05dde6088c3ba1e9fd23ff8e9a5133ecde28f8c83da

diff --git a/dev-util/beautysh/beautysh-6.1.0.ebuild b/dev-util/beautysh/beautysh-6.1.0.ebuild
new file mode 100644
index 000000000..a3c364d45
--- /dev/null
+++ b/dev-util/beautysh/beautysh-6.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
+
+inherit distutils-r1
+
+DESCRIPTION="Bash beautifier for the masses"
+HOMEPAGE="https://github.com/lovesegfault/beautysh https://pypi.python.org/pypi/beautysh"
+SRC_URI="https://github.com/lovesegfault/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/beautysh/
@ 2021-07-17 13:29 Marco Scardovi
  0 siblings, 0 replies; 5+ messages in thread
From: Marco Scardovi @ 2021-07-17 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     88e997748b31a9d952ae63f5abf1933efffa9a44
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Sat Jul 17 13:27:22 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Sat Jul 17 13:28:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88e99774

dev-util/beautysh: drop package as it does not exist anymore

Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 dev-util/beautysh/Manifest              |  2 --
 dev-util/beautysh/beautysh-6.0.1.ebuild | 17 -----------------
 dev-util/beautysh/beautysh-6.1.0.ebuild | 20 --------------------
 dev-util/beautysh/metadata.xml          | 12 ------------
 4 files changed, 51 deletions(-)

diff --git a/dev-util/beautysh/Manifest b/dev-util/beautysh/Manifest
deleted file mode 100644
index 4f025c622..000000000
--- a/dev-util/beautysh/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST beautysh-6.0.1.tar.gz 14634 BLAKE2B ee81d9eca73676ad485f3b21eaf14d9aa8bdf294ede0951f850f30b005c30dede5265cba414df449d2ab55f238e82d841ee1f7b85d1407b973fc8c8da59b5650 SHA512 71ecdb10d73750966c0ebea44702e74e82828ba863d99274d6427b314cd3981ab04895e206e08ee68cc719d1e67cc6c3ff6ffc7f11e0978c69ffcbab21fe60e4
-DIST beautysh-6.1.0.tar.gz 30192 BLAKE2B 78c469b2729204b2db86f71729d93649508ca4443917f9da020a96d95c04ed05291955797a4849a36f2b6da6ccc8268f0b29311d09e059590016039dadc22c36 SHA512 482956e615e69beefb4e0e13abd6ffcd8e89f538cd9cc3218feceb0adf5d73ce029f980894de02f45aabd05dde6088c3ba1e9fd23ff8e9a5133ecde28f8c83da

diff --git a/dev-util/beautysh/beautysh-6.0.1.ebuild b/dev-util/beautysh/beautysh-6.0.1.ebuild
deleted file mode 100644
index 87782cefd..000000000
--- a/dev-util/beautysh/beautysh-6.0.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="This program takes upon itself the hard task of beautifying Bash scripts"
-HOMEPAGE="http://uncrustify.sourceforge.net/"
-SRC_URI="https://github.com/lovesegfault/beautysh/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
-
-LICENSE="GPL-2"
-SLOT="0"

diff --git a/dev-util/beautysh/beautysh-6.1.0.ebuild b/dev-util/beautysh/beautysh-6.1.0.ebuild
deleted file mode 100644
index a3c364d45..000000000
--- a/dev-util/beautysh/beautysh-6.1.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
-
-inherit distutils-r1
-
-DESCRIPTION="Bash beautifier for the masses"
-HOMEPAGE="https://github.com/lovesegfault/beautysh https://pypi.python.org/pypi/beautysh"
-SRC_URI="https://github.com/lovesegfault/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-distutils_enable_tests pytest

diff --git a/dev-util/beautysh/metadata.xml b/dev-util/beautysh/metadata.xml
deleted file mode 100644
index 92c855353..000000000
--- a/dev-util/beautysh/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person" proxied="yes">
-		<email>marco@scardovi.com</email>
-		<name>Marco Scardovi</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="sourceforge">beautysh</remote-id>
-		<remote-id type="github">lovesegfault/beautysh</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-17 13:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-19  2:16 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/beautysh/ Anna Vyalkova
  -- strict thread matches above, loose matches on Subject: below --
2021-07-17 13:29 Marco Scardovi
2021-04-14 15:19 Marco Scardovi
2021-04-14 13:11 Marco Scardovi
2021-04-14 13:05 Marco Scardovi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox