public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/
@ 2017-07-17 12:21 Bernard Cafarelli
  0 siblings, 0 replies; 14+ messages in thread
From: Bernard Cafarelli @ 2017-07-17 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     aa925474d4a650967de80ede3d830fd637a00981
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 10:13:53 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 12:20:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa925474

gnustep-apps/gnumail: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 gnustep-apps/gnumail/Manifest             |  1 -
 gnustep-apps/gnumail/gnumail-1.2.0.ebuild | 80 -------------------------------
 gnustep-apps/gnumail/metadata.xml         |  4 --
 3 files changed, 85 deletions(-)

diff --git a/gnustep-apps/gnumail/Manifest b/gnustep-apps/gnumail/Manifest
index 75916bf026b..30f40750d15 100644
--- a/gnustep-apps/gnumail/Manifest
+++ b/gnustep-apps/gnumail/Manifest
@@ -1,2 +1 @@
-DIST GNUMail-1.2.0.tar.gz 1380032 SHA256 792512276b253d79362736fb0cb7d614d5a980ea356d03d6adec4d0dd0f6ef2c SHA512 ef0c806e5550daa064a789633c3ecb87819c1e94667fc69fc52bc2923a6819ac6e7fc5262a74503c3554e79429c3d2163eeb68fd30adcfe59ba3aede7ee0a7cb WHIRLPOOL 8fb58c22ff2a2b0a8949aefcbe16c943287069e96d0ff0543156065c7d15e5c0b781497b7f6d3d01f609a3d2ff3010437bc5353ca233cc0b06a9d704374442df
 DIST GNUMail-1.2.2.tar.gz 1397764 SHA256 31a0c34c3afe20afb6b8ebc41002d2f9dbc2134ceda2032e67e64cb7d884d8af SHA512 3243c51eb177c1fabeeb894e6231e5ace09fb08fd0eb9d6311726bdebddc743e3b3958b4c00597e7eb97de7c2a25f1ca7e8f4111e7d543ecd65ee5f35bea89cc WHIRLPOOL 75dc05440ce08962cd5376d8faca143fb38dea77d4d6adec2e6a6eeffb2e9088b498404f6a80a1328200853b756b3215eb7049247a72a2972d7dec9390697dbe

