diff options
author | 2007-03-12 20:01:12 +0000 | |
---|---|---|
committer | 2007-03-12 20:01:12 +0000 | |
commit | 27d2b27b689240e63130f7dc9ea24f1de170425f (patch) | |
tree | e966f728e4e6dbb89e31b63931672bf3c552d1be /media-gfx/xsvg/xsvg-0.2.1.ebuild | |
parent | make metadata.xml match the DTD (diff) | |
download | historical-27d2b27b689240e63130f7dc9ea24f1de170425f.tar.gz historical-27d2b27b689240e63130f7dc9ea24f1de170425f.tar.bz2 historical-27d2b27b689240e63130f7dc9ea24f1de170425f.zip |
Change HOMEPAGE and stop using virtual/x11.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'media-gfx/xsvg/xsvg-0.2.1.ebuild')
-rw-r--r-- | media-gfx/xsvg/xsvg-0.2.1.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/media-gfx/xsvg/xsvg-0.2.1.ebuild b/media-gfx/xsvg/xsvg-0.2.1.ebuild index 1cd86186eeb7..687ca9e0e4ca 100644 --- a/media-gfx/xsvg/xsvg-0.2.1.ebuild +++ b/media-gfx/xsvg/xsvg-0.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsvg/xsvg-0.2.1.ebuild,v 1.2 2006/02/11 16:10:08 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsvg/xsvg-0.2.1.ebuild,v 1.3 2007/03/12 20:01:12 drac Exp $ DESCRIPTION="X11 SVG viewer" -HOMEPAGE="http://xsvg.org/" +HOMEPAGE="http://cairographics.org" SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -11,10 +11,9 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=">=x11-libs/libsvg-cairo-0.1.6" DEPEND="${RDEPEND} - || ( ( x11-libs/libXt - x11-libs/libXcursor ) - virtual/x11 )" + x11-libs/libXt + x11-libs/libXcursor" src_install() { - make install DESTDIR=${D} || die + emake DESTDIR=${D} install || die "emake install failed." } |