public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/afc/
@ 2022-08-25  2:01 Ronny Gutbrod
  0 siblings, 0 replies; 3+ messages in thread
From: Ronny Gutbrod @ 2022-08-25  2:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e8b5b4f11540bbd2478ce634def73129ffabf583
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Wed Aug 24 18:46:32 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Aug 24 18:46:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8b5b4f1

app-misc/afc: Add missing metadata.xml.

Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>

 app-misc/afc/metadata.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/app-misc/afc/metadata.xml b/app-misc/afc/metadata.xml
new file mode 100644
index 000000000..bfca7c091
--- /dev/null
+++ b/app-misc/afc/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">
+		<email>o.freyermuth@googlemail.com</email>
+		<name>Oliver Freyermuth</name>
+	</maintainer>
+	<upstream>
+		<bugs-to>https://github.com/olifre/afc/issues</bugs-to>
+		<remote-id type="github">olifre/afc</remote-id>
+	</upstream>
+	<longdescription lang="en">
+		Anime File Checker is a simple file checker with neither frills nor extra bells and whistles.
+		It takes a list of files and calculates crc32 using zlib functionality, and shows whether it is found in the filename or not.
+	</longdescription>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/afc/
@ 2022-08-25  2:01 Ronny Gutbrod
  0 siblings, 0 replies; 3+ messages in thread
From: Ronny Gutbrod @ 2022-08-25  2:01 UTC (permalink / raw
  To: gentoo-commits

commit:     fa45ae0029fbc4eae9f19297aa45bd83aa63ee17
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Wed Aug 24 18:39:42 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Aug 24 18:39:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa45ae00

app-misc/afc: new package, add 1.0, 9999

Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>

 app-misc/afc/Manifest        |  1 +
 app-misc/afc/afc-1.0.ebuild  | 24 ++++++++++++++++++++++++
 app-misc/afc/afc-9999.ebuild | 24 ++++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/app-misc/afc/Manifest b/app-misc/afc/Manifest
new file mode 100644
index 000000000..eb8d0f639
--- /dev/null
+++ b/app-misc/afc/Manifest
@@ -0,0 +1 @@
+DIST afc-1.0.tar.gz 17012 BLAKE2B dce31a524a19a2e5c04b79b235a2c561dfc5ac794e91a0366e09d7688a9492d9541a003160afa15930e974e8719b35fe9964093eae2d08d6beb9188efed9f08c SHA512 d32d08313eda95eb124c9736f720e755e687b28f64a350b241bf50045c380a425bfd58012c2c6d016da75af9aa60d32dfb7d908a705bf1d6843c262987930da4

diff --git a/app-misc/afc/afc-1.0.ebuild b/app-misc/afc/afc-1.0.ebuild
new file mode 100644
index 000000000..8dd4cc7ce
--- /dev/null
+++ b/app-misc/afc/afc-1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit cmake
+
+DESCRIPTION="Anime File Checker, checks CRC32 contained in filenames"
+HOMEPAGE="https://github.com/olifre/afc"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/olifre/${PN}.git"
+else
+	SRC_URI="https://github.com/olifre/${PN}/archive/${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${PN}-${PV}"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE=""
+
+DEPEND="sys-libs/zlib"

diff --git a/app-misc/afc/afc-9999.ebuild b/app-misc/afc/afc-9999.ebuild
new file mode 100644
index 000000000..8dd4cc7ce
--- /dev/null
+++ b/app-misc/afc/afc-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit cmake
+
+DESCRIPTION="Anime File Checker, checks CRC32 contained in filenames"
+HOMEPAGE="https://github.com/olifre/afc"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/olifre/${PN}.git"
+else
+	SRC_URI="https://github.com/olifre/${PN}/archive/${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${PN}-${PV}"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE=""
+
+DEPEND="sys-libs/zlib"


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

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/afc/
@ 2022-12-27  8:05 Viorel Munteanu
  0 siblings, 0 replies; 3+ messages in thread
From: Viorel Munteanu @ 2022-12-27  8:05 UTC (permalink / raw
  To: gentoo-commits

commit:     887c8b481386783fd358339aeda90c424457992b
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Tue Dec 27 01:58:39 2022 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 01:58:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=887c8b48

app-misc/afc: add 1.2

Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>

 app-misc/afc/Manifest       |  1 +
 app-misc/afc/afc-1.2.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/app-misc/afc/Manifest b/app-misc/afc/Manifest
index 8aa371ab5..7dc781480 100644
--- a/app-misc/afc/Manifest
+++ b/app-misc/afc/Manifest
@@ -1 +1,2 @@
 DIST afc-1.1.tar.gz 17274 BLAKE2B 5beb4022166cdc75851606d718bc127073d45fce695d159956dc256d6e98d391f7ce3ba4c56db210d142512c052a9a3ece6bb61751c9cb4268a679c6fd1cd611 SHA512 9f554b6933870ea057c12ac2a501673ce97fd4c862ac6b4f306d1b8d14d76641470222d209e768ed998062542bff71823f0d427a3447354575561d3fac8e2671
+DIST afc-1.2.tar.gz 17283 BLAKE2B 0d3cb880f781b37a39268052b356cc81c933cae015a2b90b2c41e973028e688bd6f5b53f8c1ac2e7a964fbfee7c6ac38aa8964a5f92cf53cc3f4a6f5ef145a57 SHA512 4fc7bc12fcd2cbe118d72e629ee190b55774aa3ee4cd6c9a4fc0217b7fbb325946051bef534056df8d404b5201f2db28a8909901e5c4d6bab2fd03e62d0eec9f

diff --git a/app-misc/afc/afc-1.2.ebuild b/app-misc/afc/afc-1.2.ebuild
new file mode 100644
index 000000000..64e710db7
--- /dev/null
+++ b/app-misc/afc/afc-1.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit cmake
+
+DESCRIPTION="Anime File Checker, checks CRC32 contained in filenames"
+HOMEPAGE="https://github.com/olifre/afc"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/olifre/${PN}.git"
+else
+	SRC_URI="https://github.com/olifre/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2022-12-27  8:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-25  2:01 [gentoo-commits] repo/proj/guru:master commit in: app-misc/afc/ Ronny Gutbrod
  -- strict thread matches above, loose matches on Subject: below --
2022-08-25  2:01 Ronny Gutbrod
2022-12-27  8:05 Viorel Munteanu

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