diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-10 09:47:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-10 09:47:00 +0000 |
commit | aa8949e7d63f7debf92f8e04949b99fb2bbd4e2f (patch) | |
tree | 20714b4bcefd2363294133d95a90c475e8d4a475 /app-office/magicpoint | |
parent | don't assign default to S; don't rdepend on sed; use emake; install man pages... (diff) | |
download | gentoo-2-aa8949e7d63f7debf92f8e04949b99fb2bbd4e2f.tar.gz gentoo-2-aa8949e7d63f7debf92f8e04949b99fb2bbd4e2f.tar.bz2 gentoo-2-aa8949e7d63f7debf92f8e04949b99fb2bbd4e2f.zip |
don't assign default to S; tidy
Diffstat (limited to 'app-office/magicpoint')
-rw-r--r-- | app-office/magicpoint/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/magicpoint/magicpoint-1.10a-r1.ebuild | 13 |
2 files changed, 8 insertions, 11 deletions
diff --git a/app-office/magicpoint/ChangeLog b/app-office/magicpoint/ChangeLog index d29cbc4f745a..95f93fa2d23d 100644 --- a/app-office/magicpoint/ChangeLog +++ b/app-office/magicpoint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/magicpoint # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.3 2004/03/24 22:09:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.4 2004/04/10 09:47:00 mr_bones_ Exp $ + + 10 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> + magicpoint-1.10a-r1.ebuild: + don't assign default to S; tidy 24 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> magicpoint-1.09a-r1.ebuild, magicpoint-1.10a.ebuild: diff --git a/app-office/magicpoint/magicpoint-1.10a-r1.ebuild b/app-office/magicpoint/magicpoint-1.10a-r1.ebuild index 4f92f755f9d0..987c736356c9 100644 --- a/app-office/magicpoint/magicpoint-1.10a-r1.ebuild +++ b/app-office/magicpoint/magicpoint-1.10a-r1.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.10a-r1.ebuild,v 1.2 2004/01/13 05:28:32 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.10a-r1.ebuild,v 1.3 2004/04/10 09:47:00 mr_bones_ Exp $ inherit elisp-common eutils -IUSE="cjk emacs truetype gif nls imlib" - DESCRIPTION="an X11 based presentation tool" SRC_URI="ftp://ftp.mew.org/pub/MagicPoint/${P}.tar.gz" HOMEPAGE="http://www.mew.org/mgp/" -SLOT="0" LICENSE="BSD" +SLOT="0" KEYWORDS="x86 alpha ~sparc ~ppc" +IUSE="cjk emacs truetype gif nls imlib" DEPEND="virtual/x11 gif? ( >=media-libs/libungif-4.0.1 ) @@ -23,18 +22,15 @@ RDEPEND="${DEPEND} nls? ( sys-devel/gettext ) truetype? ( cjk? ( media-fonts/kochi-substitute ) )" -S=${WORKDIR}/${P} SITELISP=/usr/share/emacs/site-lisp SITEFILE=50mgp-mode-gentoo.el src_unpack() { - unpack ${A} epatch ${FILESDIR}/${PF}-gentoo.diff } src_compile() { - econf \ `use_enable gif` \ `use_enable imlib` \ @@ -50,7 +46,6 @@ src_compile() { } src_install() { - make \ DESTDIR=${D} \ BINDIR=/usr/bin \ @@ -84,11 +79,9 @@ src_install() { } pkg_postinst() { - use emacs && elisp-site-regen } pkg_postrm() { - use emacs && elisp-site-regen } |