public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-office/magicpoint/
@ 2016-01-16 10:08 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-01-16 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     b270c97d6067b22a3fe19fba209b6dd6ef5fa69e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 10:07:39 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 10:07:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b270c97d

app-office/magicpoint: Drop old

Package-Manager: portage-2.2.26

 app-office/magicpoint/Manifest                |   1 -
 app-office/magicpoint/magicpoint-1.13a.ebuild | 132 --------------------------
 2 files changed, 133 deletions(-)

diff --git a/app-office/magicpoint/Manifest b/app-office/magicpoint/Manifest
index c969e1e..73d7534 100644
--- a/app-office/magicpoint/Manifest
+++ b/app-office/magicpoint/Manifest
@@ -1,2 +1 @@
-DIST magicpoint-1.13a.tar.gz 890670 SHA256 205e6752e3cb024bcce0583b43dafc9b89490c0016daa91d2486891edcf2cfc1 SHA512 c2399826d770f6307128eb1a88593404d5b495203319e0c90edf36e91ce82e2e42b1777cbf473f52376aa4645468ac65920839f94b58d7c9d90f08a961273df9 WHIRLPOOL ed40897f528bd70ef785f5f0c2f5a0b55ad6f14fe9fbc65849b8713d7fa84590d5f668f008d8b0b737db7e95373f5865a85446489ea0790d6e8e206f30bb7d72
 DIST mgp-snap-20121015.tar.gz 886902 SHA256 21134551d492995b0e6d9a20ecb1f2c1afdbbaef4f529ca6be59a80581c18ac2 SHA512 fa59b1ec04e2e191b74c25fd3ae9b4c855ad96d23e9e5b071c959f56b9d2064d7bdf9217b5c62c5733cc2d9ec17981947febd7afb2552f1145262225909cc711 WHIRLPOOL 6d2086df981a0b67b1bbbf85284e6b7d808f09d0884388fdf83ac69917e7a01440bda34753f6c9f45bbd39640c28ab73509ff4f1ebfcc54f83931ef6a13b568e

