public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2016-01-25 22:21 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2016-01-25 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b0045ac97564515050bd9421a024b47b7f9fa736
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 22:18:04 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 22:18:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0045ac9

app-emacs/nxml-gentoo-schemas: Version bump.

This includes some schema changes, notably the metadata changes
for GLEP 67.

Package-Manager: portage-2.2.27

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20160125.ebuild            | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index afe9ca7..b92800f 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1,3 @@
 DIST nxml-gentoo-schemas-20111129.tar.bz2 10795 SHA256 654b72aee0f27c034ff351e5f9549abf4489d8c42590124aa95ea46538f9b8c7 SHA512 5ed86f6d72d8ab91d0473c1104458223f6b7ae9c03331638ee6d802706d18338dcf75a38dc82de237f2810bf3ef228f65f49d322527641618fa6e910e4ee3fbb WHIRLPOOL 5d94fac30df20cc94da0cae29bc631aa8f0364e9cd55b56265ee0cbcab460e3f3850e7247f798282a617ca0ac60b398e20c10310661df02b065b2e79fb7a5aa9
 DIST nxml-gentoo-schemas-20150428.tar.xz 11100 SHA256 79436da79a4e75a2e70855fa9c98410c7dced30525e72c23520c4a6231388b6b SHA512 a43b21f03072f31709499d9d7a5aca578c8c23d1fe9ab9658d973298a471cfd3408072298dfb467a69b50a26a10b86860cd9109e26cb6237b1e50bc943ef54d2 WHIRLPOOL 37cddfbb719982b0d4471aff21d3a2a429c266bec7ce663106a9978482392306622cad4b24108a20253ef21e1523f2cd9d896391ff2d8327d2c1446320c71b6c
+DIST nxml-gentoo-schemas-20160125.tar.xz 11920 SHA256 2db910f6391663953838bf4acee56b4f28a03abf56089cba0c0f7ea8844cfe4a SHA512 bf1aabc2275e6a4ff9a736385b8cb97ded63ac44a43608991012ea818e4f9e908e451b781f15d32a8dc744e73cadf032637e44ad93a08c6fcad2912c5d755789 WHIRLPOOL 09b6580f2af817db6db6023c901f4f7f50daa1bad228e0e2c619d3a4b99f08d5c717de514ee99beeb26266c631e596e3e1fa985b6b787ec8641fa44035b737b2

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160125.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160125.ebuild
new file mode 100644
index 0000000..86ad694
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160125.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	dodoc DONATING
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2016-03-12 12:38 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2016-03-12 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     a588a0520cfca612425412b42c28a39339e12915
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 12:35:53 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 12:35:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a588a052

app-emacs/nxml-gentoo-schemas: Version bump.

Package-Manager: portage-2.2.28

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20160312.ebuild            | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index b92800f..5c081eb 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,3 +1,4 @@
 DIST nxml-gentoo-schemas-20111129.tar.bz2 10795 SHA256 654b72aee0f27c034ff351e5f9549abf4489d8c42590124aa95ea46538f9b8c7 SHA512 5ed86f6d72d8ab91d0473c1104458223f6b7ae9c03331638ee6d802706d18338dcf75a38dc82de237f2810bf3ef228f65f49d322527641618fa6e910e4ee3fbb WHIRLPOOL 5d94fac30df20cc94da0cae29bc631aa8f0364e9cd55b56265ee0cbcab460e3f3850e7247f798282a617ca0ac60b398e20c10310661df02b065b2e79fb7a5aa9
 DIST nxml-gentoo-schemas-20150428.tar.xz 11100 SHA256 79436da79a4e75a2e70855fa9c98410c7dced30525e72c23520c4a6231388b6b SHA512 a43b21f03072f31709499d9d7a5aca578c8c23d1fe9ab9658d973298a471cfd3408072298dfb467a69b50a26a10b86860cd9109e26cb6237b1e50bc943ef54d2 WHIRLPOOL 37cddfbb719982b0d4471aff21d3a2a429c266bec7ce663106a9978482392306622cad4b24108a20253ef21e1523f2cd9d896391ff2d8327d2c1446320c71b6c
 DIST nxml-gentoo-schemas-20160125.tar.xz 11920 SHA256 2db910f6391663953838bf4acee56b4f28a03abf56089cba0c0f7ea8844cfe4a SHA512 bf1aabc2275e6a4ff9a736385b8cb97ded63ac44a43608991012ea818e4f9e908e451b781f15d32a8dc744e73cadf032637e44ad93a08c6fcad2912c5d755789 WHIRLPOOL 09b6580f2af817db6db6023c901f4f7f50daa1bad228e0e2c619d3a4b99f08d5c717de514ee99beeb26266c631e596e3e1fa985b6b787ec8641fa44035b737b2
+DIST nxml-gentoo-schemas-20160312.tar.xz 11460 SHA256 ab19cccfacaadf96d881cebd065d16526affa2f85a7cab4d104d4350c45d2a68 SHA512 91d8ab4849bef6a54981c205cfd215f3e9bb1fb3c86fcd70a7ac2c6272fa58c29db08f4a1671487299c5ccbcfd388f0d2cd5953d13bf949798f135b230fa764a WHIRLPOOL b0495a1e1c25674efc60bfcd8256b3a9b47ee37a19eecb3b8bedeebb2394f86aee5221eddc03045414bbed7dea873cff283f2f75e84329d76101896514f9bd10

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160312.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160312.ebuild
new file mode 100644
index 0000000..86ad694
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160312.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	dodoc DONATING
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2016-03-12 12:38 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2016-03-12 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     80eb98295e4c47374c493b42a63703c3db8d9144
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 12:36:48 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 12:36:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80eb9829

app-emacs/nxml-gentoo-schemas: Remove old.

Package-Manager: portage-2.2.28

 app-emacs/nxml-gentoo-schemas/Manifest             |  2 --
 .../nxml-gentoo-schemas-20111129.ebuild            | 26 ----------------------
 .../nxml-gentoo-schemas-20150428.ebuild            | 26 ----------------------
 3 files changed, 54 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 5c081eb..72d1529 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,4 +1,2 @@
-DIST nxml-gentoo-schemas-20111129.tar.bz2 10795 SHA256 654b72aee0f27c034ff351e5f9549abf4489d8c42590124aa95ea46538f9b8c7 SHA512 5ed86f6d72d8ab91d0473c1104458223f6b7ae9c03331638ee6d802706d18338dcf75a38dc82de237f2810bf3ef228f65f49d322527641618fa6e910e4ee3fbb WHIRLPOOL 5d94fac30df20cc94da0cae29bc631aa8f0364e9cd55b56265ee0cbcab460e3f3850e7247f798282a617ca0ac60b398e20c10310661df02b065b2e79fb7a5aa9
-DIST nxml-gentoo-schemas-20150428.tar.xz 11100 SHA256 79436da79a4e75a2e70855fa9c98410c7dced30525e72c23520c4a6231388b6b SHA512 a43b21f03072f31709499d9d7a5aca578c8c23d1fe9ab9658d973298a471cfd3408072298dfb467a69b50a26a10b86860cd9109e26cb6237b1e50bc943ef54d2 WHIRLPOOL 37cddfbb719982b0d4471aff21d3a2a429c266bec7ce663106a9978482392306622cad4b24108a20253ef21e1523f2cd9d896391ff2d8327d2c1446320c71b6c
 DIST nxml-gentoo-schemas-20160125.tar.xz 11920 SHA256 2db910f6391663953838bf4acee56b4f28a03abf56089cba0c0f7ea8844cfe4a SHA512 bf1aabc2275e6a4ff9a736385b8cb97ded63ac44a43608991012ea818e4f9e908e451b781f15d32a8dc744e73cadf032637e44ad93a08c6fcad2912c5d755789 WHIRLPOOL 09b6580f2af817db6db6023c901f4f7f50daa1bad228e0e2c619d3a4b99f08d5c717de514ee99beeb26266c631e596e3e1fa985b6b787ec8641fa44035b737b2
 DIST nxml-gentoo-schemas-20160312.tar.xz 11460 SHA256 ab19cccfacaadf96d881cebd065d16526affa2f85a7cab4d104d4350c45d2a68 SHA512 91d8ab4849bef6a54981c205cfd215f3e9bb1fb3c86fcd70a7ac2c6272fa58c29db08f4a1671487299c5ccbcfd388f0d2cd5953d13bf949798f135b230fa764a WHIRLPOOL b0495a1e1c25674efc60bfcd8256b3a9b47ee37a19eecb3b8bedeebb2394f86aee5221eddc03045414bbed7dea873cff283f2f75e84329d76101896514f9bd10

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20111129.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20111129.ebuild
deleted file mode 100644
index cf67cdb..0000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20111129.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://dev.gentoo.org/~flameeyes/nxml-gentoo-schemas/"
-SRC_URI="https://dev.gentoo.org/~flameeyes/${PN}/${P}.tar.bz2"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	dodoc DONATING
-}

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20150428.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20150428.ebuild
deleted file mode 100644
index 12983de..0000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20150428.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://dev.gentoo.org/~flameeyes/nxml-gentoo-schemas/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	dodoc DONATING
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2016-05-06  8:24 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2016-05-06  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     1c5176edbb2ee72b053cde28d41738f8dae5616f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri May  6 08:21:41 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri May  6 08:21:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5176ed

app-emacs/nxml-gentoo-schemas: Version bump.

Package-Manager: portage-2.2.28

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20160506.ebuild            | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 72d1529..447d619 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1,3 @@
 DIST nxml-gentoo-schemas-20160125.tar.xz 11920 SHA256 2db910f6391663953838bf4acee56b4f28a03abf56089cba0c0f7ea8844cfe4a SHA512 bf1aabc2275e6a4ff9a736385b8cb97ded63ac44a43608991012ea818e4f9e908e451b781f15d32a8dc744e73cadf032637e44ad93a08c6fcad2912c5d755789 WHIRLPOOL 09b6580f2af817db6db6023c901f4f7f50daa1bad228e0e2c619d3a4b99f08d5c717de514ee99beeb26266c631e596e3e1fa985b6b787ec8641fa44035b737b2
 DIST nxml-gentoo-schemas-20160312.tar.xz 11460 SHA256 ab19cccfacaadf96d881cebd065d16526affa2f85a7cab4d104d4350c45d2a68 SHA512 91d8ab4849bef6a54981c205cfd215f3e9bb1fb3c86fcd70a7ac2c6272fa58c29db08f4a1671487299c5ccbcfd388f0d2cd5953d13bf949798f135b230fa764a WHIRLPOOL b0495a1e1c25674efc60bfcd8256b3a9b47ee37a19eecb3b8bedeebb2394f86aee5221eddc03045414bbed7dea873cff283f2f75e84329d76101896514f9bd10
+DIST nxml-gentoo-schemas-20160506.tar.xz 11472 SHA256 c900fb55047071c749e07ba081101ccc229c7048989c057b1067ed0a9c2922df SHA512 5f826342e3af11a93ca22abe4333838f3f26cb01ff98a270929d6e5091e65b4ab9971b1f7e52404b235bd208f195d51eef868580d19a4c113ddb7925a9118b8d WHIRLPOOL 865b1771cfe2a5adb4e3e3f0b9ffeaaf26e519173cbdc8624fd137becf15765f640ab33eb64362fc52f3a93af40dd59382db3b4648c0455605fc2b835d700cde

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160506.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160506.ebuild
new file mode 100644
index 0000000..86ad694
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160506.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	dodoc DONATING
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2016-05-06  8:24 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2016-05-06  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e882e99df7c0edad63b76b2e0c580ba338bdaf3f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri May  6 08:24:21 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri May  6 08:24:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e882e99d

app-emacs/nxml-gentoo-schemas: Remove old.

Package-Manager: portage-2.2.28

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20160125.ebuild            | 26 ----------------------
 2 files changed, 27 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 447d619..b2db8b6 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,3 +1,2 @@
