Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/fmawk/
Date: Wed, 01 Dec 2021 19:34:51
Message-Id: 1638120007.e5cb581d44e72ebac479e24876e040a818f1b03e.andrewammerlaan@gentoo
1 commit: e5cb581d44e72ebac479e24876e040a818f1b03e
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 28 17:20:07 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 17:20:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5cb581d
7
8 app-misc: moved fmawk to ::gentoo
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 app-misc/fmawk/Manifest | 2 --
13 app-misc/fmawk/fmawk-1.0.ebuild | 38 ------------------------------------
14 app-misc/fmawk/fmawk-1.2.ebuild | 42 ----------------------------------------
15 app-misc/fmawk/fmawk-9999.ebuild | 38 ------------------------------------
16 app-misc/fmawk/metadata.xml | 13 -------------
17 5 files changed, 133 deletions(-)
18
19 diff --git a/app-misc/fmawk/Manifest b/app-misc/fmawk/Manifest
20 deleted file mode 100644
21 index ed1497e67..000000000
22 --- a/app-misc/fmawk/Manifest
23 +++ /dev/null
24 @@ -1,2 +0,0 @@
25 -DIST fmawk-1.0.tar.gz 22346 BLAKE2B 34068288fd5c79ec2296a5763d7fdb67af17d688a4f0d3341b861160a15d6e5ca078b7bcf4382dec388ae19518cc963379b045e7d56f974f43608e4fb4ee5ede SHA512 33ea389bcf8bd025bf3fd5a7a8f39ea48c2748349f55ff0c855ba2f6c782e1a793d670aecff3fe23b38f91f33a0346729e791853b28ed8d127e3858e4e099068
26 -DIST fmawk-1.2.tar.gz 23399 BLAKE2B f4c20c8f1569a6715710a5cef02a767152694ef7e216c9fe707c7ac57c20dd012189db14777d47a980008255c7f51b5c165cdf086c41835a7ce550b758a8f350 SHA512 86d56e1cc893c385a0bb338957a9ef698c0edef4587e6d3a21aa316fd996fa3b1416220e5c235d613876a3d19650e8e7a20bf991a4ce67ce9759a362d2aaac30
27
28 diff --git a/app-misc/fmawk/fmawk-1.0.ebuild b/app-misc/fmawk/fmawk-1.0.ebuild
29 deleted file mode 100644
30 index b6061c618..000000000
31 --- a/app-misc/fmawk/fmawk-1.0.ebuild
32 +++ /dev/null
33 @@ -1,38 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -inherit optfeature
40 -
41 -DESCRIPTION="File manager written in awk"
42 -HOMEPAGE="https://github.com/huijunchen9260/fm.awk/"
43 -
44 -if [[ "${PV}" == *9999* ]]; then
45 - inherit git-r3
46 - EGIT_REPO_URI="https://github.com/huijunchen9260/fm.awk.git"
47 -else
48 - SRC_URI="https://github.com/huijunchen9260/fm.awk/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
49 - S="${WORKDIR}/fm.awk-${PV}"
50 - KEYWORDS="~amd64"
51 -fi
52 -
53 -LICENSE="GPL-3+"
54 -SLOT="0"
55 -
56 -RDEPEND="virtual/awk"
57 -
58 -src_compile() {
59 - :
60 -}
61 -
62 -src_install() {
63 - emake DESTDIR="${D}" UEBERZUG_SUPPORT=YES install
64 - einstalldocs
65 -}
66 -
67 -pkg_postinst() {
68 - optfeature "PDFs preview" app-text/poppler
69 - optfeature "images preview" media-gfx/chafa
70 - optfeature "videos preview" media-video/ffmpegthumbnailer
71 -}
72
73 diff --git a/app-misc/fmawk/fmawk-1.2.ebuild b/app-misc/fmawk/fmawk-1.2.ebuild
74 deleted file mode 100644
75 index 4e45b8dad..000000000
76 --- a/app-misc/fmawk/fmawk-1.2.ebuild
77 +++ /dev/null
78 @@ -1,42 +0,0 @@
79 -# Copyright 1999-2021 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=8
83 -
84 -inherit optfeature
85 -
86 -DESCRIPTION="File manager written in awk"
87 -HOMEPAGE="https://github.com/huijunchen9260/fm.awk/"
88 -
89 -if [[ "${PV}" == *9999* ]]; then
90 - inherit git-r3
91 - EGIT_REPO_URI="https://github.com/huijunchen9260/fm.awk.git"
92 -else
93 - SRC_URI="https://github.com/huijunchen9260/fm.awk/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
94 - S="${WORKDIR}/fm.awk-${PV}"
95 - KEYWORDS="~amd64"
96 -fi
97 -
98 -LICENSE="GPL-3+"
99 -SLOT="0"
100 -
101 -RDEPEND="virtual/awk"
102 -
103 -src_compile() {
104 - :
105 -}
106 -
107 -src_install() {
108 - local bin
109 - for bin in fm.awk fmawk fmawk-previewer; do
110 - dobin ${bin}
111 - done
112 -
113 - einstalldocs
114 -}
115 -
116 -pkg_postinst() {
117 - optfeature "PDFs preview" app-text/poppler
118 - optfeature "images preview" media-gfx/chafa
119 - optfeature "videos preview" media-video/ffmpegthumbnailer
120 -}
121
122 diff --git a/app-misc/fmawk/fmawk-9999.ebuild b/app-misc/fmawk/fmawk-9999.ebuild
123 deleted file mode 100644
124 index c93095012..000000000
125 --- a/app-misc/fmawk/fmawk-9999.ebuild
126 +++ /dev/null
127 @@ -1,38 +0,0 @@
128 -# Copyright 1999-2021 Gentoo Authors
129 -# Distributed under the terms of the GNU General Public License v2
130 -
131 -EAPI=8
132 -
133 -inherit optfeature
134 -
135 -DESCRIPTION="File manager written in awk"
136 -HOMEPAGE="https://github.com/huijunchen9260/fm.awk/"
137 -
138 -if [[ "${PV}" == *9999* ]]; then
139 - inherit git-r3
140 - EGIT_REPO_URI="https://github.com/huijunchen9260/fm.awk.git"
141 -else
142 - SRC_URI="https://github.com/huijunchen9260/fm.awk/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
143 - S="${WORKDIR}/fm.awk-${PV}"
144 - KEYWORDS="~amd64"
145 -fi
146 -
147 -LICENSE="GPL-3+"
148 -SLOT="0"
149 -
150 -RDEPEND="virtual/awk"
151 -
152 -src_compile() {
153 - :
154 -}
155 -
156 -src_install() {
157 - emake DESTDIR="${D}" install
158 - einstalldocs
159 -}
160 -
161 -pkg_postinst() {
162 - optfeature "PDFs preview" app-text/poppler
163 - optfeature "images preview" media-gfx/chafa
164 - optfeature "videos preview" media-video/ffmpegthumbnailer
165 -}
166
167 diff --git a/app-misc/fmawk/metadata.xml b/app-misc/fmawk/metadata.xml
168 deleted file mode 100644
169 index 9cb95c6dd..000000000
170 --- a/app-misc/fmawk/metadata.xml
171 +++ /dev/null
172 @@ -1,13 +0,0 @@
173 -<?xml version="1.0" encoding="UTF-8"?>
174 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
175 -
176 -<pkgmetadata>
177 - <maintainer type="person">
178 - <email>xgqt@××××××.net</email>
179 - <name>Maciej Barć</name>
180 - </maintainer>
181 - <upstream>
182 - <bugs-to>https://github.com/huijunchen9260/fm.awk/issues</bugs-to>
183 - <remote-id type="github">huijunchen9260/fm.awk</remote-id>
184 - </upstream>
185 -</pkgmetadata>