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

commit:     489103f14c6a9ba4b613778a1fef28e1f7ae82cb
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 12:08:10 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 12:21:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489103f1

gnustep-libs/pantomime: update openssl dependency

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 gnustep-libs/pantomime/pantomime-1.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnustep-libs/pantomime/pantomime-1.2.2.ebuild b/gnustep-libs/pantomime/pantomime-1.2.2.ebuild
index 2e14aa56dc9..6a0806e6054 100644
--- a/gnustep-libs/pantomime/pantomime-1.2.2.ebuild
+++ b/gnustep-libs/pantomime/pantomime-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 SLOT="0"
 IUSE=""
 
-DEPEND="dev-libs/openssl"
+DEPEND="dev-libs/openssl:0="
 RDEPEND="${DEPEND}"
 
 src_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/pantomime/
@ 2017-07-17 12:21 Bernard Cafarelli
  0 siblings, 0 replies; 17+ messages in thread
From: Bernard Cafarelli @ 2017-07-17 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     a2276edba7b779783a78b7992255ca5a63a5ce20
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 12:05:48 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 12:21:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2276edb

gnustep-libs/pantomime: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 gnustep-libs/pantomime/Manifest               |  1 -
 gnustep-libs/pantomime/pantomime-1.2.0.ebuild | 35 ---------------------------
 2 files changed, 36 deletions(-)

diff --git a/gnustep-libs/pantomime/Manifest b/gnustep-libs/pantomime/Manifest
index f516c8f8969..0161c6da566 100644
--- a/gnustep-libs/pantomime/Manifest
+++ b/gnustep-libs/pantomime/Manifest
@@ -1,2 +1 @@
-DIST Pantomime-1.2.0.tar.gz 466206 SHA256 c6484634dd0611d07108e7e006a2c6bdbe3e72b23de7473440df9a559f6b6218 SHA512 db2f0726c90f2b53631140f730187dc6307b54f328ac46e33c1ca8c5c60ef9fefe2e205e4f6209a6cc24292b92d793435befbd12313014b95721908f16995643 WHIRLPOOL bcb41ad9879b91ce84de2b06cf82e8260040f4090fe5352a8553176977143474d96c7b67f9ee74d0cfd226fe05d11bd602f737afa78ffc24a41c9dae899b3a89
 DIST Pantomime-1.2.2.tar.gz 468276 SHA256 f87b6b362b56c2b22667e614432f222604e318e61340a13b30c8277b180a3be8 SHA512 198c1e0248f47bbd2cc284eec0d804959ea2a51e4a4810f8909048b41fc4bfbbaab9fc86e1ad507611a77382f353b357615c52845228e2411a0da7af88b2988f WHIRLPOOL 93895bcf5819e1d5e8cbc23b21e70e51574f320d25a234ae7cd51873d7da0e1df4b4d4bffcbdf1b8faa172044b8a63212f47ca0340b53247fd9250d4cb293b18

diff --git a/gnustep-libs/pantomime/pantomime-1.2.0.ebuild b/gnustep-libs/pantomime/pantomime-1.2.0.ebuild
deleted file mode 100644
index a6747da4e65..00000000000
--- a/gnustep-libs/pantomime/pantomime-1.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils gnustep-2
-
-MY_P=${P/p/P}
-
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A set of Objective-C classes that model a mail system"
-HOMEPAGE="http://www.collaboration-world.com/pantomime/"
-SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1 Elm"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/openssl"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	sed -i -e "s|ADDITIONAL_LDFLAGS|LIBRARIES_DEPEND_UPON|" \
-		Framework/Pantomime/GNUmakefile || die "as-needed sed failed"
-}
-
-src_install() {
-	gnustep-base_src_install
-
-	cd "${S}"/Documentation
-	dodoc AUTHORS README TODO
-	docinto rfc
-	dodoc RFC/*
-}


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

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

commit:     38461a109346a1b451750493a7a417f9deb961d0
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 11:58: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=38461a10

gnustep-libs/pantomime: 1.2.3 bump

Point to new homepage, EAPI bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 gnustep-libs/pantomime/Manifest               |  1 +
 gnustep-libs/pantomime/pantomime-1.2.3.ebuild | 30 +++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/gnustep-libs/pantomime/Manifest b/gnustep-libs/pantomime/Manifest
index 0161c6da566..77c8360aab8 100644
--- a/gnustep-libs/pantomime/Manifest
+++ b/gnustep-libs/pantomime/Manifest
@@ -1 +1,2 @@
 DIST Pantomime-1.2.2.tar.gz 468276 SHA256 f87b6b362b56c2b22667e614432f222604e318e61340a13b30c8277b180a3be8 SHA512 198c1e0248f47bbd2cc284eec0d804959ea2a51e4a4810f8909048b41fc4bfbbaab9fc86e1ad507611a77382f353b357615c52845228e2411a0da7af88b2988f WHIRLPOOL 93895bcf5819e1d5e8cbc23b21e70e51574f320d25a234ae7cd51873d7da0e1df4b4d4bffcbdf1b8faa172044b8a63212f47ca0340b53247fd9250d4cb293b18
+DIST Pantomime-1.2.3.tar.gz 474666 SHA256 9feda9c66f460f4e4deb96d8b7a07f3287f8251e6796a98fa81937e9d063da7e SHA512 01c56411a6822dbe246c1ff7f2c8be7654e8a0b2fb2c0b4e868ea80a47a16ba832cf4a912bf5eb66e7823900d835698966d64f51bf414978cef2cb606a215ad6 WHIRLPOOL e1c381fb490d7736d29e88383998b8e448261fe4b6e10a7fb7395e82e3ec1c3a279bdf37a6943dc441d898ba39a0c4a65e6b58e2477f47889e2e0632642ad326

diff --git a/gnustep-libs/pantomime/pantomime-1.2.3.ebuild b/gnustep-libs/pantomime/pantomime-1.2.3.ebuild
new file mode 100644
index 00000000000..3d45d250711
--- /dev/null
+++ b/gnustep-libs/pantomime/pantomime-1.2.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils gnustep-2
+
+MY_P=${P/p/P}
+
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="A set of Objective-C classes that model a mail system"
+HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/index.html"
+SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1 Elm"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-libs/openssl:0="
+RDEPEND="${DEPEND}"
+
+src_install() {
+	gnustep-base_src_install
+
+	cd "${S}"/Documentation
+	dodoc AUTHORS README TODO
+	docinto rfc
+	dodoc RFC/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/pantomime/
@ 2017-10-19 21:36 Jonas Stein
  0 siblings, 0 replies; 17+ messages in thread
From: Jonas Stein @ 2017-10-19 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     2d61452cf6a92693902f220b2d5f1e5a153e8f83
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 21:35:55 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 21:35:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d61452c

gnustep-libs/pantomime: Remove proxy-maint

Remove proxy maintainer project from metadata, because there was no
proxied maintainer left.
Reported-By: Michael Mair-Keimberger
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 gnustep-libs/pantomime/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnustep-libs/pantomime/metadata.xml b/gnustep-libs/pantomime/metadata.xml
index 34187aae7c4..f2660569646 100644
--- a/gnustep-libs/pantomime/metadata.xml
+++ b/gnustep-libs/pantomime/metadata.xml
@@ -5,10 +5,6 @@
 	<email>gnustep@gentoo.org</email>
 	<name>Gentoo GNUstep Project</name>
 </maintainer>
-<maintainer type="project">
-	<email>proxy-maint@gentoo.org</email>
-	<name>Proxy Maintainers</name>
-</maintainer>
 <longdescription>
 A set of Objective-C classes that model a mail system.
 Author Ludovic Marcotte ludovic@Sophos.ca


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

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

commit:     af99de9a222fb76e6f892bd98d67abd26bdb4188
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 18 23:08:14 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=af99de9a

gnustep-libs/pantomime: 1.3.0 bump

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 gnustep-libs/pantomime/Manifest               |  1 +
 gnustep-libs/pantomime/pantomime-1.3.0.ebuild | 32 +++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/gnustep-libs/pantomime/Manifest b/gnustep-libs/pantomime/Manifest
index 4e2b18580b1..5e0e1585263 100644
--- a/gnustep-libs/pantomime/Manifest
+++ b/gnustep-libs/pantomime/Manifest
@@ -1,2 +1,3 @@
 DIST Pantomime-1.2.2.tar.gz 468276 BLAKE2B fcd740b52acd5351fe1d257b6bf5c0f517183e24bc8c8ac6c7753f3047b3b941817ba65a130e43f2b8b9e1f51f0759238420f84dcfc75b7ac49b23e69156c8bb SHA512 198c1e0248f47bbd2cc284eec0d804959ea2a51e4a4810f8909048b41fc4bfbbaab9fc86e1ad507611a77382f353b357615c52845228e2411a0da7af88b2988f
 DIST Pantomime-1.2.3.tar.gz 474666 BLAKE2B b2fc4db717f06a3fea889a2b99de4ca88f5253e0cdf026d96b24200ccd01b6eca058869eaef0a52cfd4585585e7e909ac39d1ad50b7e788a97bb3eeb75784634 SHA512 01c56411a6822dbe246c1ff7f2c8be7654e8a0b2fb2c0b4e868ea80a47a16ba832cf4a912bf5eb66e7823900d835698966d64f51bf414978cef2cb606a215ad6
+DIST Pantomime-1.3.0.tar.gz 500934 BLAKE2B b6153ff13956131ca4a6dff6ccb1355068753c4e39c2a371644c35934a9a47b9d571f1ff5c1a9bfbe3def1ef7fd90fb00d8c136a91c79ba1586118194b116d17 SHA512 868a686f34097ad06568aec6b22dd78befd70517e1688bbc83f0ca0882a908d7b1d8489a861b1140a6eb78f6aead343613b728347ff9938964be8db5eb3d27d9

diff --git a/gnustep-libs/pantomime/pantomime-1.3.0.ebuild b/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
new file mode 100644
index 00000000000..6a868b84fd5
--- /dev/null
+++ b/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnustep-2
+
+MY_P=${P/p/P}
+
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="A set of Objective-C classes that model a mail system"
+HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/index.html"
+SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1 Elm"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-libs/openssl:0="
+RDEPEND="${DEPEND}"
+
+DOCS=( "${S}"/Documentation/AUTHORS
+	"${S}"/Documentation/README
+	"${S}"/Documentation/TODO
+	"${S}"/Documentation/RFC
+	)
+
+src_install() {
+	gnustep-base_src_install
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/pantomime/
@ 2019-10-11 15:36 Michał Górny
  0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2019-10-11 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     37b452e4cbdee9878eaf57fee27c3efdd2926730
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 15:35:53 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 15:35:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b452e4

gnustep-libs: Remove *-fbsd KEYWORDS

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 gnustep-libs/pantomime/pantomime-1.2.2.ebuild | 2 +-
 gnustep-libs/pantomime/pantomime-1.2.3.ebuild | 2 +-
 gnustep-libs/pantomime/pantomime-1.3.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnustep-libs/pantomime/pantomime-1.2.2.ebuild b/gnustep-libs/pantomime/pantomime-1.2.2.ebuild
index 6a0806e6054..a4b4af052e0 100644
--- a/gnustep-libs/pantomime/pantomime-1.2.2.ebuild
+++ b/gnustep-libs/pantomime/pantomime-1.2.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.collaboration-world.com/pantomime/"
 SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1 Elm"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc x86"
 SLOT="0"
 IUSE=""
 

diff --git a/gnustep-libs/pantomime/pantomime-1.2.3.ebuild b/gnustep-libs/pantomime/pantomime-1.2.3.ebuild
index 3d45d250711..98e271ceccf 100644
--- a/gnustep-libs/pantomime/pantomime-1.2.3.ebuild
+++ b/gnustep-libs/pantomime/pantomime-1.2.3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/index.html"
 SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1 Elm"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~x86"
 SLOT="0"
 IUSE=""
 

diff --git a/gnustep-libs/pantomime/pantomime-1.3.0.ebuild b/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
index 6a868b84fd5..421617582e7 100644
--- a/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
+++ b/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/index.html"
 SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1 Elm"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~x86"
 SLOT="0"
 IUSE=""
 


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

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

commit:     c3aa3bdbbbc1af621c11b53bacce53f3eeac3f34
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 10:57:57 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=c3aa3bdb

gnustep-libs/pantomime: fix last gna SRC_URI

Also clean HOMEPAGE

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

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

diff --git a/gnustep-libs/pantomime/pantomime-1.2.2.ebuild b/gnustep-libs/pantomime/pantomime-1.2.2.ebuild
index a4b4af052e0..ef486f6a571 100644
--- a/gnustep-libs/pantomime/pantomime-1.2.2.ebuild
+++ b/gnustep-libs/pantomime/pantomime-1.2.2.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=5
@@ -9,8 +9,8 @@ MY_P=${P/p/P}
 S=${WORKDIR}/${MY_P}
 
 DESCRIPTION="A set of Objective-C classes that model a mail system"
-HOMEPAGE="http://www.collaboration-world.com/pantomime/"
-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"
 
 LICENSE="LGPL-2.1 Elm"
 KEYWORDS="amd64 ppc x86"

diff --git a/gnustep-libs/pantomime/pantomime-1.2.3.ebuild b/gnustep-libs/pantomime/pantomime-1.2.3.ebuild
index 98e271ceccf..cbc6ff15e4b 100644
--- a/gnustep-libs/pantomime/pantomime-1.2.3.ebuild
+++ b/gnustep-libs/pantomime/pantomime-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/p/P}
 S=${WORKDIR}/${MY_P}
 
 DESCRIPTION="A set of Objective-C classes that model a mail system"
-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"
 
 LICENSE="LGPL-2.1 Elm"

diff --git a/gnustep-libs/pantomime/pantomime-1.3.0.ebuild b/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
index 421617582e7..5f0b6c752ca 100644
--- a/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
+++ b/gnustep-libs/pantomime/pantomime-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/p/P}
 S=${WORKDIR}/${MY_P}
 
 DESCRIPTION="A set of Objective-C classes that model a mail system"
-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"
 
 LICENSE="LGPL-2.1 Elm"


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

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

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

gnustep-libs/pantomime: Stabilize 1.3.0 amd64, #819987

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

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

diff --git a/gnustep-libs/pantomime/pantomime-1.3.0.ebuild b/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
index 5f0b6c752ca..b9740b242c2 100644
--- a/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
+++ b/gnustep-libs/pantomime/pantomime-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
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/"
 SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1 Elm"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 SLOT="0"
 IUSE=""
 


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

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

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

gnustep-libs/pantomime: Stabilize 1.3.0 x86, #819987

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

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

diff --git a/gnustep-libs/pantomime/pantomime-1.3.0.ebuild b/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
index b9740b242c2..1a56e41ce68 100644
--- a/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
+++ b/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/"
 SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1 Elm"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 SLOT="0"
 IUSE=""
 


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

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

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

gnustep-libs/pantomime: Stabilize 1.3.0 ppc, #819987

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

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

diff --git a/gnustep-libs/pantomime/pantomime-1.3.0.ebuild b/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
index 1a56e41ce68f..5fe65f12ee6b 100644
--- a/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
+++ b/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/"
 SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1 Elm"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 SLOT="0"
 IUSE=""
 


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

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

commit:     6a953823e3b22d84ce02fd49aa0b5c93a64eb3bf
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 22:46:18 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 22:46:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a953823

gnustep-libs/pantomime: drop old

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

 gnustep-libs/pantomime/Manifest               |  2 --
 gnustep-libs/pantomime/pantomime-1.2.2.ebuild | 35 ---------------------------
 gnustep-libs/pantomime/pantomime-1.2.3.ebuild | 30 -----------------------
 3 files changed, 67 deletions(-)

diff --git a/gnustep-libs/pantomime/Manifest b/gnustep-libs/pantomime/Manifest
index 5e0e15852638..91f40b9b2da9 100644
--- a/gnustep-libs/pantomime/Manifest
+++ b/gnustep-libs/pantomime/Manifest
@@ -1,3 +1 @@
-DIST Pantomime-1.2.2.tar.gz 468276 BLAKE2B fcd740b52acd5351fe1d257b6bf5c0f517183e24bc8c8ac6c7753f3047b3b941817ba65a130e43f2b8b9e1f51f0759238420f84dcfc75b7ac49b23e69156c8bb SHA512 198c1e0248f47bbd2cc284eec0d804959ea2a51e4a4810f8909048b41fc4bfbbaab9fc86e1ad507611a77382f353b357615c52845228e2411a0da7af88b2988f
-DIST Pantomime-1.2.3.tar.gz 474666 BLAKE2B b2fc4db717f06a3fea889a2b99de4ca88f5253e0cdf026d96b24200ccd01b6eca058869eaef0a52cfd4585585e7e909ac39d1ad50b7e788a97bb3eeb75784634 SHA512 01c56411a6822dbe246c1ff7f2c8be7654e8a0b2fb2c0b4e868ea80a47a16ba832cf4a912bf5eb66e7823900d835698966d64f51bf414978cef2cb606a215ad6
 DIST Pantomime-1.3.0.tar.gz 500934 BLAKE2B b6153ff13956131ca4a6dff6ccb1355068753c4e39c2a371644c35934a9a47b9d571f1ff5c1a9bfbe3def1ef7fd90fb00d8c136a91c79ba1586118194b116d17 SHA512 868a686f34097ad06568aec6b22dd78befd70517e1688bbc83f0ca0882a908d7b1d8489a861b1140a6eb78f6aead343613b728347ff9938964be8db5eb3d27d9

diff --git a/gnustep-libs/pantomime/pantomime-1.2.2.ebuild b/gnustep-libs/pantomime/pantomime-1.2.2.ebuild
deleted file mode 100644
index f0d73de9e9e1..000000000000
--- a/gnustep-libs/pantomime/pantomime-1.2.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit gnustep-2
-
-MY_P=${P/p/P}
-
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A set of Objective-C classes that model a mail system"
-HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/"
-SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1 Elm"
-KEYWORDS="amd64 ppc x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/openssl:0="
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	sed -i -e "s|ADDITIONAL_LDFLAGS|LIBRARIES_DEPEND_UPON|" \
-		Framework/Pantomime/GNUmakefile || die "as-needed sed failed"
-}
-
-src_install() {
-	gnustep-base_src_install
-
-	cd "${S}"/Documentation
-	dodoc AUTHORS README TODO
-	docinto rfc
-	dodoc RFC/*
-}

diff --git a/gnustep-libs/pantomime/pantomime-1.2.3.ebuild b/gnustep-libs/pantomime/pantomime-1.2.3.ebuild
deleted file mode 100644
index aa539e25fb64..000000000000
--- a/gnustep-libs/pantomime/pantomime-1.2.3.ebuild
+++ /dev/null
@@ -1,30 +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/p/P}
-
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A set of Objective-C classes that model a mail system"
-HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/"
-SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1 Elm"
-KEYWORDS="~amd64 ~ppc ~x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/openssl:0="
-RDEPEND="${DEPEND}"
-
-src_install() {
-	gnustep-base_src_install
-
-	cd "${S}"/Documentation
-	dodoc AUTHORS README TODO
-	docinto rfc
-	dodoc RFC/*
-}


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

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

commit:     1ba74faafa3d3bf1cc967bad98627352e1264d71
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 21:53:44 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=1ba74faa

gnustep-libs/pantomime: add 1.4.0

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

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

diff --git a/gnustep-libs/pantomime/Manifest b/gnustep-libs/pantomime/Manifest
index 91f40b9b2da9..6dee03926d8f 100644
--- a/gnustep-libs/pantomime/Manifest
+++ b/gnustep-libs/pantomime/Manifest
@@ -1 +1,2 @@
 DIST Pantomime-1.3.0.tar.gz 500934 BLAKE2B b6153ff13956131ca4a6dff6ccb1355068753c4e39c2a371644c35934a9a47b9d571f1ff5c1a9bfbe3def1ef7fd90fb00d8c136a91c79ba1586118194b116d17 SHA512 868a686f34097ad06568aec6b22dd78befd70517e1688bbc83f0ca0882a908d7b1d8489a861b1140a6eb78f6aead343613b728347ff9938964be8db5eb3d27d9
+DIST Pantomime-1.4.0.tar.gz 509878 BLAKE2B 0ae100d8002c4d0d547334c5415a698cbbbb35c5ab055dbcab47e829c1193f2448f1fec7d8ba7c44fb4473483ff12394e2ce9e419cf539f34bda6cacb76457c7 SHA512 7452a79c35cd219a16467b4a43ace8becbe5985e645bdc8ddbcb3fe1d144f75dbb98563308c102951ef6573122aa4ec93b203902e4b23dcbb77b8aef864b728e

diff --git a/gnustep-libs/pantomime/pantomime-1.4.0.ebuild b/gnustep-libs/pantomime/pantomime-1.4.0.ebuild
new file mode 100644
index 000000000000..f5669b6ae8ff
--- /dev/null
+++ b/gnustep-libs/pantomime/pantomime-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/p/P}
+
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="A set of Objective-C classes that model a mail system"
+HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/"
+SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1 Elm"
+KEYWORDS="~amd64 ~ppc ~x86"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-libs/openssl:0=
+	>=gnustep-base/gnustep-base-1.29.0:="
+RDEPEND="${DEPEND}"
+
+DOCS=( "${S}"/Documentation/AUTHORS
+	"${S}"/Documentation/README
+	"${S}"/Documentation/TODO
+	"${S}"/Documentation/RFC
+	)
+
+src_install() {
+	gnustep-base_src_install
+	einstalldocs
+}


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

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

commit:     76753aa4b2fc9541c4326281a1afc689299880e2
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Sep 19 18:00:37 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 20:48:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76753aa4

gnustep-libs/pantomime: fix LICENSE, use HTTPS

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

 gnustep-libs/pantomime/pantomime-1.4.0.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnustep-libs/pantomime/pantomime-1.4.0.ebuild b/gnustep-libs/pantomime/pantomime-1.4.0.ebuild
index f5669b6ae8ff..5a56ad643e69 100644
--- a/gnustep-libs/pantomime/pantomime-1.4.0.ebuild
+++ b/gnustep-libs/pantomime/pantomime-1.4.0.ebuild
@@ -2,20 +2,19 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
+
 inherit gnustep-2
 
 MY_P=${P/p/P}
 
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A set of Objective-C classes that model a mail system"
-HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/"
+DESCRIPTION="Set of Objective-C classes that model a mail system"
+HOMEPAGE="https://www.nongnu.org/gnustep-nonfsf/gnumail/"
 SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
-LICENSE="LGPL-2.1 Elm"
+LICENSE="LGPL-2.1+ Elm"
 KEYWORDS="~amd64 ~ppc ~x86"
 SLOT="0"
-IUSE=""
 
 DEPEND="dev-libs/openssl:0=
 	>=gnustep-base/gnustep-base-1.29.0:="


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/pantomime/
@ 2023-12-18  0:11 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2023-12-18  0:11 UTC (permalink / raw
  To: gentoo-commits

commit:     0ffb6b7d9170f5d485f675f0720ad93ea5e512a9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 00:10:55 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 00:10:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffb6b7d

gnustep-libs/pantomime: Stabilize 1.4.0 amd64, #913075

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

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

diff --git a/gnustep-libs/pantomime/pantomime-1.4.0.ebuild b/gnustep-libs/pantomime/pantomime-1.4.0.ebuild
index 5a56ad643e69..bc6c5ba4bad0 100644
--- a/gnustep-libs/pantomime/pantomime-1.4.0.ebuild
+++ b/gnustep-libs/pantomime/pantomime-1.4.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-2.1+ Elm"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 SLOT="0"
 
 DEPEND="dev-libs/openssl:0=


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/pantomime/
@ 2023-12-26 16:37 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2023-12-26 16:37 UTC (permalink / raw
  To: gentoo-commits

commit:     9797f6d44ba7dbf88b8308cfc5b3bbf69b659086
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 16:36:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 16:36:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9797f6d4

gnustep-libs/pantomime: Stabilize 1.4.0 x86, #913075

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

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

diff --git a/gnustep-libs/pantomime/pantomime-1.4.0.ebuild b/gnustep-libs/pantomime/pantomime-1.4.0.ebuild
index bc6c5ba4bad0..c82352b3f957 100644
--- a/gnustep-libs/pantomime/pantomime-1.4.0.ebuild
+++ b/gnustep-libs/pantomime/pantomime-1.4.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-2.1+ Elm"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 SLOT="0"
 
 DEPEND="dev-libs/openssl:0=


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/pantomime/
@ 2024-03-26 20:17 Ionen Wolkens
  0 siblings, 0 replies; 17+ messages in thread
From: Ionen Wolkens @ 2024-03-26 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f75661f696d2f4ad2ba9fcf265de2085f4f124e2
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sun Mar 24 14:30:36 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 20:17:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75661f6

gnustep-libs/pantomime: Stabilize 1.4.0 ppc, #913075

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

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

diff --git a/gnustep-libs/pantomime/pantomime-1.4.0.ebuild b/gnustep-libs/pantomime/pantomime-1.4.0.ebuild
index c82352b3f957..730fcf6890a0 100644
--- a/gnustep-libs/pantomime/pantomime-1.4.0.ebuild
+++ b/gnustep-libs/pantomime/pantomime-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
@@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-2.1+ Elm"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 SLOT="0"
 
 DEPEND="dev-libs/openssl:0=


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

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

commit:     0f282d930704865854f1231e5574cf433ddb48a3
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 07:36:42 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=0f282d93

gnustep-libs/pantomime: drop 1.3.0

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

 gnustep-libs/pantomime/Manifest               |  1 -
 gnustep-libs/pantomime/pantomime-1.3.0.ebuild | 32 ---------------------------
 2 files changed, 33 deletions(-)

diff --git a/gnustep-libs/pantomime/Manifest b/gnustep-libs/pantomime/Manifest
index 6dee03926d8f..a50911f8c8c0 100644
--- a/gnustep-libs/pantomime/Manifest
+++ b/gnustep-libs/pantomime/Manifest
@@ -1,2 +1 @@
-DIST Pantomime-1.3.0.tar.gz 500934 BLAKE2B b6153ff13956131ca4a6dff6ccb1355068753c4e39c2a371644c35934a9a47b9d571f1ff5c1a9bfbe3def1ef7fd90fb00d8c136a91c79ba1586118194b116d17 SHA512 868a686f34097ad06568aec6b22dd78befd70517e1688bbc83f0ca0882a908d7b1d8489a861b1140a6eb78f6aead343613b728347ff9938964be8db5eb3d27d9
 DIST Pantomime-1.4.0.tar.gz 509878 BLAKE2B 0ae100d8002c4d0d547334c5415a698cbbbb35c5ab055dbcab47e829c1193f2448f1fec7d8ba7c44fb4473483ff12394e2ce9e419cf539f34bda6cacb76457c7 SHA512 7452a79c35cd219a16467b4a43ace8becbe5985e645bdc8ddbcb3fe1d144f75dbb98563308c102951ef6573122aa4ec93b203902e4b23dcbb77b8aef864b728e

diff --git a/gnustep-libs/pantomime/pantomime-1.3.0.ebuild b/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
deleted file mode 100644
index 5fe65f12ee6b..000000000000
--- a/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
+++ /dev/null
@@ -1,32 +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/p/P}
-
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A set of Objective-C classes that model a mail system"
-HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/"
-SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1 Elm"
-KEYWORDS="amd64 ppc x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/openssl:0="
-RDEPEND="${DEPEND}"
-
-DOCS=( "${S}"/Documentation/AUTHORS
-	"${S}"/Documentation/README
-	"${S}"/Documentation/TODO
-	"${S}"/Documentation/RFC
-	)
-
-src_install() {
-	gnustep-base_src_install
-	einstalldocs
-}


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

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

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-14 22:07 [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/pantomime/ Bernard Cafarelli
  -- strict thread matches above, loose matches on Subject: below --
2024-03-30  7:40 Bernard Cafarelli
2024-03-26 20:17 Ionen Wolkens
2023-12-26 16:37 Sam James
2023-12-18  0:11 Sam James
2023-09-19 20:49 Bernard Cafarelli
2021-11-29 22:46 Bernard Cafarelli
2021-11-29 22:39 Sam James
2021-10-26  3:12 Sam James
2021-10-26  3:12 Sam James
2019-11-17 11:13 Bernard Cafarelli
2019-10-11 15:36 Michał Górny
2018-07-18 23:16 Bernard Cafarelli
2017-10-19 21:36 Jonas Stein
2017-08-30 21:22 Bernard Cafarelli
2017-07-17 12:21 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