diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-03-02 14:09:31 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-03-02 14:09:31 +0000 |
commit | 48ca11d48af29e1eadf54a40f8d05b7e10795f2f (patch) | |
tree | a6ae6c122f408684f28f7cc66893f804e38afee7 /media-libs/plotutils | |
parent | sed -i (Manifest recommit) (diff) | |
download | gentoo-2-48ca11d48af29e1eadf54a40f8d05b7e10795f2f.tar.gz gentoo-2-48ca11d48af29e1eadf54a40f8d05b7e10795f2f.tar.bz2 gentoo-2-48ca11d48af29e1eadf54a40f8d05b7e10795f2f.zip |
use epatch
Diffstat (limited to 'media-libs/plotutils')
-rw-r--r-- | media-libs/plotutils/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/plotutils/plotutils-2.4.1-r2.ebuild | 10 |
2 files changed, 6 insertions, 9 deletions
diff --git a/media-libs/plotutils/ChangeLog b/media-libs/plotutils/ChangeLog index 715d8342370c..34e018a0be54 100644 --- a/media-libs/plotutils/ChangeLog +++ b/media-libs/plotutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/plotutils # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.12 2004/02/09 07:40:43 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.13 2004/03/02 14:09:31 lanius Exp $ + + 02 Mar 2004; Heinrich Wendel <lanius@gentoo.org> plotutils-2.4.1-r2.ebuild: + use epatch 09 Feb 2004; <augustus@gentoo.org> plotutils-2.4.1-r2.ebuild: Added elibtoolize to src_compile and ~amd64 to keywords. diff --git a/media-libs/plotutils/plotutils-2.4.1-r2.ebuild b/media-libs/plotutils/plotutils-2.4.1-r2.ebuild index e67aecb8edeb..333ff6130ff9 100644 --- a/media-libs/plotutils/plotutils-2.4.1-r2.ebuild +++ b/media-libs/plotutils/plotutils-2.4.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r2.ebuild,v 1.17 2004/02/22 16:43:00 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r2.ebuild,v 1.18 2004/03/02 14:09:31 lanius Exp $ IUSE="X" @@ -13,7 +13,6 @@ inherit libtool #font installation procedures should probably be moved to pkg_postinst. #See Bug# 30 at http://bugs.gentoo.org/show_bug.cgi?id=30 -S=${WORKDIR}/${P} DESCRIPTION="a powerful C/C++ function library for exporting 2-D vector graphics" SRC_URI="ftp://ftp.gnu.org/gnu/plotutils/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/plotutils/" @@ -33,11 +32,9 @@ export CFLAGS="${CFLAGS/k6/i586}" export CXXFLAGS="${CFLAGS}" src_unpack() { - unpack ${A} cd ${S} - patch -p1 < ${FILESDIR}/plotutils-2.4.1-gentoo.patch || die - + epatch ${FILESDIR}/plotutils-2.4.1-gentoo.patch } src_compile() { @@ -57,17 +54,14 @@ src_compile() { econf ${myconf} || die "./configure failed" emake || die "Parallel Make Failed" - } src_install () { - einstall \ datadir=${D}/usr/share || die "Installation Failed" dodoc AUTHORS COMPAT COPYING ChangeLog INSTALL* \ KNOWN_BUGS NEWS ONEWS PROBLEMS README THANKS TODO - } pkg_postinst() { |