diff options
author | 2012-12-16 10:12:24 +0000 | |
---|---|---|
committer | 2012-12-16 10:12:24 +0000 | |
commit | a3fd24a3182704f767ee4990e337e84baf69bdb6 (patch) | |
tree | 2a6f3c78ff4a198d246299fbcb20082d53a101bb /gnome-extra/yelp-xsl/yelp-xsl-3.6.1.ebuild | |
parent | Re-enable python2.5, seems that the test failure was my fault somehow. (diff) | |
download | gentoo-2-a3fd24a3182704f767ee4990e337e84baf69bdb6.tar.gz gentoo-2-a3fd24a3182704f767ee4990e337e84baf69bdb6.tar.bz2 gentoo-2-a3fd24a3182704f767ee4990e337e84baf69bdb6.zip |
Version bump for gnome-3.6. Update license. Drop old.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'gnome-extra/yelp-xsl/yelp-xsl-3.6.1.ebuild')
-rw-r--r-- | gnome-extra/yelp-xsl/yelp-xsl-3.6.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnome-extra/yelp-xsl/yelp-xsl-3.6.1.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-3.6.1.ebuild new file mode 100644 index 000000000000..08787820e1d6 --- /dev/null +++ b/gnome-extra/yelp-xsl/yelp-xsl-3.6.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 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.6.1.ebuild,v 1.1 2012/12/16 10:12:24 tetromino Exp $ + +EAPI="5" + +inherit gnome.org + +DESCRIPTION="XSL stylesheets for yelp" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~mips ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=">=dev-libs/libxml2-2.6.12 + >=dev-libs/libxslt-1.1.8" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40 + dev-util/itstool + sys-apps/gawk + sys-devel/gettext + virtual/pkgconfig" |