public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: sys-fs/ufiformat/
@ 2022-10-04 12:25 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-10-04 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     7556940b447cf93f31daad7a82b78ddaec45f187
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Oct  4 07:50:43 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 07:50:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7556940b

sys-fs/ufiformat: new package, add 0.9.9

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 sys-fs/ufiformat/ChangeLog              | 26 ++++++++++++++++++++++++++
 sys-fs/ufiformat/Manifest               |  4 ++++
 sys-fs/ufiformat/metadata.xml           |  7 +++++++
 sys-fs/ufiformat/ufiformat-0.9.9.ebuild | 17 +++++++++++++++++
 4 files changed, 54 insertions(+)

diff --git a/sys-fs/ufiformat/ChangeLog b/sys-fs/ufiformat/ChangeLog
new file mode 100644
index 000000000..e1f983227
--- /dev/null
+++ b/sys-fs/ufiformat/ChangeLog
@@ -0,0 +1,26 @@
+# ChangeLog for sys-fs/ufiformat
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# : $
+
+  01 Jun 2014; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+  ufiformat-0.9.9.ebuild:
+  Drop unneeded DOCS array
+
+*ufiformat-0.9.9 (26 Mar 2014)
+
+  26 Mar 2014; Michael Palimaka <kensington@gentoo.org>
+  -ufiformat-0.9.4.ebuild, +ufiformat-0.9.9.ebuild:
+  Version bump.
+
+  22 Jan 2009; Christian Ruppert (idl0r) <spooky85@gmail.com>
+  ufiformat-0.9.4.ebuild:
+  added missing die statements
+
+  22 Jan 2009; Christian Schmidt (twnqx) <gentoo@digadd.de>
+  -ufiformat-0.9.3.ebuild, +ufiformat-0.9.4.ebuild:
+  Version bump
+
+  29 Jul 2007; Christian Schmidt (twnqx) <gentoo@digadd.de> +metadata.xml,
+  +ufiformat-0.9.3.ebuild:
+  New Ebuild as requested in bug 156300
+

diff --git a/sys-fs/ufiformat/Manifest b/sys-fs/ufiformat/Manifest
new file mode 100644
index 000000000..375cdc655
--- /dev/null
+++ b/sys-fs/ufiformat/Manifest
@@ -0,0 +1,4 @@
+DIST ufiformat-0.9.9.tar.gz 98000 SHA256 e2f795bee9c0015d68d15ee1fc454c8dda6abac8465a84b34d7345f4b1313709 SHA512 7cb519e8ee8f9b159c5e13daeaff9d68dd8f27df6c4ca00fbb726fd5882358bef8685b7116e8ca5c3661120c2cb6ef80a6ed3c19fd2103bbffd2dfe240cccc8d WHIRLPOOL eb699c50bcf555bffab82c2aae58e4c9a497a907eacc649fd13fdb2277a0fdf6f813587e3e5f14870f7cc91aa00b97fe4f366603611eef761fef509689ad8405
+EBUILD ufiformat-0.9.9.ebuild 403 SHA256 389998255785f27231b3dd243008f5b0e625c809a63dbd0fc10cc93b6b4d67ea SHA512 6166f6a5e6b90e1aa745176854331316083bc80b4f585a16001cbc5db94407854ad77b65a1a359c6425615232944c9ee07960b8970e2d46346bc63c3fb8b68eb WHIRLPOOL b8065ae1ddb5b60ab36a93041cceb4e1e04e327a0099a531d4bdb4569795571e8c012b878d43dbc9b3307b633f99f74c64de05e38322a91dbd7bebcbb42558a4
+MISC ChangeLog 771 SHA256 344853cd99bb50b28afcfd098c501624b16f934ea1c536b884efa41751188b81 SHA512 202b0c24b24db8e31de948d2a54fdb32a447103bde5c322bede2aa8e73342081a62586a958271964c622b7208876bbe21d2b7a0d427e4aadee171bdd41e76b82 WHIRLPOOL 56af2d28292c08ae03bc4260dfd270ebb9f661a52d9bffce184ee350a1a0043894f5b106397d3fcecf97c8825f4c8a141376b77000afa96ccee1a75fd62c09b4
+MISC metadata.xml 218 SHA256 233939b895af8b57950632a105694c27dd29610443ed092ef127e48cfa6e39b1 SHA512 51f16738272cb5341713e71dd89853ff3435f3d00d1e94745a097e5a2153ac204c742ac9ef199afb9f50a301bd5ca0b11e63e34a50d9cca897142d0c8f8d7e57 WHIRLPOOL 8cd3a75f4bb8dcaef40fc9644c2c7b3a86019d6f63526f067a12cb3fd171dcfe3d8958fd11b2cdd8b41de6fcc869c8ec84dd0b8bffd9f9400be50e5788b0b3c9

