summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-02-17 15:23:40 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-02-17 15:23:40 +0000
commit9d90f7a7ab1765f0dd648fac5a198b8d5a137ea2 (patch)
treeacb6c813778ed95061aaea142346da303359f860 /app-emacs/nxml-libvirt-schemas
parentVersion bump (diff)
downloadgentoo-2-9d90f7a7ab1765f0dd648fac5a198b8d5a137ea2.tar.gz
gentoo-2-9d90f7a7ab1765f0dd648fac5a198b8d5a137ea2.tar.bz2
gentoo-2-9d90f7a7ab1765f0dd648fac5a198b8d5a137ea2.zip
Version bump, remove old versions.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/nxml-libvirt-schemas')
-rw-r--r--app-emacs/nxml-libvirt-schemas/ChangeLog11
-rw-r--r--app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.6.ebuild67
-rw-r--r--app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.8.ebuild (renamed from app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.5.ebuild)4
3 files changed, 11 insertions, 71 deletions
diff --git a/app-emacs/nxml-libvirt-schemas/ChangeLog b/app-emacs/nxml-libvirt-schemas/ChangeLog
index b698a301b87a..49389b9031fc 100644
--- a/app-emacs/nxml-libvirt-schemas/ChangeLog
+++ b/app-emacs/nxml-libvirt-schemas/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-emacs/nxml-libvirt-schemas
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/ChangeLog,v 1.4 2010/12/01 21:09:24 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/ChangeLog,v 1.5 2011/02/17 15:23:40 flameeyes Exp $
+
+*nxml-libvirt-schemas-0.8.8 (17 Feb 2011)
+
+ 17 Feb 2011; Diego E. Pettenò <flameeyes@gentoo.org>
+ -nxml-libvirt-schemas-0.8.5.ebuild, -nxml-libvirt-schemas-0.8.6.ebuild,
+ +nxml-libvirt-schemas-0.8.8.ebuild:
+ Version bump, remove old versions.
*nxml-libvirt-schemas-0.8.6 (01 Dec 2010)
diff --git a/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.6.ebuild b/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.6.ebuild
deleted file mode 100644
index 4297ac0650c1..000000000000
--- a/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.6.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.6.ebuild,v 1.1 2010/12/01 21:09:24 flameeyes Exp $
-
-BACKPORTS=
-
-EAPI=2
-
-inherit elisp eutils
-
-MY_P="libvirt-${PV}"
-
-DESCRIPTION="Extension for nxml-mode with libvirt schemas"
-HOMEPAGE="http://www.libvirt.org/"
-
-SRC_URI="http://libvirt.org/sources/${MY_P}.tar.gz
- ${BACKPORTS:+mirror://gentoo/${MY_P}-backports-${BACKPORTS}.tar.bz2}"
-
-# This is the license of the package, but the schema files are
-# provided without license, maybe it's bad.
-LICENSE="LGPL-2.1"
-
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( >=app-emacs/nxml-mode-20041004-r3 >=virtual/emacs-23 )"
-
-# 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"
-
-SITEFILE=60${PN}-gentoo.el
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- [[ -d "${WORKDIR}/patches" ]] && \
- EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" EPATCH_SOURCE="${WORKDIR}/patches" epatch
-}
-
-src_compile() {
- emake -C docs/schemas -f "${FILESDIR}/Makefile-trang" || die "trang failed"
-}
-
-src_test() {
- # No we don't need tests here… trang will take care of checking
- # the well-formedness of the schema files for us
- :
-}
-
-src_install() {
- insinto ${SITEETC}/${PN}
- doins "${FILESDIR}/schemas.xml" docs/schemas/*.rnc || die "install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
-}
-
-pkg_postinst () {
- elisp-site-regen
-
- if [ $(emacs -batch -q --eval "(princ (fboundp 'nxml-mode))") = nil ]; then
- ewarn "This package needs nxml-mode. You should either install"
- ewarn "app-emacs/nxml-mode, or use \"eselect emacs\" to select"
- ewarn "an Emacs version >= 23."
- fi
-}
diff --git a/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.5.ebuild b/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.8.ebuild
index d8eda270cb72..5db860b21f27 100644
--- a/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.5.ebuild
+++ b/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.5.ebuild,v 1.1 2010/10/29 18:46:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.8.ebuild,v 1.1 2011/02/17 15:23:40 flameeyes Exp $
BACKPORTS=