diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-07-30 22:42:58 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-07-30 22:42:58 +0100 |
commit | 3b4199328e240d392ef1f03900219cb88bdafcff (patch) | |
tree | 06007a008d485a5e0a169f2807b68f456e9df1b3 /app-doc/gnu-c-intro-ref | |
parent | aca0af8133e724b7edf0b5c6efe12c39077a3dc9 (diff) |
gentoo auto-resync : 30:07:2023 - 22:42:58
Diffstat (limited to 'app-doc/gnu-c-intro-ref')
-rw-r--r-- | app-doc/gnu-c-intro-ref/Manifest | 3 | ||||
-rw-r--r-- | app-doc/gnu-c-intro-ref/files/gnu-c-intro-ref-9999-autotools.patch | 31 | ||||
-rw-r--r-- | app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild | 4 |
3 files changed, 37 insertions, 1 deletions
diff --git a/app-doc/gnu-c-intro-ref/Manifest b/app-doc/gnu-c-intro-ref/Manifest index 5e801616ab09..88db4fe2a34e 100644 --- a/app-doc/gnu-c-intro-ref/Manifest +++ b/app-doc/gnu-c-intro-ref/Manifest @@ -1,4 +1,5 @@ +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 929 BLAKE2B 55d8574d3f2f94f8c940bbf04ecf5440855ebc66813a2cb964032370369d3b95654746719fb45baaaa547949b4aabef3d6edba1a588079fd31852b40aabf299f SHA512 835c3ed58bc34dbf03d2151af0a07bb9c638fa5eaccf8b294cafd6dd66b7a0682a420b2a001e6f778ded70b8772c7a766058fc39763957474d43a780d8f863e1 +EBUILD gnu-c-intro-ref-9999.ebuild 994 BLAKE2B 3dbf2222f662e1194151256123ecf6d05b2df03a5c9f485e8826c1554fbbcec433bec77d033517a9841846c8b0fab20a5aeb59fe76aecad167497e050265dde8 SHA512 7c9ac5d21bcf4838d42d282956b5349db41c6d58468bdb3ed0dc90559bd6f9d29285d69ee595d3ffbba3a3a1e37708219a3161335c4c5227e1c85c29b790c153 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 new file mode 100644 index 000000000000..238bfcbf4ce0 --- /dev/null +++ b/app-doc/gnu-c-intro-ref/files/gnu-c-intro-ref-9999-autotools.patch @@ -0,0 +1,31 @@ +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 206a80678ffc..404c0db6bb5e 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,6 +30,10 @@ BDEPEND=" ) " +PATCHES=( + "${FILESDIR}"/gnu-c-intro-ref-9999-autotools.patch +) + src_prepare() { default |