commit:     fa5e34820407c73a501e84629a25014791e64524
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 07:36:06 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 07:40:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5e3482

gnustep-apps/gnumail: drop 1.3.0

Bug: https://bugs.gentoo.org/913073
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 gnustep-apps/gnumail/Manifest             |  1 -
 gnustep-apps/gnumail/gnumail-1.3.0.ebuild | 33 -------------------------------
 2 files changed, 34 deletions(-)

diff --git a/gnustep-apps/gnumail/Manifest b/gnustep-apps/gnumail/Manifest
index 4dbe75612fed..a428d451fe4c 100644
--- a/gnustep-apps/gnumail/Manifest
+++ b/gnustep-apps/gnumail/Manifest
@@ -1,2 +1 @@
-DIST GNUMail-1.3.0.tar.gz 1499242 BLAKE2B 
074b83fd5fc9599ccae8a9f286db77ce4d61db7bbc9c33d1fd86cef818831d05b297c598c776ec0254a379daa8fc73776857ff2578ec2e83835c5525def459f8
 SHA512 
9b3ccf0a2e086129d8f96cf1de38ceb16033ef4509c3fe15af2afe43c31eaad32d121c0f9cf53f3d86472067d4207736523a125162e632572c7d1aee1fbefd78
 DIST GNUMail-1.4.0.tar.gz 1873175 BLAKE2B 
c87efb48b30c1d5fa40789d7db3165e1be2c1b9847ed3e71cca28e90fe353ee562709c93ad10a6cb6284338f66f6786286f613a398669d22abbee63da97de1e5
 SHA512 
c6b8b94462a5d5620586e38b50030ed8dda4a54286e9fa38f68159c54e6c72e8ad470ff63394b8dc2649da63b3164b52ff072298a794622b6e0b32b7e29de991

diff --git a/gnustep-apps/gnumail/gnumail-1.3.0.ebuild 
b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
deleted file mode 100644
index c76e64581de7..000000000000
--- a/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnustep-2
-
-MY_P=${P/gnum/GNUM}
-
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A fully featured mail application for GNUstep"
-HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/";
-SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
-KEYWORDS="amd64 ppc x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="crypt"
-DEPEND=">=gnustep-base/gnustep-gui-0.11.0
-       =gnustep-libs/pantomime-1.3*
-       gnustep-apps/addresses"
-RDEPEND="crypt? ( app-crypt/gnupg )"
-
-src_prepare() {
-       use crypt || sed -i -e 's|Bundles/PGP||' GNUmakefile || die
-
-       default
-}
-
-src_install() {
-       gnustep-base_src_install
-       dodoc "${S}"/Documentation/*
-}

Reply via email to