summaryrefslogtreecommitdiff
path: root/app-doc
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/Manifest.gzbin7322 -> 7320 bytes
-rw-r--r--app-doc/gnu-c-intro-ref/Manifest3
-rw-r--r--app-doc/gnu-c-intro-ref/files/gnu-c-intro-ref-9999-autotools.patch31
-rw-r--r--app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild4
4 files changed, 1 insertions, 37 deletions
diff --git a/app-doc/Manifest.gz b/app-doc/Manifest.gz
index 3db2c9782b67..dac8cc7f3509 100644
--- a/app-doc/Manifest.gz
+++ b/app-doc/Manifest.gz
Binary files differ
diff --git a/app-doc/gnu-c-intro-ref/Manifest b/app-doc/gnu-c-intro-ref/Manifest
index 88db4fe2a34e..5e801616ab09 100644
--- a/app-doc/gnu-c-intro-ref/Manifest
+++ b/app-doc/gnu-c-intro-ref/Manifest
@@ -1,5 +1,4 @@
-AUX gnu-c-intro-ref-9999-autotools.patch 934 BLAKE2B 805d8d23cc035c504f4eae433fd13f05c35c4944b54ba0c08e6fec6560ac40778a9fedc6401bc948af514f0a28f1b41542ceb6997a86a26204fa44edf9ea9d59 SHA512 4ec35a80794a1053a175bfc9d24c0b0f4345db3060c7168e20d4b68fb3ad91f2800dd38408b10cabea3bf8c0b6ef9006781b8281f9cd0563312180638ed9e6d4
DIST c-intro-and-ref-36a1041cfa542b8c00aa6daad2624797164d87f4.tar.gz 195859 BLAKE2B d2a6b32e1f19c88c947e3a98825cdf6eec8192a6e79b4eb9b47bbb69368e2dcb8bb6a6e77dbf05070b918aead7d60d72dd9afcd719a7c1f8d51793fe2ababaa0 SHA512 bd4bd01a24a941c7272d0e9e88867a1669779e390f50725c883bd18cd578899529d2179c919a0a4db386bcb59d3e485a3487b762ee499ee4585e9c579b802787
EBUILD gnu-c-intro-ref-0_pre20230521.ebuild 929 BLAKE2B 55d8574d3f2f94f8c940bbf04ecf5440855ebc66813a2cb964032370369d3b95654746719fb45baaaa547949b4aabef3d6edba1a588079fd31852b40aabf299f SHA512 835c3ed58bc34dbf03d2151af0a07bb9c638fa5eaccf8b294cafd6dd66b7a0682a420b2a001e6f778ded70b8772c7a766058fc39763957474d43a780d8f863e1
-EBUILD gnu-c-intro-ref-9999.ebuild 994 BLAKE2B 3dbf2222f662e1194151256123ecf6d05b2df03a5c9f485e8826c1554fbbcec433bec77d033517a9841846c8b0fab20a5aeb59fe76aecad167497e050265dde8 SHA512 7c9ac5d21bcf4838d42d282956b5349db41c6d58468bdb3ed0dc90559bd6f9d29285d69ee595d3ffbba3a3a1e37708219a3161335c4c5227e1c85c29b790c153
+EBUILD gnu-c-intro-ref-9999.ebuild 929 BLAKE2B 55d8574d3f2f94f8c940bbf04ecf5440855ebc66813a2cb964032370369d3b95654746719fb45baaaa547949b4aabef3d6edba1a588079fd31852b40aabf299f SHA512 835c3ed58bc34dbf03d2151af0a07bb9c638fa5eaccf8b294cafd6dd66b7a0682a420b2a001e6f778ded70b8772c7a766058fc39763957474d43a780d8f863e1
MISC metadata.xml 322 BLAKE2B 441035337e181250ff73319719b7d251902bc20e800364fca9584e950d47d99eb97968df9da749194d91cd90b1db505160f796184d8a331d767a63f51f69b2cc SHA512 4951111aa627d871cbd86d4ac8a6f37986857a88fda66d439a88c20d2fcec6bd1f33489973ce557c7b7ee330a1f2d50275fe4744677c9b2fe145bc66a825e94a
diff --git a/app-doc/gnu-c-intro-ref/files/gnu-c-intro-ref-9999-autotools.patch b/app-doc/gnu-c-intro-ref/files/gnu-c-intro-ref-9999-autotools.patch
deleted file mode 100644
index 238bfcbf4ce0..000000000000
--- a/app-doc/gnu-c-intro-ref/files/gnu-c-intro-ref-9999-autotools.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-I don't know why, but this got reverted upstream by the original commit author.
-
-But it works fine for us, as we even patched this in before they did it, and
-I've emailed them.
-diff --git a/Makefile.am b/Makefile.am
-new file mode 100644
-index 0000000..63d9994
---- /dev/null
-+++ b/Makefile.am
-@@ -0,0 +1,3 @@
-+info_TEXINFOS = c.texi
-+c_TEXINFOS = cpp.texi fp.texi fdl.texi gpl.texi
-+dist_data_DATA = c.pdf
-diff --git a/configure.ac b/configure.ac
-new file mode 100644
-index 0000000..911616b
---- /dev/null
-+++ b/configure.ac
-@@ -0,0 +1,11 @@
-+# Process this file with autoconf to produce a configure script:
-+# autoreconf -vi
-+# Public domain. Originally written by Ineiev, 2023.
-+AC_INIT([GNU C Intro And Reference], [0.0-rc3], [c-manual@gnu.org],
-+ [c-intro-and-ref], [https://www.gnu.org/software/c-intro-and-ref/])
-+
-+AC_PREREQ([2.65])
-+AC_CONFIG_SRCDIR([c.texi])
-+AM_INIT_AUTOMAKE([1.11])
-+AC_CONFIG_FILES([Makefile])
-+AC_OUTPUT
-
diff --git a/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild
index 404c0db6bb5e..206a80678ffc 100644
--- a/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild
+++ b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild
@@ -30,10 +30,6 @@ BDEPEND="
)
"
-PATCHES=(
- "${FILESDIR}"/gnu-c-intro-ref-9999-autotools.patch
-)
-
src_prepare() {
default