From e2be3dc72bd946a02d9c7455eaea4c5e7fae279e Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Wed, 6 Oct 2010 08:11:00 +0000 Subject: old Package-Manager: portage-2.2_rc88/cvs/Linux x86_64 --- app-office/magicpoint/Manifest | 3 - .../magicpoint-1.12a-implicit-declaration.patch | 32 ------ app-office/magicpoint/magicpoint-1.12a-r1.ebuild | 122 --------------------- 3 files changed, 157 deletions(-) delete mode 100644 app-office/magicpoint/files/magicpoint-1.12a-implicit-declaration.patch delete mode 100644 app-office/magicpoint/magicpoint-1.12a-r1.ebuild (limited to 'app-office/magicpoint') diff --git a/app-office/magicpoint/Manifest b/app-office/magicpoint/Manifest index 3c54d977b46f..7ed86b1e1448 100644 --- a/app-office/magicpoint/Manifest +++ b/app-office/magicpoint/Manifest @@ -1,10 +1,7 @@ AUX 50magicpoint-gentoo.el 195 RMD160 68d7e6b0045a8ecd0954c08316ac93c199800546 SHA1 2a601792bf53b379e1f76aafce77737c9c761cec SHA256 7c1e59dcef2d74a065deccfdb3a507fd09b32201f27e90e8f86557c15082ea56 AUX magicpoint-1.11b-gentoo.diff 1412 RMD160 91ad19240d3ca19af511449e21233e871a5d1252 SHA1 344f0990c136113ed79e3e5a60202fd3e5e35fe7 SHA256 64111b050a4ca31c97c975e4bbbe150474e4fd8a3fbec3dfc3adae45587647d3 -AUX magicpoint-1.12a-implicit-declaration.patch 782 RMD160 8e0a826674a1d56cc054cd6969783e11badb5715 SHA1 aa1289d8adafc3bc926a7aeb6d94f7741ac3d942 SHA256 b1321aa0b89e2687c2566a0d280d4d1627f68bf06941eb37db98e9ffad41c194 AUX magicpoint-1.13a-implicit-declaration.patch 236 RMD160 cda40b74c804ac4514c8ae1d9292f6c93d669ab3 SHA1 1ef76635f6bef03d1d371a9e08ba8a4d33906e85 SHA256 5031b2f0011b0988596d23ba3f528109eed105b6501edca7cf01da8032c11b48 -DIST magicpoint-1.12a.tar.gz 884584 RMD160 a01f835a63a9e93d377861f472990e3f3a70b724 SHA1 2600ba10744be421d7968748390036c16a96f831 SHA256 8b999e76d569d31830c9a54ee2c9a2e1004e7c04b0ad3ea8d0d7f47518d58198 DIST magicpoint-1.13a.tar.gz 890670 RMD160 067d7dee3b90ec354975d9ad4ea0c0df48cca191 SHA1 2bc662ad0a482d42578766258a143b06a4718ae3 SHA256 205e6752e3cb024bcce0583b43dafc9b89490c0016daa91d2486891edcf2cfc1 -EBUILD magicpoint-1.12a-r1.ebuild 3155 RMD160 1858bcb18fe6ae7c6a2a2fd8630c83b939945059 SHA1 f49b23a72651bb568d8d9b4308736d6ac446c804 SHA256 134bded73c329c658937e1519bd13c91b34859829f4e31d28c33da7d3bc0f00f EBUILD magicpoint-1.13a.ebuild 3398 RMD160 45c52ee7498f865a71217cdae3a893bd6daa6d7e SHA1 72bed7699ca6a7957b6690ea8bc8219454104144 SHA256 5aaefe5606d29f1e6d3b1523fe7a40124ef6435fbd483a7ab0258622a65a3477 MISC ChangeLog 9641 RMD160 625768006af4900609eae11e9144015197ee3745 SHA1 24e8e1fc2998fee7e4de688f81c3e3868369501d SHA256 7253100c2c1bccd5d8f83d87ae859af4cee30c0cf9a88a84144cfda329f9764d MISC metadata.xml 606 RMD160 caa62195feeddd59fe00d1017f3e0daa3573e541 SHA1 5a250270e662981601e61ce6cae3c4fc6b312026 SHA256 eaf71d314fa811c9386db3172fe924d4f2d765dddcf54513ddd8997bbbe8925e diff --git a/app-office/magicpoint/files/magicpoint-1.12a-implicit-declaration.patch b/app-office/magicpoint/files/magicpoint-1.12a-implicit-declaration.patch deleted file mode 100644 index 631b1a033a6b..000000000000 --- a/app-office/magicpoint/files/magicpoint-1.12a-implicit-declaration.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- magicpoint-1.12a/ctlwords.c 1999-02-14 18:02:25.000000000 -0500 -+++ ctlwords.c 2007-10-26 15:41:16.000000000 -0400 -@@ -24,6 +24,7 @@ - - #include - #include -+#include - - main(int argc, char *argv[]) - { ---- magicpoint-1.12a/image/gif.c 2000-03-07 01:59:56.000000000 -0500 -+++ gif.c 2007-10-26 15:42:36.000000000 -0400 -@@ -17,6 +17,7 @@ - - #include "image.h" - #include -+#include - - static void - tellAboutImage(name, gifp) ---- magicpoint-1.12a/image/misc.c 2004-07-28 11:47:31.000000000 -0400 -+++ misc.c 2007-10-26 15:43:20.000000000 -0400 -@@ -12,9 +12,7 @@ - #include "xloadimage.h" - #include "patchlevel" - #include --#ifdef __APPLE__ - #include --#endif - - extern int _Xdebug; - extern Display *display; diff --git a/app-office/magicpoint/magicpoint-1.12a-r1.ebuild b/app-office/magicpoint/magicpoint-1.12a-r1.ebuild deleted file mode 100644 index a2e3b988245a..000000000000 --- a/app-office/magicpoint/magicpoint-1.12a-r1.ebuild +++ /dev/null @@ -1,122 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.12a-r1.ebuild,v 1.9 2009/01/04 20:24:18 ulm Exp $ - -inherit autotools elisp-common eutils fixheadtails - -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 - 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_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-1.11b-gentoo.diff" - epatch "${FILESDIR}/${P}-implicit-declaration.patch" - - # bug #85720 - sed -i -e "s/ungif/gif/g" configure.in || die "sed failed" - ht_fix_file configure.in - eautoreconf -} - -src_compile() { - 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 || die "econf failed" - - xmkmf || die "xmkmf failed" - # no parallel build possibly, anywhere - emake -j1 Makefiles || die "emake Makefiles failed" - emake -j1 clean || die "emake clean failed" - emake -j1 BINDIR=/usr/bin LIBDIR=/etc/X11 || die "emake failed" - if use emacs; then - cd contrib/ - elisp-compile *.el || die "elisp-compile failed" - fi -} - -src_install() { - emake -j1 \ - DESTDIR="${D}" \ - BINDIR=/usr/bin \ - LIBDIR=/etc/X11 \ - install || die "emake install failed" - - emake -j1 \ - DESTDIR="${D}" \ - DOCHTMLDIR=/usr/share/doc/${PF} \ - MANPATH=/usr/share/man \ - MANSUFFIX=1 \ - install.man || die "emake install.man failed" - - dobin contrib/{mgp2html.pl,mgp2latex.pl} - - if use emacs ; then - cd contrib/ - elisp-install ${PN} *.el *.elc || die "elisp-install failed" - 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.* || \ - die "example installation failed" - 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 -} -- cgit v1.2.3-65-gdbad