diff options
Diffstat (limited to 'gnome-extra/yelp-xsl/yelp-xsl-3.0.2.ebuild')
-rw-r--r-- | gnome-extra/yelp-xsl/yelp-xsl-3.0.2.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnome-extra/yelp-xsl/yelp-xsl-3.0.2.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-3.0.2.ebuild new file mode 100644 index 000000000000..da8a1fac01d5 --- /dev/null +++ b/gnome-extra/yelp-xsl/yelp-xsl-3.0.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp-xsl/yelp-xsl-3.0.2.ebuild,v 1.1 2011/08/19 11:02:44 nirbheek Exp $ + +EAPI="4" +GNOME_TARBALL_SUFFIX="bz2" + +inherit gnome.org + +DESCRIPTION="XSL stylesheets for yelp" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=">=dev-libs/libxml2-2.6.12 + >=dev-libs/libxslt-1.1.8" +DEPEND="${RDEPEND} + sys-apps/gawk + sys-devel/gettext + >=dev-util/intltool-0.40 + >=dev-util/pkgconfig-0.9" |