* [gentoo-commits] repo/gentoo:master commit in: media-gfx/mscgen/
@ 2019-11-10 1:47 Aaron Bauman
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2019-11-10 1:47 UTC (permalink / raw
To: gentoo-commits
commit: 24cefaf40c5b00d3e29b9de2d08daeba69e5033f
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 01:47:21 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 01:47:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24cefaf4
media-gfx/mscgen: bump EAPI and stuff
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-gfx/mscgen/mscgen-0.20.ebuild | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/media-gfx/mscgen/mscgen-0.20.ebuild b/media-gfx/mscgen/mscgen-0.20.ebuild
index b2c2a7c000d..8d84d1356b3 100644
--- a/media-gfx/mscgen/mscgen-0.20.ebuild
+++ b/media-gfx/mscgen/mscgen-0.20.ebuild
@@ -1,16 +1,18 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
+
inherit autotools
DESCRIPTION="A message sequence chart generator"
HOMEPAGE="http://www.mcternan.me.uk/mscgen/"
SRC_URI="http://www.mcternan.me.uk/${PN}/software/${PN}-src-${PV}.tar.gz"
+KEYWORDS="amd64 arm ppc ppc64 x86 ~x64-solaris"
+
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86 ~x64-solaris"
IUSE="png truetype"
RDEPEND="png? ( media-libs/gd[png,truetype?] )"
@@ -23,8 +25,9 @@ DEPEND="${RDEPEND}
RESTRICT="test"
src_prepare() {
- sed -i -e '/dist_doc_DATA/d' Makefile.am || die
+ sed -i -e '/dist_doc_DATA/d' Makefile.am || die "Fixing Makefile.am failed"
eautoreconf
+ eapply_user
}
src_configure() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/mscgen/
@ 2021-05-29 19:03 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2021-05-29 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 71a28de9bdb167bca63034f9527e3583d0cfddf3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 19:02:04 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 29 19:02:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a28de9
media-gfx/mscgen: misc. dep fixes
* Add REQUIRED_USE for truetype (needs USE=png to do anything)
* Add truetype? ( media-libs/freetype ) dependency
* Use BDEPEND
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-gfx/mscgen/mscgen-0.20.ebuild | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/media-gfx/mscgen/mscgen-0.20.ebuild b/media-gfx/mscgen/mscgen-0.20.ebuild
index 974df47549b..fa0e6c4a4a2 100644
--- a/media-gfx/mscgen/mscgen-0.20.ebuild
+++ b/media-gfx/mscgen/mscgen-0.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,12 +14,16 @@ KEYWORDS="amd64 arm ppc ppc64 x86 ~x64-solaris"
LICENSE="GPL-2"
SLOT="0"
IUSE="png truetype"
+REQUIRED_USE="truetype? ( png )"
-RDEPEND="png? ( media-libs/gd[png,truetype?] )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
+RDEPEND="
+ truetype? ( media-libs/freetype )
+ png? ( media-libs/gd[png,truetype?] )"
+DEPEND="${RDEPEND}"
+BDEPEND="
sys-devel/bison
- sys-devel/flex"
+ sys-devel/flex
+ virtual/pkgconfig"
# Workaround for bug #379279
RESTRICT="test"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/mscgen/
@ 2022-07-06 5:18 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2022-07-06 5:18 UTC (permalink / raw
To: gentoo-commits
commit: 0e01a9fee418d7f71760c2befb05c8d0efde3594
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 6 05:17:52 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 6 05:17:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e01a9fe
media-gfx/mscgen: Keyword 0.20 arm64, #856388
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-gfx/mscgen/mscgen-0.20.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/mscgen/mscgen-0.20.ebuild b/media-gfx/mscgen/mscgen-0.20.ebuild
index fa0e6c4a4a2c..523b6dcfabed 100644
--- a/media-gfx/mscgen/mscgen-0.20.ebuild
+++ b/media-gfx/mscgen/mscgen-0.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ DESCRIPTION="A message sequence chart generator"
HOMEPAGE="http://www.mcternan.me.uk/mscgen/"
SRC_URI="http://www.mcternan.me.uk/${PN}/software/${PN}-src-${PV}.tar.gz"
-KEYWORDS="amd64 arm ppc ppc64 x86 ~x64-solaris"
+KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~x64-solaris"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/mscgen/
@ 2022-08-31 8:42 Joonas Niilola
0 siblings, 0 replies; 5+ messages in thread
From: Joonas Niilola @ 2022-08-31 8:42 UTC (permalink / raw
To: gentoo-commits
commit: b12142327ab62aa0cdab9c6aa5941286daaa1cf0
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Aug 16 16:47:46 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 08:15:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1214232
media-gfx/mscgen: update HOMEPAGE, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.12
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/mscgen/mscgen-0.20.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-gfx/mscgen/mscgen-0.20.ebuild b/media-gfx/mscgen/mscgen-0.20.ebuild
index 523b6dcfabed..c0703608abf4 100644
--- a/media-gfx/mscgen/mscgen-0.20.ebuild
+++ b/media-gfx/mscgen/mscgen-0.20.ebuild
@@ -5,13 +5,13 @@ EAPI=7
inherit autotools
-DESCRIPTION="A message sequence chart generator"
-HOMEPAGE="http://www.mcternan.me.uk/mscgen/"
-SRC_URI="http://www.mcternan.me.uk/${PN}/software/${PN}-src-${PV}.tar.gz"
+DESCRIPTION="Message sequence chart generator"
+HOMEPAGE="https://www.mcternan.me.uk/mscgen/"
+SRC_URI="https://www.mcternan.me.uk/${PN}/software/${PN}-src-${PV}.tar.gz"
KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~x64-solaris"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
IUSE="png truetype"
REQUIRED_USE="truetype? ( png )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/mscgen/
@ 2024-06-23 20:43 Alexey Shvetsov
0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov @ 2024-06-23 20:43 UTC (permalink / raw
To: gentoo-commits
commit: f5526c5d9eff6a18c5929e6cba9e0b76f72040a7
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 20:06:40 2024 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 20:21:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5526c5d
media-gfx/mscgen: keyword 0.20 for ~riscv
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
media-gfx/mscgen/mscgen-0.20.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/mscgen/mscgen-0.20.ebuild b/media-gfx/mscgen/mscgen-0.20.ebuild
index abd147c84d29..f39af35db010 100644
--- a/media-gfx/mscgen/mscgen-0.20.ebuild
+++ b/media-gfx/mscgen/mscgen-0.20.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Message sequence chart generator"
HOMEPAGE="https://www.mcternan.me.uk/mscgen/"
SRC_URI="https://www.mcternan.me.uk/${PN}/software/${PN}-src-${PV}.tar.gz"
-KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~x64-solaris"
+KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv x86 ~x64-solaris"
LICENSE="GPL-2+"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-06-23 20:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-06 5:18 [gentoo-commits] repo/gentoo:master commit in: media-gfx/mscgen/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-06-23 20:43 Alexey Shvetsov
2022-08-31 8:42 Joonas Niilola
2021-05-29 19:03 David Seifert
2019-11-10 1:47 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox