dev-util/gnome-devel-docs: Version bump to 3.32.1
authorMatt Turner <mattst88@gentoo.org>
Sat, 8 Feb 2020 20:24:57 +0000 (12:24 -0800)
committerMatt Turner <mattst88@gentoo.org>
Sat, 8 Feb 2020 20:26:46 +0000 (12:26 -0800)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
dev-util/gnome-devel-docs/Manifest
dev-util/gnome-devel-docs/gnome-devel-docs-3.32.1.ebuild [new file with mode: 0644]

index 9d7cd10f5189a86d728282c172d23d8344655c35..fc17f95b2f1296c2b58d81aa1938df1b49924c1f 100644 (file)
@@ -1 +1,2 @@
 DIST gnome-devel-docs-3.30.2.tar.xz 10270272 BLAKE2B 762ffdb17b0538bbb93f7a8752c060a629437f685df8e4fcc1c296d0db4fbb33dfc7839504eac187237f50d9748b5d7ea45d0e55db74db8cef76daf01b5e997f SHA512 7479c999bffba72d7b815b6081142d0549e9e407939c9ff16b6f04cff2517231614c43050313d49894fec31e0e1777379505f66cbea2da5a2644a147dd95846d
+DIST gnome-devel-docs-3.32.1.tar.xz 10281104 BLAKE2B 8f1c49a7829588b3c7e82b5d1c25f34506f8dc0470b4402e2f4f7be1420d6f314f9a88088afc2d5860d34e3c5029c3f129220c9a83a46621bdb2a877f83dfccc SHA512 57cd312aa43f529e4b2cc862a3cf1e3d6dd67baa145d4a3119227a18ff3a7db67aaf0d641e736d0362dda72ab274bdb701f73b8b309c3ba013b843d217d94604
diff --git a/dev-util/gnome-devel-docs/gnome-devel-docs-3.32.1.ebuild b/dev-util/gnome-devel-docs/gnome-devel-docs-3.32.1.ebuild
new file mode 100644 (file)
index 0000000..5deeb4c
--- /dev/null
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Documentation for developing for the GNOME desktop environment"
+HOMEPAGE="https://developer.gnome.org/"
+
+LICENSE="FDL-1.1+ CC-BY-SA-3.0 CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+       app-text/docbook-xml-dtd:4.1.2
+       app-text/docbook-xml-dtd:4.3
+       dev-libs/libxslt
+       dev-util/itstool
+       sys-devel/gettext
+       virtual/pkgconfig
+"
+
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"
+
+src_configure() {
+       # Wants to build demo samples
+       gnome2_src_configure ac_cv_path_CC=""
+}