From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xml-dtd/
Date: Fri, 8 Nov 2019 21:13:53 +0000 (UTC) [thread overview]
Message-ID: <1573247614.88344d1eb972fa01a5930406b255ed15d9a190ac.mgorny@gentoo> (raw)
commit: 88344d1eb972fa01a5930406b255ed15d9a190ac
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 8 21:06:05 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 8 21:13:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88344d1e
app-text/docbook-xml-dtd: Drop old (EAPI 0)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../docbook-xml-dtd-4.1.2-r6.ebuild | 55 -------------------
.../docbook-xml-dtd/docbook-xml-dtd-4.2-r2.ebuild | 55 -------------------
.../docbook-xml-dtd/docbook-xml-dtd-4.3-r1.ebuild | 55 -------------------
.../docbook-xml-dtd/docbook-xml-dtd-4.4-r2.ebuild | 60 ---------------------
.../docbook-xml-dtd/docbook-xml-dtd-4.5-r1.ebuild | 62 ----------------------
5 files changed, 287 deletions(-)
diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r6.ebuild b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r6.ebuild
deleted file mode 100644
index 5fa31e2b834..00000000000
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r6.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit sgml-catalog
-
-MY_P="docbkx412"
-DESCRIPTION="Docbook DTD for XML"
-HOMEPAGE="http://www.docbook.org/"
-SRC_URI="http://www.docbook.org/xml/${PV}/${MY_P}.zip"
-
-LICENSE="docbook"
-SLOT="${PV}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65
- >=app-text/build-docbook-catalog-1.2"
-DEPEND=">=app-arch/unzip-5.41"
-
-sgml-catalog_cat_include "/etc/sgml/xml-docbook-${PV}.cat" \
- "/etc/sgml/sgml-docbook.cat"
-sgml-catalog_cat_include "/etc/sgml/xml-docbook-${PV}.cat" \
- "/usr/share/sgml/docbook/xml-dtd-${PV}/docbook.cat"
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack ${A}
-
- # Prepend OVERRIDE directive
- sed -i -e '1i\\OVERRIDE YES' docbook.cat
-}
-
-src_install() {
- keepdir /etc/xml
-
- insinto /usr/share/sgml/docbook/xml-dtd-${PV}
- doins *.cat *.dtd *.mod || die
- insinto /usr/share/sgml/docbook/xml-dtd-${PV}/ent
- doins ent/*.ent || die
-
- dodoc ChangeLog *.txt
-}
-
-pkg_postinst() {
- build-docbook-catalog
- sgml-catalog_pkg_postinst
-}
-
-pkg_postrm() {
- build-docbook-catalog
- sgml-catalog_pkg_postrm
-}
diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r2.ebuild b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r2.ebuild
deleted file mode 100644
index 033b2a7286b..00000000000
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit sgml-catalog
-
-MY_P=${P/-dtd/}
-DESCRIPTION="Docbook DTD for XML"
-HOMEPAGE="http://www.docbook.org/"
-SRC_URI="http://www.docbook.org/xml/${PV}/${MY_P}.zip"
-
-LICENSE="docbook"
-SLOT="${PV}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65
- >=app-text/build-docbook-catalog-1.2"
-DEPEND=">=app-arch/unzip-5.41"
-
-sgml-catalog_cat_include "/etc/sgml/xml-docbook-${PV}.cat" \
- "/etc/sgml/sgml-docbook.cat"
-sgml-catalog_cat_include "/etc/sgml/xml-docbook-${PV}.cat" \
- "/usr/share/sgml/docbook/xml-dtd-${PV}/docbook.cat"
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack ${A}
-
- # Prepend OVERRIDE directive
- sed -i -e '1i\\OVERRIDE YES' docbook.cat
-}
-
-src_install() {
- keepdir /etc/xml
-
- insinto /usr/share/sgml/docbook/xml-dtd-${PV}
- doins *.cat *.dtd *.mod || die
- insinto /usr/share/sgml/docbook/xml-dtd-${PV}/ent
- doins ent/*.ent || die
-
- dodoc ChangeLog README
-}
-
-pkg_postinst() {
- build-docbook-catalog
- sgml-catalog_pkg_postinst
-}
-
-pkg_postrm() {
- build-docbook-catalog
- sgml-catalog_pkg_postrm
-}
diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r1.ebuild b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r1.ebuild
deleted file mode 100644
index 558de1bc5d3..00000000000
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit sgml-catalog
-
-MY_P=${P/-dtd/}
-DESCRIPTION="Docbook DTD for XML"
-HOMEPAGE="http://www.docbook.org/"
-SRC_URI="http://www.docbook.org/xml/${PV}/${MY_P}.zip"
-
-LICENSE="docbook"
-SLOT="${PV}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65
- >=app-text/build-docbook-catalog-1.2"
-DEPEND=">=app-arch/unzip-5.41"
-
-sgml-catalog_cat_include "/etc/sgml/xml-docbook-${PV}.cat" \
- "/etc/sgml/sgml-docbook.cat"
-sgml-catalog_cat_include "/etc/sgml/xml-docbook-${PV}.cat" \
- "/usr/share/sgml/docbook/xml-dtd-${PV}/docbook.cat"
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack ${A}
-
- # Prepend OVERRIDE directive
- sed -i -e '1i\\OVERRIDE YES' docbook.cat
-}
-
-src_install() {
- keepdir /etc/xml
-
- insinto /usr/share/sgml/docbook/xml-dtd-${PV}
- doins *.cat *.dtd *.mod || die
- insinto /usr/share/sgml/docbook/xml-dtd-${PV}/ent
- doins ent/*.ent || die
-
- dodoc ChangeLog README
-}
-
-pkg_postinst() {
- build-docbook-catalog
- sgml-catalog_pkg_postinst
-}
-
-pkg_postrm() {
- build-docbook-catalog
- sgml-catalog_pkg_postrm
-}
diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r2.ebuild b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r2.ebuild
deleted file mode 100644
index beaca290a76..00000000000
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit sgml-catalog
-
-MY_P=${P/-dtd/}
-DESCRIPTION="Docbook DTD for XML"
-HOMEPAGE="http://www.docbook.org/"
-SRC_URI="http://www.docbook.org/xml/${PV}/${MY_P}.zip"
-
-LICENSE="docbook"
-SLOT="${PV}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65
- >=app-text/build-docbook-catalog-1.2"
-DEPEND=">=app-arch/unzip-5.41"
-
-sgml-catalog_cat_include "/etc/sgml/xml-docbook-${PV}.cat" \
- "/etc/sgml/sgml-docbook.cat"
-sgml-catalog_cat_include "/etc/sgml/xml-docbook-${PV}.cat" \
- "/usr/share/sgml/docbook/xml-dtd-${PV}/docbook.cat"
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack ${A}
-
- # Prepend OVERRIDE directive
- sed -i -e '1i\\OVERRIDE YES' docbook.cat
-}
-
-src_install() {
- keepdir /etc/xml
-
- insinto /usr/share/sgml/docbook/xml-dtd-${PV}
- doins *.cat *.dtd *.mod *.xml || die
- insinto /usr/share/sgml/docbook/xml-dtd-${PV}/ent
- doins ent/*.ent || die
-
- # work around unicode parser issues #238785
- dosym ../../../xml-iso-entities-8879.1986/ISOgrk4.ent \
- /usr/share/sgml/docbook/xml-dtd-${PV}/ent/isogrk4.ent || die
-
- cp ent/README README.ent
- dodoc ChangeLog README*
-}
-
-pkg_postinst() {
- build-docbook-catalog
- sgml-catalog_pkg_postinst
-}
-
-pkg_postrm() {
- build-docbook-catalog
- sgml-catalog_pkg_postrm
-}
diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r1.ebuild b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r1.ebuild
deleted file mode 100644
index 0c2ede2a5c3..00000000000
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit sgml-catalog
-
-MY_P=${P/-dtd/}
-DESCRIPTION="Docbook DTD for XML"
-HOMEPAGE="http://www.docbook.org/"
-SRC_URI="http://www.docbook.org/xml/${PV}/${MY_P}.zip"
-
-LICENSE="docbook"
-SLOT="${PV}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND=">=app-arch/unzip-5.41
- >=dev-libs/libxml2-2.4
- >=app-text/docbook-xsl-stylesheets-1.65
- >=app-text/build-docbook-catalog-1.2"
-
-sgml-catalog_cat_include "/etc/sgml/xml-docbook-${PV}.cat" \
- "/etc/sgml/sgml-docbook.cat"
-sgml-catalog_cat_include "/etc/sgml/xml-docbook-${PV}.cat" \
- "/usr/share/sgml/docbook/xml-dtd-${PV}/docbook.cat"
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack ${A}
-
- # Prepend OVERRIDE directive
- sed -i -e '1i\\OVERRIDE YES' docbook.cat
-}
-
-src_install() {
- keepdir /etc/xml
-
- insinto /usr/share/sgml/docbook/xml-dtd-${PV}
- doins *.cat *.dtd *.mod *.xml || die
- insinto /usr/share/sgml/docbook/xml-dtd-${PV}/ent
- doins ent/*.ent || die
-
- # work around unicode parser issues #238785
- dosym ../../../xml-iso-entities-8879.1986/ISOgrk4.ent \
- /usr/share/sgml/docbook/xml-dtd-${PV}/ent/isogrk4.ent || die
-
- cp ent/README README.ent
- dodoc ChangeLog README*
-}
-
-pkg_postinst() {
- build-docbook-catalog
- sgml-catalog_pkg_postinst
-}
-
-pkg_postrm() {
- build-docbook-catalog
- sgml-catalog_pkg_postrm
-}
next reply other threads:[~2019-11-08 21:14 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-08 21:13 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-09 5:29 [gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xml-dtd/ WANG Xuerui
2022-04-29 7:59 WANG Xuerui
2022-04-29 7:59 WANG Xuerui
2021-10-07 2:48 Sam James
2020-12-27 14:01 Fabian Groffen
2019-11-08 21:13 Michał Górny
2019-10-16 20:46 Sergei Trofimovich
2019-10-16 20:46 Sergei Trofimovich
2019-10-16 20:46 Sergei Trofimovich
2019-10-16 20:46 Sergei Trofimovich
2019-10-16 20:46 Sergei Trofimovich
2019-10-16 12:42 Aaron Bauman
2019-10-14 11:31 Agostino Sarubbo
2019-10-14 11:25 Agostino Sarubbo
2019-10-14 11:07 Agostino Sarubbo
2019-10-12 8:55 Mikle Kolyada
2019-10-12 8:55 Mikle Kolyada
2019-10-12 8:55 Mikle Kolyada
2019-09-17 7:12 Michał Górny
2019-09-11 17:58 Michał Górny
2019-09-11 17:58 Michał Górny
2019-05-05 10:16 Mikle Kolyada
2019-05-04 14:43 Andreas K. Hüttel
2019-03-27 19:28 Fabian Groffen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1573247614.88344d1eb972fa01a5930406b255ed15d9a190ac.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox