From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3DA8138335 for ; Sat, 16 Feb 2019 09:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72FE5E0835; Sat, 16 Feb 2019 09:28:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3391CE0828 for ; Sat, 16 Feb 2019 09:28:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8D45335CD2 for ; Sat, 16 Feb 2019 09:28:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E12D545 for ; Sat, 16 Feb 2019 09:28:55 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1550309311.962e63a23dedb5a783fc8cb13624982f229afe7c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xml-simple-dtd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-1.0-r1.ebuild app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.4-r2.ebuild X-VCS-Directories: app-text/docbook-xml-simple-dtd/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 962e63a23dedb5a783fc8cb13624982f229afe7c X-VCS-Branch: master Date: Sat, 16 Feb 2019 09:28:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 23229366-6269-42a1-8384-987c952dadb5 X-Archives-Hash: a2622731b228954e884aacf962a3880e commit: 962e63a23dedb5a783fc8cb13624982f229afe7c Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 16 09:08:52 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 16 09:28:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962e63a2 app-text/docbook-xml-simple-dtd: Drop old Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> .../docbook-xml-simple-dtd-1.0-r1.ebuild | 33 -------------------- .../docbook-xml-simple-dtd-4.1.2.4-r2.ebuild | 36 ---------------------- 2 files changed, 69 deletions(-) diff --git a/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-1.0-r1.ebuild b/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-1.0-r1.ebuild deleted file mode 100644 index 41e6db86cdf..00000000000 --- a/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-1.0-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit sgml-catalog - -MY_PN="docbook-simple" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Simplified Docbook DTD for XML" -HOMEPAGE="http://www.oasis-open.org/docbook/" -SRC_URI="http://www.oasis-open.org/docbook/xml/simple/${PV}/${MY_P}.zip" - -LICENSE="docbook" -SLOT="1.0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" -IUSE="" - -RDEPEND="dev-libs/libxml2" -DEPEND=">=app-arch/unzip-5.41 - ${RDEPEND}" - -S=${WORKDIR} - -sgml-catalog_cat_include "/etc/sgml/xml-simple-docbook-${PV}.cat" \ - "/usr/share/sgml/docbook/${P#docbook-}/catalog" - -src_install() { - insinto /usr/share/sgml/docbook/${P#docbook-} - doins *.dtd *.mod *.css - newins "${FILESDIR}"/${P}.cat catalog -} diff --git a/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.4-r2.ebuild b/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.4-r2.ebuild deleted file mode 100644 index aa892f99c19..00000000000 --- a/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.4-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit sgml-catalog - -MY_P="sdb4124" -DESCRIPTION="Docbook DTD for XML" -HOMEPAGE="http://www.oasis-open.org/docbook/" -SRC_URI="mirror://gentoo/${MY_P}.zip" - -LICENSE="docbook" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="" - -DEPEND=">=app-arch/unzip-5.41" -RDEPEND="" - -sgml-catalog_cat_include "/etc/sgml/xml-simple-docbook-${PV}.cat" \ - "/usr/share/sgml/docbook/${P#docbook-}/catalog" - -S=${WORKDIR} - -src_install() { - insinto /usr/share/sgml/docbook/${P#docbook-} - doins *.dtd *.mod *.css - - newins "${FILESDIR}"/${P}.catalog catalog - - insinto /usr/share/sgml/docbook/${P#docbook-}/ent - doins ent/*.ent - - dodoc README ChangeLog LostLog COPYRIGHT -}