public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/cenon/
@ 2018-01-07 15:01 Bernard Cafarelli
  0 siblings, 0 replies; 8+ messages in thread
From: Bernard Cafarelli @ 2018-01-07 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     4ccf18f539fc1d38eebeddbcceee339edc885dd3
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 15:00:36 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 15:01:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ccf18f5

gnustep-apps/cenon: update SRC_URI

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 gnustep-apps/cenon/Manifest              | 2 +-
 gnustep-apps/cenon/cenon-4.0.2-r1.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnustep-apps/cenon/Manifest b/gnustep-apps/cenon/Manifest
index 08a19e31153..7564f31f492 100644
--- a/gnustep-apps/cenon/Manifest
+++ b/gnustep-apps/cenon/Manifest
@@ -1 +1 @@
-DIST Cenon-4.0.2.tar.bz2 4143462 BLAKE2B 86f64a398148c95fc3d292c942a6f54de2e550e770d88fbc2c4c405c80ddc30c6a98d6bf314aed273b46f6d3d7c108c7711cbfab2cecdbf7864b4da3be0a2cb8 SHA512 202532242eedaf936a35e5df176cf613afe22880f1341e6e9b054fdae9d9aa158acf67bc6927cbbe70cc6215be378e08e318c66ff6a28122676c3ca5b9950d72
+DIST Cenon-4.0.2.tar.bz2 4150615 BLAKE2B 75252c6495c0cdba32f18e31674ff1c4f8e3d6c7f94b56ac763bcd7d8bcb401fe6817e0a06642dc927ff87c32956e9277a777a7744a8a33135a4e3a76aa511cc SHA512 94bf95dbdb8fbe9c21fbe80cbc33fbe376c598cf79be295cb1045a0ac888da5363f388f3f051d593ca47f6c1fcbade2825389aec5da328c59158a1e5da89db75

diff --git a/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild b/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
index b8df58c5f64..209586efc0a 100644
--- a/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
+++ b/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ S=${WORKDIR}/${PN/c/C}
 
 DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
 HOMEPAGE="http://www.cenon.info/"
-SRC_URI="http://www.vhf-group.com/vhf-interservice/download/source/${P/c/C}.tar.bz2"
+SRC_URI="http://www.cenon.zone/download/source/${P/c/C}.tar.bz2"
 KEYWORDS="amd64 ppc x86"
 SLOT="0"
 LICENSE="Cenon"


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/cenon/
@ 2022-01-06 22:45 Bernard Cafarelli
  0 siblings, 0 replies; 8+ messages in thread
