public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xfig/
Date: Sat, 10 Oct 2020 07:22:57 +0000 (UTC)	[thread overview]
Message-ID: <1602314554.c76540d35e33b244bb00d4a36a226d7afefb05f8.juippis@gentoo> (raw)

commit:     c76540d35e33b244bb00d4a36a226d7afefb05f8
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Fri Oct  2 07:38:42 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 07:22:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76540d3

media-gfx/xfig: bump to 3.2.7b

Bug: https://bugs.gentoo.org/718806
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17744
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/xfig/Manifest           |  1 +
 media-gfx/xfig/xfig-3.2.7b.ebuild | 49 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/media-gfx/xfig/Manifest b/media-gfx/xfig/Manifest
index 106af3f0e1e..f8d167641cd 100644
--- a/media-gfx/xfig/Manifest
+++ b/media-gfx/xfig/Manifest
@@ -1 +1,2 @@
+DIST xfig-3.2.7b.tar.xz 5059984 BLAKE2B a22465e16019e9887e302ea308e250ad5d7ba0c49aec8f554a73d3b4489d803a05041cb7d267c543a7c0d3b78eac25077c628283f82767932afcc9d9750ce883 SHA512 f3396ebf8a5961909e58b05b60117fd7bbc8c24fabbd47f108eaea9586f4180af572faffe077b1a5dcbf669ebd69b1c2791f302c126dea62a44aa1592de66f73
 DIST xfig-full-3.2.6a.tar.xz 5502944 BLAKE2B 3a83feeb5647ffa9586b9ce40116e9854a423c0cc90265ad78b27c0c82a15bbda9d9734475aba13f442c259cd0489a667242f319ac758ddbfea1a5b268e12550 SHA512 82e292e050213b6d22be5e174224308b446505e25208f29d4f4c5e760a87ff4104b9dcea0a332241c9bca358e1d44336bb38c316eb3f28130d7c8828c10a805f

diff --git a/media-gfx/xfig/xfig-3.2.7b.ebuild b/media-gfx/xfig/xfig-3.2.7b.ebuild
new file mode 100644
index 00000000000..f7c2b6a8e8c
--- /dev/null
+++ b/media-gfx/xfig/xfig-3.2.7b.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+DESCRIPTION="A menu-driven tool to draw and manipulate objects interactively in an X window"
+HOMEPAGE="http://mcj.sourceforge.net/"
+SRC_URI="https://kumisystems.dl.sourceforge.net/project/mcj/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE="jpeg nls postscript"
+
+RDEPEND="
+	x11-libs/libXaw
+	x11-libs/libXaw3d
+	x11-libs/libXi
+	x11-libs/libXt
+	media-libs/libpng:0=
+	media-fonts/font-misc-misc
+	media-fonts/urw-fonts
+	>=media-gfx/transfig-3.2.5-r1
+	media-libs/netpbm
+	jpeg? ( virtual/jpeg:0= )
+	nls? ( x11-libs/libXaw3d[unicode] )
+	postscript? ( app-text/ghostscript-gpl )
+"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto
+"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-3.2.6a-urwfonts.patch"
+	"${FILESDIR}/${PN}-3.2.6a-solaris.patch"
+	"${FILESDIR}/${PN}-3.2.6a-app-defaults.patch"
+)
+
+src_configure() {
+	local myeconfargs=(
+		$(use_enable nls i18n)
+		$(use_enable jpeg)
+		$(use_with postscript gs)
+		--htmldir="${EPREFIX}/usr/share/doc/${PF}" # it expects docdir...
+	)
+	econf "${myeconfargs[@]}"
+}


             reply	other threads:[~2020-10-10  7:23 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-10  7:22 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-24 13:38 [gentoo-commits] repo/gentoo:master commit in: media-gfx/xfig/ 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-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=1602314554.c76540d35e33b244bb00d4a36a226d7afefb05f8.juippis@gentoo \
    --to=juippis@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