diff --git a/sys-fs/ufiformat/metadata.xml b/sys-fs/ufiformat/metadata.xml
new file mode 100644
index 000000000..b2c910603
--- /dev/null
+++ b/sys-fs/ufiformat/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<longdescription lang="en">
+Formatter for USB floppy drives
+</longdescription>
+</pkgmetadata>

diff --git a/sys-fs/ufiformat/ufiformat-0.9.9.ebuild b/sys-fs/ufiformat/ufiformat-0.9.9.ebuild
new file mode 100644
index 000000000..e0bf3984a
--- /dev/null
+++ b/sys-fs/ufiformat/ufiformat-0.9.9.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# : $
+
+EAPI=8
+
+DESCRIPTION="USB Floppy Disk formatting tool"
+HOMEPAGE="https://github.com/tedigh/ufiformat"
+SRC_URI="https://github.com/tedigh/$PN/archive/refs/tags/v$PV.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-fs/e2fsprogs"
+DEPEND=${RDEPEND}


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

* [gentoo-commits] repo/proj/guru:master commit in: sys-fs/ufiformat/
@ 2022-10-04 12:25 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-10-04 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     13343f28aa024bf010087bbeea754a62d69e3876
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Oct  4 08:06:25 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 08:06:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13343f28

sys-fs/ufiformat: cleanup Manifest/metadata

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 sys-fs/ufiformat/ChangeLog    | 26 --------------------------
 sys-fs/ufiformat/Manifest     |  5 +----
 sys-fs/ufiformat/metadata.xml |  3 ++-
 3 files changed, 3 insertions(+), 31 deletions(-)

diff --git a/sys-fs/ufiformat/ChangeLog b/sys-fs/ufiformat/ChangeLog
deleted file mode 100644
index e1f983227..000000000
--- a/sys-fs/ufiformat/ChangeLog
+++ /dev/null
@@ -1,26 +0,0 @@
-# ChangeLog for sys-fs/ufiformat
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# : $
-
-  01 Jun 2014; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
-  ufiformat-0.9.9.ebuild:
-  Drop unneeded DOCS array
-
-*ufiformat-0.9.9 (26 Mar 2014)
-
-  26 Mar 2014; Michael Palimaka <kensington@gentoo.org>
-  -ufiformat-0.9.4.ebuild, +ufiformat-0.9.9.ebuild:
-  Version bump.
-
-  22 Jan 2009; Christian Ruppert (idl0r) <spooky85@gmail.com>
-  ufiformat-0.9.4.ebuild:
-  added missing die statements
-
-  22 Jan 2009; Christian Schmidt (twnqx) <gentoo@digadd.de>
-  -ufiformat-0.9.3.ebuild, +ufiformat-0.9.4.ebuild:
-  Version bump
-
-  29 Jul 2007; Christian Schmidt (twnqx) <gentoo@digadd.de> +metadata.xml,
-  +ufiformat-0.9.3.ebuild:
-  New Ebuild as requested in bug 156300
-