diff --git a/gnustep-apps/gnumail/gnumail-1.2.0.ebuild b/gnustep-apps/gnumail/gnumail-1.2.0.ebuild
deleted file mode 100644
index e3973428c72..00000000000
--- a/gnustep-apps/gnumail/gnumail-1.2.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit gnustep-2
-
-MY_P=${P/gnum/GNUM}
-
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A fully featured mail application for GNUstep"
-HOMEPAGE="http://www.collaboration-world.com/gnumail/"
-SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="crypt +emoticon +xface"
-DEPEND=">=gnustep-base/gnustep-gui-0.11.0
-	=gnustep-libs/pantomime-1.2*
-	gnustep-apps/addresses"
-RDEPEND="crypt? ( app-crypt/gnupg )"
-
-src_prepare() {
-	sed -i -e 's|GNUMail_GUI_LIBS =|LIBRARIES_DEPEND_UPON +=|' \
-		Framework/GNUMail/GNUmakefile || die "as-needed sed failed"
-}
-
-src_compile() {
-	egnustep_env
-	egnustep_make
-
-	cd Bundles/Clock
-	egnustep_make
-	cd "${S}"
-
-	if use xface ; then
-		cd Bundles/Face
-		egnustep_make
-		cd "${S}"
-	fi
-
-	if use crypt ; then
-		cd Bundles/PGP
-		egnustep_make
-		cd "${S}"
-	fi
-
-	if use emoticon ; then
-		cd Bundles/Emoticon
-		egnustep_make
-		cd "${S}"
-	fi
-}
-
-src_install() {
-	gnustep-base_src_install
-
-	cd Bundles/Clock
-	egnustep_install
-	cd "${S}"
-
-	if use xface ; then
-		cd Bundles/Face
-		egnustep_install
-		cd "${S}"
-	fi
-	if use crypt ; then
-		cd Bundles/PGP
-		egnustep_install
-		cd "${S}"
-	fi
-	if use emoticon ; then
-		cd Bundles/Emoticon
-		egnustep_install
-		cd "${S}"
-	fi
-
-	dodoc "${S}"/Documentation/*
-}

diff --git a/gnustep-apps/gnumail/metadata.xml b/gnustep-apps/gnumail/metadata.xml
index 9dd9800f6d3..f9a3efbf840 100644
--- a/gnustep-apps/gnumail/metadata.xml
+++ b/gnustep-apps/gnumail/metadata.xml
@@ -10,8 +10,4 @@ GNUMail.app is a fully featured mail application running on Linux (or FreeBSD, O
 
 GNUMail.app was written from scratch. It uses Pantomime as its mail handling framework.
 </longdescription>
-<use>
-	<flag name="emoticon">Enable extra Emoticon Bundle to see smiley's in e-mail
-		messages</flag>
-</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/
@ 2017-08-30 21:22 Bernard Cafarelli
  0 siblings, 0 replies; 14+ messages in thread
From: Bernard Cafarelli @ 2017-08-30 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     54bf6557bb1d791f568aa63fa2f5c902fcdae475
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 12:03:56 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 21:22:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54bf6557

gnustep-apps/gnumail: 1.2.3 bump

Point to new homepage, EAPI bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 gnustep-apps/gnumail/Manifest             |  1 +
 gnustep-apps/gnumail/gnumail-1.2.3.ebuild | 33 +++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/gnustep-apps/gnumail/Manifest b/gnustep-apps/gnumail/Manifest
index 30f40750d15..3e20e8ddad9 100644
--- a/gnustep-apps/gnumail/Manifest
+++ b/gnustep-apps/gnumail/Manifest
@@ -1 +1,2 @@
 DIST GNUMail-1.2.2.tar.gz 1397764 SHA256 31a0c34c3afe20afb6b8ebc41002d2f9dbc2134ceda2032e67e64cb7d884d8af SHA512 3243c51eb177c1fabeeb894e6231e5ace09fb08fd0eb9d6311726bdebddc743e3b3958b4c00597e7eb97de7c2a25f1ca7e8f4111e7d543ecd65ee5f35bea89cc WHIRLPOOL 75dc05440ce08962cd5376d8faca143fb38dea77d4d6adec2e6a6eeffb2e9088b498404f6a80a1328200853b756b3215eb7049247a72a2972d7dec9390697dbe
+DIST GNUMail-1.2.3.tar.gz 1411658 SHA256 8221f0fe4f9ff2fdf0049b645586c819dff135de4f9e8f77742d94c1f0e5106b SHA512 5ee9b134b16c9aa8a7a0d4aff1e9d12a8c8d4f1f68c54d58cc354c3444a57a4c0bb31393886589ef83ae588789f00fd6e1313d01eb1f950af6623cc9ee42e598 WHIRLPOOL 115303a9b5a3f7b8d7861f54942e750cdc071c999e38d4a8338c9ab449728e65bcb3d837de02889f5993c0914b32f62b7e410da90c16a770aecdfd9946fcc256

diff --git a/gnustep-apps/gnumail/gnumail-1.2.3.ebuild b/gnustep-apps/gnumail/gnumail-1.2.3.ebuild
new file mode 100644
index 00000000000..5cfe2b71f6c
--- /dev/null
+++ b/gnustep-apps/gnumail/gnumail-1.2.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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/index.html"
+SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="crypt"
+DEPEND=">=gnustep-base/gnustep-gui-0.11.0
+	=gnustep-libs/pantomime-1.2*
+	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/*
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/
@ 2018-07-18 23:16 Bernard Cafarelli
  0 siblings, 0 replies; 14+ messages in thread
From: Bernard Cafarelli @ 2018-07-18 23:16 UTC (permalink / raw
  To: gentoo-commits

commit:     d32214bc7c8c8ad12f7d684966172cf5975db58c
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 18 23:16:31 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 23:16:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32214bc

gnustep-apps/gnumail: 1.3.0 bump

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/gnustep-apps/gnumail/Manifest b/gnustep-apps/gnumail/Manifest
index 8abf8be8ff8..42164e7f63d 100644
--- a/gnustep-apps/gnumail/Manifest
+++ b/gnustep-apps/gnumail/Manifest
@@ -1,2 +1,3 @@
 DIST GNUMail-1.2.2.tar.gz 1397764 BLAKE2B 8b913d31d93d8bdbd186ecb50530926ccfec4917b3f4bd1ed9c70b86a97110cb1bae620cb24d9f8e1dbcebb652dbf1d30847cf8fdbc68a5ed0b1ede214440c57 SHA512 3243c51eb177c1fabeeb894e6231e5ace09fb08fd0eb9d6311726bdebddc743e3b3958b4c00597e7eb97de7c2a25f1ca7e8f4111e7d543ecd65ee5f35bea89cc
 DIST GNUMail-1.2.3.tar.gz 1411658 BLAKE2B 25feddbe4cb18305421488d3452093b5ef9dd04d4742b06c9260cd5428befa2643af8c34d402ecbcbeed20866adaf3a11c927b7d4aaa141869259799f5b39633 SHA512 5ee9b134b16c9aa8a7a0d4aff1e9d12a8c8d4f1f68c54d58cc354c3444a57a4c0bb31393886589ef83ae588789f00fd6e1313d01eb1f950af6623cc9ee42e598
+DIST GNUMail-1.3.0.tar.gz 1499242 BLAKE2B 074b83fd5fc9599ccae8a9f286db77ce4d61db7bbc9c33d1fd86cef818831d05b297c598c776ec0254a379daa8fc73776857ff2578ec2e83835c5525def459f8 SHA512 9b3ccf0a2e086129d8f96cf1de38ceb16033ef4509c3fe15af2afe43c31eaad32d121c0f9cf53f3d86472067d4207736523a125162e632572c7d1aee1fbefd78

diff --git a/gnustep-apps/gnumail/gnumail-1.3.0.ebuild b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
new file mode 100644
index 00000000000..fd4b6e0cef6
--- /dev/null
+++ b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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/index.html"
+SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+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/*
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/
@ 2019-11-17 11:13 Bernard Cafarelli
  0 siblings, 0 replies; 14+ messages in thread
From: Bernard Cafarelli @ 2019-11-17 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     4ee538ea3295feba25be2b7353b2be1409a6c7c2
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 10:59:25 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 11:13:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee538ea

gnustep-apps/gnumail: fix last gna SRC_URI

Also clean HOMEPAGE

Closes: https://bugs.gentoo.org/700034
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 gnustep-apps/gnumail/gnumail-1.2.2.ebuild | 6 +++---
 gnustep-apps/gnumail/gnumail-1.2.3.ebuild | 4 ++--
 gnustep-apps/gnumail/gnumail-1.3.0.ebuild | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnustep-apps/gnumail/gnumail-1.2.2.ebuild b/gnustep-apps/gnumail/gnumail-1.2.2.ebuild
index 24ad423bb22..e868cb0a386 100644
--- a/gnustep-apps/gnumail/gnumail-1.2.2.ebuild
+++ b/gnustep-apps/gnumail/gnumail-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,8 +9,8 @@ MY_P=${P/gnum/GNUM}
 S=${WORKDIR}/${MY_P}
 
 DESCRIPTION="A fully featured mail application for GNUstep"
-HOMEPAGE="http://www.collaboration-world.com/gnumail/"
-SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz"
+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"

diff --git a/gnustep-apps/gnumail/gnumail-1.2.3.ebuild b/gnustep-apps/gnumail/gnumail-1.2.3.ebuild
index e8f128039d7..fdd00a6aa1f 100644
--- a/gnustep-apps/gnumail/gnumail-1.2.3.ebuild
+++ b/gnustep-apps/gnumail/gnumail-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 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/index.html"
+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"

diff --git a/gnustep-apps/gnumail/gnumail-1.3.0.ebuild b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
index e60c66a9266..a4f43e35b04 100644
--- a/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
+++ b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 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/index.html"
+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"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/
@ 2021-10-26  3:12 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-10-26  3:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b40f82b42f862b47ca1550332d3641ae1eff8fc8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 26 03:11:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 03:11:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40f82b4

gnustep-apps/gnumail: Stabilize 1.3.0 x86, #819987

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gnustep-apps/gnumail/gnumail-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-apps/gnumail/gnumail-1.3.0.ebuild b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
index d82f17aac73..fad342d6711 100644
--- a/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
+++ b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~ppc x86"
 LICENSE="GPL-2"
 SLOT="0"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/
@ 2021-10-26  3:12 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-10-26  3:12 UTC (permalink / raw
  To: gentoo-commits

commit:     d5323d428fb0f5eaf3f85df82a28c95c800bdd89
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 26 03:10:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 03:10:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5323d42

gnustep-apps/gnumail: Stabilize 1.3.0 amd64, #819987

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gnustep-apps/gnumail/gnumail-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnustep-apps/gnumail/gnumail-1.3.0.ebuild b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
index a4f43e35b04..d82f17aac73 100644
--- a/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
+++ b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~ppc ~x86"
 LICENSE="GPL-2"
 SLOT="0"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/
@ 2021-11-29 22:39 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-11-29 22:39 UTC (permalink / raw
  To: gentoo-commits

commit:     9d3ad337da2795bb75016057931b965c1982915a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 22:39:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 22:39:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d3ad337

gnustep-apps/gnumail: Stabilize 1.3.0 ppc, #819987

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gnustep-apps/gnumail/gnumail-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-apps/gnumail/gnumail-1.3.0.ebuild b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
index fad342d67111..c76e64581de7 100644
--- a/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
+++ b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ppc x86"
 LICENSE="GPL-2"
 SLOT="0"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/
@ 2021-11-29 22:46 Bernard Cafarelli
  0 siblings, 0 replies; 14+ messages in thread
From: Bernard Cafarelli @ 2021-11-29 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     85e7f86801957569d984ffe535a1a4cfc9d60b72
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 22:45:39 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 22:45:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e7f868

gnustep-apps/gnumail: dorp old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 gnustep-apps/gnumail/Manifest             |  2 --
 gnustep-apps/gnumail/gnumail-1.2.2.ebuild | 34 -------------------------------
 gnustep-apps/gnumail/gnumail-1.2.3.ebuild | 33 ------------------------------
 3 files changed, 69 deletions(-)

diff --git a/gnustep-apps/gnumail/Manifest b/gnustep-apps/gnumail/Manifest
index 42164e7f63dc..d35bd0cc4c23 100644
--- a/gnustep-apps/gnumail/Manifest
+++ b/gnustep-apps/gnumail/Manifest
@@ -1,3 +1 @@
-DIST GNUMail-1.2.2.tar.gz 1397764 BLAKE2B 8b913d31d93d8bdbd186ecb50530926ccfec4917b3f4bd1ed9c70b86a97110cb1bae620cb24d9f8e1dbcebb652dbf1d30847cf8fdbc68a5ed0b1ede214440c57 SHA512 3243c51eb177c1fabeeb894e6231e5ace09fb08fd0eb9d6311726bdebddc743e3b3958b4c00597e7eb97de7c2a25f1ca7e8f4111e7d543ecd65ee5f35bea89cc
-DIST GNUMail-1.2.3.tar.gz 1411658 BLAKE2B 25feddbe4cb18305421488d3452093b5ef9dd04d4742b06c9260cd5428befa2643af8c34d402ecbcbeed20866adaf3a11c927b7d4aaa141869259799f5b39633 SHA512 5ee9b134b16c9aa8a7a0d4aff1e9d12a8c8d4f1f68c54d58cc354c3444a57a4c0bb31393886589ef83ae588789f00fd6e1313d01eb1f950af6623cc9ee42e598
 DIST GNUMail-1.3.0.tar.gz 1499242 BLAKE2B 074b83fd5fc9599ccae8a9f286db77ce4d61db7bbc9c33d1fd86cef818831d05b297c598c776ec0254a379daa8fc73776857ff2578ec2e83835c5525def459f8 SHA512 9b3ccf0a2e086129d8f96cf1de38ceb16033ef4509c3fe15af2afe43c31eaad32d121c0f9cf53f3d86472067d4207736523a125162e632572c7d1aee1fbefd78

diff --git a/gnustep-apps/gnumail/gnumail-1.2.2.ebuild b/gnustep-apps/gnumail/gnumail-1.2.2.ebuild
deleted file mode 100644
index e868cb0a3867..000000000000
--- a/gnustep-apps/gnumail/gnumail-1.2.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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.2*
-	gnustep-apps/addresses"
-RDEPEND="crypt? ( app-crypt/gnupg )"
-
-src_prepare() {
-	sed -i -e 's|GNUMail_GUI_LIBS =|LIBRARIES_DEPEND_UPON +=|' \
-		Framework/GNUMail/GNUmakefile || die "as-needed sed failed"
-	use crypt || sed -i -e 's|Bundles/PGP||' \
-		GNUmakefile || die "PGP bundle sed failed"
-}
-
-src_install() {
-	gnustep-base_src_install
-	dodoc "${S}"/Documentation/*
-}

diff --git a/gnustep-apps/gnumail/gnumail-1.2.3.ebuild b/gnustep-apps/gnumail/gnumail-1.2.3.ebuild
deleted file mode 100644
index fdd00a6aa1fa..000000000000
--- a/gnustep-apps/gnumail/gnumail-1.2.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 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.2*
-	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/*
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/
@ 2023-03-14 22:07 Bernard Cafarelli
  0 siblings, 0 replies; 14+ messages in thread
From: Bernard Cafarelli @ 2023-03-14 22:07 UTC (permalink / raw
  To: gentoo-commits

commit:     244936c86f41d696d549c893a1f38f8f7de76d02
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 21:58:16 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 22:07:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244936c8

gnustep-apps/gnumail: add 1.4.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 gnustep-apps/gnumail/Manifest             |  1 +
 gnustep-apps/gnumail/gnumail-1.4.0.ebuild | 33 +++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/gnustep-apps/gnumail/Manifest b/gnustep-apps/gnumail/Manifest
index d35bd0cc4c23..4dbe75612fed 100644
--- a/gnustep-apps/gnumail/Manifest
+++ b/gnustep-apps/gnumail/Manifest
@@ -1 +1,2 @@
 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.4.0.ebuild b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
new file mode 100644
index 000000000000..cd00afa9e872
--- /dev/null
+++ b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+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.4*
+	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/*
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/
@ 2023-09-19 20:49 Bernard Cafarelli
  0 siblings, 0 replies; 14+ messages in thread
From: Bernard Cafarelli @ 2023-09-19 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     1e431bf10dd785ae03839c136764f80ca83dada6
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Sep 19 16:58:38 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 20:48:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e431bf1

gnustep-apps/gnumail: fix LICENSE, minor style changes

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 gnustep-apps/gnumail/gnumail-1.4.0.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnustep-apps/gnumail/gnumail-1.4.0.ebuild b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
index cd00afa9e872..dbc1c2cb26d8 100644
--- a/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
+++ b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
@@ -2,20 +2,22 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
+
 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/"
+DESCRIPTION="Fully featured mail application for GNUstep"
+HOMEPAGE="https://www.nongnu.org/gnustep-nonfsf/gnumail/"
 SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
 KEYWORDS="~amd64 ~ppc ~x86"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 
 IUSE="crypt"
+
 DEPEND=">=gnustep-base/gnustep-gui-0.11.0
 	=gnustep-libs/pantomime-1.4*
 	gnustep-apps/addresses"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/
@ 2024-03-16  9:27 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2024-03-16  9:27 UTC (permalink / raw
  To: gentoo-commits

commit:     48e193bdafc0561b7b648dae83413e58c4832fd9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 09:27:06 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 09:27:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e193bd

gnustep-apps/gnumail: Stabilize 1.4.0 x86, #913073

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gnustep-apps/gnumail/gnumail-1.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnustep-apps/gnumail/gnumail-1.4.0.ebuild b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
index dbc1c2cb26d8..62420f334158 100644
--- a/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
+++ b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.nongnu.org/gnustep-nonfsf/gnumail/"
 SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 LICENSE="GPL-2+"
 SLOT="0"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/
@ 2024-03-29 13:37 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-03-29 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     587567400891f5e28462c844d0773dfdf4293a1d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 13:37:08 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 13:37:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58756740

gnustep-apps/gnumail: Stabilize 1.4.0 ppc, #913073

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gnustep-apps/gnumail/gnumail-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-apps/gnumail/gnumail-1.4.0.ebuild b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
index 62420f334158..79c4f81299d0 100644
--- a/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
+++ b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.nongnu.org/gnustep-nonfsf/gnumail/"
 SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 LICENSE="GPL-2+"
 SLOT="0"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/
@ 2024-03-30  7:40 Bernard Cafarelli
  0 siblings, 0 replies; 14+ messages in thread
From: Bernard Cafarelli @ 2024-03-30  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     faae43956f0a79b20cc01574aa9891b3f5bc9b8a
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 07:35:30 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=faae4395

gnustep-apps/gnumail: stabilize 1.4.0 for amd64

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

 gnustep-apps/gnumail/gnumail-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-apps/gnumail/gnumail-1.4.0.ebuild b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
index 79c4f81299d0..57975494dcd7 100644
--- a/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
+++ b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.nongnu.org/gnustep-nonfsf/gnumail/"
 SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 LICENSE="GPL-2+"
 SLOT="0"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/
@ 2024-03-30  7:40 Bernard Cafarelli
  0 siblings, 0 replies; 14+ messages in thread
From: Bernard Cafarelli @ 2024-03-30  7:40 UTC (permalink / raw
  To: gentoo-commits

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/*
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-03-30  7:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-26  3:12 [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-03-30  7:40 Bernard Cafarelli
2024-03-30  7:40 Bernard Cafarelli
2024-03-29 13:37 Arthur Zamarin
2024-03-16  9:27 Sam James
2023-09-19 20:49 Bernard Cafarelli
2023-03-14 22:07 Bernard Cafarelli
2021-11-29 22:46 Bernard Cafarelli
2021-11-29 22:39 Sam James
2021-10-26  3:12 Sam James
2019-11-17 11:13 Bernard Cafarelli
2018-07-18 23:16 Bernard Cafarelli
2017-08-30 21:22 Bernard Cafarelli
2017-07-17 12:21 Bernard Cafarelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox