* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afc/
@ 2022-08-24 18:39 Oliver Freyermuth
0 siblings, 0 replies; 6+ messages in thread
From: Oliver Freyermuth @ 2022-08-24 18:39 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: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afc/
@ 2022-08-24 18:46 Oliver Freyermuth
0 siblings, 0 replies; 6+ messages in thread
From: Oliver Freyermuth @ 2022-08-24 18:46 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: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afc/
@ 2022-08-25 8:59 Oliver Freyermuth
0 siblings, 0 replies; 6+ messages in thread
From: Oliver Freyermuth @ 2022-08-25 8:59 UTC (permalink / raw
To: gentoo-commits
commit: b73b5f2d410e0a741cdfb9186acb5de83d4dec7a
Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Thu Aug 25 08:59:21 2022 +0000
Commit: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
CommitDate: Thu Aug 25 08:59:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b73b5f2d
app-misc/afc: add 1.1, drop 1.0
Closes: https://bugs.gentoo.org/866470
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
app-misc/afc/Manifest | 2 +-
app-misc/afc/{afc-1.0.ebuild => afc-1.1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/afc/Manifest b/app-misc/afc/Manifest
index eb8d0f639..8aa371ab5 100644
--- a/app-misc/afc/Manifest
+++ b/app-misc/afc/Manifest
@@ -1 +1 @@
-DIST afc-1.0.tar.gz 17012 BLAKE2B dce31a524a19a2e5c04b79b235a2c561dfc5ac794e91a0366e09d7688a9492d9541a003160afa15930e974e8719b35fe9964093eae2d08d6beb9188efed9f08c SHA512 d32d08313eda95eb124c9736f720e755e687b28f64a350b241bf50045c380a425bfd58012c2c6d016da75af9aa60d32dfb7d908a705bf1d6843c262987930da4
+DIST afc-1.1.tar.gz 17274 BLAKE2B 5beb4022166cdc75851606d718bc127073d45fce695d159956dc256d6e98d391f7ce3ba4c56db210d142512c052a9a3ece6bb61751c9cb4268a679c6fd1cd611 SHA512 9f554b6933870ea057c12ac2a501673ce97fd4c862ac6b4f306d1b8d14d76641470222d209e768ed998062542bff71823f0d427a3447354575561d3fac8e2671
diff --git a/app-misc/afc/afc-1.0.ebuild b/app-misc/afc/afc-1.1.ebuild
similarity index 100%
rename from app-misc/afc/afc-1.0.ebuild
rename to app-misc/afc/afc-1.1.ebuild
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afc/
@ 2022-08-26 14:28 Oliver Freyermuth
0 siblings, 0 replies; 6+ messages in thread
From: Oliver Freyermuth @ 2022-08-26 14:28 UTC (permalink / raw
To: gentoo-commits
commit: 9d7d7550f7ddad09faaa0f8c00a8ddd6771794a8
Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Fri Aug 26 14:27:15 2022 +0000
Commit: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
CommitDate: Fri Aug 26 14:27:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d7d7550
app-misc/afc: Reduce superfluous ebuild complexity.
Thanks @thesamesam for the helpful comments!
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
app-misc/afc/afc-1.1.ebuild | 4 +---
app-misc/afc/afc-9999.ebuild | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/app-misc/afc/afc-1.1.ebuild b/app-misc/afc/afc-1.1.ebuild
index 8dd4cc7ce..24d89f614 100644
--- a/app-misc/afc/afc-1.1.ebuild
+++ b/app-misc/afc/afc-1.1.ebuild
@@ -12,13 +12,11 @@ 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"
+ SRC_URI="https://github.com/olifre/${PN}/archive/${PV}.tar.gz -> ${P}.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
index 8dd4cc7ce..24d89f614 100644
--- a/app-misc/afc/afc-9999.ebuild
+++ b/app-misc/afc/afc-9999.ebuild
@@ -12,13 +12,11 @@ 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"
+ SRC_URI="https://github.com/olifre/${PN}/archive/${PV}.tar.gz -> ${P}.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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afc/
@ 2022-08-26 14:32 Oliver Freyermuth
0 siblings, 0 replies; 6+ messages in thread
From: Oliver Freyermuth @ 2022-08-26 14:32 UTC (permalink / raw
To: gentoo-commits
commit: 0f00d8e7fc594e42e8ab2259b8bfdf7c1e9dc94d
Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Fri Aug 26 14:32:26 2022 +0000
Commit: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
CommitDate: Fri Aug 26 14:32:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f00d8e7
app-misc/afc: should also RDEPEND on sys-libs/zlib.
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
app-misc/afc/afc-1.1.ebuild | 1 +
app-misc/afc/afc-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/app-misc/afc/afc-1.1.ebuild b/app-misc/afc/afc-1.1.ebuild
index 24d89f614..64e710db7 100644
--- a/app-misc/afc/afc-1.1.ebuild
+++ b/app-misc/afc/afc-1.1.ebuild
@@ -20,3 +20,4 @@ LICENSE="GPL-3+"
SLOT="0"
DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}"
diff --git a/app-misc/afc/afc-9999.ebuild b/app-misc/afc/afc-9999.ebuild
index 24d89f614..64e710db7 100644
--- a/app-misc/afc/afc-9999.ebuild
+++ b/app-misc/afc/afc-9999.ebuild
@@ -20,3 +20,4 @@ LICENSE="GPL-3+"
SLOT="0"
DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afc/
@ 2022-12-27 1:58 Oliver Freyermuth
0 siblings, 0 replies; 6+ messages in thread
From: Oliver Freyermuth @ 2022-12-27 1:58 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: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
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] 6+ messages in thread
end of thread, other threads:[~2022-12-27 1:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-26 14:32 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afc/ Oliver Freyermuth
-- strict thread matches above, loose matches on Subject: below --
2022-12-27 1:58 Oliver Freyermuth
2022-08-26 14:28 Oliver Freyermuth
2022-08-25 8:59 Oliver Freyermuth
2022-08-24 18:46 Oliver Freyermuth
2022-08-24 18:39 Oliver Freyermuth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox