Gentoo Archives: gentoo-commits

From: Marco Scardovi <marco@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/beautysh/
Date: Sat, 17 Jul 2021 13:29:13
Message-Id: 1626528516.88e997748b31a9d952ae63f5abf1933efffa9a44.marco@gentoo
1 commit: 88e997748b31a9d952ae63f5abf1933efffa9a44
2 Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
3 AuthorDate: Sat Jul 17 13:27:22 2021 +0000
4 Commit: Marco Scardovi <marco <AT> scardovi <DOT> com>
5 CommitDate: Sat Jul 17 13:28:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88e99774
7
8 dev-util/beautysh: drop package as it does not exist anymore
9
10 Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
11
12 dev-util/beautysh/Manifest | 2 --
13 dev-util/beautysh/beautysh-6.0.1.ebuild | 17 -----------------
14 dev-util/beautysh/beautysh-6.1.0.ebuild | 20 --------------------
15 dev-util/beautysh/metadata.xml | 12 ------------
16 4 files changed, 51 deletions(-)
17
18 diff --git a/dev-util/beautysh/Manifest b/dev-util/beautysh/Manifest
19 deleted file mode 100644
20 index 4f025c622..000000000
21 --- a/dev-util/beautysh/Manifest
22 +++ /dev/null
23 @@ -1,2 +0,0 @@
24 -DIST beautysh-6.0.1.tar.gz 14634 BLAKE2B ee81d9eca73676ad485f3b21eaf14d9aa8bdf294ede0951f850f30b005c30dede5265cba414df449d2ab55f238e82d841ee1f7b85d1407b973fc8c8da59b5650 SHA512 71ecdb10d73750966c0ebea44702e74e82828ba863d99274d6427b314cd3981ab04895e206e08ee68cc719d1e67cc6c3ff6ffc7f11e0978c69ffcbab21fe60e4
25 -DIST beautysh-6.1.0.tar.gz 30192 BLAKE2B 78c469b2729204b2db86f71729d93649508ca4443917f9da020a96d95c04ed05291955797a4849a36f2b6da6ccc8268f0b29311d09e059590016039dadc22c36 SHA512 482956e615e69beefb4e0e13abd6ffcd8e89f538cd9cc3218feceb0adf5d73ce029f980894de02f45aabd05dde6088c3ba1e9fd23ff8e9a5133ecde28f8c83da
26
27 diff --git a/dev-util/beautysh/beautysh-6.0.1.ebuild b/dev-util/beautysh/beautysh-6.0.1.ebuild
28 deleted file mode 100644
29 index 87782cefd..000000000
30 --- a/dev-util/beautysh/beautysh-6.0.1.ebuild
31 +++ /dev/null
32 @@ -1,17 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{7..9} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="This program takes upon itself the hard task of beautifying Bash scripts"
43 -HOMEPAGE="http://uncrustify.sourceforge.net/"
44 -SRC_URI="https://github.com/lovesegfault/beautysh/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
47 -
48 -LICENSE="GPL-2"
49 -SLOT="0"
50
51 diff --git a/dev-util/beautysh/beautysh-6.1.0.ebuild b/dev-util/beautysh/beautysh-6.1.0.ebuild
52 deleted file mode 100644
53 index a3c364d45..000000000
54 --- a/dev-util/beautysh/beautysh-6.1.0.ebuild
55 +++ /dev/null
56 @@ -1,20 +0,0 @@
57 -# Copyright 1999-2021 Gentoo Authors
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=7
61 -
62 -PYTHON_COMPAT=( python3_{7..9} )
63 -DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
64 -
65 -inherit distutils-r1
66 -
67 -DESCRIPTION="Bash beautifier for the masses"
68 -HOMEPAGE="https://github.com/lovesegfault/beautysh https://pypi.python.org/pypi/beautysh"
69 -SRC_URI="https://github.com/lovesegfault/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
70 -
71 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
72 -
73 -LICENSE="GPL-2"
74 -SLOT="0"
75 -
76 -distutils_enable_tests pytest
77
78 diff --git a/dev-util/beautysh/metadata.xml b/dev-util/beautysh/metadata.xml
79 deleted file mode 100644
80 index 92c855353..000000000
81 --- a/dev-util/beautysh/metadata.xml
82 +++ /dev/null
83 @@ -1,12 +0,0 @@
84 -<?xml version="1.0" encoding="UTF-8"?>
85 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
86 -<pkgmetadata>
87 - <maintainer type="person" proxied="yes">
88 - <email>marco@××××××××.com</email>
89 - <name>Marco Scardovi</name>
90 - </maintainer>
91 - <upstream>
92 - <remote-id type="sourceforge">beautysh</remote-id>
93 - <remote-id type="github">lovesegfault/beautysh</remote-id>
94 - </upstream>
95 -</pkgmetadata>