diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-doc/autobook | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-doc/autobook')
-rw-r--r-- | app-doc/autobook/Manifest | 7 | ||||
-rw-r--r-- | app-doc/autobook/autobook-1.5.ebuild | 33 | ||||
-rw-r--r-- | app-doc/autobook/metadata.xml | 8 |
3 files changed, 48 insertions, 0 deletions
diff --git a/app-doc/autobook/Manifest b/app-doc/autobook/Manifest new file mode 100644 index 000000000000..6442091aa4f3 --- /dev/null +++ b/app-doc/autobook/Manifest @@ -0,0 +1,7 @@ +DIST autobook-1.5.tar.gz 357570 BLAKE2B 2478aebf5820ba2cafa7d62c0689554d65d44a527551c275e6edc691aecbfcaf87cf3e4662263a9b4eecf09ce4d0852a0779438e3c5f06075adceedcb7a6d621 SHA512 2a7d3d6f8b224a86dfd1912282b29e31abca14794584dbda35bc617938bf5f37de83bc65a7c53c2a3f4635f04697531e0447fbd796df826aec246f80a4374397 +DIST convenience-2.0.tar.gz 1771 BLAKE2B b840a0cfd717fb8e8449bf260b491702b54986d9716506290152d80e76d998c7998a37039d1b1548a4ddfb80f01542b3ff49721265783df83b7e5c579751f89f SHA512 005cc018d6d93377b4225372bca0361c83eab59d1f1126eb6463b3482d0c763429168a4e2ba71d04bde035551958b2e06560c70fffb9cb0f6ba04947bbbec3af +DIST foonly-2.0.tar.gz 1211 BLAKE2B 363b346a547a7a4980cbd25b28ef5b93923655f4f1f7af8c718608e12d890cf7d8cf8d9ec01e5fe0a7eb39557cae02d5993b332f2d27b7c381b184e95fcc2bcf SHA512 fba2bf9fdcea37781f72d6fa2dd78811874d67ee8cc7d6145e69ae1d9ef5117747303cad049235111629f0f73139464326144b6d3b6a7f1d416e2401dc53a528 +DIST hello-2.0.tar.gz 1278 BLAKE2B 7278948882f2316ed67590db9b55419c578d623bfc92292571f8032800e9a5c2610215907b3ad4c6f63f4d792f2ddca00173485e6fd79cc5ef32f43e5333dd9d SHA512 9f38671f3d96998b410006c70758773a89f5e38149a4fcfc818cb57b4767e87d24d82ac24d7ef6d084197dc87b06044722dad138a9a57c0781052a8e44a0b67b +DIST small-2.0.tar.gz 21912 BLAKE2B 1fb87e05e047e7477d931b5ee1f90bba6873109db2d88962466d97c12900ba10ce09bd597b407c48554b179fbca812c7321366bb769f7836cfc56ae0a8c550af SHA512 2fb689bc7b35ae0f1a4b71cd78012cbe1a87f0392da1c1b6321123fe0e3acae53d189ab31ab2038f6e9f6c69d5fad20381212ec6f2b37b837ddbd770e8ab8dde +EBUILD autobook-1.5.ebuild 834 BLAKE2B a27e514fb82c9c395a6d44696edca4b783176cd664bf4022c1d5202b35be73d9584b3fa21e55c748cd8b101165561b7fea1528b7c622b062509c6fafac33091d SHA512 cde8fc09841a2e79227cb43fa0716a1dbfc0ce601f78dac8914f82ffff516c828dace67f142017ae61bc8c857bf57394dde1ceb6f609f8f11df68ed9070c4f48 +MISC metadata.xml 257 BLAKE2B f8a00f23163e58c310fa0e4ab94b2e6b5638ec569a5e93ea2efec8c7bdd97c1629e9bc0e9bf04917f5ca4fea4085855b281c30ced2f09548e96b12e6bb1d5a40 SHA512 9c7759d33e1bbc8be0da5b4f59fc720266e40f4116d7db0c17c5ad800a7bb638f33a1308e1554092af781f06df6f6cb55db41fc22207cd3edc2e159840e3a3b1 diff --git a/app-doc/autobook/autobook-1.5.ebuild b/app-doc/autobook/autobook-1.5.ebuild new file mode 100644 index 000000000000..30c31ea61eaa --- /dev/null +++ b/app-doc/autobook/autobook-1.5.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=0 + +DESCRIPTION="GNU Autoconf, Automake and Libtool" +HOMEPAGE="https://sourceware.org/autobook/" +SRC_URI="https://sourceware.org/autobook/${P}.tar.gz + examples? ( + https://sourceware.org/autobook/foonly-2.0.tar.gz + https://sourceware.org/autobook/small-2.0.tar.gz + https://sourceware.org/autobook/hello-2.0.tar.gz + https://sourceware.org/autobook/convenience-2.0.tar.gz + )" + +LICENSE="OPL" +SLOT="0" +KEYWORDS="amd64 arm hppa ia64 m68k ppc s390 sh x86" +IUSE="examples" + +DEPEND="" +RDEPEND="" + +src_install() { + dohtml * || die + if use examples ; then + local d + for d in {convenience,foonly,hello,small}-2.0 ; do + insinto /usr/share/doc/${PF}/${d} + doins -r "${WORKDIR}"/${d}/* || die "doins ${d} failed" + done + fi +} diff --git a/app-doc/autobook/metadata.xml b/app-doc/autobook/metadata.xml new file mode 100644 index 000000000000..4eb20a048df2 --- /dev/null +++ b/app-doc/autobook/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>base-system@gentoo.org</email> + <name>Gentoo Base System</name> + </maintainer> +</pkgmetadata> |