diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-04-15 23:06:10 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-04-15 23:07:51 -0400 |
commit | bffc071ac3cd7fd30a90d8f4107c4f7cd5b911db (patch) | |
tree | d0237f9f0e1b1ac76f1d491377376e56ac14e753 /dev-util/gnome-devel-docs | |
parent | gnome-base/gnome-control-center: Version bump to 40.0 (diff) | |
download | gentoo-bffc071ac3cd7fd30a90d8f4107c4f7cd5b911db.tar.gz gentoo-bffc071ac3cd7fd30a90d8f4107c4f7cd5b911db.tar.bz2 gentoo-bffc071ac3cd7fd30a90d8f4107c4f7cd5b911db.zip |
dev-util/gnome-devel-docs: Version bump to 40.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/gnome-devel-docs')
-rw-r--r-- | dev-util/gnome-devel-docs/Manifest | 1 | ||||
-rw-r--r-- | dev-util/gnome-devel-docs/gnome-devel-docs-40.0.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-util/gnome-devel-docs/Manifest b/dev-util/gnome-devel-docs/Manifest index 50705795a99b..ddd692ec5b89 100644 --- a/dev-util/gnome-devel-docs/Manifest +++ b/dev-util/gnome-devel-docs/Manifest @@ -1 +1,2 @@ DIST gnome-devel-docs-3.32.1.tar.xz 10281104 BLAKE2B 8f1c49a7829588b3c7e82b5d1c25f34506f8dc0470b4402e2f4f7be1420d6f314f9a88088afc2d5860d34e3c5029c3f129220c9a83a46621bdb2a877f83dfccc SHA512 57cd312aa43f529e4b2cc862a3cf1e3d6dd67baa145d4a3119227a18ff3a7db67aaf0d641e736d0362dda72ab274bdb701f73b8b309c3ba013b843d217d94604 +DIST gnome-devel-docs-40.0.tar.xz 10756744 BLAKE2B 565a6340191f7f3f1d8e396bd0109d9d82792829dbdfc1d155115acfe6453b239e095e3c6f763a0b94119d173e1063ecc48296760cd9a39a3f29356de4faf6cf SHA512 c7068cfe712c94b01d0387bd66f64a295096223f0ee1c49cb06d0d4d2c1651da7df1f152164e289cafae5fa53963a9b4e2afd616d1995475a8b2c437fd8c2903 diff --git a/dev-util/gnome-devel-docs/gnome-devel-docs-40.0.ebuild b/dev-util/gnome-devel-docs/gnome-devel-docs-40.0.ebuild new file mode 100644 index 000000000000..2ff8d4654ff2 --- /dev/null +++ b/dev-util/gnome-devel-docs/gnome-devel-docs-40.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +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" + +BDEPEND=" + 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="" +} |