From 6bd8e23d5276043abb01c0a5014851956046da5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 21 Mar 2022 16:38:37 +0100 Subject: net-im/ferdi: update to 5.8.0 --- net-im/ferdi/Manifest | 2 +- net-im/ferdi/ferdi-5.7.0.ebuild | 20 -------------------- net-im/ferdi/ferdi-5.8.0.ebuild | 20 ++++++++++++++++++++ 3 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 net-im/ferdi/ferdi-5.7.0.ebuild create mode 100644 net-im/ferdi/ferdi-5.8.0.ebuild diff --git a/net-im/ferdi/Manifest b/net-im/ferdi/Manifest index fec6e1b..5bc347e 100644 --- a/net-im/ferdi/Manifest +++ b/net-im/ferdi/Manifest @@ -1 +1 @@ -DIST ferdi-5.7.0.tar.gz 132623439 BLAKE2B 8b463bba7eecc8c806d9e07ae63de22ba2a64624cfff0f0b01db79b4474f04518e9258851aa0e71605fa2164b9dcf2baa746e626498dfe6ee8b16f41ffaf5c6f SHA512 9575c5c1f6a3ae848d4bb1f6b472fcbbfbeb43ce96a441d17b7afcf313a98b05be2f67520ed0cddb8454f07d3c7f6252af69720d65dd392017c1d1c62e5ffdf9 +DIST ferdi-5.8.0.tar.gz 132402412 BLAKE2B 55404c87793a04f9c4389d3d40336ae493e95c12c8572bcc2c5c820036e2482b246d48190434bc103568d9c348db3d571a2c457d0757743bca2d66dbaa03a9af SHA512 3dcc250c2e1e42a509a02fb214d82aa56e482d03139bb13016ac8952097a4816290da7b331bebee585501f9a320acbcceaf7c5a2715edf403c65e342d4851a79 diff --git a/net-im/ferdi/ferdi-5.7.0.ebuild b/net-im/ferdi/ferdi-5.7.0.ebuild deleted file mode 100644 index a3e30e7..0000000 --- a/net-im/ferdi/ferdi-5.7.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -EAPI=7 - -inherit desktop - -DESCRIPTION="Messaging app that combines common web applications into one" -HOMEPAGE="https://getferdi.com/" -SRC_URI="https://github.com/getferdi/ferdi/releases/download/v${PV}/${P}.tar.gz" -S="${WORKDIR}" - -LICENSE="GPL-3.0+" -SLOT="0" -KEYWORDS="amd64" - -src_install() { - dodir /opt - cp -R "${S}/${P}/" "${D}/opt/ferdi/" || die "Install failed!" - dodir /usr/bin - ln -s /opt/ferdi/ferdi "${D}/usr/bin/ferdi" - make_desktop_entry ferdi Ferdi -} diff --git a/net-im/ferdi/ferdi-5.8.0.ebuild b/net-im/ferdi/ferdi-5.8.0.ebuild new file mode 100644 index 0000000..a3e30e7 --- /dev/null +++ b/net-im/ferdi/ferdi-5.8.0.ebuild @@ -0,0 +1,20 @@ +EAPI=7 + +inherit desktop + +DESCRIPTION="Messaging app that combines common web applications into one" +HOMEPAGE="https://getferdi.com/" +SRC_URI="https://github.com/getferdi/ferdi/releases/download/v${PV}/${P}.tar.gz" +S="${WORKDIR}" + +LICENSE="GPL-3.0+" +SLOT="0" +KEYWORDS="amd64" + +src_install() { + dodir /opt + cp -R "${S}/${P}/" "${D}/opt/ferdi/" || die "Install failed!" + dodir /usr/bin + ln -s /opt/ferdi/ferdi "${D}/usr/bin/ferdi" + make_desktop_entry ferdi Ferdi +} -- cgit v1.2.3