diff options
author | Quetzaly Solano Gómez <gentoo@sattvik.com> | 2024-08-05 17:28:02 -0500 |
---|---|---|
committer | Quetzaly Solano Gómez <gentoo@sattvik.com> | 2024-08-05 17:28:02 -0500 |
commit | ef7397a09e27593d65a84be8465f583255996a61 (patch) | |
tree | f416545a9edc91074512a077b0689b7313bef811 | |
parent | app-emulation/*: Sync up with stefantalpalaru-overlay (diff) | |
download | sattvik-ef7397a09e27593d65a84be8465f583255996a61.tar.gz sattvik-ef7397a09e27593d65a84be8465f583255996a61.tar.bz2 sattvik-ef7397a09e27593d65a84be8465f583255996a61.zip |
app-backup/acts: Update EAPI from 6 to 8
Signed-off-by: Quetzaly Solano Gómez <gentoo@sattvik.com>
-rw-r--r-- | app-backup/acts/Manifest | 6 | ||||
-rw-r--r-- | app-backup/acts/acts-1.2.ebuild | 34 | ||||
-rw-r--r-- | app-backup/acts/acts-1.4.2.ebuild | 5 | ||||
-rw-r--r-- | app-backup/acts/metadata.xml | 3 |
4 files changed, 7 insertions, 41 deletions
diff --git a/app-backup/acts/Manifest b/app-backup/acts/Manifest index 0c9fb1b..1d00060 100644 --- a/app-backup/acts/Manifest +++ b/app-backup/acts/Manifest @@ -1,5 +1,3 @@ -DIST acts-1.2.tar.gz 4032 BLAKE2B c26a68c4389ed55dfc4af6b5bda37c15591b1582e1449229e83853502e38b5e782f32110a58a793e8ff914eaab06bde82fd79b6e04c404d8b0cc8d2c8046fa37 SHA512 8d11f390f1dcf5cfeb047a4fa873e121f4d134256f12648faa83901cee874a0c502dbe0854ea3a3a0956ab8bbe6a6754600f005481e6da8c191ce8d1ca07c076 DIST acts-1.4.2.tar.gz 8642 BLAKE2B 2dd8c70bf041aeb825c1176103bd8b13280eb2e736efd4e0f32d1b5850adf52220a909bf1b89bf216a300c69e426785ec4d16a9621ac90e9631082c56c9ce7f5 SHA512 55982ddb7f8e03fa28e419abbdbb83e889313dbfd87fdb22b82e44a76dcae994d50f7caa0f66a58e209432483d2eaa725b57ce76f872939d4d90989ee585b735 -EBUILD acts-1.2.ebuild 882 BLAKE2B 83bbd6452965dc8948f0f08f1fdd6b0cc4b20383fb5b7161b9c9ed564c058b640d8e305ff1fcc7f329503fd1675a266f7d5e8ed376648ecaeb224c3d007c4269 SHA512 b6f76c6f76acd20b23f8ac5f2804e2967c2fd3cfec822fce28968a10c2cbda9f1f78fb43282115418fc888a96bb35e03a9bc772900fc8b89ac0740409083d5bd -EBUILD acts-1.4.2.ebuild 908 BLAKE2B 4bd1b5c899b38be94fa13fae9428a6aa0ae246e5a8f60e22b23425922840b372343404f4a91341638b5e7069d4c7602ff47981d907bbd722b90cfce3348865a0 SHA512 753947b09feacfdaea27a28652de1d8602f0b319c2d1519df802ed4d5f558706277e98846941ef96096ada6a31e6348bb20b4841c9a4be17ce19d53ac8981566 -MISC metadata.xml 272 BLAKE2B 51e89344939f7843f12f6a64cfdb4b855f9419ca9aa8a3b5edfd7a39e424f79096c922657478eff200a77146f33caffdce8a600d1ca524aad8d7f652dbf4e60a SHA512 5642ae3d5838d97180b546652ea134cbc33601926dee21160ea3d9fa2cab8e4e8c728e59947ec208d78c557ae32c8dae48453d289739c7916c2bd9f0c27910ed +EBUILD acts-1.4.2.ebuild 900 BLAKE2B ea48cacc9f3641cfcdf77d3b86987f5917a631366ede348b3bf1fdd859b1bb57b400ef14a9517d8102443996ed12b2248f4af4e396269313d7a13042b18ee475 SHA512 b5b49858f54507af0d5adeae27c003cd31207f3e249770a952f0cd610f32ea6527b489c5c86d600fe5ffe04f5c15fe49c804d28ffea29a2b335525167f7c6693 +MISC metadata.xml 333 BLAKE2B 5ab4e43d22bb80781fc26e22a80b3f5ec3b52da64c238d3879e3e116a6dad31000502da96399b75b991a23b1f331820a4ee462be0589919dc4fb335a4fe86b00 SHA512 0eb23918979eb973c257114c1bc1c3f83870179635612b274138bcee7dcd92fda70121daad243f1aa40ef1498ec10e86b589c2ba16f19550ad5ec8548fbffd6e diff --git a/app-backup/acts/acts-1.2.ebuild b/app-backup/acts/acts-1.2.ebuild deleted file mode 100644 index a9d7fca..0000000 --- a/app-backup/acts/acts-1.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -DESCRIPTION="Another Calendar-based Tarsnap Script" -HOMEPAGE="https://github.com/alexjurkiewicz/acts" -SRC_URI="https://github.com/alexjurkiewicz/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="app-backup/tarsnap" -DEPEND="" - -src_install() { - dobin acts - dodoc acts.conf.sample README.rst - docinto "contrib" - dodoc contrib/acts-pre.sh contrib/acts-post.sh - docompress -x /usr/share/doc/${PF}/contrib -} - -pkg_postinst() { - if [ ! -f "${EROOT}/etc/acts.conf" ]; then - ewarn "You must configure ACTS by creating a configuration in:" - ewarn " ${EPREFIX}/etc/acts.conf" - ewarn "" - ewarn "A sample configuration has been installed to" - ewarn " ${EPREFIX}/usr/share/doc/${PF}/acts.conf.sample" - fi -} diff --git a/app-backup/acts/acts-1.4.2.ebuild b/app-backup/acts/acts-1.4.2.ebuild index a987724..8a7da7e 100644 --- a/app-backup/acts/acts-1.4.2.ebuild +++ b/app-backup/acts/acts-1.4.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Another Calendar-based Tarsnap Script" HOMEPAGE="https://github.com/alexjurkiewicz/acts" @@ -12,10 +12,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="app-backup/tarsnap" -DEPEND="" src_compile() { - true; + default } src_install() { diff --git a/app-backup/acts/metadata.xml b/app-backup/acts/metadata.xml index 20d0f6b..de323ca 100644 --- a/app-backup/acts/metadata.xml +++ b/app-backup/acts/metadata.xml @@ -5,4 +5,7 @@ <email>gentoo@sattvik.com</email> <name>Daniel Solano Gómez</name> </maintainer> + <upstream> + <remote-id type="github">alexjurkiewicz/acts</remote-id> + </upstream> </pkgmetadata> |