summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-xemacs/psgml-dtds')
-rw-r--r--app-xemacs/psgml-dtds/Manifest3
-rw-r--r--app-xemacs/psgml-dtds/metadata.xml3
-rw-r--r--app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild20
-rw-r--r--app-xemacs/psgml-dtds/psgml-dtds-1.06.ebuild (renamed from app-xemacs/psgml-dtds/psgml-dtds-1.03.ebuild)8
4 files changed, 8 insertions, 26 deletions
diff --git a/app-xemacs/psgml-dtds/Manifest b/app-xemacs/psgml-dtds/Manifest
index cfdad08fc65a..2cddc28fe229 100644
--- a/app-xemacs/psgml-dtds/Manifest
+++ b/app-xemacs/psgml-dtds/Manifest
@@ -1,2 +1 @@
-DIST psgml-dtds-1.03-pkg.tar.gz 367476 BLAKE2B c7b06622895757b1ea73102a1bdf39be6f456c0e276b3d633c6f5c295b09249796429104499358c12da1204c9d95f93bac66c12311e38325f69a03fec81828f5 SHA512 947e3acd754ca9e730b7c3f7e45fb4cf94044dc61874bf37f77da2f11fec9649c4468f73e00db03c92f41fa460f896cdd610088c5ce21a64954584e7ed2bfecb
-DIST psgml-dtds-1.05-pkg.tar.gz 367368 BLAKE2B fe845e58c281909e43c2c7f9372f6b55da4133835df08dddd7f91881a48e73f4afd329ef02a445206c41466b5368c5fa8571a1e3d95a799ce6902245c12731e7 SHA512 700f1db7dff467987ddd9dabca48479f231c81486ea72129db5bf24f0583c0ae197fcf0477c7092e89c0edd7a0465f4e7c736bb95647a254d56dad9aa0935eb0
+DIST psgml-dtds-1.06-pkg.tar.gz 317773 BLAKE2B d8f1b28e734e34f1f1b05dfbf9164ea3d8bcb7c8aa2837a2c73bbcbd075340a872f69bb61b7720793ee40078fd45398f42c7056ea43c7e2428eff2b6538e65b7 SHA512 90dece611a228ff3705e7d61415e821781fd42d9750cc52db6a4ed7b0e5c55a858101df0efdbdb5d2b4818d18e0f0609bd43abb556a2ccb933a07298c71f0786
diff --git a/app-xemacs/psgml-dtds/metadata.xml b/app-xemacs/psgml-dtds/metadata.xml
index c7dd5514fddf..218065eeca5b 100644
--- a/app-xemacs/psgml-dtds/metadata.xml
+++ b/app-xemacs/psgml-dtds/metadata.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>xemacs@gentoo.org</email>
<name>Gentoo XEmacs project</name>
</maintainer>
+ <stabilize-allarches/>
</pkgmetadata>
diff --git a/app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild b/app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild
deleted file mode 100644
index 8386832148cf..000000000000
--- a/app-xemacs/psgml-dtds/psgml-dtds-1.05.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Deprecated collection of DTDs for psgml"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/psgml
-app-xemacs/edit-utils
-app-xemacs/mail-lib
-app-xemacs/fsf-compat
-app-xemacs/xemacs-eterm
-app-xemacs/sh-script
-"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages
diff --git a/app-xemacs/psgml-dtds/psgml-dtds-1.03.ebuild b/app-xemacs/psgml-dtds/psgml-dtds-1.06.ebuild
index 28f322bdc0c2..b0a605a653ec 100644
--- a/app-xemacs/psgml-dtds/psgml-dtds-1.03.ebuild
+++ b/app-xemacs/psgml-dtds/psgml-dtds-1.06.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
SLOT="0"
DESCRIPTION="Deprecated collection of DTDs for psgml"
XEMACS_PKG_CAT="standard"
+XEMACS_EXPERIMENTAL="true"
+
RDEPEND="app-xemacs/xemacs-base
app-xemacs/psgml
app-xemacs/edit-utils
@@ -15,6 +17,6 @@ app-xemacs/fsf-compat
app-xemacs/xemacs-eterm
app-xemacs/sh-script
"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
inherit xemacs-packages