summaryrefslogtreecommitdiff
path: root/app-text/sgml-common
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /app-text/sgml-common
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'app-text/sgml-common')
-rw-r--r--app-text/sgml-common/Manifest2
-rw-r--r--app-text/sgml-common/sgml-common-0.6.3-r7.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/sgml-common/Manifest b/app-text/sgml-common/Manifest
index 4e923b61a649..de6248aa647c 100644
--- a/app-text/sgml-common/Manifest
+++ b/app-text/sgml-common/Manifest
@@ -1,5 +1,5 @@
AUX sgml-common-0.6.3-install-catalog.in 5064 BLAKE2B 2400dd32a80a64c89ded54d898a2331b649a35269bd3389e6c71c9f161b5b02b857230a6c7f4807cb975ff4c7d6a99a5576d2bb79190e5914c9faf9488e1d11a SHA512 85fbcdd7aceb28256e08ca1a5b6472247d81499e604d6a45edabf662bc32b72a22326db907e2a408b1a6da02deccd89606749e3fc8e42594ad6402ab29d501b9
AUX sgml-common-0.6.3-prefix.patch 664 BLAKE2B 5b82b66824547c0cbae10f12c94eaccaa0789c1ff68a20c3ace00cc1620dc0e2d7c81cf906db8fac82104b9d1c5ea29af42746b200f1c1a5a9e9728052f5859c SHA512 62758c7ccb4e86e91292757546e6a1f932cf8282abfc2d9ccfe2e68008bbcc995d0a4eeac3f0c8584c4dfae552a42000b438defe38dc911b770a9e8e72b310ef
DIST sgml-common-0.6.3-gentoo.tar.gz 128903 BLAKE2B 3b374179fe85cf6f098649d2014f9d34349ddccd17ae0ac4c5502414507601c545eaf27f7c76fafd63c36041068205d3b82309a204989f3b106c04c7adf14875 SHA512 c8de573d707ccf524407c9be9a6e7740341eb88ecb6bee69d6d11a2658ef74e6acfb7495afa33c9983ab015c3c925aac98278a4e01ee217892a9fb99e60798ce
-EBUILD sgml-common-0.6.3-r7.ebuild 2558 BLAKE2B 4a818e14a8cb42127e235a79ce922b0b7643049d7d2bb2f7760713ea3b13bc8d2285b918aa0808c26f82dfb7c44c95fe1dfa51c7440cec3db175f11a2215227a SHA512 a21f3dadf7bc7404614c48d75fa03abb54c84ee1c380345002a7c10594aef4bcea6c6fd3d98b756421fd2a326d3388b775ea341b006cd3a09d69024fe6d4fdf8
+EBUILD sgml-common-0.6.3-r7.ebuild 2568 BLAKE2B 6733c3345bd061dee79494bb0fef871293a87d1c9486b18553a9f0bba01c17ad92620837015cd2701be9207df7b80e3bf56e9691d2e0ff45adaf676f3b0ca070 SHA512 8030b9f32cbdb52c95b6492c2ee7674c43cc8cb4520f3ee974569e4f2aaf18de42a2e8928a3a0a36d592a5b9cd4e8bc1c777b0708a4318381cab4d4c3990255b
MISC metadata.xml 247 BLAKE2B 1750cec57189e711ca5eba89a78e1d317f0839fa53564fbd39b4e955c28d98f4ae04caf9069afc20a18536cdc92b30fe7b15eb086767c742bad07d9980cfd24b SHA512 d6e2ea8a9d74791bcbf3d6311a66bafc20b8f4db3a576d9a8d54b86d7afb231122b8d87f71f3f46360980adf8d815c633b6d5041f9a30fc8656e8fb66057a282
diff --git a/app-text/sgml-common/sgml-common-0.6.3-r7.ebuild b/app-text/sgml-common/sgml-common-0.6.3-r7.ebuild
index e1b921979e4c..1910a7b6edbf 100644
--- a/app-text/sgml-common/sgml-common-0.6.3-r7.ebuild
+++ b/app-text/sgml-common/sgml-common-0.6.3-r7.ebuild
@@ -73,7 +73,7 @@ pkg_postinst() {
cat >> "${EROOT}/etc/sgml/sgml-docbook.cat" <<-EOF
CATALOG "${EPREFIX}/etc/sgml/sgml-ent.cat"
EOF
- eend
+ eend ${?}
fi
sgml-catalog-r1_pkg_postinst
@@ -84,7 +84,7 @@ pkg_postrm() {
ebegin "Removing sgml-ent.cat from /etc/sgml/sgml-docbook.cat"
sed -i -e '/sgml-ent\.cat/d' \
"${EROOT}"/etc/sgml/sgml-docbook.cat
- eend
+ eend ${?}
if [[ ! -s ${EROOT}/etc/sgml/sgml-docbook.cat ]]; then
rm -f "${EROOT}"/etc/sgml/sgml-docbook.cat
fi