diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-12 11:50:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-12 11:50:54 +0000 |
commit | e6d8aebbb44a3573590b94096a9ce399eb40f4cb (patch) | |
tree | 074098bb2b6468d7670973aa13210e66d8742312 /media-gfx/xfig/xfig-3.2.3d-r1.ebuild | |
parent | Added hppa to keywords. (diff) | |
download | historical-e6d8aebbb44a3573590b94096a9ce399eb40f4cb.tar.gz historical-e6d8aebbb44a3573590b94096a9ce399eb40f4cb.tar.bz2 historical-e6d8aebbb44a3573590b94096a9ce399eb40f4cb.zip |
version bump and cleanups
Diffstat (limited to 'media-gfx/xfig/xfig-3.2.3d-r1.ebuild')
-rw-r--r-- | media-gfx/xfig/xfig-3.2.3d-r1.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/xfig/xfig-3.2.3d-r1.ebuild b/media-gfx/xfig/xfig-3.2.3d-r1.ebuild index affd892c6a49..0e2c58db74fc 100644 --- a/media-gfx/xfig/xfig-3.2.3d-r1.ebuild +++ b/media-gfx/xfig/xfig-3.2.3d-r1.ebuild @@ -1,14 +1,17 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xfig/xfig-3.2.3d-r1.ebuild,v 1.7 2003/01/08 03:26:59 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xfig/xfig-3.2.3d-r1.ebuild,v 1.8 2003/02/12 11:50:54 seemant Exp $ + +inherit eutils IUSE="" -MY_P=${P/xfig-/xfig.} +MY_P=${PN}.${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="A menu-driven tool to draw and manipulate objects interactively in an X window." -SRC_URI="http://www.xfig.org/xfigdist/${MY_P}.full.tar.gz" HOMEPAGE="http://www.xfig.org" +SRC_URI="http://www.xfig.org/xfigdist/${MY_P}.full.tar.gz + mirror://gentoo/${P}-gentoo.diff.bz2" SLOT="0" LICENSE="BSD" @@ -25,7 +28,7 @@ RDEPEND="${DEPEND} src_unpack() { unpack ${A} cd ${S} - patch -p1 < ${FILESDIR}/${P}.patch + epatch ${WORKDIR}/${P}-gentoo.diff } src_compile() { |