-DIST nxml-gentoo-schemas-20160125.tar.xz 11920 SHA256 2db910f6391663953838bf4acee56b4f28a03abf56089cba0c0f7ea8844cfe4a SHA512 bf1aabc2275e6a4ff9a736385b8cb97ded63ac44a43608991012ea818e4f9e908e451b781f15d32a8dc744e73cadf032637e44ad93a08c6fcad2912c5d755789 WHIRLPOOL 09b6580f2af817db6db6023c901f4f7f50daa1bad228e0e2c619d3a4b99f08d5c717de514ee99beeb26266c631e596e3e1fa985b6b787ec8641fa44035b737b2
 DIST nxml-gentoo-schemas-20160312.tar.xz 11460 SHA256 ab19cccfacaadf96d881cebd065d16526affa2f85a7cab4d104d4350c45d2a68 SHA512 91d8ab4849bef6a54981c205cfd215f3e9bb1fb3c86fcd70a7ac2c6272fa58c29db08f4a1671487299c5ccbcfd388f0d2cd5953d13bf949798f135b230fa764a WHIRLPOOL b0495a1e1c25674efc60bfcd8256b3a9b47ee37a19eecb3b8bedeebb2394f86aee5221eddc03045414bbed7dea873cff283f2f75e84329d76101896514f9bd10
 DIST nxml-gentoo-schemas-20160506.tar.xz 11472 SHA256 c900fb55047071c749e07ba081101ccc229c7048989c057b1067ed0a9c2922df SHA512 5f826342e3af11a93ca22abe4333838f3f26cb01ff98a270929d6e5091e65b4ab9971b1f7e52404b235bd208f195d51eef868580d19a4c113ddb7925a9118b8d WHIRLPOOL 865b1771cfe2a5adb4e3e3f0b9ffeaaf26e519173cbdc8624fd137becf15765f640ab33eb64362fc52f3a93af40dd59382db3b4648c0455605fc2b835d700cde

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160125.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160125.ebuild
deleted file mode 100644
index 86ad694..0000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160125.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	dodoc DONATING
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2017-03-02  8:48 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2017-03-02  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     cc36293b79ef070dd6d6792a47077c12115efb0e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 08:47:47 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 08:47:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc36293b

app-emacs/nxml-gentoo-schemas: Version bump.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20170302.ebuild            | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 66c2cb3d969..e64d563b39d 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1 +1,2 @@
 DIST nxml-gentoo-schemas-20160506.tar.xz 11472 SHA256 c900fb55047071c749e07ba081101ccc229c7048989c057b1067ed0a9c2922df SHA512 5f826342e3af11a93ca22abe4333838f3f26cb01ff98a270929d6e5091e65b4ab9971b1f7e52404b235bd208f195d51eef868580d19a4c113ddb7925a9118b8d WHIRLPOOL 865b1771cfe2a5adb4e3e3f0b9ffeaaf26e519173cbdc8624fd137becf15765f640ab33eb64362fc52f3a93af40dd59382db3b4648c0455605fc2b835d700cde
+DIST nxml-gentoo-schemas-20170302.tar.xz 11496 SHA256 dcb9a4069d686aebc682857861e53f5d0c29b367fb28007c9a04de7feac86d0d SHA512 34f02d2b5e3decad51b4d5801826cf0f7a7e863a1f61a529d3d53dc38d0a687cf100da8007c9dd1ee2172dc22af3dc963dddf3c8fefcdc47db616261d8f2f259 WHIRLPOOL d8df72bb44fb9d17d22d54768131ed909489bc738bd1e13c05b4b0d796f536c11c48cbd7fb1b5c65f48a20180a714306723930687240b7accc093197775dadfc

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20170302.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20170302.ebuild
new file mode 100644
index 00000000000..77807012f4c
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20170302.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	dodoc DONATING
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2017-03-02  8:48 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2017-03-02  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     ac77fbf6ef4c10d55fb54f4b80a9636f46b26bfd
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 08:41:07 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 08:41:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac77fbf6

app-emacs/nxml-gentoo-schemas: Remove old.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20160312.ebuild            | 25 ----------------------
 2 files changed, 26 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index b2db8b60f3f..66c2cb3d969 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1 @@
-DIST nxml-gentoo-schemas-20160312.tar.xz 11460 SHA256 ab19cccfacaadf96d881cebd065d16526affa2f85a7cab4d104d4350c45d2a68 SHA512 91d8ab4849bef6a54981c205cfd215f3e9bb1fb3c86fcd70a7ac2c6272fa58c29db08f4a1671487299c5ccbcfd388f0d2cd5953d13bf949798f135b230fa764a WHIRLPOOL b0495a1e1c25674efc60bfcd8256b3a9b47ee37a19eecb3b8bedeebb2394f86aee5221eddc03045414bbed7dea873cff283f2f75e84329d76101896514f9bd10
 DIST nxml-gentoo-schemas-20160506.tar.xz 11472 SHA256 c900fb55047071c749e07ba081101ccc229c7048989c057b1067ed0a9c2922df SHA512 5f826342e3af11a93ca22abe4333838f3f26cb01ff98a270929d6e5091e65b4ab9971b1f7e52404b235bd208f195d51eef868580d19a4c113ddb7925a9118b8d WHIRLPOOL 865b1771cfe2a5adb4e3e3f0b9ffeaaf26e519173cbdc8624fd137becf15765f640ab33eb64362fc52f3a93af40dd59382db3b4648c0455605fc2b835d700cde

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160312.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160312.ebuild
deleted file mode 100644
index 7c4a013456e..00000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160312.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	dodoc DONATING
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2018-06-11 22:52 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2018-06-11 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     bda04ed3135af44abbbacaa115349608d1b9648c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 11 22:50:23 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 22:52:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda04ed3

app-emacs/nxml-gentoo-schemas: Version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20180611.ebuild            | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 655a1f00286..be7af3a0cab 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1,3 @@
 DIST nxml-gentoo-schemas-20160506.tar.xz 11472 BLAKE2B 1cda5e285110d0b5f782777c897d275a946ee4b3e26e7e73c9aff5288976f7c1e65ed808608cc69c206e37b5a97b6b5a9080a2571b1921d8ac91e508497fdf62 SHA512 5f826342e3af11a93ca22abe4333838f3f26cb01ff98a270929d6e5091e65b4ab9971b1f7e52404b235bd208f195d51eef868580d19a4c113ddb7925a9118b8d
 DIST nxml-gentoo-schemas-20170302.tar.xz 11496 BLAKE2B 34e3517a6c57980f0a349e6c0a659ff8cbc38ade3a1cf2fd36ef7179e841de38eb73bbd85c65cf8e284f5b58583f850fd9e9622699c8dd5a909d2aa5a756164a SHA512 34f02d2b5e3decad51b4d5801826cf0f7a7e863a1f61a529d3d53dc38d0a687cf100da8007c9dd1ee2172dc22af3dc963dddf3c8fefcdc47db616261d8f2f259
+DIST nxml-gentoo-schemas-20180611.tar.xz 10072 BLAKE2B 89a422c4dd6e7f9571c98582dee95078cf967832ac43fee4137ccae9b9e7e9d0f8c210d0c8d8d8d2ddebbe8c938e76cb19619cb1f86d4dae9558bb299f78b28b SHA512 cb8d20b6ce0a3fabb0eba011aeeaa96f104057bf3296fc6ed57927916999274f804154838f6272677afc42e20892ab972f0f46df58a4df6690b421e0ced45173

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20180611.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20180611.ebuild
new file mode 100644
index 00000000000..e7f0519c8d6
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20180611.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	dodoc DONATING
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2018-06-11 22:52 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2018-06-11 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b716168c2c1d35122349c10d6766b64639eb6e9b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 11 22:51:16 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 22:52:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b716168c

app-emacs/nxml-gentoo-schemas: Remove old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20160506.ebuild            | 25 ----------------------
 2 files changed, 26 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index be7af3a0cab..272f7860a40 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,3 +1,2 @@
-DIST nxml-gentoo-schemas-20160506.tar.xz 11472 BLAKE2B 1cda5e285110d0b5f782777c897d275a946ee4b3e26e7e73c9aff5288976f7c1e65ed808608cc69c206e37b5a97b6b5a9080a2571b1921d8ac91e508497fdf62 SHA512 5f826342e3af11a93ca22abe4333838f3f26cb01ff98a270929d6e5091e65b4ab9971b1f7e52404b235bd208f195d51eef868580d19a4c113ddb7925a9118b8d
 DIST nxml-gentoo-schemas-20170302.tar.xz 11496 BLAKE2B 34e3517a6c57980f0a349e6c0a659ff8cbc38ade3a1cf2fd36ef7179e841de38eb73bbd85c65cf8e284f5b58583f850fd9e9622699c8dd5a909d2aa5a756164a SHA512 34f02d2b5e3decad51b4d5801826cf0f7a7e863a1f61a529d3d53dc38d0a687cf100da8007c9dd1ee2172dc22af3dc963dddf3c8fefcdc47db616261d8f2f259
 DIST nxml-gentoo-schemas-20180611.tar.xz 10072 BLAKE2B 89a422c4dd6e7f9571c98582dee95078cf967832ac43fee4137ccae9b9e7e9d0f8c210d0c8d8d8d2ddebbe8c938e76cb19619cb1f86d4dae9558bb299f78b28b SHA512 cb8d20b6ce0a3fabb0eba011aeeaa96f104057bf3296fc6ed57927916999274f804154838f6272677afc42e20892ab972f0f46df58a4df6690b421e0ced45173

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160506.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160506.ebuild
deleted file mode 100644
index 7c4a013456e..00000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160506.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	dodoc DONATING
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2018-06-11 23:13 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2018-06-11 23:13 UTC (permalink / raw
  To: gentoo-commits

commit:     848f6f15c122fb154c0f11d6bd272ae1d771965d
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 11 23:12:38 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 23:12:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=848f6f15

app-emacs/nxml-gentoo-schemas: Fix Manifest.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/nxml-gentoo-schemas/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 272f7860a40..df6870abb8b 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1,2 @@
 DIST nxml-gentoo-schemas-20170302.tar.xz 11496 BLAKE2B 34e3517a6c57980f0a349e6c0a659ff8cbc38ade3a1cf2fd36ef7179e841de38eb73bbd85c65cf8e284f5b58583f850fd9e9622699c8dd5a909d2aa5a756164a SHA512 34f02d2b5e3decad51b4d5801826cf0f7a7e863a1f61a529d3d53dc38d0a687cf100da8007c9dd1ee2172dc22af3dc963dddf3c8fefcdc47db616261d8f2f259
-DIST nxml-gentoo-schemas-20180611.tar.xz 10072 BLAKE2B 89a422c4dd6e7f9571c98582dee95078cf967832ac43fee4137ccae9b9e7e9d0f8c210d0c8d8d8d2ddebbe8c938e76cb19619cb1f86d4dae9558bb299f78b28b SHA512 cb8d20b6ce0a3fabb0eba011aeeaa96f104057bf3296fc6ed57927916999274f804154838f6272677afc42e20892ab972f0f46df58a4df6690b421e0ced45173
+DIST nxml-gentoo-schemas-20180611.tar.xz 11572 BLAKE2B e8a573e79d9531d676b8c52ba9c2869f765e6bb0326f3f00c99dd3ecfd19af6eaedbb06ddf84ae541690962a5e67b87726d6cc90a3bf7dd6d805b5c2c96b6321 SHA512 8473233141a56935e41a9d0371501f3fe055b21600746db29e14ec91d12a43da595e500a876eea8cdddd885358df0825055143e901eb599a2fcbac7147a04fa8


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2019-12-14 15:37 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2019-12-14 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     847f72db4e44e08c6e59d3dd69898b80267146aa
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 14:45:53 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 15:34:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=847f72db

app-emacs/nxml-gentoo-schemas: Remove old.

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20170302.ebuild            | 25 ----------------------
 2 files changed, 26 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index df6870abb8b..19ec828aa92 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1 @@
-DIST nxml-gentoo-schemas-20170302.tar.xz 11496 BLAKE2B 34e3517a6c57980f0a349e6c0a659ff8cbc38ade3a1cf2fd36ef7179e841de38eb73bbd85c65cf8e284f5b58583f850fd9e9622699c8dd5a909d2aa5a756164a SHA512 34f02d2b5e3decad51b4d5801826cf0f7a7e863a1f61a529d3d53dc38d0a687cf100da8007c9dd1ee2172dc22af3dc963dddf3c8fefcdc47db616261d8f2f259
 DIST nxml-gentoo-schemas-20180611.tar.xz 11572 BLAKE2B e8a573e79d9531d676b8c52ba9c2869f765e6bb0326f3f00c99dd3ecfd19af6eaedbb06ddf84ae541690962a5e67b87726d6cc90a3bf7dd6d805b5c2c96b6321 SHA512 8473233141a56935e41a9d0371501f3fe055b21600746db29e14ec91d12a43da595e500a876eea8cdddd885358df0825055143e901eb599a2fcbac7147a04fa8

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20170302.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20170302.ebuild
deleted file mode 100644
index e2e965e601e..00000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20170302.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	dodoc DONATING
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2019-12-14 15:37 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2019-12-14 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     37bfa99ae245982b3debd116ed12c2d102ce9b59
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 14:47:39 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 15:34:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37bfa99a

app-emacs/nxml-gentoo-schemas: Version bump to 20191214.

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20191214.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 19ec828aa92..0d1562669df 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1 +1,2 @@
 DIST nxml-gentoo-schemas-20180611.tar.xz 11572 BLAKE2B e8a573e79d9531d676b8c52ba9c2869f765e6bb0326f3f00c99dd3ecfd19af6eaedbb06ddf84ae541690962a5e67b87726d6cc90a3bf7dd6d805b5c2c96b6321 SHA512 8473233141a56935e41a9d0371501f3fe055b21600746db29e14ec91d12a43da595e500a876eea8cdddd885358df0825055143e901eb599a2fcbac7147a04fa8
+DIST nxml-gentoo-schemas-20191214.tar.xz 9908 BLAKE2B 7cf16c68ed13026c9b5d980ac982afd6daa757db8c2b8860f881014c36821da9e47eb127be6900cad0b2c96fe73bec451757c2ac263653a709b178529413c8da SHA512 22aa519ba674d4abfb1b07d29a8a71a8919ca7f75acb7810087a79c3b1a3eb0db4d8f02f6c1a424c4941f9823cf7417cb3d6854a354b8af8479096f09ffc6a8d

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191214.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191214.ebuild
new file mode 100644
index 00000000000..440f9475ffb
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191214.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2019-12-22 12:11 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2019-12-22 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     2f167746f490d636d5759dab3d7e87b7d17c7d3d
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 12:10:46 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 12:10:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f167746

app-emacs/nxml-gentoo-schemas: Version bump to 20191217.

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20191217.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 0d1562669df..fe0f558fb98 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1,3 @@
 DIST nxml-gentoo-schemas-20180611.tar.xz 11572 BLAKE2B e8a573e79d9531d676b8c52ba9c2869f765e6bb0326f3f00c99dd3ecfd19af6eaedbb06ddf84ae541690962a5e67b87726d6cc90a3bf7dd6d805b5c2c96b6321 SHA512 8473233141a56935e41a9d0371501f3fe055b21600746db29e14ec91d12a43da595e500a876eea8cdddd885358df0825055143e901eb599a2fcbac7147a04fa8
 DIST nxml-gentoo-schemas-20191214.tar.xz 9908 BLAKE2B 7cf16c68ed13026c9b5d980ac982afd6daa757db8c2b8860f881014c36821da9e47eb127be6900cad0b2c96fe73bec451757c2ac263653a709b178529413c8da SHA512 22aa519ba674d4abfb1b07d29a8a71a8919ca7f75acb7810087a79c3b1a3eb0db4d8f02f6c1a424c4941f9823cf7417cb3d6854a354b8af8479096f09ffc6a8d
+DIST nxml-gentoo-schemas-20191217.tar.xz 8752 BLAKE2B 42613ce535e6b65bf88fa0df307523ae50a43336af693c2744cc98b233980ce597ead0e8bc8023949c7d6f8fad0a25e899fc29196bb53aa3612e3afa363fdb4c SHA512 0cbda1d363f458cb7e4f7c4b9dc9db7cc58be8251128883c752cec10bd3c8882ade88fc61fe2627e242f0678e9d500a38436ebe305601e086f2e0511954b2665

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191217.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191217.ebuild
new file mode 100644
index 00000000000..440f9475ffb
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191217.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2019-12-27  9:56 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2019-12-27  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b9004a870a13d15fa3260f8dae674462bc9aa320
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 09:56:16 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 09:56:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9004a87

app-emacs/nxml-gentoo-schemas: Version bump to 20191227.

Remove old.

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  3 +--
 .../nxml-gentoo-schemas-20191217.ebuild            | 24 ----------------------
 ....ebuild => nxml-gentoo-schemas-20191227.ebuild} |  0
 3 files changed, 1 insertion(+), 26 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index fe0f558fb98..fbdbeddea34 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,3 +1,2 @@
 DIST nxml-gentoo-schemas-20180611.tar.xz 11572 BLAKE2B e8a573e79d9531d676b8c52ba9c2869f765e6bb0326f3f00c99dd3ecfd19af6eaedbb06ddf84ae541690962a5e67b87726d6cc90a3bf7dd6d805b5c2c96b6321 SHA512 8473233141a56935e41a9d0371501f3fe055b21600746db29e14ec91d12a43da595e500a876eea8cdddd885358df0825055143e901eb599a2fcbac7147a04fa8
