public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/textedit/
@ 2017-12-17 15:30 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2017-12-17 15:30 UTC (permalink / raw
  To: gentoo-commits

commit:     662f98730f42db88ad3658d9a2037067e55fee1e
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 15:29:50 2017 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 15:29:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662f9873

gnustep-apps/textedit: x86 stable wrt bug #639418

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild b/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild
index c6e42e5aa47..c1ded6382b9 100644
--- a/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild
+++ b/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ DESCRIPTION="A text editor with font, color, and style capabilities for GNUstep"
 HOMEPAGE="http://www.nongnu.org/backbone/"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/textedit/
@ 2017-12-17 15:31 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2017-12-17 15:31 UTC (permalink / raw
  To: gentoo-commits

commit:     8381be02bca4e324d8bb13065b5344fa78b0df21
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 15:31:08 2017 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 15:31:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8381be02

gnustep-apps/textedit: Drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../textedit/textedit-0.95_pre20100427.ebuild        | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/gnustep-apps/textedit/textedit-0.95_pre20100427.ebuild b/gnustep-apps/textedit/textedit-0.95_pre20100427.ebuild
deleted file mode 100644
index 7da8c47165a..00000000000
--- a/gnustep-apps/textedit/textedit-0.95_pre20100427.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-inherit eutils gnustep-2
-
-S=${WORKDIR}/TextEdit
-
-DESCRIPTION="A text editor with font, color, and style capabilities for GNUstep"
-HOMEPAGE="http://www.nongnu.org/backbone/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-KEYWORDS="amd64 ~ppc x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gcc47.patch
-}


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

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

commit:     a0736b0c379985376abe6e562a76a9c25bf965c3
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 08:11:16 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 08:14:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0736b0c

gnustep-apps/textedit: bump EAPI

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

 .../textedit/textedit-0.95_pre20100427-r2.ebuild    | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnustep-apps/textedit/textedit-0.95_pre20100427-r2.ebuild b/gnustep-apps/textedit/textedit-0.95_pre20100427-r2.ebuild
new file mode 100644
index 00000000000..e1b6b1a0f08
--- /dev/null
+++ b/gnustep-apps/textedit/textedit-0.95_pre20100427-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnustep-2
+
+S=${WORKDIR}/TextEdit
+
+DESCRIPTION="A text editor with font, color, and style capabilities for GNUstep"
+HOMEPAGE="http://www.nongnu.org/backbone/"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+PATCHES=(
+	"${FILESDIR}"/${P}-gcc47.patch
+	"${FILESDIR}"/${P}-nsinvalidargument.patch
+)


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/textedit/
@ 2021-12-11  4:12 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-12-11  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3032fa2f85fa661781cf1b811f26823b8b8eccba
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 04:12:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 04:12:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3032fa2f

gnustep-apps/textedit: Stabilize 0.95_pre20100427-r2 amd64, #828727

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

 gnustep-apps/textedit/textedit-0.95_pre20100427-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-apps/textedit/textedit-0.95_pre20100427-r2.ebuild b/gnustep-apps/textedit/textedit-0.95_pre20100427-r2.ebuild
index e1b6b1a0f082..b43c4d6f1fb1 100644
--- a/gnustep-apps/textedit/textedit-0.95_pre20100427-r2.ebuild
+++ b/gnustep-apps/textedit/textedit-0.95_pre20100427-r2.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="A text editor with font, color, and style capabilities for GNUstep"
 HOMEPAGE="http://www.nongnu.org/backbone/"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/textedit/
@ 2021-12-11 14:42 Jakov Smolić
  0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2021-12-11 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     10bb2d6c73d20246440c0293362b9013926cbdba
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 14:42:01 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 14:42:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bb2d6c

gnustep-apps/textedit: Stabilize 0.95_pre20100427-r2 x86, #828727

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 gnustep-apps/textedit/textedit-0.95_pre20100427-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-apps/textedit/textedit-0.95_pre20100427-r2.ebuild b/gnustep-apps/textedit/textedit-0.95_pre20100427-r2.ebuild
index b43c4d6f1fb1..da31d5286796 100644
--- a/gnustep-apps/textedit/textedit-0.95_pre20100427-r2.ebuild
+++ b/gnustep-apps/textedit/textedit-0.95_pre20100427-r2.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="A text editor with font, color, and style capabilities for GNUstep"
 HOMEPAGE="http://www.nongnu.org/backbone/"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/textedit/
@ 2021-12-11 14:48 Jakov Smolić
  0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2021-12-11 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b04c30d156bc6d84f55c0b3e726315d911bd1c96
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 14:47:12 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 14:48:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04c30d1

gnustep-apps/textedit: drop 0.95_pre20100427-r1

Bug: https://bugs.gentoo.org/828727
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 .../textedit/textedit-0.95_pre20100427-r1.ebuild    | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild b/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild
deleted file mode 100644
index 0b096dcb94e3..000000000000
--- a/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit epatch gnustep-2
-
-S=${WORKDIR}/TextEdit
-
-DESCRIPTION="A text editor with font, color, and style capabilities for GNUstep"
-HOMEPAGE="http://www.nongnu.org/backbone/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-KEYWORDS="amd64 ~ppc x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gcc47.patch
-	epatch "${FILESDIR}"/${P}-nsinvalidargument.patch
-}


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

end of thread, other threads:[~2021-12-11 14:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-11  4:12 [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/textedit/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-12-11 14:48 Jakov Smolić
2021-12-11 14:42 Jakov Smolić
2021-11-07  8:14 Bernard Cafarelli
2017-12-17 15:31 Mikle Kolyada
2017-12-17 15:30 Mikle Kolyada

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