diff --git a/app-office/magicpoint/magicpoint-1.13a.ebuild b/app-office/magicpoint/magicpoint-1.13a.ebuild
deleted file mode 100644
index 6f97fc0..0000000
--- a/app-office/magicpoint/magicpoint-1.13a.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools elisp-common eutils fixheadtails toolchain-funcs
-
-DESCRIPTION="An X11 based presentation tool"
-SRC_URI="ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/${P}.tar.gz
-	ftp://ftp.mew.org/pub/MagicPoint/${P}.tar.gz"
-HOMEPAGE="http://member.wide.ad.jp/wg/mgp/"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ~ppc ~sparc x86"
-IUSE="cjk doc emacs examples gif imlib m17n-lib mng nls truetype"
-
-MY_DEPEND="x11-libs/libICE
-	x11-libs/libSM
-	x11-libs/libXrender
-	x11-libs/libXmu
-	>=media-libs/libpng-1.4
-	gif? ( >=media-libs/giflib-4.0.1 )
-	imlib? ( media-libs/imlib )
-	truetype? ( x11-libs/libXft )
-	emacs? ( virtual/emacs )
-	m17n-lib? ( dev-libs/m17n-lib )
-	mng? ( media-libs/libmng )"
-DEPEND="${MY_DEPEND}
-	sys-devel/autoconf
-	x11-proto/xextproto
-	x11-libs/libxkbfile
-	app-text/rman
-	x11-misc/imake"
-RDEPEND="${MY_DEPEND}
-	nls? ( sys-devel/gettext )
-	truetype? ( cjk? ( media-fonts/sazanami ) )"
-
-SITEFILE=50${PN}-gentoo.el
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${PN}-1.11b-gentoo.diff \
-		"${FILESDIR}"/${P}-implicit-declaration.patch \
-		"${FILESDIR}"/${P}-libpng15.patch
-
-	# fix compability with libpng14
-	sed -i \
-		-e 's:png_set_gray_1_2_4_to_8:png_set_expand_gray_1_2_4_to_8:' \
-		configure.in image/png.c || die
-
-	# bug #85720
-	sed -i -e "s/ungif/gif/g" configure.in || die
-	ht_fix_file configure.in
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable gif) \
-		$(use_enable imlib) \
-		$(use_enable nls locale) \
-		$(use_enable truetype xft2) \
-		$(use_with m17n-lib) \
-		--disable-vflib \
-		--disable-freetype \
-		--x-libraries=/usr/lib/X11 \
-		--x-includes=/usr/include/X11
-}
-
-src_compile() {
-	xmkmf || die
-	# no parallel build possibly, anywhere
-	emake -j1 Makefiles
-	emake -j1 clean
-	tc-export CC
-	emake -j1 CC="${CC}" CDEBUGFLAGS="${CFLAGS}" LOCAL_LDFLAGS="${LDFLAGS}" \
-		BINDIR=/usr/bin LIBDIR=/etc/X11
-	if use emacs; then
-	   cd contrib/
-	   elisp-compile *.el || die
-	fi
-}
-
-src_install() {
-	emake -j1 \
-		DESTDIR="${D}" \
-		BINDIR=/usr/bin \
-		LIBDIR=/etc/X11 \
-		install
-
-	emake -j1 \
-		DESTDIR="${D}" \
-		DOCHTMLDIR=/usr/share/doc/${PF} \
-		MANPATH=/usr/share/man \
-		MANSUFFIX=1 \
-		install.man
-
-	dobin contrib/{mgp2html.pl,mgp2latex.pl}
-
-	if use emacs; then
-		cd contrib/
-		elisp-install ${PN} *.el *.elc || die
-		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-		cd -
-	fi
-
-	use doc && dodoc FAQ README* RELNOTES SYNTAX TODO* USAGE*
-
-	if use examples; then
-		cd sample
-		insinto /usr/share/${PF}/sample
-		doins README* cloud.jpg dad.* embed*.mgp gradation*.mgp \
-			mgp-old*.jpg mgp.mng mgp3.xbm mgprc-sample \
-			multilingual.mgp sample*.mgp sendmail6*.mgp \
-			tutorial*.mgp v6*.mgp v6header.*
-	fi
-}
-
-pkg_postinst() {
-	elog
-	elog "If you enabled xft2 support (default) you may specify xfont directive by"
-	elog "font name and font registry."
-	elog "e.g.)"
-	elog '%deffont "standard" xfont "sazanami mincho" "jisx0208.1983"'
-	elog
-	use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-	use emacs && elisp-site-regen
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-office/magicpoint/
@ 2016-04-14  6:14 Jason Zaman
  0 siblings, 0 replies; 6+ messages in thread
From: Jason Zaman @ 2016-04-14  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     950529ef3d10a2c0a786ebd2e98ea0d9af8f8c10
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 04:05:08 2016 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 06:12:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950529ef

app-office/magicpoint: fix up metadata

Package-Manager: portage-2.2.26

 app-office/magicpoint/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/magicpoint/metadata.xml b/app-office/magicpoint/metadata.xml
index 433fa1c..4803923 100644
--- a/app-office/magicpoint/metadata.xml
+++ b/app-office/magicpoint/metadata.xml
@@ -3,7 +3,7 @@
 <pkgmetadata>
 	<maintainer type="person">
 		<email>peter@stuge.se</email>
-		<name> Peter Stuger</name>
+		<name>Peter Stuge</name>
 		<description>Proxied maintainer; set to assignee in all bugs</description>
 	</maintainer>
 	<maintainer type="project">
@@ -15,7 +15,7 @@
 		simple presentations easy while to make complicated presentations
 		possible. Its presentation file (whose suffix is typically .mgp) is
 		just text so that you can create presentation files quickly with your
-		favorite editor (e.g.  Emacs, vi).  
+		favorite editor (e.g.  Emacs, vi).
 	</longdescription>
 	<use>
 		<flag name="contrib">Install additional contributed scripts</flag>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-office/magicpoint/
@ 2016-08-03  2:28 Mike Gilbert
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Gilbert @ 2016-08-03  2:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f509266f4cd94757b115bbaa36a76a6477a4e3c4
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 02:27:18 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 02:27:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f509266f

app-office/magicpoint: depend on media-libs/imlib2[X]

Patch by Peter Stuge.

Bug: https://bugs.gentoo.org/590034

Package-Manager: portage-2.3.0_p16

 ...oint-1.13a_p20121015.ebuild => magicpoint-1.13a_p20121015-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/magicpoint/magicpoint-1.13a_p20121015.ebuild b/app-office/magicpoint/magicpoint-1.13a_p20121015-r1.ebuild
similarity index 99%
rename from app-office/magicpoint/magicpoint-1.13a_p20121015.ebuild
rename to app-office/magicpoint/magicpoint-1.13a_p20121015-r1.ebuild
index 872fe4c..278f369 100644
--- a/app-office/magicpoint/magicpoint-1.13a_p20121015.ebuild
+++ b/app-office/magicpoint/magicpoint-1.13a_p20121015-r1.ebuild
@@ -24,7 +24,7 @@ COMMON_DEPEND="x11-libs/libICE
 	x11-libs/libSM
 	x11-libs/libXrender
 	x11-libs/libXmu
-	imlib? ( media-libs/imlib2 )
+	imlib? ( media-libs/imlib2[X] )
 	!imlib? (
 		gif? ( media-libs/giflib:= )
 		png? ( >=media-libs/libpng-1.4:0= )


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-office/magicpoint/
@ 2018-02-11 10:25 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2018-02-11 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f575822f8f97f23c0f473450b20692eee86dd0dd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:20:59 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:24:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f575822f

app-office/magicpoint: Remove useless maintainer <description/>

Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 app-office/magicpoint/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-office/magicpoint/metadata.xml b/app-office/magicpoint/metadata.xml
index 48039235f3c..e2f701af190 100644
--- a/app-office/magicpoint/metadata.xml
+++ b/app-office/magicpoint/metadata.xml
@@ -4,7 +4,6 @@
 	<maintainer type="person">
 		<email>peter@stuge.se</email>
 		<name>Peter Stuge</name>
-		<description>Proxied maintainer; set to assignee in all bugs</description>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-office/magicpoint/
@ 2020-03-23  1:36 Jonas Stein
  0 siblings, 0 replies; 6+ messages in thread
From: Jonas Stein @ 2020-03-23  1:36 UTC (permalink / raw
  To: gentoo-commits

commit:     51748c1b2b2c36313475df4045012119b456f305
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 23 01:28:52 2020 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Mar 23 01:28:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51748c1b

app-office/magicpoint: Maintainer retired

Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/633142
Package-Manager: Portage-2.3.94, Repoman-2.3.20
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 app-office/magicpoint/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-office/magicpoint/metadata.xml b/app-office/magicpoint/metadata.xml
index e2f701af190..ceb5d3f54c2 100644
--- a/app-office/magicpoint/metadata.xml
+++ b/app-office/magicpoint/metadata.xml
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>peter@stuge.se</email>
-		<name>Peter Stuge</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<longdescription lang="en">
 		Magic Point is an X11 based presentation tool. It is designed to make
 		simple presentations easy while to make complicated presentations


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-office/magicpoint/
@ 2021-04-16  4:47 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-04-16  4:47 UTC (permalink / raw
  To: gentoo-commits

commit:     30d9440c5c456ebe3db7743a9b02d0c47a7b4fa1
Author:     Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Thu Apr 15 21:21:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 04:46:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d9440c

app-office/magicpoint: revbump to add missing m17n-lib[X] dep

Closes: https://bugs.gentoo.org/667994
Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...t-1.13a_p20121015-r1.ebuild => magicpoint-1.13a_p20121015-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/magicpoint/magicpoint-1.13a_p20121015-r1.ebuild b/app-office/magicpoint/magicpoint-1.13a_p20121015-r2.ebuild
similarity index 99%
rename from app-office/magicpoint/magicpoint-1.13a_p20121015-r1.ebuild
rename to app-office/magicpoint/magicpoint-1.13a_p20121015-r2.ebuild
index 0ecfc29466a..090606e41a9 100644
--- a/app-office/magicpoint/magicpoint-1.13a_p20121015-r1.ebuild
+++ b/app-office/magicpoint/magicpoint-1.13a_p20121015-r2.ebuild
@@ -34,7 +34,7 @@ COMMON_DEPEND="x11-libs/libICE
 	)
 	emacs? ( >=app-editors/emacs-23.1:* )
 	m17n-lib? (
-		dev-libs/m17n-lib
+		dev-libs/m17n-lib[X]
 		fontconfig? ( media-libs/fontconfig )
 	)
 	mng? ( media-libs/libmng )"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-04-16  4:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-14  6:14 [gentoo-commits] repo/gentoo:master commit in: app-office/magicpoint/ Jason Zaman
  -- strict thread matches above, loose matches on Subject: below --
2021-04-16  4:47 Sam James
2020-03-23  1:36 Jonas Stein
2018-02-11 10:25 Michał Górny
2016-08-03  2:28 Mike Gilbert
2016-01-16 10:08 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox