diff options
author | 2015-04-28 17:58:07 +0000 | |
---|---|---|
committer | 2015-04-28 17:58:07 +0000 | |
commit | 9736ad95a72a6f8704cc983c7371812936b476d7 (patch) | |
tree | ff0ca7ae9c25f635d766058bd8f34b23c7a553df /app-emacs/nxml-gentoo-schemas | |
parent | Cleanup. (diff) | |
download | gentoo-2-9736ad95a72a6f8704cc983c7371812936b476d7.tar.gz gentoo-2-9736ad95a72a6f8704cc983c7371812936b476d7.tar.bz2 gentoo-2-9736ad95a72a6f8704cc983c7371812936b476d7.zip |
Version bump, fixes bug 530066.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/nxml-gentoo-schemas')
-rw-r--r-- | app-emacs/nxml-gentoo-schemas/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20150428.ebuild | 26 |
2 files changed, 34 insertions, 2 deletions
diff --git a/app-emacs/nxml-gentoo-schemas/ChangeLog b/app-emacs/nxml-gentoo-schemas/ChangeLog index 5baf97e3fa15..4921446934e7 100644 --- a/app-emacs/nxml-gentoo-schemas/ChangeLog +++ b/app-emacs/nxml-gentoo-schemas/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/nxml-gentoo-schemas -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/ChangeLog,v 1.24 2014/06/07 11:25:01 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/ChangeLog,v 1.25 2015/04/28 17:58:07 ulm Exp $ + +*nxml-gentoo-schemas-20150428 (28 Apr 2015) + + 28 Apr 2015; Ulrich Müller <ulm@gentoo.org> + +nxml-gentoo-schemas-20150428.ebuild: + Version bump, fixes bug 530066. 07 Jun 2014; Ulrich Müller <ulm@gentoo.org> nxml-gentoo-schemas-20111129.ebuild: diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20150428.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20150428.ebuild new file mode 100644 index 000000000000..c8f4a4fff995 --- /dev/null +++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20150428.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20150428.ebuild,v 1.1 2015/04/28 17:58:07 ulm Exp $ + +EAPI=5 + +inherit elisp + +DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas" +HOMEPAGE="http://dev.gentoo.org/~flameeyes/nxml-gentoo-schemas/" +SRC_URI="http://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 +} |