summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-05-14 20:02:50 +0000
committerPacho Ramos <pacho@gentoo.org>2013-05-14 20:02:50 +0000
commit677b539be3a770240665b544a079b16af74c294a (patch)
tree0109226ae18b421c41d54024fe2660b1226235e3 /gnome-extra
parentRemove older unstable (diff)
downloadgentoo-2-677b539be3a770240665b544a079b16af74c294a.tar.gz
gentoo-2-677b539be3a770240665b544a079b16af74c294a.tar.bz2
gentoo-2-677b539be3a770240665b544a079b16af74c294a.zip
Version bump
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/yelp-xsl/ChangeLog7
-rw-r--r--gnome-extra/yelp-xsl/yelp-xsl-3.8.1.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/gnome-extra/yelp-xsl/ChangeLog b/gnome-extra/yelp-xsl/ChangeLog
index 9f1c3be71349..2cf526e50a1a 100644
--- a/gnome-extra/yelp-xsl/ChangeLog
+++ b/gnome-extra/yelp-xsl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-extra/yelp-xsl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp-xsl/ChangeLog,v 1.35 2013/04/01 18:24:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp-xsl/ChangeLog,v 1.36 2013/05/14 20:02:50 pacho Exp $
+
+*yelp-xsl-3.8.1 (14 May 2013)
+
+ 14 May 2013; Pacho Ramos <pacho@gentoo.org> +yelp-xsl-3.8.1.ebuild:
+ Version bump
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> yelp-xsl-3.6.1.ebuild:
Stable for sparc, wrt bug #458984
diff --git a/gnome-extra/yelp-xsl/yelp-xsl-3.8.1.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-3.8.1.ebuild
new file mode 100644
index 000000000000..8272c15c2ca8
--- /dev/null
+++ b/gnome-extra/yelp-xsl/yelp-xsl-3.8.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 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.8.1.ebuild,v 1.1 2013/05/14 20:02:50 pacho 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-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-1.2.0
+ sys-devel/gettext
+ virtual/awk
+ virtual/pkgconfig
+"