diff --git a/sys-fs/ufiformat/Manifest b/sys-fs/ufiformat/Manifest
index 375cdc655..42e43c941 100644
--- a/sys-fs/ufiformat/Manifest
+++ b/sys-fs/ufiformat/Manifest
@@ -1,4 +1 @@
-DIST ufiformat-0.9.9.tar.gz 98000 SHA256 e2f795bee9c0015d68d15ee1fc454c8dda6abac8465a84b34d7345f4b1313709 SHA512 7cb519e8ee8f9b159c5e13daeaff9d68dd8f27df6c4ca00fbb726fd5882358bef8685b7116e8ca5c3661120c2cb6ef80a6ed3c19fd2103bbffd2dfe240cccc8d WHIRLPOOL eb699c50bcf555bffab82c2aae58e4c9a497a907eacc649fd13fdb2277a0fdf6f813587e3e5f14870f7cc91aa00b97fe4f366603611eef761fef509689ad8405
-EBUILD ufiformat-0.9.9.ebuild 403 SHA256 389998255785f27231b3dd243008f5b0e625c809a63dbd0fc10cc93b6b4d67ea SHA512 6166f6a5e6b90e1aa745176854331316083bc80b4f585a16001cbc5db94407854ad77b65a1a359c6425615232944c9ee07960b8970e2d46346bc63c3fb8b68eb WHIRLPOOL b8065ae1ddb5b60ab36a93041cceb4e1e04e327a0099a531d4bdb4569795571e8c012b878d43dbc9b3307b633f99f74c64de05e38322a91dbd7bebcbb42558a4
-MISC ChangeLog 771 SHA256 344853cd99bb50b28afcfd098c501624b16f934ea1c536b884efa41751188b81 SHA512 202b0c24b24db8e31de948d2a54fdb32a447103bde5c322bede2aa8e73342081a62586a958271964c622b7208876bbe21d2b7a0d427e4aadee171bdd41e76b82 WHIRLPOOL 56af2d28292c08ae03bc4260dfd270ebb9f661a52d9bffce184ee350a1a0043894f5b106397d3fcecf97c8825f4c8a141376b77000afa96ccee1a75fd62c09b4
-MISC metadata.xml 218 SHA256 233939b895af8b57950632a105694c27dd29610443ed092ef127e48cfa6e39b1 SHA512 51f16738272cb5341713e71dd89853ff3435f3d00d1e94745a097e5a2153ac204c742ac9ef199afb9f50a301bd5ca0b11e63e34a50d9cca897142d0c8f8d7e57 WHIRLPOOL 8cd3a75f4bb8dcaef40fc9644c2c7b3a86019d6f63526f067a12cb3fd171dcfe3d8958fd11b2cdd8b41de6fcc869c8ec84dd0b8bffd9f9400be50e5788b0b3c9
+DIST ufiformat-0.9.9.tar.gz 98000 BLAKE2B ebfa3fedc39df583aa0535cd8945a6c856d90a25b0bb5b38e7208e9903c8146fc5fb1b2ad224f27e57e36d11ad0f729ad024822bd8ec047a32cc7f63f17117f9 SHA512 7cb519e8ee8f9b159c5e13daeaff9d68dd8f27df6c4ca00fbb726fd5882358bef8685b7116e8ca5c3661120c2cb6ef80a6ed3c19fd2103bbffd2dfe240cccc8d

diff --git a/sys-fs/ufiformat/metadata.xml b/sys-fs/ufiformat/metadata.xml
index b2c910603..5ff2df21a 100644
--- a/sys-fs/ufiformat/metadata.xml
+++ b/sys-fs/ufiformat/metadata.xml
@@ -2,6 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <longdescription lang="en">
-Formatter for USB floppy drives
+Low-level formatter for USB floppy drives. Provides similar functionality
+that fdformat did for internal floppy drives.
 </longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:master commit in: sys-fs/ufiformat/
@ 2023-01-25 10:34 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2023-01-25 10:34 UTC (permalink / raw
  To: gentoo-commits

commit:     75b669333fff0b9b7b6d42b9d6ce803ae99642be
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Wed Jan 25 07:53:07 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 07:53:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75b66933

sys-fs/ufiformat: add myself as a maintainer

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 sys-fs/ufiformat/metadata.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/sys-fs/ufiformat/metadata.xml b/sys-fs/ufiformat/metadata.xml
index 5ff2df21a..505d306db 100644
--- a/sys-fs/ufiformat/metadata.xml
+++ b/sys-fs/ufiformat/metadata.xml
@@ -1,6 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+<maintainer type="person">
+        <email>joe@wt.gd</email>
+        <name>joecool</name>
+</maintainer>
+<upstream>
+	<remote-id type="github">tedigh/ufiformat</remote-id>
+</upstream>
 <longdescription lang="en">
 Low-level formatter for USB floppy drives. Provides similar functionality
 that fdformat did for internal floppy drives.


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

* [gentoo-commits] repo/proj/guru:master commit in: sys-fs/ufiformat/
@ 2023-03-16 13:59 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2023-03-16 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     dd2cce685bdb1c9158de687dc8b4d9bf0d4cc88c
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Thu Mar 16 09:43:08 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 09:43:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd2cce68

sys-fs/ufiformat: QA silencing

QA complains about impl function declarations in configure,
skip the check.

Closes: https://bugs.gentoo.org/901447
Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 sys-fs/ufiformat/ufiformat-0.9.9.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys-fs/ufiformat/ufiformat-0.9.9.ebuild b/sys-fs/ufiformat/ufiformat-0.9.9.ebuild
index e0bf3984a..8e97e3103 100644
--- a/sys-fs/ufiformat/ufiformat-0.9.9.ebuild
+++ b/sys-fs/ufiformat/ufiformat-0.9.9.ebuild
@@ -15,3 +15,7 @@ IUSE=""
 
 RDEPEND="sys-fs/e2fsprogs"
 DEPEND=${RDEPEND}
+
+QA_CONFIG_IMPL_DECL_SKIP=(
+	makedev
+)


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

end of thread, other threads:[~2023-03-16 13:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-04 12:25 [gentoo-commits] repo/proj/guru:master commit in: sys-fs/ufiformat/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2023-03-16 13:59 Florian Schmaus
2023-01-25 10:34 Florian Schmaus
2022-10-04 12:25 Andrew Ammerlaan

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