-DIST nxml-gentoo-schemas-20191214.tar.xz 9908 BLAKE2B 7cf16c68ed13026c9b5d980ac982afd6daa757db8c2b8860f881014c36821da9e47eb127be6900cad0b2c96fe73bec451757c2ac263653a709b178529413c8da SHA512 22aa519ba674d4abfb1b07d29a8a71a8919ca7f75acb7810087a79c3b1a3eb0db4d8f02f6c1a424c4941f9823cf7417cb3d6854a354b8af8479096f09ffc6a8d
-DIST nxml-gentoo-schemas-20191217.tar.xz 8752 BLAKE2B 42613ce535e6b65bf88fa0df307523ae50a43336af693c2744cc98b233980ce597ead0e8bc8023949c7d6f8fad0a25e899fc29196bb53aa3612e3afa363fdb4c SHA512 0cbda1d363f458cb7e4f7c4b9dc9db7cc58be8251128883c752cec10bd3c8882ade88fc61fe2627e242f0678e9d500a38436ebe305601e086f2e0511954b2665
+DIST nxml-gentoo-schemas-20191227.tar.xz 8656 BLAKE2B ec4c43fb6bdd1f0a83b259df6072ee7297fab98f8ca8cc26e647b6da2098c144b4d7989dd2d674470327336268c3fdac9ed4ae618d47374ee981e2483da30866 SHA512 8434edc7e4070f409f01639d1a1c87505fc4f37b812669567895cd9b5d48fc92157506567431563ff9b185ca312feb57e17bf3a844147eba34353c43873fe09e

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191217.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191217.ebuild
deleted file mode 100644
index 440f9475ffb..00000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191217.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191214.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191227.ebuild
similarity index 100%
rename from app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191214.ebuild
rename to app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191227.ebuild


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-01-09 23:39 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2020-01-09 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     5774522a19474ad51aee749d910615ba345afd0b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  9 23:39:13 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jan  9 23:39:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5774522a

app-emacs/nxml-gentoo-schemas: Version bump to 20200109.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20200109.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index fbdbeddea34..9aafdc6ad74 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1,3 @@
 DIST nxml-gentoo-schemas-20180611.tar.xz 11572 BLAKE2B e8a573e79d9531d676b8c52ba9c2869f765e6bb0326f3f00c99dd3ecfd19af6eaedbb06ddf84ae541690962a5e67b87726d6cc90a3bf7dd6d805b5c2c96b6321 SHA512 8473233141a56935e41a9d0371501f3fe055b21600746db29e14ec91d12a43da595e500a876eea8cdddd885358df0825055143e901eb599a2fcbac7147a04fa8
 DIST nxml-gentoo-schemas-20191227.tar.xz 8656 BLAKE2B ec4c43fb6bdd1f0a83b259df6072ee7297fab98f8ca8cc26e647b6da2098c144b4d7989dd2d674470327336268c3fdac9ed4ae618d47374ee981e2483da30866 SHA512 8434edc7e4070f409f01639d1a1c87505fc4f37b812669567895cd9b5d48fc92157506567431563ff9b185ca312feb57e17bf3a844147eba34353c43873fe09e
+DIST nxml-gentoo-schemas-20200109.tar.xz 8672 BLAKE2B 8b27e334e0d4aa6d7ca2d85dfacf320fbc6f8ce6d801c2f0c8a12991b7346a8d9f6977d5071b409bdd059e29209130deb90a36556c58d1f98fad55e92e2be7bc SHA512 afbe78b4323ca6cd7a0f5855f0c29e65caed7f6587378cee66da284e3782035fea59171bd28dcd402ffbb65fbcb9261e4a2ed2abfd41b05d6581ae29f6852519

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
new file mode 100644
index 00000000000..62219fbca6b
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-01-25 15:43 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2020-01-25 15:43 UTC (permalink / raw
  To: gentoo-commits

commit:     0d2154a1135ed868741a53add18770224def713e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 15:42:52 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 15:42:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d2154a1

app-emacs/nxml-gentoo-schemas: Remove old.

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20191227.ebuild            | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 9aafdc6ad74..54bcebdfade 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,3 +1,2 @@
 DIST nxml-gentoo-schemas-20180611.tar.xz 11572 BLAKE2B e8a573e79d9531d676b8c52ba9c2869f765e6bb0326f3f00c99dd3ecfd19af6eaedbb06ddf84ae541690962a5e67b87726d6cc90a3bf7dd6d805b5c2c96b6321 SHA512 8473233141a56935e41a9d0371501f3fe055b21600746db29e14ec91d12a43da595e500a876eea8cdddd885358df0825055143e901eb599a2fcbac7147a04fa8
-DIST nxml-gentoo-schemas-20191227.tar.xz 8656 BLAKE2B ec4c43fb6bdd1f0a83b259df6072ee7297fab98f8ca8cc26e647b6da2098c144b4d7989dd2d674470327336268c3fdac9ed4ae618d47374ee981e2483da30866 SHA512 8434edc7e4070f409f01639d1a1c87505fc4f37b812669567895cd9b5d48fc92157506567431563ff9b185ca312feb57e17bf3a844147eba34353c43873fe09e
 DIST nxml-gentoo-schemas-20200109.tar.xz 8672 BLAKE2B 8b27e334e0d4aa6d7ca2d85dfacf320fbc6f8ce6d801c2f0c8a12991b7346a8d9f6977d5071b409bdd059e29209130deb90a36556c58d1f98fad55e92e2be7bc SHA512 afbe78b4323ca6cd7a0f5855f0c29e65caed7f6587378cee66da284e3782035fea59171bd28dcd402ffbb65fbcb9261e4a2ed2abfd41b05d6581ae29f6852519

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191227.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191227.ebuild
deleted file mode 100644
index 440f9475ffb..00000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191227.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-01-27  3:02 Thomas Deutschmann
  0 siblings, 0 replies; 67+ messages in thread
From: Thomas Deutschmann @ 2020-01-27  3:02 UTC (permalink / raw
  To: gentoo-commits

commit:     bd269629822537163147a7d68e0c507705e16414
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 02:58:37 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 02:58:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd269629

app-emacs/nxml-gentoo-schemas: x86 stable (bug #706328)

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
index 62219fbca6b..39e7dc23cf1 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-01-27  9:33 Sergei Trofimovich
  0 siblings, 0 replies; 67+ messages in thread
From: Sergei Trofimovich @ 2020-01-27  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b118921e94ab8cb141b5717adb4d7b687141dc6e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 08:31:42 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 09:33:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b118921e

app-emacs/nxml-gentoo-schemas: stable 20200109 for ppc, bug #706328

Package-Manager: Portage-2.3.85, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
index 39e7dc23cf1..3e83e3c8226 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-01-27 11:37 Mikle Kolyada
  0 siblings, 0 replies; 67+ messages in thread
From: Mikle Kolyada @ 2020-01-27 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     4879387932bfec635e133c4ffc3263ef93fb864b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 11:36:47 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 11:36:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48793879

app-emacs/nxml-gentoo-schemas: arm stable wrt bug #706328

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
index 3e83e3c8226..02cd7db5e9f 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="~amd64 arm ppc x86"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-01-27 11:43 Agostino Sarubbo
  0 siblings, 0 replies; 67+ messages in thread
From: Agostino Sarubbo @ 2020-01-27 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c50d6f6c21e691dc17f0e99ed62765d009cd6eb3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 11:43:40 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 11:43:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50d6f6c

app-emacs/nxml-gentoo-schemas: amd64 stable wrt bug #706328

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
index 02cd7db5e9f..7331723eb16 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 arm ppc x86"
+KEYWORDS="amd64 arm ppc x86"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-01-27 19:39 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2020-01-27 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     ea1e358580955d3245766e9e54e5d164dabcd8ff
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 19:38:30 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 19:39:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1e3585

app-emacs/nxml-gentoo-schemas: Keyword/stable for remaining arches.

ALLARCHES policy. #706328 #706382

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
index 7331723eb16..b5c738bdd16 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="amd64 arm ppc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-02-29 16:22 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2020-02-29 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     161ffda324c7b094761eb42b0f7e9784397cdbd9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 29 16:16:55 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 29 16:17:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161ffda3

app-emacs/nxml-gentoo-schemas: Version bump to 20200229.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20200229.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 54bcebdfade..2174ff95805 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1,3 @@
 DIST nxml-gentoo-schemas-20180611.tar.xz 11572 BLAKE2B e8a573e79d9531d676b8c52ba9c2869f765e6bb0326f3f00c99dd3ecfd19af6eaedbb06ddf84ae541690962a5e67b87726d6cc90a3bf7dd6d805b5c2c96b6321 SHA512 8473233141a56935e41a9d0371501f3fe055b21600746db29e14ec91d12a43da595e500a876eea8cdddd885358df0825055143e901eb599a2fcbac7147a04fa8
 DIST nxml-gentoo-schemas-20200109.tar.xz 8672 BLAKE2B 8b27e334e0d4aa6d7ca2d85dfacf320fbc6f8ce6d801c2f0c8a12991b7346a8d9f6977d5071b409bdd059e29209130deb90a36556c58d1f98fad55e92e2be7bc SHA512 afbe78b4323ca6cd7a0f5855f0c29e65caed7f6587378cee66da284e3782035fea59171bd28dcd402ffbb65fbcb9261e4a2ed2abfd41b05d6581ae29f6852519
+DIST nxml-gentoo-schemas-20200229.tar.xz 8448 BLAKE2B 2883821546f9243491fd88d56cce6e2acd87de8650cfb8ec4cca25b44cfc2465e521f3ae5d00ed0c7e6d0c8b4785e7e08a43990ac48a178fda036ca3e805be88 SHA512 8c587e19b80fc766989e09d255a3f349c35e373b44607b757b7594dfb4daef0ac11d5724a43f1672226b8922b07112f076649d83e1eb6623012b320653f5c815

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200229.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200229.ebuild
new file mode 100644
index 00000000000..51c686ff557
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200229.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-03-03  8:40 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2020-03-03  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     bde012e5ac44cd127b1c22be86f1b0a9adbd968b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  3 08:38:52 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Mar  3 08:39:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde012e5

app-emacs/nxml-gentoo-schemas: Version bump to 20200303. Remove old.

Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest                                  | 2 +-
 ...ntoo-schemas-20200229.ebuild => nxml-gentoo-schemas-20200303.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 2174ff95805..7b0641000f8 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,3 +1,3 @@
 DIST nxml-gentoo-schemas-20180611.tar.xz 11572 BLAKE2B e8a573e79d9531d676b8c52ba9c2869f765e6bb0326f3f00c99dd3ecfd19af6eaedbb06ddf84ae541690962a5e67b87726d6cc90a3bf7dd6d805b5c2c96b6321 SHA512 8473233141a56935e41a9d0371501f3fe055b21600746db29e14ec91d12a43da595e500a876eea8cdddd885358df0825055143e901eb599a2fcbac7147a04fa8
 DIST nxml-gentoo-schemas-20200109.tar.xz 8672 BLAKE2B 8b27e334e0d4aa6d7ca2d85dfacf320fbc6f8ce6d801c2f0c8a12991b7346a8d9f6977d5071b409bdd059e29209130deb90a36556c58d1f98fad55e92e2be7bc SHA512 afbe78b4323ca6cd7a0f5855f0c29e65caed7f6587378cee66da284e3782035fea59171bd28dcd402ffbb65fbcb9261e4a2ed2abfd41b05d6581ae29f6852519
-DIST nxml-gentoo-schemas-20200229.tar.xz 8448 BLAKE2B 2883821546f9243491fd88d56cce6e2acd87de8650cfb8ec4cca25b44cfc2465e521f3ae5d00ed0c7e6d0c8b4785e7e08a43990ac48a178fda036ca3e805be88 SHA512 8c587e19b80fc766989e09d255a3f349c35e373b44607b757b7594dfb4daef0ac11d5724a43f1672226b8922b07112f076649d83e1eb6623012b320653f5c815
+DIST nxml-gentoo-schemas-20200303.tar.xz 8452 BLAKE2B bee7e3d58b03e3aaefcd09d93a9b6919ae6b4892ac09e218ac68cbbc048e28def8b49cc4c583ddad04da61d61bb76386f0c0f33e12d2c8a938447e3f590854d5 SHA512 42f8ee48e349423db156d585bdd2c1d333f69693ac541bc44f8c1d0bae412b1793e1d86fc527287225040aa9b4b791ad2922196cf750de6029b4c77eebdc62de

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200229.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
similarity index 100%
rename from app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200229.ebuild
rename to app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-04-13 16:06 Agostino Sarubbo
  0 siblings, 0 replies; 67+ messages in thread
From: Agostino Sarubbo @ 2020-04-13 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     7da890a2cad292785354ca4e9b0151a43c8a4c5d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 16:06:32 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 16:06:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da890a2

app-emacs/nxml-gentoo-schemas: amd64 stable wrt bug #717324

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
index 51c686ff557..9fc8bcaa09a 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-04-13 16:08 Agostino Sarubbo
  0 siblings, 0 replies; 67+ messages in thread
From: Agostino Sarubbo @ 2020-04-13 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     466275ccc1075aa6d27668d3f5823627a9bbbc18
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 16:08:25 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 16:08:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466275cc

app-emacs/nxml-gentoo-schemas: arm stable wrt bug #717324

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
index 9fc8bcaa09a..c98a359002c 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-04-13 16:09 Agostino Sarubbo
  0 siblings, 0 replies; 67+ messages in thread
From: Agostino Sarubbo @ 2020-04-13 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2ab4e5e1ece6f31d648b40c0ca475d7b013e668d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 16:09:29 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 16:09:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab4e5e1

app-emacs/nxml-gentoo-schemas: ppc stable wrt bug #717324

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
index c98a359002c..707dca01764 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-04-13 16:10 Agostino Sarubbo
  0 siblings, 0 replies; 67+ messages in thread
From: Agostino Sarubbo @ 2020-04-13 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     33a8bbbc5366415e5ce0616131b7a43b1b738c91
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 16:10:05 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 16:10:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a8bbbc

app-emacs/nxml-gentoo-schemas: ppc64 stable wrt bug #717324

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
index 707dca01764..e2ebfed2a40 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-04-13 16:10 Agostino Sarubbo
  0 siblings, 0 replies; 67+ messages in thread
From: Agostino Sarubbo @ 2020-04-13 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     1c89b2fee1d73196c77430e923ce9791b01cd7c4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 16:10:39 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 16:10:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c89b2fe

app-emacs/nxml-gentoo-schemas: sparc stable wrt bug #717324

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
index e2ebfed2a40..b358c4901bd 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-04-14 13:02 Agostino Sarubbo
  0 siblings, 0 replies; 67+ messages in thread
From: Agostino Sarubbo @ 2020-04-14 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     7527f5fef6e204fbede8d04eaffbb6589501d058
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 13:02:31 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 13:02:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7527f5fe

app-emacs/nxml-gentoo-schemas: x86 stable wrt bug #717324

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
index b358c4901bd..7990ef3c0b7 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-04-15  9:39 Mart Raudsepp
  0 siblings, 0 replies; 67+ messages in thread
From: Mart Raudsepp @ 2020-04-15  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     4a5ca1867284fd7eeb59f5ea6185949691655173
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 09:33:24 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 09:39:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5ca186

app-emacs/nxml-gentoo-schemas: arm64 stable (bug #717324)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
index 7990ef3c0b7..04efebe9c91 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2020-04-15 10:03 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2020-04-15 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     27e489f5a1ff4a77e710cfdd78e7f92e782c2c5a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 10:02:54 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 10:02:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e489f5

app-emacs/nxml-gentoo-schemas: Remove old.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  2 --
 .../nxml-gentoo-schemas-20180611.ebuild            | 25 ----------------------
 .../nxml-gentoo-schemas-20200109.ebuild            | 24 ---------------------
 3 files changed, 51 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 7b0641000f8..513ed1a8e55 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,3 +1 @@
-DIST nxml-gentoo-schemas-20180611.tar.xz 11572 BLAKE2B e8a573e79d9531d676b8c52ba9c2869f765e6bb0326f3f00c99dd3ecfd19af6eaedbb06ddf84ae541690962a5e67b87726d6cc90a3bf7dd6d805b5c2c96b6321 SHA512 8473233141a56935e41a9d0371501f3fe055b21600746db29e14ec91d12a43da595e500a876eea8cdddd885358df0825055143e901eb599a2fcbac7147a04fa8
-DIST nxml-gentoo-schemas-20200109.tar.xz 8672 BLAKE2B 8b27e334e0d4aa6d7ca2d85dfacf320fbc6f8ce6d801c2f0c8a12991b7346a8d9f6977d5071b409bdd059e29209130deb90a36556c58d1f98fad55e92e2be7bc SHA512 afbe78b4323ca6cd7a0f5855f0c29e65caed7f6587378cee66da284e3782035fea59171bd28dcd402ffbb65fbcb9261e4a2ed2abfd41b05d6581ae29f6852519
 DIST nxml-gentoo-schemas-20200303.tar.xz 8452 BLAKE2B bee7e3d58b03e3aaefcd09d93a9b6919ae6b4892ac09e218ac68cbbc048e28def8b49cc4c583ddad04da61d61bb76386f0c0f33e12d2c8a938447e3f590854d5 SHA512 42f8ee48e349423db156d585bdd2c1d333f69693ac541bc44f8c1d0bae412b1793e1d86fc527287225040aa9b4b791ad2922196cf750de6029b4c77eebdc62de

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20180611.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20180611.ebuild
deleted file mode 100644
index 22039e659d7..00000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20180611.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	dodoc DONATING
-}

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
deleted file mode 100644
index 04efebe9c91..00000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200109.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2021-01-24  9:02 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2021-01-24  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     388c3a8d76872a4e5d7660b02b2284595300b407
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 08:59:55 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 09:00:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388c3a8d

app-emacs/nxml-gentoo-schemas: Specify license more precisely

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
index 04efebe9c91..949349df044 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
 HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
-LICENSE="HPND"
+LICENSE="HPND MIT GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2021-02-03 13:53 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2021-02-03 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     69e15b2fd0584a18710962171e8f7cc8a1b59991
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  3 13:53:11 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Feb  3 13:53:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e15b2f

app-emacs/nxml-gentoo-schemas: Version bump to 20210203

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20210203.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 513ed1a8e55..2ecd901f9a4 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1 +1,2 @@
 DIST nxml-gentoo-schemas-20200303.tar.xz 8452 BLAKE2B bee7e3d58b03e3aaefcd09d93a9b6919ae6b4892ac09e218ac68cbbc048e28def8b49cc4c583ddad04da61d61bb76386f0c0f33e12d2c8a938447e3f590854d5 SHA512 42f8ee48e349423db156d585bdd2c1d333f69693ac541bc44f8c1d0bae412b1793e1d86fc527287225040aa9b4b791ad2922196cf750de6029b4c77eebdc62de
+DIST nxml-gentoo-schemas-20210203.tar.xz 8440 BLAKE2B 733c7949bd39a94e657c829c478b76229cfbe2edca6f973f45a91423fb573ed6ff5717ef7bca74733266d7ff5b31f5426d06df51d79263422dba1467234ae8ba SHA512 bdd28b40d0748f595b6ac035686605b7d7a08e9802d0e497893329b4cbc1195f4e785befb8afe6362eb8eb45132f3928f394546412ba463c47977587b6f88b3d

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210203.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210203.ebuild
new file mode 100644
index 00000000000..b8b974d2577
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210203.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="HPND MIT GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2021-03-14 20:51 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2021-03-14 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     ce01c20d77268450f816f84a9858175cc10be69d
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 20:50:18 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 20:51:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce01c20d

app-emacs/nxml-gentoo-schemas: Version bump to 20210314

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20210314.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 2ecd901f9a4..f10067864e0 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1,3 @@
 DIST nxml-gentoo-schemas-20200303.tar.xz 8452 BLAKE2B bee7e3d58b03e3aaefcd09d93a9b6919ae6b4892ac09e218ac68cbbc048e28def8b49cc4c583ddad04da61d61bb76386f0c0f33e12d2c8a938447e3f590854d5 SHA512 42f8ee48e349423db156d585bdd2c1d333f69693ac541bc44f8c1d0bae412b1793e1d86fc527287225040aa9b4b791ad2922196cf750de6029b4c77eebdc62de
 DIST nxml-gentoo-schemas-20210203.tar.xz 8440 BLAKE2B 733c7949bd39a94e657c829c478b76229cfbe2edca6f973f45a91423fb573ed6ff5717ef7bca74733266d7ff5b31f5426d06df51d79263422dba1467234ae8ba SHA512 bdd28b40d0748f595b6ac035686605b7d7a08e9802d0e497893329b4cbc1195f4e785befb8afe6362eb8eb45132f3928f394546412ba463c47977587b6f88b3d
+DIST nxml-gentoo-schemas-20210314.tar.xz 8512 BLAKE2B 9219644c1a0dbc7afc78c0c4f2623d9d71bbd4f62c387eb025e001e756262107d59f739d695c172ae4ef54049b98f4c3e92bc630be39bcf2f6727d8b0ea27247 SHA512 a092f48f3fe69df0bc51b3e5dd11a6ef09f4074589ffe9872f4936548caf14554fef8cd8ab42626f621c0163a23879698ad12a0818b52cc4b4a4f384a98afd6c

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210314.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210314.ebuild
new file mode 100644
index 00000000000..b8b974d2577
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210314.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="HPND MIT GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2021-03-15 22:01 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2021-03-15 22:01 UTC (permalink / raw
  To: gentoo-commits

commit:     3c199f550b02fe6c5e1662487eb87ef3a803c8cc
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 22:00:58 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 22:00:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c199f55

app-emacs/nxml-gentoo-schemas: Remove old

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20210203.ebuild            | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index f10067864e0..3ae11883efd 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,3 +1,2 @@
 DIST nxml-gentoo-schemas-20200303.tar.xz 8452 BLAKE2B bee7e3d58b03e3aaefcd09d93a9b6919ae6b4892ac09e218ac68cbbc048e28def8b49cc4c583ddad04da61d61bb76386f0c0f33e12d2c8a938447e3f590854d5 SHA512 42f8ee48e349423db156d585bdd2c1d333f69693ac541bc44f8c1d0bae412b1793e1d86fc527287225040aa9b4b791ad2922196cf750de6029b4c77eebdc62de
-DIST nxml-gentoo-schemas-20210203.tar.xz 8440 BLAKE2B 733c7949bd39a94e657c829c478b76229cfbe2edca6f973f45a91423fb573ed6ff5717ef7bca74733266d7ff5b31f5426d06df51d79263422dba1467234ae8ba SHA512 bdd28b40d0748f595b6ac035686605b7d7a08e9802d0e497893329b4cbc1195f4e785befb8afe6362eb8eb45132f3928f394546412ba463c47977587b6f88b3d
 DIST nxml-gentoo-schemas-20210314.tar.xz 8512 BLAKE2B 9219644c1a0dbc7afc78c0c4f2623d9d71bbd4f62c387eb025e001e756262107d59f739d695c172ae4ef54049b98f4c3e92bc630be39bcf2f6727d8b0ea27247 SHA512 a092f48f3fe69df0bc51b3e5dd11a6ef09f4074589ffe9872f4936548caf14554fef8cd8ab42626f621c0163a23879698ad12a0818b52cc4b4a4f384a98afd6c

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210203.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210203.ebuild
deleted file mode 100644
index b8b974d2577..00000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210203.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="HPND MIT GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2021-09-08 18:00 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2021-09-08 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     62d6e0250ebd4c172d872adb8dbc18c1ee4dda8f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  8 18:00:08 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Sep  8 18:00:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d6e025

app-emacs/nxml-gentoo-schemas: Remove old

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20200303.ebuild            | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 9580fe7b6fd..493ae228d8e 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,3 +1,2 @@
-DIST nxml-gentoo-schemas-20200303.tar.xz 8452 BLAKE2B bee7e3d58b03e3aaefcd09d93a9b6919ae6b4892ac09e218ac68cbbc048e28def8b49cc4c583ddad04da61d61bb76386f0c0f33e12d2c8a938447e3f590854d5 SHA512 42f8ee48e349423db156d585bdd2c1d333f69693ac541bc44f8c1d0bae412b1793e1d86fc527287225040aa9b4b791ad2922196cf750de6029b4c77eebdc62de
 DIST nxml-gentoo-schemas-20210314.tar.xz 8512 BLAKE2B 9219644c1a0dbc7afc78c0c4f2623d9d71bbd4f62c387eb025e001e756262107d59f739d695c172ae4ef54049b98f4c3e92bc630be39bcf2f6727d8b0ea27247 SHA512 a092f48f3fe69df0bc51b3e5dd11a6ef09f4074589ffe9872f4936548caf14554fef8cd8ab42626f621c0163a23879698ad12a0818b52cc4b4a4f384a98afd6c
 DIST nxml-gentoo-schemas-20210907.tar.xz 8940 BLAKE2B e1965847d0723c453a11d2522436eb8bd017eb6147b50fe900105f05b74a47fbd91fe94c3a0af41de313480dd0a5a98d51b8b45be1bd27d160f32be8bbcd75f4 SHA512 4defdc0061940fc7dd285c958ec812a7110bb2d7370bd74ceef396e2873d488c78843395bb0e2c122b6ad959cffe5a555c9f96446aef90fc37b3db135477e8aa

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
deleted file mode 100644
index 949349df044..00000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="HPND MIT GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2021-09-08 18:00 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2021-09-08 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     1c37fe715566a6d7cd62e9e6a489afbced70f678
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  8 17:59:27 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Sep  8 17:59:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c37fe71

app-emacs/nxml-gentoo-schemas: Version bump to 20210907

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20210907.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 3ae11883efd..9580fe7b6fd 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1,3 @@
 DIST nxml-gentoo-schemas-20200303.tar.xz 8452 BLAKE2B bee7e3d58b03e3aaefcd09d93a9b6919ae6b4892ac09e218ac68cbbc048e28def8b49cc4c583ddad04da61d61bb76386f0c0f33e12d2c8a938447e3f590854d5 SHA512 42f8ee48e349423db156d585bdd2c1d333f69693ac541bc44f8c1d0bae412b1793e1d86fc527287225040aa9b4b791ad2922196cf750de6029b4c77eebdc62de
 DIST nxml-gentoo-schemas-20210314.tar.xz 8512 BLAKE2B 9219644c1a0dbc7afc78c0c4f2623d9d71bbd4f62c387eb025e001e756262107d59f739d695c172ae4ef54049b98f4c3e92bc630be39bcf2f6727d8b0ea27247 SHA512 a092f48f3fe69df0bc51b3e5dd11a6ef09f4074589ffe9872f4936548caf14554fef8cd8ab42626f621c0163a23879698ad12a0818b52cc4b4a4f384a98afd6c
+DIST nxml-gentoo-schemas-20210907.tar.xz 8940 BLAKE2B e1965847d0723c453a11d2522436eb8bd017eb6147b50fe900105f05b74a47fbd91fe94c3a0af41de313480dd0a5a98d51b8b45be1bd27d160f32be8bbcd75f4 SHA512 4defdc0061940fc7dd285c958ec812a7110bb2d7370bd74ceef396e2873d488c78843395bb0e2c122b6ad959cffe5a555c9f96446aef90fc37b3db135477e8aa

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210907.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210907.ebuild
new file mode 100644
index 00000000000..e48ed43eedd
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210907.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="HPND MIT GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2021-12-28 10:20 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2021-12-28 10:20 UTC (permalink / raw
  To: gentoo-commits

commit:     368ff3a1250903f7c319d86cab06bd8b01d8d434
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 28 10:20:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 10:20:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=368ff3a1

app-emacs/nxml-gentoo-schemas: Stabilize 20210907 ALLARCHES, #830161

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210907.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210907.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210907.ebuild
index e48ed43eeddb..92ed7f4bf007 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210907.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210907.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="HPND MIT GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2021-12-28 10:31 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2021-12-28 10:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f5761530cfa96c8af628d40588dc53d817db685c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 28 10:30:53 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 10:30:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5761530

app-emacs/nxml-gentoo-schemas: Remove old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20210314.ebuild            | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 493ae228d8e1..ea9827784d85 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1 @@
-DIST nxml-gentoo-schemas-20210314.tar.xz 8512 BLAKE2B 9219644c1a0dbc7afc78c0c4f2623d9d71bbd4f62c387eb025e001e756262107d59f739d695c172ae4ef54049b98f4c3e92bc630be39bcf2f6727d8b0ea27247 SHA512 a092f48f3fe69df0bc51b3e5dd11a6ef09f4074589ffe9872f4936548caf14554fef8cd8ab42626f621c0163a23879698ad12a0818b52cc4b4a4f384a98afd6c
 DIST nxml-gentoo-schemas-20210907.tar.xz 8940 BLAKE2B e1965847d0723c453a11d2522436eb8bd017eb6147b50fe900105f05b74a47fbd91fe94c3a0af41de313480dd0a5a98d51b8b45be1bd27d160f32be8bbcd75f4 SHA512 4defdc0061940fc7dd285c958ec812a7110bb2d7370bd74ceef396e2873d488c78843395bb0e2c122b6ad959cffe5a555c9f96446aef90fc37b3db135477e8aa

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210314.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210314.ebuild
deleted file mode 100644
index 949349df0449..000000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210314.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="HPND MIT GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2022-01-25  8:57 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2022-01-25  8:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f7ec6b60b66ee4dc2459e8734e8f2113e8cc9e88
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 08:20:13 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 08:57:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ec6b60

app-emacs/nxml-gentoo-schemas: Version bump to 20220125

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20220125.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index ea9827784d85..d8a48ed07984 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1 +1,2 @@
 DIST nxml-gentoo-schemas-20210907.tar.xz 8940 BLAKE2B e1965847d0723c453a11d2522436eb8bd017eb6147b50fe900105f05b74a47fbd91fe94c3a0af41de313480dd0a5a98d51b8b45be1bd27d160f32be8bbcd75f4 SHA512 4defdc0061940fc7dd285c958ec812a7110bb2d7370bd74ceef396e2873d488c78843395bb0e2c122b6ad959cffe5a555c9f96446aef90fc37b3db135477e8aa
+DIST nxml-gentoo-schemas-20220125.tar.xz 8644 BLAKE2B 6f2bb618bb94f9a61ba22526161d8b0457d6177b2a6dc339199fe633652ce1138125d50bc1b681117e8dfedb227ec54e30a51d4724fb5148ab31e1224b16fc9e SHA512 95719c92d9c6c9c883c022baf0593f927b0f24f7e35832ab0dd951fb31fd601888715671a6b8a887464649632bce3c8cb8281aa5d5a066fc115d38ffed8f8adb

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220125.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220125.ebuild
new file mode 100644
index 000000000000..50e5195a6911
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220125.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="HPND MIT GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2022-02-24 13:02 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2022-02-24 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     1ea3c81b04e068c06513b2e04ee9f9ff7ff50862
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 24 13:01:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 24 13:01:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea3c81b

app-emacs/nxml-gentoo-schemas: Stabilize 20220125 ALLARCHES, #833986

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220125.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220125.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220125.ebuild
index 50e5195a6911..8668c193acfb 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220125.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220125.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="HPND MIT GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2022-05-24 11:10 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2022-05-24 11:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d656f76d4499b7ad83a2017f451f4f3e5305cbcc
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 11:09:40 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 24 11:09:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d656f76d

app-emacs/nxml-gentoo-schemas: add gentoo upstream metadata

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/metadata.xml b/app-emacs/nxml-gentoo-schemas/metadata.xml
index 986088003fe1..76412474bf92 100644
--- a/app-emacs/nxml-gentoo-schemas/metadata.xml
+++ b/app-emacs/nxml-gentoo-schemas/metadata.xml
@@ -6,4 +6,7 @@
   <name>Gentoo GNU Emacs project</name>
 </maintainer>
 <stabilize-allarches/>
+<upstream>
+  <remote-id type="gentoo">proj/nxml-gentoo-schemas</remote-id>
+</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2022-05-24 18:03 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2022-05-24 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     20216f6acfbd512e9290710f88089285c393f33f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 18:02:01 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 24 18:02:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20216f6a

app-emacs/nxml-gentoo-schemas: add 20220524

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20220524.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index d8a48ed07984..862d4e2814dc 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1,3 @@
 DIST nxml-gentoo-schemas-20210907.tar.xz 8940 BLAKE2B e1965847d0723c453a11d2522436eb8bd017eb6147b50fe900105f05b74a47fbd91fe94c3a0af41de313480dd0a5a98d51b8b45be1bd27d160f32be8bbcd75f4 SHA512 4defdc0061940fc7dd285c958ec812a7110bb2d7370bd74ceef396e2873d488c78843395bb0e2c122b6ad959cffe5a555c9f96446aef90fc37b3db135477e8aa
 DIST nxml-gentoo-schemas-20220125.tar.xz 8644 BLAKE2B 6f2bb618bb94f9a61ba22526161d8b0457d6177b2a6dc339199fe633652ce1138125d50bc1b681117e8dfedb227ec54e30a51d4724fb5148ab31e1224b16fc9e SHA512 95719c92d9c6c9c883c022baf0593f927b0f24f7e35832ab0dd951fb31fd601888715671a6b8a887464649632bce3c8cb8281aa5d5a066fc115d38ffed8f8adb
+DIST nxml-gentoo-schemas-20220524.tar.xz 8916 BLAKE2B 132c2b81bbb11f94974f5e25a9ede1c047b0a29ae97d70dfe6a83b3def36cb1155e28a111aba261155c2bf3dc7825d5b7c9fe0cc56296ba4d33e9ab2c070eeb3 SHA512 79262e491e58370a471ab09a31755de720de681a8d3c7fe96a3950d128e2877c70732b08dded05b0926b96d59d91e0abbaa55f9ea807dc5252e61674ed3fe4f8

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220524.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220524.ebuild
new file mode 100644
index 000000000000..e59b183875b9
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220524.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="MIT GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2022-05-24 18:03 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2022-05-24 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     f40d5a899ea445964a5efbd1fed7f6444d581a8f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 18:02:11 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 24 18:02:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40d5a89

app-emacs/nxml-gentoo-schemas: drop 20210907

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20210907.ebuild            | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 862d4e2814dc..f521ca87bbb1 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,3 +1,2 @@
-DIST nxml-gentoo-schemas-20210907.tar.xz 8940 BLAKE2B e1965847d0723c453a11d2522436eb8bd017eb6147b50fe900105f05b74a47fbd91fe94c3a0af41de313480dd0a5a98d51b8b45be1bd27d160f32be8bbcd75f4 SHA512 4defdc0061940fc7dd285c958ec812a7110bb2d7370bd74ceef396e2873d488c78843395bb0e2c122b6ad959cffe5a555c9f96446aef90fc37b3db135477e8aa
 DIST nxml-gentoo-schemas-20220125.tar.xz 8644 BLAKE2B 6f2bb618bb94f9a61ba22526161d8b0457d6177b2a6dc339199fe633652ce1138125d50bc1b681117e8dfedb227ec54e30a51d4724fb5148ab31e1224b16fc9e SHA512 95719c92d9c6c9c883c022baf0593f927b0f24f7e35832ab0dd951fb31fd601888715671a6b8a887464649632bce3c8cb8281aa5d5a066fc115d38ffed8f8adb
 DIST nxml-gentoo-schemas-20220524.tar.xz 8916 BLAKE2B 132c2b81bbb11f94974f5e25a9ede1c047b0a29ae97d70dfe6a83b3def36cb1155e28a111aba261155c2bf3dc7825d5b7c9fe0cc56296ba4d33e9ab2c070eeb3 SHA512 79262e491e58370a471ab09a31755de720de681a8d3c7fe96a3950d128e2877c70732b08dded05b0926b96d59d91e0abbaa55f9ea807dc5252e61674ed3fe4f8

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210907.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210907.ebuild
deleted file mode 100644
index 92ed7f4bf007..000000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20210907.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="HPND MIT GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2022-05-26  6:10 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2022-05-26  6:10 UTC (permalink / raw
  To: gentoo-commits

commit:     fefce4c8bc5e56265f0b17db271b065a459d1d9f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 19:42:48 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu May 26 06:09:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefce4c8

app-emacs/nxml-gentoo-schemas: drop 20220524

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20220524.ebuild            | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 528f9db54709..0159d525f625 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,3 +1,2 @@
 DIST nxml-gentoo-schemas-20220125.tar.xz 8644 BLAKE2B 6f2bb618bb94f9a61ba22526161d8b0457d6177b2a6dc339199fe633652ce1138125d50bc1b681117e8dfedb227ec54e30a51d4724fb5148ab31e1224b16fc9e SHA512 95719c92d9c6c9c883c022baf0593f927b0f24f7e35832ab0dd951fb31fd601888715671a6b8a887464649632bce3c8cb8281aa5d5a066fc115d38ffed8f8adb
-DIST nxml-gentoo-schemas-20220524.tar.xz 8916 BLAKE2B 132c2b81bbb11f94974f5e25a9ede1c047b0a29ae97d70dfe6a83b3def36cb1155e28a111aba261155c2bf3dc7825d5b7c9fe0cc56296ba4d33e9ab2c070eeb3 SHA512 79262e491e58370a471ab09a31755de720de681a8d3c7fe96a3950d128e2877c70732b08dded05b0926b96d59d91e0abbaa55f9ea807dc5252e61674ed3fe4f8
 DIST nxml-gentoo-schemas-20220525.tar.xz 8836 BLAKE2B 5506f976b43218d5bb85ae96c31137c51691cef5f3a524d4214584cc0cb1dae26f45b97d636c8361ec06e7bff5cbf2337b8ed82795aba72dd079127db2238ece SHA512 7df23a9d73a09fc26c6e38665d28c3b633d371bf9c84d56b9318045d80ccab23c3b9c115d68efd6733b9048918118612a05405a1a590b41eac4fb7405746b34e

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220524.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220524.ebuild
deleted file mode 100644
index e59b183875b9..000000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220524.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="MIT GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2022-05-26  6:10 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2022-05-26  6:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5db031f1e3b72231f15b39cc8d2e1894e618e579
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 19:42:20 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu May 26 06:09:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db031f1

app-emacs/nxml-gentoo-schemas: add 20220525

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20220525.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index f521ca87bbb1..528f9db54709 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1,3 @@
 DIST nxml-gentoo-schemas-20220125.tar.xz 8644 BLAKE2B 6f2bb618bb94f9a61ba22526161d8b0457d6177b2a6dc339199fe633652ce1138125d50bc1b681117e8dfedb227ec54e30a51d4724fb5148ab31e1224b16fc9e SHA512 95719c92d9c6c9c883c022baf0593f927b0f24f7e35832ab0dd951fb31fd601888715671a6b8a887464649632bce3c8cb8281aa5d5a066fc115d38ffed8f8adb
 DIST nxml-gentoo-schemas-20220524.tar.xz 8916 BLAKE2B 132c2b81bbb11f94974f5e25a9ede1c047b0a29ae97d70dfe6a83b3def36cb1155e28a111aba261155c2bf3dc7825d5b7c9fe0cc56296ba4d33e9ab2c070eeb3 SHA512 79262e491e58370a471ab09a31755de720de681a8d3c7fe96a3950d128e2877c70732b08dded05b0926b96d59d91e0abbaa55f9ea807dc5252e61674ed3fe4f8
+DIST nxml-gentoo-schemas-20220525.tar.xz 8836 BLAKE2B 5506f976b43218d5bb85ae96c31137c51691cef5f3a524d4214584cc0cb1dae26f45b97d636c8361ec06e7bff5cbf2337b8ed82795aba72dd079127db2238ece SHA512 7df23a9d73a09fc26c6e38665d28c3b633d371bf9c84d56b9318045d80ccab23c3b9c115d68efd6733b9048918118612a05405a1a590b41eac4fb7405746b34e

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220525.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220525.ebuild
new file mode 100644
index 000000000000..e59b183875b9
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220525.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="MIT GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2022-07-07  7:57 Arthur Zamarin
  0 siblings, 0 replies; 67+ messages in thread
From: Arthur Zamarin @ 2022-07-07  7:57 UTC (permalink / raw
  To: gentoo-commits

commit:     5483bcfe0fcec6509b4a9202522a11679d7ea38f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 07:57:24 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 07:57:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5483bcfe

app-emacs/nxml-gentoo-schemas: Stabilize 20220525 ALLARCHES, #856805

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220525.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220525.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220525.ebuild
index e59b183875b9..3e5cb28865fe 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220525.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220525.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="MIT GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2022-07-07  8:46 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2022-07-07  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     13d5f07b4f3bfb184f3290dffcc3cd42641be722
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 08:46:28 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 08:46:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d5f07b

app-emacs/nxml-gentoo-schemas: drop 20220125

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20220125.ebuild            | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 0159d525f625..9fb5d438b3c2 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1 @@
-DIST nxml-gentoo-schemas-20220125.tar.xz 8644 BLAKE2B 6f2bb618bb94f9a61ba22526161d8b0457d6177b2a6dc339199fe633652ce1138125d50bc1b681117e8dfedb227ec54e30a51d4724fb5148ab31e1224b16fc9e SHA512 95719c92d9c6c9c883c022baf0593f927b0f24f7e35832ab0dd951fb31fd601888715671a6b8a887464649632bce3c8cb8281aa5d5a066fc115d38ffed8f8adb
 DIST nxml-gentoo-schemas-20220525.tar.xz 8836 BLAKE2B 5506f976b43218d5bb85ae96c31137c51691cef5f3a524d4214584cc0cb1dae26f45b97d636c8361ec06e7bff5cbf2337b8ed82795aba72dd079127db2238ece SHA512 7df23a9d73a09fc26c6e38665d28c3b633d371bf9c84d56b9318045d80ccab23c3b9c115d68efd6733b9048918118612a05405a1a590b41eac4fb7405746b34e

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220125.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220125.ebuild
deleted file mode 100644
index 8668c193acfb..000000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220125.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="HPND MIT GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2022-07-24 16:24 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2022-07-24 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8ff30e1b23ddd2877e311b15368ea9e95a38b108
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 04:45:53 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 16:24:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff30e1b

app-emacs/nxml-gentoo-schemas: keyword 20220525 for ~x64-macos

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220525.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220525.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220525.ebuild
index 3e5cb28865fe..f48ab69514c9 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220525.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220525.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="MIT GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2022-07-30  5:41 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2022-07-30  5:41 UTC (permalink / raw
  To: gentoo-commits

commit:     f07d8c2922f8a721fcd4afcdf1dfe687929cbc9e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 05:37:13 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 05:37:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07d8c29

app-emacs/nxml-gentoo-schemas: add 20220730

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20220730.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 9fb5d438b3c2..51e7a43e8416 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1 +1,2 @@
 DIST nxml-gentoo-schemas-20220525.tar.xz 8836 BLAKE2B 5506f976b43218d5bb85ae96c31137c51691cef5f3a524d4214584cc0cb1dae26f45b97d636c8361ec06e7bff5cbf2337b8ed82795aba72dd079127db2238ece SHA512 7df23a9d73a09fc26c6e38665d28c3b633d371bf9c84d56b9318045d80ccab23c3b9c115d68efd6733b9048918118612a05405a1a590b41eac4fb7405746b34e
+DIST nxml-gentoo-schemas-20220730.tar.xz 8856 BLAKE2B 7c08bd09242a30998d6dd535b5143bb920aebaaf209f9acbac734fec258d08711945d58322912f455ef251d59df7f6bad8bec8a758065d67c63cd9dc926950f6 SHA512 91c2183acb3d435e5deca67cb0e9c14fb0af1795a490c8f35076442dcf7f49bff419e3f74d3a34f5790faafd68c643e152ff292c0e994e6ec8f34e4f74efa3fd

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild
new file mode 100644
index 000000000000..b17eee1c1d08
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="MIT GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2022-09-04 23:58 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2022-09-04 23:58 UTC (permalink / raw
  To: gentoo-commits

commit:     6f36d776d6e2ac22bddefe2a98d72b8625126777
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  4 23:56:56 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  4 23:56:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f36d776

app-emacs/nxml-gentoo-schemas: Stabilize 20220730 ALLARCHES, #868507

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild
index b17eee1c1d08..f48ab69514c9 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="MIT GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2022-09-16  8:30 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2022-09-16  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     0170f0f8f9d531121e79e6d34a39ecab19007edb
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 16 07:20:29 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 16 08:30:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0170f0f8

app-emacs/nxml-gentoo-schemas: add 20220916

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20220916.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 51e7a43e8416..cc672e7e1cff 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1,3 @@
 DIST nxml-gentoo-schemas-20220525.tar.xz 8836 BLAKE2B 5506f976b43218d5bb85ae96c31137c51691cef5f3a524d4214584cc0cb1dae26f45b97d636c8361ec06e7bff5cbf2337b8ed82795aba72dd079127db2238ece SHA512 7df23a9d73a09fc26c6e38665d28c3b633d371bf9c84d56b9318045d80ccab23c3b9c115d68efd6733b9048918118612a05405a1a590b41eac4fb7405746b34e
 DIST nxml-gentoo-schemas-20220730.tar.xz 8856 BLAKE2B 7c08bd09242a30998d6dd535b5143bb920aebaaf209f9acbac734fec258d08711945d58322912f455ef251d59df7f6bad8bec8a758065d67c63cd9dc926950f6 SHA512 91c2183acb3d435e5deca67cb0e9c14fb0af1795a490c8f35076442dcf7f49bff419e3f74d3a34f5790faafd68c643e152ff292c0e994e6ec8f34e4f74efa3fd
+DIST nxml-gentoo-schemas-20220916.tar.xz 8884 BLAKE2B c10a5d19268ebf28df6d3dd025d83a8c4e6d6c6bafd553ed1a82d1eb3ffc1afc1ce6bc148c0cd93e11d694e59f48a4bcd53990f842533573f7b37b29ff487f79 SHA512 f2e811945d66828e84411fe84d66399ab6b383456d6d8fd611454fe1c91203c4c29766178e2d52158ab5908a2e197109fb322f7cc5324c1fcb40dfa68757cac6

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220916.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220916.ebuild
new file mode 100644
index 000000000000..b17eee1c1d08
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220916.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="MIT GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2022-09-16  8:30 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2022-09-16  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a9f81c4b196397f5cd033779b4078372dc039be7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 16 07:20:54 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 16 08:30:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f81c4b

app-emacs/nxml-gentoo-schemas: drop 20220525

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20220525.ebuild            | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index cc672e7e1cff..040c93ee4143 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,3 +1,2 @@
-DIST nxml-gentoo-schemas-20220525.tar.xz 8836 BLAKE2B 5506f976b43218d5bb85ae96c31137c51691cef5f3a524d4214584cc0cb1dae26f45b97d636c8361ec06e7bff5cbf2337b8ed82795aba72dd079127db2238ece SHA512 7df23a9d73a09fc26c6e38665d28c3b633d371bf9c84d56b9318045d80ccab23c3b9c115d68efd6733b9048918118612a05405a1a590b41eac4fb7405746b34e
 DIST nxml-gentoo-schemas-20220730.tar.xz 8856 BLAKE2B 7c08bd09242a30998d6dd535b5143bb920aebaaf209f9acbac734fec258d08711945d58322912f455ef251d59df7f6bad8bec8a758065d67c63cd9dc926950f6 SHA512 91c2183acb3d435e5deca67cb0e9c14fb0af1795a490c8f35076442dcf7f49bff419e3f74d3a34f5790faafd68c643e152ff292c0e994e6ec8f34e4f74efa3fd
 DIST nxml-gentoo-schemas-20220916.tar.xz 8884 BLAKE2B c10a5d19268ebf28df6d3dd025d83a8c4e6d6c6bafd553ed1a82d1eb3ffc1afc1ce6bc148c0cd93e11d694e59f48a4bcd53990f842533573f7b37b29ff487f79 SHA512 f2e811945d66828e84411fe84d66399ab6b383456d6d8fd611454fe1c91203c4c29766178e2d52158ab5908a2e197109fb322f7cc5324c1fcb40dfa68757cac6

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220525.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220525.ebuild
deleted file mode 100644
index f48ab69514c9..000000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220525.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="MIT GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2022-11-29 19:46 Arthur Zamarin
  0 siblings, 0 replies; 67+ messages in thread
From: Arthur Zamarin @ 2022-11-29 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     ef0ba6ae9ceadfe41506a820e5b1a9ead425fc57
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 19:46:15 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 19:46:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0ba6ae

app-emacs/nxml-gentoo-schemas: Stabilize 20220916 ALLARCHES, #883645

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220916.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220916.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220916.ebuild
index b17eee1c1d08..f48ab69514c9 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220916.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220916.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="MIT GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2023-02-27 18:04 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2023-02-27 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7010d82e8eb0137dc5176d4a7e5da9e51dae433f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 18:03:59 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 18:04:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7010d82e

app-emacs/nxml-gentoo-schemas: add 20230227

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20230227.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 040c93ee4143..0e02b3138ae8 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1,3 @@
 DIST nxml-gentoo-schemas-20220730.tar.xz 8856 BLAKE2B 7c08bd09242a30998d6dd535b5143bb920aebaaf209f9acbac734fec258d08711945d58322912f455ef251d59df7f6bad8bec8a758065d67c63cd9dc926950f6 SHA512 91c2183acb3d435e5deca67cb0e9c14fb0af1795a490c8f35076442dcf7f49bff419e3f74d3a34f5790faafd68c643e152ff292c0e994e6ec8f34e4f74efa3fd
 DIST nxml-gentoo-schemas-20220916.tar.xz 8884 BLAKE2B c10a5d19268ebf28df6d3dd025d83a8c4e6d6c6bafd553ed1a82d1eb3ffc1afc1ce6bc148c0cd93e11d694e59f48a4bcd53990f842533573f7b37b29ff487f79 SHA512 f2e811945d66828e84411fe84d66399ab6b383456d6d8fd611454fe1c91203c4c29766178e2d52158ab5908a2e197109fb322f7cc5324c1fcb40dfa68757cac6
+DIST nxml-gentoo-schemas-20230227.tar.xz 8812 BLAKE2B 517857a3cd3306daf2570019376eee315abab2f2734283dbfeaf72148471d08e8d2cfbe92b5ad19d3b67104c26da5d02aa2a01ca23b97230aa93d3ab45ec7ec6 SHA512 a92bba645e6122968cdcc0eada9a1a3e5d80f1cb560e95fddcd1cfe60b46699fdf16bad85b86e2d4111d5a10be5124f0d6f8a104038cfa13fd4fff2494f8235b

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230227.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230227.ebuild
new file mode 100644
index 000000000000..94311b25501f
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230227.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="MIT GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2023-02-27 18:04 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2023-02-27 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c6f479d086ddc97ba8829395aa1fa2f29c33d74f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 18:04:13 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 18:04:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f479d0

app-emacs/nxml-gentoo-schemas: drop 20220730

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20220730.ebuild            | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 0e02b3138ae8..d456c4fe7bdf 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,3 +1,2 @@
-DIST nxml-gentoo-schemas-20220730.tar.xz 8856 BLAKE2B 7c08bd09242a30998d6dd535b5143bb920aebaaf209f9acbac734fec258d08711945d58322912f455ef251d59df7f6bad8bec8a758065d67c63cd9dc926950f6 SHA512 91c2183acb3d435e5deca67cb0e9c14fb0af1795a490c8f35076442dcf7f49bff419e3f74d3a34f5790faafd68c643e152ff292c0e994e6ec8f34e4f74efa3fd
 DIST nxml-gentoo-schemas-20220916.tar.xz 8884 BLAKE2B c10a5d19268ebf28df6d3dd025d83a8c4e6d6c6bafd553ed1a82d1eb3ffc1afc1ce6bc148c0cd93e11d694e59f48a4bcd53990f842533573f7b37b29ff487f79 SHA512 f2e811945d66828e84411fe84d66399ab6b383456d6d8fd611454fe1c91203c4c29766178e2d52158ab5908a2e197109fb322f7cc5324c1fcb40dfa68757cac6
 DIST nxml-gentoo-schemas-20230227.tar.xz 8812 BLAKE2B 517857a3cd3306daf2570019376eee315abab2f2734283dbfeaf72148471d08e8d2cfbe92b5ad19d3b67104c26da5d02aa2a01ca23b97230aa93d3ab45ec7ec6 SHA512 a92bba645e6122968cdcc0eada9a1a3e5d80f1cb560e95fddcd1cfe60b46699fdf16bad85b86e2d4111d5a10be5124f0d6f8a104038cfa13fd4fff2494f8235b

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild
deleted file mode 100644
index f48ab69514c9..000000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="MIT GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2023-03-28 12:09 Jakov Smolić
  0 siblings, 0 replies; 67+ messages in thread
From: Jakov Smolić @ 2023-03-28 12:09 UTC (permalink / raw
  To: gentoo-commits

commit:     fa2f002056bc5bcbeddb99a3f786239157a4c5e4
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 12:09:14 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 12:09:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2f0020

app-emacs/nxml-gentoo-schemas: Stabilize 20230227 ALLARCHES, #903275

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230227.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230227.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230227.ebuild
index 94311b25501f..dd2b680092d5 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230227.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230227.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="MIT GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2023-03-28 12:22 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2023-03-28 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     82cf2c5365e7822890a3990264b5867955712460
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 12:22:15 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 12:22:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cf2c53

app-emacs/nxml-gentoo-schemas: drop 20220916

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20220916.ebuild            | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index d456c4fe7bdf..a8aec0a885fa 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1 @@
-DIST nxml-gentoo-schemas-20220916.tar.xz 8884 BLAKE2B c10a5d19268ebf28df6d3dd025d83a8c4e6d6c6bafd553ed1a82d1eb3ffc1afc1ce6bc148c0cd93e11d694e59f48a4bcd53990f842533573f7b37b29ff487f79 SHA512 f2e811945d66828e84411fe84d66399ab6b383456d6d8fd611454fe1c91203c4c29766178e2d52158ab5908a2e197109fb322f7cc5324c1fcb40dfa68757cac6
 DIST nxml-gentoo-schemas-20230227.tar.xz 8812 BLAKE2B 517857a3cd3306daf2570019376eee315abab2f2734283dbfeaf72148471d08e8d2cfbe92b5ad19d3b67104c26da5d02aa2a01ca23b97230aa93d3ab45ec7ec6 SHA512 a92bba645e6122968cdcc0eada9a1a3e5d80f1cb560e95fddcd1cfe60b46699fdf16bad85b86e2d4111d5a10be5124f0d6f8a104038cfa13fd4fff2494f8235b

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220916.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220916.ebuild
deleted file mode 100644
index f48ab69514c9..000000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220916.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="MIT GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2023-09-16 10:30 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2023-09-16 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     51ee22f0ef8611c13d5c7ae753d1472e54d37f39
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 10:28:00 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 10:30:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ee22f0

app-emacs/nxml-gentoo-schemas: add 20230914

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20230914.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index a8aec0a885fa..788da657fe31 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1 +1,2 @@
 DIST nxml-gentoo-schemas-20230227.tar.xz 8812 BLAKE2B 517857a3cd3306daf2570019376eee315abab2f2734283dbfeaf72148471d08e8d2cfbe92b5ad19d3b67104c26da5d02aa2a01ca23b97230aa93d3ab45ec7ec6 SHA512 a92bba645e6122968cdcc0eada9a1a3e5d80f1cb560e95fddcd1cfe60b46699fdf16bad85b86e2d4111d5a10be5124f0d6f8a104038cfa13fd4fff2494f8235b
+DIST nxml-gentoo-schemas-20230914.tar.xz 8812 BLAKE2B fa039f3cf1556ef97684d7c485be5efa0cddae3dfa5a98a0bddd924a0e6f736b519a3a841712b8221dde2ee8351c8680c4b1bfb391151cf0a1ef3f073373e58d SHA512 e4cda867fb635a0b7f17a692b38a1f65966f439c585a130319ba8f53f571dedc3ca9d61a34c61ffd3ba09b04ef9aae61578bea9bb9f0562b542296c8a98d64c9

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230914.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230914.ebuild
new file mode 100644
index 000000000000..94311b25501f
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230914.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="MIT GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2023-10-08 20:16 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2023-10-08 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f30b783fa8acc620c68a55deb83040d50f25a33d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 20:15:44 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 20:15:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30b783f

app-emacs/nxml-gentoo-schemas: Stabilize 20230914 ALLARCHES, #915390

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230914.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230914.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230914.ebuild
index 94311b25501f..dd2b680092d5 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230914.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230914.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="MIT GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2023-10-09  3:46 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2023-10-09  3:46 UTC (permalink / raw
  To: gentoo-commits

commit:     cde4fc9fb7bf6c74ec4d97c0d06e9bfeb8925bdf
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 03:46:16 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 03:46:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde4fc9f

app-emacs/nxml-gentoo-schemas: drop 20230227

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20230227.ebuild            | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 788da657fe31..4ab9da83a51c 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1 @@
-DIST nxml-gentoo-schemas-20230227.tar.xz 8812 BLAKE2B 517857a3cd3306daf2570019376eee315abab2f2734283dbfeaf72148471d08e8d2cfbe92b5ad19d3b67104c26da5d02aa2a01ca23b97230aa93d3ab45ec7ec6 SHA512 a92bba645e6122968cdcc0eada9a1a3e5d80f1cb560e95fddcd1cfe60b46699fdf16bad85b86e2d4111d5a10be5124f0d6f8a104038cfa13fd4fff2494f8235b
 DIST nxml-gentoo-schemas-20230914.tar.xz 8812 BLAKE2B fa039f3cf1556ef97684d7c485be5efa0cddae3dfa5a98a0bddd924a0e6f736b519a3a841712b8221dde2ee8351c8680c4b1bfb391151cf0a1ef3f073373e58d SHA512 e4cda867fb635a0b7f17a692b38a1f65966f439c585a130319ba8f53f571dedc3ca9d61a34c61ffd3ba09b04ef9aae61578bea9bb9f0562b542296c8a98d64c9

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230227.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230227.ebuild
deleted file mode 100644
index dd2b680092d5..000000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230227.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="MIT GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2023-10-22 21:09 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2023-10-22 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f6a5df1c8b6ec7b46689d09c9c1a27262b5fb53c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 22 21:08:02 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 21:08:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a5df1c

app-emacs/nxml-gentoo-schemas: add 20231022

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20231022.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 4ab9da83a51c..c23f700ca18d 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1 +1,2 @@
 DIST nxml-gentoo-schemas-20230914.tar.xz 8812 BLAKE2B fa039f3cf1556ef97684d7c485be5efa0cddae3dfa5a98a0bddd924a0e6f736b519a3a841712b8221dde2ee8351c8680c4b1bfb391151cf0a1ef3f073373e58d SHA512 e4cda867fb635a0b7f17a692b38a1f65966f439c585a130319ba8f53f571dedc3ca9d61a34c61ffd3ba09b04ef9aae61578bea9bb9f0562b542296c8a98d64c9
+DIST nxml-gentoo-schemas-20231022.tar.xz 8860 BLAKE2B eb6d997d5597fd83d547b356f1551c3087f69860808168dcd6bdec0a808e0effae96188d55f6c3d5dcb779ecc727fb965ce1190c60a1ec6591853f98e9a40cdd SHA512 2fbb674b7f8e6b854af1587ab03605bfe7f75e40a6f10122565264c9225d03fd30a5f569158ca83da6f84aaa31c18cced6d51a0782bb64172ab7fbfe077a630d

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20231022.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20231022.ebuild
new file mode 100644
index 000000000000..94311b25501f
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20231022.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="MIT GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2023-11-10 12:00 Arthur Zamarin
  0 siblings, 0 replies; 67+ messages in thread
From: Arthur Zamarin @ 2023-11-10 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     8182e9a84fe49f47f743c5647bd26418471a95b0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 12:00:38 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 12:00:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8182e9a8

app-emacs/nxml-gentoo-schemas: Stabilize 20231022 ALLARCHES, #917012

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20231022.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20231022.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20231022.ebuild
index 94311b25501f..dd2b680092d5 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20231022.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20231022.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="MIT GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2023-11-10 13:17 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2023-11-10 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     45f645590d8dd77805963acbb450a6316ce5f049
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 13:15:46 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 13:15:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f64559

app-emacs/nxml-gentoo-schemas: drop 20230914

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20230914.ebuild            | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index c23f700ca18d..4d601f7ed5ad 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1 @@
-DIST nxml-gentoo-schemas-20230914.tar.xz 8812 BLAKE2B fa039f3cf1556ef97684d7c485be5efa0cddae3dfa5a98a0bddd924a0e6f736b519a3a841712b8221dde2ee8351c8680c4b1bfb391151cf0a1ef3f073373e58d SHA512 e4cda867fb635a0b7f17a692b38a1f65966f439c585a130319ba8f53f571dedc3ca9d61a34c61ffd3ba09b04ef9aae61578bea9bb9f0562b542296c8a98d64c9
 DIST nxml-gentoo-schemas-20231022.tar.xz 8860 BLAKE2B eb6d997d5597fd83d547b356f1551c3087f69860808168dcd6bdec0a808e0effae96188d55f6c3d5dcb779ecc727fb965ce1190c60a1ec6591853f98e9a40cdd SHA512 2fbb674b7f8e6b854af1587ab03605bfe7f75e40a6f10122565264c9225d03fd30a5f569158ca83da6f84aaa31c18cced6d51a0782bb64172ab7fbfe077a630d

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230914.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230914.ebuild
deleted file mode 100644
index dd2b680092d5..000000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230914.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="MIT GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2024-02-08 11:01 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2024-02-08 11:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6b6d32154341e543901b33fa124510c5d41284a6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  8 10:56:13 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 10:57:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6d3215

app-emacs/nxml-gentoo-schemas: add 20240208

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 +
 .../nxml-gentoo-schemas-20240208.ebuild            | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 4d601f7ed5ad..1e076f5fca75 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1 +1,2 @@
 DIST nxml-gentoo-schemas-20231022.tar.xz 8860 BLAKE2B eb6d997d5597fd83d547b356f1551c3087f69860808168dcd6bdec0a808e0effae96188d55f6c3d5dcb779ecc727fb965ce1190c60a1ec6591853f98e9a40cdd SHA512 2fbb674b7f8e6b854af1587ab03605bfe7f75e40a6f10122565264c9225d03fd30a5f569158ca83da6f84aaa31c18cced6d51a0782bb64172ab7fbfe077a630d
+DIST nxml-gentoo-schemas-20240208.tar.xz 8888 BLAKE2B ed75bf44a481b4b252c859ea22b6f420a8e0bbc676f4705d8995462557bf4fee407cd35804eb539da169b95cc7581e66659681a3b51b3e92ea461a15090ebe6f SHA512 c8567b69ccc21d7f052e2402d486f638ea65b545cc6bb3c4e91e1384ec46a5eb9fec2bb8dc5087bf46e8835fa628b2ea2645659304d69d6ead3594c2e98a7122

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20240208.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20240208.ebuild
new file mode 100644
index 000000000000..d52db13ec632
--- /dev/null
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20240208.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
+HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="MIT GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() { :; }
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins schemas.xml *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2024-03-24 18:17 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2024-03-24 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4add462b7a2337f30cf5cbd46381f62d29483f35
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 18:16:46 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 18:16:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4add462b

app-emacs/nxml-gentoo-schemas: Stabilize 20240208 ALLARCHES, #927730

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20240208.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20240208.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20240208.ebuild
index d52db13ec632..d1180e2f71f3 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20240208.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20240208.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 
 LICENSE="MIT GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
 
 SITEFILE="60${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
@ 2024-03-24 19:27 Ulrich Müller
  0 siblings, 0 replies; 67+ messages in thread
From: Ulrich Müller @ 2024-03-24 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     2c0fc1e68bb7e80528421a41e250b18b0bd0137e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 19:27:28 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 19:27:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0fc1e6

app-emacs/nxml-gentoo-schemas: drop 20231022

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/nxml-gentoo-schemas/Manifest             |  1 -
 .../nxml-gentoo-schemas-20231022.ebuild            | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
index 1e076f5fca75..2bffde2227d1 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,2 +1 @@
-DIST nxml-gentoo-schemas-20231022.tar.xz 8860 BLAKE2B eb6d997d5597fd83d547b356f1551c3087f69860808168dcd6bdec0a808e0effae96188d55f6c3d5dcb779ecc727fb965ce1190c60a1ec6591853f98e9a40cdd SHA512 2fbb674b7f8e6b854af1587ab03605bfe7f75e40a6f10122565264c9225d03fd30a5f569158ca83da6f84aaa31c18cced6d51a0782bb64172ab7fbfe077a630d
 DIST nxml-gentoo-schemas-20240208.tar.xz 8888 BLAKE2B ed75bf44a481b4b252c859ea22b6f420a8e0bbc676f4705d8995462557bf4fee407cd35804eb539da169b95cc7581e66659681a3b51b3e92ea461a15090ebe6f SHA512 c8567b69ccc21d7f052e2402d486f638ea65b545cc6bb3c4e91e1384ec46a5eb9fec2bb8dc5087bf46e8835fa628b2ea2645659304d69d6ead3594c2e98a7122

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20231022.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20231022.ebuild
deleted file mode 100644
index dd2b680092d5..000000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20231022.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="MIT GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins schemas.xml *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

end of thread, other threads:[~2024-03-24 19:27 UTC | newest]

Thread overview: 67+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-24 18:03 [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2024-03-24 19:27 Ulrich Müller
2024-03-24 18:17 Sam James
2024-02-08 11:01 Ulrich Müller
2023-11-10 13:17 Ulrich Müller
2023-11-10 12:00 Arthur Zamarin
2023-10-22 21:09 Ulrich Müller
2023-10-09  3:46 Ulrich Müller
2023-10-08 20:16 Sam James
2023-09-16 10:30 Ulrich Müller
2023-03-28 12:22 Ulrich Müller
2023-03-28 12:09 Jakov Smolić
2023-02-27 18:04 Ulrich Müller
2023-02-27 18:04 Ulrich Müller
2022-11-29 19:46 Arthur Zamarin
2022-09-16  8:30 Ulrich Müller
2022-09-16  8:30 Ulrich Müller
2022-09-04 23:58 Sam James
2022-07-30  5:41 Ulrich Müller
2022-07-24 16:24 Sam James
2022-07-07  8:46 Ulrich Müller
2022-07-07  7:57 Arthur Zamarin
2022-05-26  6:10 Ulrich Müller
2022-05-26  6:10 Ulrich Müller
2022-05-24 18:03 Ulrich Müller
2022-05-24 11:10 Ulrich Müller
2022-02-24 13:02 Sam James
2022-01-25  8:57 Ulrich Müller
2021-12-28 10:31 Ulrich Müller
2021-12-28 10:20 Sam James
2021-09-08 18:00 Ulrich Müller
2021-09-08 18:00 Ulrich Müller
2021-03-15 22:01 Ulrich Müller
2021-03-14 20:51 Ulrich Müller
2021-02-03 13:53 Ulrich Müller
2021-01-24  9:02 Ulrich Müller
2020-04-15 10:03 Ulrich Müller
2020-04-15  9:39 Mart Raudsepp
2020-04-14 13:02 Agostino Sarubbo
2020-04-13 16:10 Agostino Sarubbo
2020-04-13 16:10 Agostino Sarubbo
2020-04-13 16:09 Agostino Sarubbo
2020-04-13 16:08 Agostino Sarubbo
2020-04-13 16:06 Agostino Sarubbo
2020-03-03  8:40 Ulrich Müller
2020-02-29 16:22 Ulrich Müller
2020-01-27 19:39 Ulrich Müller
2020-01-27 11:43 Agostino Sarubbo
2020-01-27 11:37 Mikle Kolyada
2020-01-27  9:33 Sergei Trofimovich
2020-01-27  3:02 Thomas Deutschmann
2020-01-25 15:43 Ulrich Müller
2020-01-09 23:39 Ulrich Müller
2019-12-27  9:56 Ulrich Müller
2019-12-22 12:11 Ulrich Müller
2019-12-14 15:37 Ulrich Müller
2019-12-14 15:37 Ulrich Müller
2018-06-11 23:13 Ulrich Müller
2018-06-11 22:52 Ulrich Müller
2018-06-11 22:52 Ulrich Müller
2017-03-02  8:48 Ulrich Müller
2017-03-02  8:48 Ulrich Müller
2016-05-06  8:24 Ulrich Müller
2016-05-06  8:24 Ulrich Müller
2016-03-12 12:38 Ulrich Müller
2016-03-12 12:38 Ulrich Müller
2016-01-25 22:21 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox