public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/desktop-file-utils: ChangeLog desktop-file-utils-0.20-r1.ebuild desktop-file-utils-0.21.ebuild
@ 2012-10-26 17:11 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-10-26 17:11 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/10/26 17:11:43

  Modified:             ChangeLog desktop-file-utils-0.20-r1.ebuild
  Added:                desktop-file-utils-0.21.ebuild
  Log:
  Version bump with lots of validator updates (more desktop environments, new categories, better hints, etc.); update license.
  
  (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.128                dev-util/desktop-file-utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/desktop-file-utils/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/desktop-file-utils/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/desktop-file-utils/ChangeLog?r1=1.127&r2=1.128

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog	19 Jun 2012 11:11:05 -0000	1.127
+++ ChangeLog	26 Oct 2012 17:11:43 -0000	1.128
@@ -1,6 +1,13 @@
 # ChangeLog for dev-util/desktop-file-utils
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.127 2012/06/19 11:11:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.128 2012/10/26 17:11:43 tetromino Exp $
+
+*desktop-file-utils-0.21 (26 Oct 2012)
+
+  26 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  desktop-file-utils-0.20-r1.ebuild, +desktop-file-utils-0.21.ebuild:
+  Version bump with lots of validator updates (more desktop environments, new
+  categories, better hints, etc.); update license.
 
   19 Jun 2012; Samuli Suominen <ssuominen@gentoo.org>
   -desktop-file-utils-0.19.ebuild:



1.11                 dev-util/desktop-file-utils/desktop-file-utils-0.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.20-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.20-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.20-r1.ebuild?r1=1.10&r2=1.11

Index: desktop-file-utils-0.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.20-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- desktop-file-utils-0.20-r1.ebuild	28 May 2012 16:35:50 -0000	1.10
+++ desktop-file-utils-0.20-r1.ebuild	26 Oct 2012 17:11:43 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.20-r1.ebuild,v 1.10 2012/05/28 16:35:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.20-r1.ebuild,v 1.11 2012/10/26 17:11:43 tetromino Exp $
 
 EAPI=4
 inherit elisp-common eutils
@@ -9,12 +9,12 @@
 HOMEPAGE="http://freedesktop.org/wiki/Software/desktop-file-utils"
 SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="emacs"
 
-RDEPEND=">=dev-libs/glib-2.12
+RDEPEND=">=dev-libs/glib-2.12:2
 	emacs? ( virtual/emacs )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"



1.1                  dev-util/desktop-file-utils/desktop-file-utils-0.21.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.21.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.21.ebuild?rev=1.1&content-type=text/plain

Index: desktop-file-utils-0.21.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.21.ebuild,v 1.1 2012/10/26 17:11:43 tetromino Exp $

EAPI=4
inherit elisp-common eutils

DESCRIPTION="Command line utilities to work with desktop menu entries"
HOMEPAGE="http://freedesktop.org/wiki/Software/desktop-file-utils"
SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="emacs"

RDEPEND=">=dev-libs/glib-2.12:2
	emacs? ( virtual/emacs )"
DEPEND="${RDEPEND}
	app-arch/xz-utils
	virtual/pkgconfig"

SITEFILE=50${PN}-gentoo.el

DOCS=( AUTHORS ChangeLog HACKING NEWS README )

src_prepare() {
	sed -i -e '/SUBDIRS =/s:misc::' Makefile.in || die
}

src_configure() {
	econf "$(use_with emacs lispdir "${SITELISP}"/${PN})"
}

src_compile() {
	default
	use emacs && elisp-compile misc/desktop-entry-mode.el
}

src_install() {
	default
	if use emacs; then
		elisp-install ${PN} misc/*.el misc/*.elc || die
		elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die
	fi
}

pkg_postinst() {
	use emacs && elisp-site-regen
}

pkg_postrm() {
	use emacs && elisp-site-regen
}





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

only message in thread, other threads:[~2012-10-26 17:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26 17:11 [gentoo-commits] gentoo-x86 commit in dev-util/desktop-file-utils: ChangeLog desktop-file-utils-0.20-r1.ebuild desktop-file-utils-0.21.ebuild Alexandre Rostovtsev (tetromino)

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