public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-svg-schemas/
@ 2019-08-18  6:17 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2019-08-18  6:17 UTC (permalink / raw
  To: gentoo-commits

commit:     982cb91a69441c74f7f7da02de9738d83bb5d44a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 06:16:09 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 06:17:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=982cb91a

app-emacs/nxml-svg-schemas: Bump EAPI to 7.

Add missing dependency on unzip.

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

 .../nxml-svg-schemas-1.1.20081123-r1.ebuild        | 43 ++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123-r1.ebuild b/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123-r1.ebuild
new file mode 100644
index 00000000000..30fe6dd0034
--- /dev/null
+++ b/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123-r1.ebuild
@@ -0,0 +1,43 @@
+# 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 SVG 1.1 schemas"
+HOMEPAGE="http://www.w3.org/TR/SVG11/"
+# original SRC_URI is http://www.w3.org/Graphics/SVG/1.1/rng/rng.zip
+# but since it's unversioned, I versioned it and got it locally.
+SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/w3c-svg-rng-${PV}.zip"
+
+LICENSE="HPND"
+# In a future we might have 1.2 schemas too, but for now we can only
+# install this one anyway because the schemas.xml syntax is not
+# sophisticated enough.
+SLOT="1.1"
+KEYWORDS="~amd64 ~x86"
+
+# Yes this requires Java, but I'd rather not repackage this, if you
+# know something better in C, I'll be glad to use that.
+BDEPEND="app-arch/unzip
+	app-text/trang"
+
+S="${WORKDIR}"
+SITEFILE="60${PN}-gentoo.el"
+
+src_prepare() {
+	elisp_src_prepare
+	# we don't need the doctype for our work
+	sed -i -e '/DOCTYPE grammar/d' *.rng || die "sed failed"
+}
+
+src_compile() {
+	emake -f "${FILESDIR}/Makefile-trang"
+}
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins "${FILESDIR}/schemas.xml" *.rnc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-svg-schemas/
@ 2019-08-28 10:10 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2019-08-28 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     4a89f01eeb5ffdc2a12938a0ee4b714cdfdd4544
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 10:10:17 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 10:10:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a89f01e

app-emacs/nxml-svg-schemas: [QA] Add missing DEPEND="app-arch/unzip"

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

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

diff --git a/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild b/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild
index 639661441bd..5180d7bed52 100644
--- a/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild
+++ b/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -20,7 +20,9 @@ KEYWORDS="amd64 ~x86"
 
 # Yes this requires Java, but I'd rather not repackage this, if you
 # know something better in C, I'll be glad to use that.
-DEPEND="app-text/trang"
+DEPEND="
+	app-arch/unzip
+	app-text/trang"
 RDEPEND=""
 
 S="${WORKDIR}"


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

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

commit:     4757ba7ffff4936c778e076ef9ce308ca2504ddb
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  2 22:26:10 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Oct  2 22:41:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4757ba7f

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

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

 .../nxml-svg-schemas-1.1.20081123.ebuild           | 44 ----------------------
 1 file changed, 44 deletions(-)

diff --git a/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild b/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild
deleted file mode 100644
index 5180d7bed52..00000000000
--- a/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with SVG 1.1 schemas"
-HOMEPAGE="http://www.w3.org/TR/SVG11/"
-# original SRC_URI is http://www.w3.org/Graphics/SVG/1.1/rng/rng.zip
-# but since it's unversioned, I versioned it and got it locally.
-SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/w3c-svg-rng-${PV}.zip"
-
-LICENSE="HPND"
-# In a future we might have 1.2 schemas too, but for now we can only
-# install this one anyway because the schemas.xml syntax is not
-# sophisticated enough.
-SLOT="1.1"
-KEYWORDS="amd64 ~x86"
-
-# Yes this requires Java, but I'd rather not repackage this, if you
-# know something better in C, I'll be glad to use that.
-DEPEND="
-	app-arch/unzip
-	app-text/trang"
-RDEPEND=""
-
-S="${WORKDIR}"
-SITEFILE="60${PN}-gentoo.el"
-
-src_prepare() {
-	# we don't need the doctype for our work
-	sed -i -e '/DOCTYPE grammar/d' *.rng || die "sed failed"
-}
-
-src_compile() {
-	emake -f "${FILESDIR}/Makefile-trang"
-}
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins "${FILESDIR}/schemas.xml" *.rnc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}


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

end of thread, other threads:[~2019-10-02 22:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-18  6:17 [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-svg-schemas/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2019-08-28 10:10 David Seifert
2019-10-02 22:41 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