commit: be1c6f031fea016ef99060fa6091f032952a2ae7 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Thu Nov 28 11:26:35 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Thu Nov 28 11:31:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1c6f03
app-backup/duply: drop 2.3.1 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> app-backup/duply/Manifest | 1 - app-backup/duply/duply-2.3.1.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/app-backup/duply/Manifest b/app-backup/duply/Manifest index ce1eb0c6ee18..23840b18ea1f 100644 --- a/app-backup/duply/Manifest +++ b/app-backup/duply/Manifest @@ -1,2 +1 @@ -DIST duply_2.3.1.tgz 51531 BLAKE2B b351d57621cc24cdacf9c0b54c107e4b9caad5da31401534f8add0ae320e5d0534fff9f97fa685f76efcc90b9e6b3a18e87a1d11b90285410cdd3375aa8b5c56 SHA512 90f6172e196667c1bf35d4b0acd5759ccfa34a1b7cacdbcf502a67689b7698fca4e4a9ce419b42b70eb57fb784a7c789e2283a8ac366bade9aec25c393548ef8 DIST duply_2.5.2.tgz 54034 BLAKE2B 918553c620a3fcf7b1b52b3ebfac1bdd94da75bdbb55f1f1489a52952d2e514066670577642ef06fd4c1420a9c0b2a3c6faca1dc82b7d6b55c8173ee46bfc1f4 SHA512 79c2260fcfe9d0282c96bb0b7a11ac3f29f836bfb799665d4d7ac5c3682743f17b650a056a5e3b755a316aa971727e610cc0b68d06190271a33c9030c3d2fa53 diff --git a/app-backup/duply/duply-2.3.1.ebuild b/app-backup/duply/duply-2.3.1.ebuild deleted file mode 100644 index 0fbf1c602199..000000000000 --- a/app-backup/duply/duply-2.3.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A shell frontend for duplicity" -HOMEPAGE="https://duply.net" -SRC_URI="https://jztkft.dl.sourceforge.net/project/ftplicity/${PN}%20%28simple%20duplicity%29/$(ver_cut 1-2).x/${PN}_${PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -BDEPEND="app-text/txt2man" -RDEPEND="app-backup/duplicity" - -S="${WORKDIR}/${PN}_${PV}" - -src_install() { - dobin ${PN} - ./${PN} txt2man > ${PN}.1 || die - doman ${PN}.1 - dodoc CHANGELOG.txt -}
