public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/nxml-libvirt-schemas: ChangeLog nxml-libvirt-schemas-0.8.8.ebuild
@ 2011-03-12 14:42 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2011-03-12 14:42 UTC (permalink / raw
  To: gentoo-commits

ulm         11/03/12 14:42:29

  Modified:             ChangeLog nxml-libvirt-schemas-0.8.8.ebuild
  Log:
  Drop dependency on app-emacs/nxml-mode.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  app-emacs/nxml-libvirt-schemas/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-libvirt-schemas/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-libvirt-schemas/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-libvirt-schemas/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	17 Feb 2011 15:23:40 -0000	1.5
+++ ChangeLog	12 Mar 2011 14:42:29 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/nxml-libvirt-schemas
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/ChangeLog,v 1.6 2011/03/12 14:42:29 ulm Exp $
+
+  12 Mar 2011; Ulrich Mueller <ulm@gentoo.org>
+  nxml-libvirt-schemas-0.8.8.ebuild:
+  Drop dependency on app-emacs/nxml-mode.
 
 *nxml-libvirt-schemas-0.8.8 (17 Feb 2011)
 



1.2                  app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.8.ebuild?r1=1.1&r2=1.2

Index: nxml-libvirt-schemas-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nxml-libvirt-schemas-0.8.8.ebuild	17 Feb 2011 15:23:40 -0000	1.1
+++ nxml-libvirt-schemas-0.8.8.ebuild	12 Mar 2011 14:42:29 -0000	1.2
@@ -1,38 +1,33 @@
 # 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.8.ebuild,v 1.1 2011/02/17 15:23:40 flameeyes Exp $
-
-BACKPORTS=
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.8.8.ebuild,v 1.2 2011/03/12 14:42:29 ulm Exp $
 
 EAPI=2
 
+BACKPORTS=
+NEED_EMACS=23
 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"
+RDEPEND=""
 
 SITEFILE=60${PN}-gentoo.el
-
 S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
@@ -55,13 +50,3 @@
 	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
-}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-12 14:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-12 14:42 [gentoo-commits] gentoo-x86 commit in app-emacs/nxml-libvirt-schemas: ChangeLog nxml-libvirt-schemas-0.8.8.ebuild Ulrich Mueller (ulm)

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