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

commit:     f37fdef8aa251bbb4bb99e0b0d799ab5e923152c
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 10:12:24 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 12:20:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37fdef8

gnustep-apps/gemas: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 gnustep-apps/gemas/Manifest         |  1 -
 gnustep-apps/gemas/gemas-0.3.ebuild | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/gnustep-apps/gemas/Manifest b/gnustep-apps/gemas/Manifest
index 1c6c9b206b3..1d0b49b6ed4 100644
--- a/gnustep-apps/gemas/Manifest
+++ b/gnustep-apps/gemas/Manifest
@@ -1,2 +1 @@
-DIST Gemas-0.3.tar.gz 89459 SHA256 3633404e429cb713b78c9c2220548c3adaa3eb8d79b97da5597a2b2f29f0123d SHA512 2562edd1b4007edd0769b0316cdefb85dde6a5e1cbf51d2a03a0f708eec293b5b7aaae30d32ff8ace9566b3344148447bd19995cd21d1dfe1b38c3d553d8e9e8 WHIRLPOOL 010eec43e2703098da1d96ace02c14d208086e11c219209b483a06d92a96222f83377585531026deb323f6c1d5294e22361ee071def25248d3362ad2aad5ae21
 DIST Gemas-0.4.tar.gz 552558 SHA256 db1709aac8ed4d5c609c19a922eb2d6ea518e5379a068dd03b2635970b4c59cd SHA512 6ae1acadd1be71362d93ac44498b789d160146f02c995280a003ac748c4d5dde615854014351c560e4e49576c20094dce0c4e2bef0c8096368c0c25679670e58 WHIRLPOOL 51c1b54f597773f427fc87511b6307ba8f926cc87d1685943bfef4529594d7e9cb8d71883debbde2bfa0f6132049f14f3007712e1b38fba438cf75dba8d2757c

diff --git a/gnustep-apps/gemas/gemas-0.3.ebuild b/gnustep-apps/gemas/gemas-0.3.ebuild
deleted file mode 100644
index 7c5cc56964e..00000000000
--- a/gnustep-apps/gemas/gemas-0.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit gnustep-2
-
-MY_P=${P/g/G}
-DESCRIPTION="a simple code editor for GNUstep"
-HOMEPAGE="http://wiki.gnustep.org/index.php/Gemas.app"
-SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=gnustep-libs/highlighterkit-0.1.2
-	>=virtual/gnustep-back-0.22.0"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}


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

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

commit:     8e6f6464ff8ff32852efd5b89786295fbfe863fa
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 11:04:01 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=8e6f6464

gnustep-apps/gemas: update SRC_URI to savannah

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

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

diff --git a/gnustep-apps/gemas/gemas-0.4.ebuild b/gnustep-apps/gemas/gemas-0.4.ebuild
index 2fdf624eafe..0eb9acc975e 100644
--- a/gnustep-apps/gemas/gemas-0.4.ebuild
+++ b/gnustep-apps/gemas/gemas-0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ inherit eutils gnustep-2
 MY_P=${P/g/G}
 DESCRIPTION="a simple code editor for GNUstep"
 HOMEPAGE="http://wiki.gnustep.org/index.php/Gemas.app"
-SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz"
+SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


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

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

commit:     2665e86cb449382a293ec9f8d58502679f1c6bf8
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  6 22:32:58 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 22:35:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2665e86c

gnustep-apps/gemas: bump EAPI

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

 gnustep-apps/gemas/{gemas-0.4.ebuild => gemas-0.4-r1.ebuild} | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnustep-apps/gemas/gemas-0.4.ebuild b/gnustep-apps/gemas/gemas-0.4-r1.ebuild
similarity index 79%
rename from gnustep-apps/gemas/gemas-0.4.ebuild
rename to gnustep-apps/gemas/gemas-0.4-r1.ebuild
index 779333075a6..276c00b2e2f 100644
--- a/gnustep-apps/gemas/gemas-0.4.ebuild
+++ b/gnustep-apps/gemas/gemas-0.4-r1.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit epatch gnustep-2
+EAPI=7
+inherit gnustep-2
 
 MY_P=${P/g/G}
 DESCRIPTION="a simple code editor for GNUstep"
@@ -21,15 +21,13 @@ RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${MY_P}
 
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-bundle_makefile.patch
-}
+PATCHES=( "${FILESDIR}"/${P}-bundle_makefile.patch )
 
 src_compile() {
 	gnustep-base_src_compile
 	if use projectcenter;
 	then
-		cd Bundle/Gemas || die "compile cd failed"
+		cd Bundle/Gemas || die
 		egnustep_make
 	fi
 }
@@ -38,7 +36,7 @@ src_install() {
 	gnustep-base_src_install
 	if use projectcenter;
 	then
-		cd Bundle/Gemas || die "install cd failed"
+		cd Bundle/Gemas || die
 		egnustep_install
 	fi
 }


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

end of thread, other threads:[~2021-11-06 22:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-17 12:21 [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gemas/ Bernard Cafarelli
  -- strict thread matches above, loose matches on Subject: below --
2019-11-17 11:13 Bernard Cafarelli
2021-11-06 22:35 Bernard Cafarelli

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