summaryrefslogtreecommitdiff
path: root/app-doc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-23 13:01:09 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-23 13:01:09 +0000
commitacc2dacf2ee9a5b03df96da670153f2e3a24d80c (patch)
tree852bc5b5f64c3dc59ac09c6a2314c63b9a901ac0 /app-doc
parent2c9b8fbe41c04a94054b0540b54fcf2de0b79166 (diff)
gentoo auto-resync : 23:03:2024 - 13:01:09
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/Manifest.gzbin7315 -> 7486 bytes
-rw-r--r--app-doc/audacity/Manifest6
-rw-r--r--app-doc/audacity/audacity-3.3.3.ebuild26
-rw-r--r--app-doc/audacity/audacity-3.4.2.ebuild26
-rw-r--r--app-doc/audacity/audacity-9999.ebuild26
-rw-r--r--app-doc/audacity/metadata.xml19
6 files changed, 103 insertions, 0 deletions
diff --git a/app-doc/Manifest.gz b/app-doc/Manifest.gz
index 6cc266d08f1e..ce3d3ee3d583 100644
--- a/app-doc/Manifest.gz
+++ b/app-doc/Manifest.gz
Binary files differ
diff --git a/app-doc/audacity/Manifest b/app-doc/audacity/Manifest
new file mode 100644
index 000000000000..d39b51fef83d
--- /dev/null
+++ b/app-doc/audacity/Manifest
@@ -0,0 +1,6 @@
+DIST audacity-manual-3.3.3.tar.gz 22938196 BLAKE2B b2646c84859a10e2f2d80abe44c3dc33021fda92b9e60e746fdae95ea7b32003d2a804c7ef8f88b3c3e3efdce8e0f3b2acf846753bede9d05dbbb92777c1055c SHA512 d522b94157f091206341a05b67dbf3c776fedb5a8329f4301244a9ad9cb5f638d49dda11fbb11d376f8f5c4509f1984933d388c44830c8c2ce0c2b59ee7607f9
+DIST audacity-manual-3.4.2.tar.gz 23305736 BLAKE2B 641c4d0fc70eece83906d4c2df427037ff675cab179860f4d637ffcb38b9390409557bcc11e819657c86ff99c3fce513b1f877a1e9c5597157881392e5dc3ce7 SHA512 0664d7c925c9e2c3a15e7b403ef2b8752ce219c40f16e361fc567794ddac92d94bdc93ddb73ac9e4251ab26c352cf072d62f765b5644df3a53febb1babfd6fbe
+EBUILD audacity-3.3.3.ebuild 696 BLAKE2B f65a2e61597c39607f19f333126d2d205b82602c5004e47d77002856c5817be0465291a7a07ec6f5b8a53b435cf6d30e2d597de0c85cf35c96908d353dd692b2 SHA512 ccf0d4b41d46c9914573e32727c92c566bf009db398385b0d0412aa8b340c6d3476d61126acf8a4ea56614ecd5abf73e56be82c0b43886a84ca9b9f856150eb6
+EBUILD audacity-3.4.2.ebuild 696 BLAKE2B f65a2e61597c39607f19f333126d2d205b82602c5004e47d77002856c5817be0465291a7a07ec6f5b8a53b435cf6d30e2d597de0c85cf35c96908d353dd692b2 SHA512 ccf0d4b41d46c9914573e32727c92c566bf009db398385b0d0412aa8b340c6d3476d61126acf8a4ea56614ecd5abf73e56be82c0b43886a84ca9b9f856150eb6
+EBUILD audacity-9999.ebuild 696 BLAKE2B f65a2e61597c39607f19f333126d2d205b82602c5004e47d77002856c5817be0465291a7a07ec6f5b8a53b435cf6d30e2d597de0c85cf35c96908d353dd692b2 SHA512 ccf0d4b41d46c9914573e32727c92c566bf009db398385b0d0412aa8b340c6d3476d61126acf8a4ea56614ecd5abf73e56be82c0b43886a84ca9b9f856150eb6
+MISC metadata.xml 632 BLAKE2B 3485dfbe370918a0f03d51e59c81fb2c52c162bd6b8cd318846cab7d8cd476e4ba56b5a571529df96164568dbe307572760740db7103642cc882b4893eb871ea SHA512 af60278e7a0342e72bab2aa51d12debc2b1bd3be8ba31d990875f150dcbf95719d4f4ce55f094f5feea44ec04f2af906a15c96dec7494f4eb8d56929bff8c7d7
diff --git a/app-doc/audacity/audacity-3.3.3.ebuild b/app-doc/audacity/audacity-3.3.3.ebuild
new file mode 100644
index 000000000000..c033739b6a0e
--- /dev/null
+++ b/app-doc/audacity/audacity-3.3.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="HTML reference manual for Audacity"
+HOMEPAGE="https://www.audacityteam.org/"
+
+if [[ ${PV} = 9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/audacity/audacity-manual.git"
+else
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/help"
+ SRC_URI="amd64? ( https://github.com/audacity/audacity-manual/releases/download/v${PV}/audacity-manual-${PV}.tar.gz )"
+fi
+
+LICENSE="CC-BY-3.0"
+SLOT="0"
+
+src_install() {
+ docinto html
+ dodoc -r "${S}"/manual/{m,man}
+ dodoc "${S}"/manual/{favicon.ico,index.html,quick_help.html}
+ dosym ../../doc/${PF}/html /usr/share/${PN}/help/manual
+}
diff --git a/app-doc/audacity/audacity-3.4.2.ebuild b/app-doc/audacity/audacity-3.4.2.ebuild
new file mode 100644
index 000000000000..c033739b6a0e
--- /dev/null
+++ b/app-doc/audacity/audacity-3.4.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="HTML reference manual for Audacity"
+HOMEPAGE="https://www.audacityteam.org/"
+
+if [[ ${PV} = 9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/audacity/audacity-manual.git"
+else
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/help"
+ SRC_URI="amd64? ( https://github.com/audacity/audacity-manual/releases/download/v${PV}/audacity-manual-${PV}.tar.gz )"
+fi
+
+LICENSE="CC-BY-3.0"
+SLOT="0"
+
+src_install() {
+ docinto html
+ dodoc -r "${S}"/manual/{m,man}
+ dodoc "${S}"/manual/{favicon.ico,index.html,quick_help.html}
+ dosym ../../doc/${PF}/html /usr/share/${PN}/help/manual
+}
diff --git a/app-doc/audacity/audacity-9999.ebuild b/app-doc/audacity/audacity-9999.ebuild
new file mode 100644
index 000000000000..c033739b6a0e
--- /dev/null
+++ b/app-doc/audacity/audacity-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="HTML reference manual for Audacity"
+HOMEPAGE="https://www.audacityteam.org/"
+
+if [[ ${PV} = 9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/audacity/audacity-manual.git"
+else
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/help"
+ SRC_URI="amd64? ( https://github.com/audacity/audacity-manual/releases/download/v${PV}/audacity-manual-${PV}.tar.gz )"
+fi
+
+LICENSE="CC-BY-3.0"
+SLOT="0"
+
+src_install() {
+ docinto html
+ dodoc -r "${S}"/manual/{m,man}
+ dodoc "${S}"/manual/{favicon.ico,index.html,quick_help.html}
+ dosym ../../doc/${PF}/html /usr/share/${PN}/help/manual
+}
diff --git a/app-doc/audacity/metadata.xml b/app-doc/audacity/metadata.xml
new file mode 100644
index 000000000000..204ad578eda0
--- /dev/null
+++ b/app-doc/audacity/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>mehw.is.me@inventati.org</email>
+ <name>Matthew White</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proaudio@gentoo.org</email>
+ <name>Gentoo ProAudio Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">audacity/audacity-manual</remote-id>
+ </upstream>
+</pkgmetadata>