summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2005-09-10 22:17:45 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2005-09-10 22:17:45 +0000
commit7678cb59eada1ac9dd97513655286c3e98ddd0fe (patch)
tree9b969c633ee00c3e95f247209d58ae80272f5d86 /media-gfx/xsvg/xsvg-0.2.1.ebuild
parentVersion bump to 3.5.0, which corresponds to the ZODB in Zope 3.1. ZODB 3.5 ca... (diff)
downloadhistorical-7678cb59eada1ac9dd97513655286c3e98ddd0fe.tar.gz
historical-7678cb59eada1ac9dd97513655286c3e98ddd0fe.tar.bz2
historical-7678cb59eada1ac9dd97513655286c3e98ddd0fe.zip
Version bump; Resolves bug #102883. Added with p.mask
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'media-gfx/xsvg/xsvg-0.2.1.ebuild')
-rw-r--r--media-gfx/xsvg/xsvg-0.2.1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/media-gfx/xsvg/xsvg-0.2.1.ebuild b/media-gfx/xsvg/xsvg-0.2.1.ebuild
new file mode 100644
index 000000000000..a1b99584547a
--- /dev/null
+++ b/media-gfx/xsvg/xsvg-0.2.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2005 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.1 2005/09/10 22:17:45 compnerd Exp $
+
+DESCRIPTION="X11 SVG viewer"
+HOMEPAGE="http://xsvg.org/"
+SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+DEPEND="virtual/x11
+ >=x11-libs/libsvg-cairo-0.1.6"
+
+src_install() {
+ make install DESTDIR=${D} || die
+}