From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gtkada/
Date: Thu, 27 May 2021 20:22:01 +0000 (UTC) [thread overview]
Message-ID: <1622146904.05464ddecea88154ba391204f6ddcd4e6fa26dcc.tupone@gentoo> (raw)
commit: 05464ddecea88154ba391204f6ddcd4e6fa26dcc
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu May 27 20:21:44 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu May 27 20:21:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05464dde
dev-ada/gtkada: version bump to 2020
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ada/gtkada/Manifest | 1 +
dev-ada/gtkada/gtkada-2020.ebuild | 62 +++++++++++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+)
diff --git a/dev-ada/gtkada/Manifest b/dev-ada/gtkada/Manifest
index 22e98a52f7a..569547f20cf 100644
--- a/dev-ada/gtkada/Manifest
+++ b/dev-ada/gtkada/Manifest
@@ -1 +1,2 @@
DIST gtkada-2019-20190424-19D98-src.tgz 12273911 BLAKE2B e2d0f3c410973d0412bf433f2e1cc60a5b00e9f34ad0471cb583596587e6073fdeb9b6441aa50dfa81894ce692101fe51c7714090477d585721571261737a823 SHA512 aed0758b42ee8eac752c2c83a0974ee0c7cddfa15149879472ff2fb8ee7565456a225ce783739ede76bc0f47340e97af5b5d1149e244611bcd3b3760e20f8cf5
+DIST gtkada-2020-20200429-19B96-src.tar.gz 12232938 BLAKE2B fcd5fdfebced2fc2b4dd1251f81a61b1564a72a3cc1854a78c4d9e32824d55188dd440bceddd4e86f3dc03c455b1db109bc68d5cb29e2a61d62bf59895b68895 SHA512 d9405d03cc3bf375ddddca54f2fb935ecd64cdf6eedb32efbd994a6f8a7693c6ee7aa10d558cbf89e9ad3174a3ac9a0c8f0ea7e444ff5d2a8b9af76a6ff64d4b
diff --git a/dev-ada/gtkada/gtkada-2020.ebuild b/dev-ada/gtkada/gtkada-2020.ebuild
new file mode 100644
index 00000000000..b8aa324b5e9
--- /dev/null
+++ b/dev-ada/gtkada/gtkada-2020.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ADA_COMPAT=( gnat_201{6..9} gnat_2020 )
+inherit ada autotools multiprocessing
+
+MYP=${P}-20200429-19B96-src
+
+DESCRIPTION="A complete Ada graphical toolkit"
+HOMEPAGE="http://libre.adacore.com//tools/gtkada/"
+SRC_URI="https://community.download.adacore.com/v1/96f85c875c161c36e7d0edb19aa4dbddf41ea671?filename=${MYP}.tar.gz
+ -> ${MYP}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared static-libs"
+
+RDEPEND="${ADA_DEPS}
+ dev-libs/atk
+ dev-libs/glib:2
+ media-libs/fontconfig
+ media-libs/freetype
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3
+ x11-libs/pango"
+DEPEND="${RDEPEND}
+ dev-ada/gprbuild[${ADA_USEDEP}]"
+
+REQUIRED_USE="${ADA_REQUIRED_USE}"
+
+S="${WORKDIR}"/${MYP}
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-2017-r1-gentoo.patch
+ "${FILESDIR}"/${PN}-2019-gentoo.patch
+)
+
+src_prepare() {
+ default
+ mv configure.{in,ac} || die
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_enable static-libs static) \
+ $(use_enable shared) \
+ --without-GL
+}
+
+src_compile() {
+ emake -j1 PROCESSORS=$(makeopts_jobs)
+}
+
+src_install() {
+ emake -j1 DESTDIR="${D}"
+ einstalldocs
+}
next reply other threads:[~2021-05-27 20:22 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-27 20:22 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-24 20:33 [gentoo-commits] repo/gentoo:master commit in: dev-ada/gtkada/ Alfredo Tupone
2025-02-07 20:56 Alfredo Tupone
2025-02-07 18:41 Alfredo Tupone
2025-02-07 18:36 Alfredo Tupone
2025-02-05 20:53 Alfredo Tupone
2024-12-14 14:06 Sam James
2024-11-23 18:02 Arthur Zamarin
2024-03-16 13:21 Alfredo Tupone
2023-12-17 18:10 Alfredo Tupone
2023-03-21 21:02 Alfredo Tupone
2023-03-21 7:25 Alfredo Tupone
2022-12-16 7:10 Alfredo Tupone
2022-12-05 13:23 Alfredo Tupone
2022-11-21 18:09 Alfredo Tupone
2022-10-04 7:04 Alfredo Tupone
2021-12-26 17:54 Alfredo Tupone
2021-12-20 9:31 Alfredo Tupone
2021-12-19 22:09 Agostino Sarubbo
2021-11-25 7:28 Alfredo Tupone
2021-11-18 7:09 Alfredo Tupone
2021-09-19 13:05 Alfredo Tupone
2021-07-20 6:33 Agostino Sarubbo
2021-06-04 21:19 Alfredo Tupone
2021-05-26 19:08 Alfredo Tupone
2019-12-04 21:24 Alfredo Tupone
2019-08-29 6:41 Alfredo Tupone
2019-08-27 10:23 Alfredo Tupone
2019-06-21 6:17 Alfredo Tupone
2019-06-11 19:27 Alfredo Tupone
2019-06-05 6:32 Alfredo Tupone
2019-05-31 8:51 Alfredo Tupone
2018-07-02 19:03 Alfredo Tupone
2018-04-21 19:51 Alfredo Tupone
2018-02-28 7:34 Alfredo Tupone
2017-04-25 19:41 Alfredo Tupone
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=1622146904.05464ddecea88154ba391204f6ddcd4e6fa26dcc.tupone@gentoo \
--to=tupone@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