From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
Date: Sat, 12 Mar 2016 12:38:01 +0000 (UTC) [thread overview]
Message-ID: <1457786208.80eb98295e4c47374c493b42a63703c3db8d9144.ulm@gentoo> (raw)
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
-}
next reply other threads:[~2016-03-12 12:38 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-12 12:38 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-14 13:35 [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/ Ulrich Müller
2024-12-14 12:36 Sam James
2024-11-16 12:59 Ulrich Müller
2024-11-16 12:10 Ulrich Müller
2024-11-14 22:37 Ulrich Müller
2024-11-06 13:39 Sam James
2024-10-31 19:27 Ulrich Müller
2024-10-23 12:47 Yixun Lan
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 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-01-25 22:21 Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1457786208.80eb98295e4c47374c493b42a63703c3db8d9144.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox