public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xfig/
Date: Thu, 24 Apr 2025 18:23:23 +0000 (UTC)	[thread overview]
Message-ID: <1745518933.b31ecb0e38a19d22354755d4eed8ddd45f230d8e.sam@gentoo> (raw)

commit:     b31ecb0e38a19d22354755d4eed8ddd45f230d8e
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Thu Apr  3 15:07:48 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 18:22:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31ecb0e

media-gfx/xfig: add 3.2.9a

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Part-of: https://github.com/gentoo/gentoo/pull/41445
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/xfig/Manifest           |  1 +
 media-gfx/xfig/xfig-3.2.9a.ebuild | 52 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/media-gfx/xfig/Manifest b/media-gfx/xfig/Manifest
index 67b7ac2e8503..7386dbde3c67 100644
--- a/media-gfx/xfig/Manifest
+++ b/media-gfx/xfig/Manifest
@@ -1 +1,2 @@
 DIST xfig-3.2.9.tar.xz 5368544 BLAKE2B 6fd04d7238453d304a5e9624524f1e3674fe21ea3485d0925fa430a6312b61019a54397301cd7773565035cd3aee7fa130ed2459187241a778c0d44759c57d45 SHA512 c5e797b394740761a24e6e5e83d025dd78a11ad7d12662728c708218d7131d9077d9ed0c09023134ed9d709c58f52f5c9182e5b50e540b1876be4c359d79a60e
+DIST xfig-3.2.9a.tar.xz 5366180 BLAKE2B e80fc8dc3365f5bf686d4ec45cdf92bea5a81eaae6d095665f155714a0381d3ab27f3c0caf785f602679650ee107fcc4c88a9abcf56ac1ba8f5f63e34b858500 SHA512 0a4cc4901cc8a56549c8145241011cb9e5d461a90975924897696d2b05f4a83c195f006c6b4b1270cf683883c967e0ace3a9f0b023a031d77e9492b41ee4f896

diff --git a/media-gfx/xfig/xfig-3.2.9a.ebuild b/media-gfx/xfig/xfig-3.2.9a.ebuild
new file mode 100644
index 000000000000..f61252e113db
--- /dev/null
+++ b/media-gfx/xfig/xfig-3.2.9a.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature xdg
+
+DESCRIPTION="A menu-driven tool to draw and manipulate objects interactively in an X window"
+HOMEPAGE="https://mcj.sourceforge.net/"
+SRC_URI="https://downloads.sourceforge.net/project/mcj/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+COMMON_DEPEND="
+	app-text/ghostscript-gpl:=
+	>=media-gfx/fig2dev-${PV}
+	media-libs/libjpeg-turbo:=
+	media-libs/libpng:=
+	media-libs/tiff:=
+	x11-libs/libX11
+	x11-libs/libXaw3d[unicode(+)]
+	x11-libs/libXft
+	x11-libs/libXpm
+	x11-libs/libXt
+"
+DEPEND="${COMMON_DEPEND}
+	x11-base/xorg-proto
+"
+RDEPEND="${COMMON_DEPEND}
+	media-fonts/font-misc-misc
+	media-fonts/urw-fonts
+"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-3.2.6a-solaris.patch"
+	"${FILESDIR}/${PN}-3.2.9-app-defaults.patch"
+)
+
+src_configure() {
+	local myeconfargs=(
+		--htmldir="${EPREFIX}/usr/share/doc/${PF}" # it expects docdir...
+	)
+	econf "${myeconfargs[@]}"
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "GIF support" media-libs/netpbm virtual/imagemagick-tools
+}


             reply	other threads:[~2025-04-24 18:26 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-24 18:23 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-25  8:22 [gentoo-commits] repo/gentoo:master commit in: media-gfx/xfig/ Sam James
2025-04-24 18:23 Sam James
2024-01-24 13:38 Sam James
2024-01-24  9:37 Hans de Graaff
2024-01-19 23:08 Ionen Wolkens
2024-01-12  8:42 Sam James
2024-01-11  9:38 Sam James
2023-12-30  1:26 Ionen Wolkens
2023-12-24 11:08 Sam James
2023-12-23 10:45 Hans de Graaff
2022-12-18  8:38 Sam James
2022-12-18  8:38 Sam James
2022-12-18  8:38 Sam James
2022-12-18  8:38 Sam James
2022-12-18  8:38 Sam James
2022-12-18  8:38 Sam James
2022-09-01  1:00 Sam James
2022-08-28 17:59 Matt Turner
2021-01-06 14:07 Fabian Groffen
2020-10-16  9:17 Stephan Hartmann
2020-10-15 22:21 Sergei Trofimovich
2020-10-14  9:18 Agostino Sarubbo
2020-10-14  9:18 Agostino Sarubbo
2020-10-14  9:18 Agostino Sarubbo
2020-10-14  9:17 Agostino Sarubbo
2020-10-14  9:17 Agostino Sarubbo
2020-10-10  7:22 Joonas Niilola
2020-10-10  7:22 Joonas Niilola
2020-09-03 10:08 Joonas Niilola
2018-04-02  0:51 Matt Turner
2018-04-02  0:51 Matt Turner
2018-03-05 20:26 Sergei Trofimovich
2018-03-04 11:34 Tobias Klausmann
2018-03-01 18:28 Pacho Ramos
2018-03-01 18:28 Pacho Ramos
2018-02-06 15:10 Thomas Deutschmann
2018-01-15 19:03 Tobias Klausmann
2018-01-11 22:31 Sergei Trofimovich
2017-08-31 12:16 Tim Harder
2017-08-31 12:16 Tim Harder
2017-03-24 17:19 Andreas Hüttel
2016-08-06  9:39 Pacho Ramos

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=1745518933.b31ecb0e38a19d22354755d4eed8ddd45f230d8e.sam@gentoo \
    --to=sam@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