diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2024-12-06 08:59:15 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2024-12-06 09:04:01 +0100 |
commit | d8ee5591104e0ac2262a539fc41b9d86c3050572 (patch) | |
tree | 91475e5fb7ac469eb597a2c5be5de48a24ecea23 /net-mail | |
parent | media-sound/cmus: dropped obsolete 2.11.0 (diff) | |
download | gentoo-d8ee5591104e0ac2262a539fc41b9d86c3050572.tar.gz gentoo-d8ee5591104e0ac2262a539fc41b9d86c3050572.tar.bz2 gentoo-d8ee5591104e0ac2262a539fc41b9d86c3050572.zip |
net-mail/ytnef: drop 2.0, 2.1.1
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/ytnef/Manifest | 2 | ||||
-rw-r--r-- | net-mail/ytnef/ytnef-2.0.ebuild | 32 | ||||
-rw-r--r-- | net-mail/ytnef/ytnef-2.1.1.ebuild | 32 |
3 files changed, 0 insertions, 66 deletions
diff --git a/net-mail/ytnef/Manifest b/net-mail/ytnef/Manifest index 04a3136d9020..663fc5c17d07 100644 --- a/net-mail/ytnef/Manifest +++ b/net-mail/ytnef/Manifest @@ -1,3 +1 @@ -DIST ytnef-2.0.tar.gz 301906 BLAKE2B 3d42cf3bfc311a8d227424939cdb1e7b37a038314655b24ce54e26fbc0e5a0a7aa9fad0d4592297a5c521d3957c753b492e9724edb06c449d654faf68c7f43e7 SHA512 9ceba15a774f552911779859b7de11baddb7f980b0e8751c02a0c27275fa5624a4d4d24177bb4edba243acf3a9c5b89ddbbed1e759a330794bed8b2da63ffeb6 -DIST ytnef-2.1.1.tar.gz 301963 BLAKE2B 257fa97a80b4f0d00f9d24605f484dc68fafe06527f448eac6f95e88e270bd37a51603fad2b3705b2ccba99f73e3b5619d502191ba646a2b79d45e661018d3fc SHA512 2bc8c42117266090e236063ce31d0db49acca7c24c74dcaaee0338b5b5b4284297e4255c7d8ed0795075a145c6fc7ca036fd7a96fb7bab324c686ef327b8017d DIST ytnef-2.1.2.tar.gz 301969 BLAKE2B 98971811f151a652324411660ca6d351b15ffd6a6768da366ea7a8decee1ef1c68cdef5f5ea11db6f03b990a17935a9c5db0a2826d13136fa24e3524aedacd05 SHA512 2b605d8e23309c613c208fa24d113d5720997393a8083565a546857bcc540ed87ad7f7b4b7e1b40aab272ab9646170ea9f3becca6ab81bba9653ffecfe37281c diff --git a/net-mail/ytnef/ytnef-2.0.ebuild b/net-mail/ytnef/ytnef-2.0.ebuild deleted file mode 100644 index f417f51b44e3..000000000000 --- a/net-mail/ytnef/ytnef-2.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Yeraze's TNEF Stream Reader - for winmail.dat files" -HOMEPAGE="https://github.com/Yeraze/ytnef" -SRC_URI="https://github.com/Yeraze/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2+" -SLOT="0" -QA_PKGCONFIG_VERSION="${PV}.0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86" -IUSE="static-libs" - -DEPEND="dev-build/libtool" -RDEPEND="dev-perl/MIME-tools" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name "*.la" -delete || die -} diff --git a/net-mail/ytnef/ytnef-2.1.1.ebuild b/net-mail/ytnef/ytnef-2.1.1.ebuild deleted file mode 100644 index 94116d3367be..000000000000 --- a/net-mail/ytnef/ytnef-2.1.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Yeraze's TNEF Stream Reader - for winmail.dat files" -HOMEPAGE="https://github.com/Yeraze/ytnef" -SRC_URI="https://github.com/Yeraze/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2+" -SLOT="0" -QA_PKGCONFIG_VERSION="${PV}.0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="static-libs" - -DEPEND="dev-build/libtool" -RDEPEND="dev-perl/MIME-tools" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name "*.la" -delete || die -} |