From: Bernard Cafarelli @ 2022-01-06 22:45 UTC (permalink / raw
  To: gentoo-commits

commit:     9fe33c8a14697638f5bf62e07d600d3bfa783a71
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  6 22:44:40 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Jan  6 22:45:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe33c8a

gnustep-apps/cenon: drop ppc keyword

ppc-specific compilation failure, don't hesitate to ping us if you are
interested in a ppc-keyworded cenon

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

 gnustep-apps/cenon/cenon-4.0.2-r1.ebuild | 4 ++--
 gnustep-apps/cenon/cenon-4.0.6.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild b/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
index 209586efc0a7..f95edddd59f8 100644
--- a/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
+++ b/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ S=${WORKDIR}/${PN/c/C}
 DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
 HOMEPAGE="http://www.cenon.info/"
 SRC_URI="http://www.cenon.zone/download/source/${P/c/C}.tar.bz2"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 x86"
 SLOT="0"
 LICENSE="Cenon"
 IUSE=""

diff --git a/gnustep-apps/cenon/cenon-4.0.6.ebuild b/gnustep-apps/cenon/cenon-4.0.6.ebuild
index 512edd10e9d2..36e93ec53433 100644
--- a/gnustep-apps/cenon/cenon-4.0.6.ebuild
+++ b/gnustep-apps/cenon/cenon-4.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ S=${WORKDIR}/${PN/c/C}
 DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
 HOMEPAGE="http://www.cenon.info/"
 SRC_URI="http://www.cenon.zone/download/source/${P/c/C}.tar.bz2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
 SLOT="0"
 LICENSE="Cenon"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/cenon/
@ 2022-03-21 20:43 Jakov Smolić
  0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2022-03-21 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     9ad2b5ff5169a5e737456360da719a80c44a6919
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 20:42:45 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 20:43:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad2b5ff

gnustep-apps/cenon: destabilize 4.0.2-r1 for ~x86

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

 gnustep-apps/cenon/cenon-4.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild b/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
index f95edddd59f8..5cf971f7860c 100644
--- a/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
+++ b/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
@@ -9,7 +9,7 @@ S=${WORKDIR}/${PN/c/C}
 DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
 HOMEPAGE="http://www.cenon.info/"
 SRC_URI="http://www.cenon.zone/download/source/${P/c/C}.tar.bz2"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 LICENSE="Cenon"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/cenon/
@ 2022-06-03 12:34 Jakov Smolić
  0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2022-06-03 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     ca1068bd66f74e5444763b7d705fb70b4767a134
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 12:32:31 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 12:33:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1068bd

gnustep-apps/cenon: Drop x86 keyword

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

 gnustep-apps/cenon/cenon-4.0.2-r1.ebuild | 2 +-
 gnustep-apps/cenon/cenon-4.0.6.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild b/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
index 5cf971f7860c..0ad1ebae9a69 100644
--- a/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
+++ b/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
@@ -9,7 +9,7 @@ S=${WORKDIR}/${PN/c/C}
 DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
 HOMEPAGE="http://www.cenon.info/"
 SRC_URI="http://www.cenon.zone/download/source/${P/c/C}.tar.bz2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64"
 SLOT="0"
 LICENSE="Cenon"
 IUSE=""

diff --git a/gnustep-apps/cenon/cenon-4.0.6.ebuild b/gnustep-apps/cenon/cenon-4.0.6.ebuild
index 36e93ec53433..40879e75730e 100644
--- a/gnustep-apps/cenon/cenon-4.0.6.ebuild
+++ b/gnustep-apps/cenon/cenon-4.0.6.ebuild
@@ -9,7 +9,7 @@ S=${WORKDIR}/${PN/c/C}
 DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
 HOMEPAGE="http://www.cenon.info/"
 SRC_URI="http://www.cenon.zone/download/source/${P/c/C}.tar.bz2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 SLOT="0"
 LICENSE="Cenon"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/cenon/
@ 2022-06-03 12:34 Jakov Smolić
  0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2022-06-03 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     89cabad605dab0bb61ace4697c94f91454fe38e2
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 12:33:32 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 12:33:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cabad6

gnustep-apps/cenon: drop 4.0.2-r1

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

 gnustep-apps/cenon/Manifest              |  1 -
 gnustep-apps/cenon/cenon-4.0.2-r1.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/gnustep-apps/cenon/Manifest b/gnustep-apps/cenon/Manifest
index 4cf033d88825..67039a1c92a8 100644
--- a/gnustep-apps/cenon/Manifest
+++ b/gnustep-apps/cenon/Manifest
@@ -1,2 +1 @@
-DIST Cenon-4.0.2.tar.bz2 4150615 BLAKE2B 75252c6495c0cdba32f18e31674ff1c4f8e3d6c7f94b56ac763bcd7d8bcb401fe6817e0a06642dc927ff87c32956e9277a777a7744a8a33135a4e3a76aa511cc SHA512 94bf95dbdb8fbe9c21fbe80cbc33fbe376c598cf79be295cb1045a0ac888da5363f388f3f051d593ca47f6c1fcbade2825389aec5da328c59158a1e5da89db75
 DIST Cenon-4.0.6.tar.bz2 10931177 BLAKE2B 40b62313360833b7ee3677143014e7cbe90b79290e9bdd1afe01c411bd4382d792354c6529f84c89eeb2be1c0e7ac7ce5f9557148014af07f46fc223932b20d4 SHA512 7fe4847cf4b2bc2a8f46e42d9e24e35dc42d0d7688ed02ea844cac562355611c64d3a1f0a90ae379db28415b40bb2fb38c2faf8c67bcc5ef7d5512cbc7452a3a

diff --git a/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild b/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
deleted file mode 100644
index 0ad1ebae9a69..000000000000
--- a/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit gnustep-2
-
-S=${WORKDIR}/${PN/c/C}
-
-DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
-HOMEPAGE="http://www.cenon.info/"
-SRC_URI="http://www.cenon.zone/download/source/${P/c/C}.tar.bz2"
-KEYWORDS="amd64"
-SLOT="0"
-LICENSE="Cenon"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=gnustep-libs/cenonlibrary-4.0.0"
-
-src_prepare() {
-	# Do not install files already provided by cenonlibrary
-	epatch "${FILESDIR}"/${P}-install.patch
-
-	epatch "${FILESDIR}"/${P}-check-return-value.patch
-	epatch "${FILESDIR}"/${P}-gnustep-gui-0.24-support.patch
-}


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/cenon/
@ 2022-06-03 12:35 Jakov Smolić
  0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2022-06-03 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     d0125eb95ece46434f5e766bc974490e9b1ea4d4
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 12:34:39 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 12:35:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0125eb9

gnustep-apps/cenon: Revert "drop 4.0.2-r1"

- New version isn't stable yet
This reverts commit 89cabad605dab0bb61ace4697c94f91454fe38e2.

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

 gnustep-apps/cenon/Manifest              |  1 +
 gnustep-apps/cenon/cenon-4.0.2-r1.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/gnustep-apps/cenon/Manifest b/gnustep-apps/cenon/Manifest
index 67039a1c92a8..4cf033d88825 100644
--- a/gnustep-apps/cenon/Manifest
+++ b/gnustep-apps/cenon/Manifest
@@ -1 +1,2 @@
+DIST Cenon-4.0.2.tar.bz2 4150615 BLAKE2B 75252c6495c0cdba32f18e31674ff1c4f8e3d6c7f94b56ac763bcd7d8bcb401fe6817e0a06642dc927ff87c32956e9277a777a7744a8a33135a4e3a76aa511cc SHA512 94bf95dbdb8fbe9c21fbe80cbc33fbe376c598cf79be295cb1045a0ac888da5363f388f3f051d593ca47f6c1fcbade2825389aec5da328c59158a1e5da89db75
 DIST Cenon-4.0.6.tar.bz2 10931177 BLAKE2B 40b62313360833b7ee3677143014e7cbe90b79290e9bdd1afe01c411bd4382d792354c6529f84c89eeb2be1c0e7ac7ce5f9557148014af07f46fc223932b20d4 SHA512 7fe4847cf4b2bc2a8f46e42d9e24e35dc42d0d7688ed02ea844cac562355611c64d3a1f0a90ae379db28415b40bb2fb38c2faf8c67bcc5ef7d5512cbc7452a3a

diff --git a/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild b/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
new file mode 100644
index 000000000000..0ad1ebae9a69
--- /dev/null
+++ b/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit gnustep-2
+
+S=${WORKDIR}/${PN/c/C}
+
+DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
+HOMEPAGE="http://www.cenon.info/"
+SRC_URI="http://www.cenon.zone/download/source/${P/c/C}.tar.bz2"
+KEYWORDS="amd64"
+SLOT="0"
+LICENSE="Cenon"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=gnustep-libs/cenonlibrary-4.0.0"
+
+src_prepare() {
+	# Do not install files already provided by cenonlibrary
+	epatch "${FILESDIR}"/${P}-install.patch
+
+	epatch "${FILESDIR}"/${P}-check-return-value.patch
+	epatch "${FILESDIR}"/${P}-gnustep-gui-0.24-support.patch
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/cenon/
@ 2022-06-06 20:50 Jakov Smolić
  0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2022-06-06 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     18622d9c9abdca348a91ef8adb6100847e57d24b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 20:50:48 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 20:50:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18622d9c

gnustep-apps/cenon: Stabilize 4.0.6 amd64, #820008

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

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

diff --git a/gnustep-apps/cenon/cenon-4.0.6.ebuild b/gnustep-apps/cenon/cenon-4.0.6.ebuild
index 40879e75730e..adfd7fb6cc13 100644
--- a/gnustep-apps/cenon/cenon-4.0.6.ebuild
+++ b/gnustep-apps/cenon/cenon-4.0.6.ebuild
@@ -9,7 +9,7 @@ S=${WORKDIR}/${PN/c/C}
 DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
 HOMEPAGE="http://www.cenon.info/"
 SRC_URI="http://www.cenon.zone/download/source/${P/c/C}.tar.bz2"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 SLOT="0"
 LICENSE="Cenon"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/cenon/
@ 2022-06-06 20:52 Jakov Smolić
  0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2022-06-06 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     d91e94939ed59260a4458381c3f4e45993d14ae0
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 20:51:34 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 20:52:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91e9493

gnustep-apps/cenon: drop 4.0.2-r1

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

 gnustep-apps/cenon/Manifest              |  1 -
 gnustep-apps/cenon/cenon-4.0.2-r1.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/gnustep-apps/cenon/Manifest b/gnustep-apps/cenon/Manifest
index 4cf033d88825..67039a1c92a8 100644
--- a/gnustep-apps/cenon/Manifest
+++ b/gnustep-apps/cenon/Manifest
@@ -1,2 +1 @@
-DIST Cenon-4.0.2.tar.bz2 4150615 BLAKE2B 75252c6495c0cdba32f18e31674ff1c4f8e3d6c7f94b56ac763bcd7d8bcb401fe6817e0a06642dc927ff87c32956e9277a777a7744a8a33135a4e3a76aa511cc SHA512 94bf95dbdb8fbe9c21fbe80cbc33fbe376c598cf79be295cb1045a0ac888da5363f388f3f051d593ca47f6c1fcbade2825389aec5da328c59158a1e5da89db75
 DIST Cenon-4.0.6.tar.bz2 10931177 BLAKE2B 40b62313360833b7ee3677143014e7cbe90b79290e9bdd1afe01c411bd4382d792354c6529f84c89eeb2be1c0e7ac7ce5f9557148014af07f46fc223932b20d4 SHA512 7fe4847cf4b2bc2a8f46e42d9e24e35dc42d0d7688ed02ea844cac562355611c64d3a1f0a90ae379db28415b40bb2fb38c2faf8c67bcc5ef7d5512cbc7452a3a

diff --git a/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild b/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
deleted file mode 100644
index 0ad1ebae9a69..000000000000
--- a/gnustep-apps/cenon/cenon-4.0.2-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit gnustep-2
-
-S=${WORKDIR}/${PN/c/C}
-
-DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
-HOMEPAGE="http://www.cenon.info/"
-SRC_URI="http://www.cenon.zone/download/source/${P/c/C}.tar.bz2"
-KEYWORDS="amd64"
-SLOT="0"
-LICENSE="Cenon"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=gnustep-libs/cenonlibrary-4.0.0"
-
-src_prepare() {
-	# Do not install files already provided by cenonlibrary
-	epatch "${FILESDIR}"/${P}-install.patch
-
-	epatch "${FILESDIR}"/${P}-check-return-value.patch
-	epatch "${FILESDIR}"/${P}-gnustep-gui-0.24-support.patch
-}


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

end of thread, other threads:[~2022-06-06 20:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-06 20:52 [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/cenon/ Jakov Smolić
  -- strict thread matches above, loose matches on Subject: below --
2022-06-06 20:50 Jakov Smolić
2022-06-03 12:35 Jakov Smolić
2022-06-03 12:34 Jakov Smolić
2022-06-03 12:34 Jakov Smolić
2022-03-21 20:43 Jakov Smolić
2022-01-06 22:45 Bernard Cafarelli
2018-01-07 15:01 Bernard Cafarelli

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