public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gorm/
Date: Sun, 21 Jul 2024 21:31:51 +0000 (UTC)	[thread overview]
Message-ID: <1721597493.c8ca5d630d2c6eb250659aa9e39d41cee1811fc6.voyageur@gentoo> (raw)

commit:     c8ca5d630d2c6eb250659aa9e39d41cee1811fc6
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 21:15:31 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 21:31:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ca5d63

gnustep-apps/gorm: add 1.4.0

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

 gnustep-apps/gorm/Manifest          |  1 +
 gnustep-apps/gorm/gorm-1.4.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/gnustep-apps/gorm/Manifest b/gnustep-apps/gorm/Manifest
index 5fca6035be31..7ffe910b59e8 100644
--- a/gnustep-apps/gorm/Manifest
+++ b/gnustep-apps/gorm/Manifest
@@ -1,2 +1,3 @@
 DIST gorm-1.2.28.tar.gz 9158263 BLAKE2B 09e49bfb1329a1da0b379987e4b8ce6a69959d83c676b01829c18db543e5fc9c346230deb188153dde4e5257c47ec5e84aee008701a3a4b77bfc3ace132bd662 SHA512 0125e1c86f7158a647f65c3e1d6c9f167b7a58055a87b837ca44a14cc84c02edbc8472ba5362776fc05c000ac010189531738efec3952df7d2edf9a3d0328e6b
 DIST gorm-1.3.1.tar.gz 7090395 BLAKE2B 55abb7a6e367e5e100d30edc3abda0b8e0903ad71d01952131e4ab7b565c8bec944126f3b8932e1cc24a16e76ce0e55291d1bab59ea03b1c41e14dda070de500 SHA512 9c2474e01145cbe8ae97e00baa7aa8c114b2fe3853b44c9e893eeef444dd7e2fe036111a8d09745c3e624383e8e5e692a8d7cc845cc6c85860f111e54f085e00
+DIST gorm-1.4.0.tar.gz 770167 BLAKE2B 38e17454ae1a73dce7818731b4e10b62f2a5b2070b1a111c5d0ffadbb13c753fb077f0ce192e72bc948e10e7299397f165d8074d2707d52cd697181bceda1c1f SHA512 5d816a381759b89465aacadbf0d5f82630201db428e29dd11418f6ad52f3fc2ddc25e907470deffd5e564fb0c56d70d120ab9dea9b6df64cf3e58652025a4dad

diff --git a/gnustep-apps/gorm/gorm-1.4.0.ebuild b/gnustep-apps/gorm/gorm-1.4.0.ebuild
new file mode 100644
index 000000000000..a94bb1e8ab39
--- /dev/null
+++ b/gnustep-apps/gorm/gorm-1.4.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnustep-2
+
+DESCRIPTION="A clone of the NeXTstep Interface Builder application for GNUstep"
+HOMEPAGE="https://gnustep.github.io/experience/Gorm.html"
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P}.tar.gz"
+
+S=${WORKDIR}/apps-${PN}-${PN}-${PV//./_}
+LICENSE="GPL-3+ LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND=">=gnustep-base/gnustep-gui-0.31.0"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	sed -i -e "/DOCUMENT_NAME =.*/a \Gorm_DOC_INSTALL_DIR=Developer/Gorm" \
+		-e "/DOCUMENT_TEXT_NAME =.*/a \ANNOUNCE_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
+		-e "/DOCUMENT_TEXT_NAME =.*/a \README_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
+		-e "/DOCUMENT_TEXT_NAME =.*/a \NEWS_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
+		-e "/DOCUMENT_TEXT_NAME =.*/a \INSTALL_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
+		Documentation/GNUmakefile
+
+	default
+}


             reply	other threads:[~2024-07-21 21:31 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-21 21:31 Bernard Cafarelli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-23 22:15 [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gorm/ Bernard Cafarelli
2024-09-14 19:56 Andreas Sturmlechner
2024-09-10 18:47 Arthur Zamarin
2024-09-10 18:41 Arthur Zamarin
2024-09-10 18:41 Arthur Zamarin
2024-08-29 19:03 Andreas Sturmlechner
2024-04-09 18:03 Ulrich Müller
2024-04-09 17:34 Arthur Zamarin
2024-04-09 17:34 Arthur Zamarin
2024-03-26 20:17 Ionen Wolkens
2023-06-13 14:16 Bernard Cafarelli
2023-03-14 22:07 Bernard Cafarelli
2023-03-14 22:07 Bernard Cafarelli
2022-11-12  0:57 Bernard Cafarelli
2021-06-03 21:22 Bernard Cafarelli
2020-05-09 14:25 Bernard Cafarelli
2019-02-09  8:33 Bernard Cafarelli
2017-07-17 12:21 Bernard Cafarelli
2017-01-13 15:13 Agostino Sarubbo
2016-07-20 12:03 Bernard Cafarelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1721597493.c8ca5d630d2c6eb250659aa9e39d41cee1811fc6.voyageur@gentoo \
    --to=voyageur@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox