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.17.ebuild
@ 2010-09-28  9:58 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-09-28  9:58 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/09/28 09:58:52

  Modified:             ChangeLog
  Added:                desktop-file-utils-0.17.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2_rc87/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	10 Sep 2010 15:03:34 -0000	1.94
+++ ChangeLog	28 Sep 2010 09:58:52 -0000	1.95
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/desktop-file-utils
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.94 2010/09/10 15:03:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.95 2010/09/28 09:58:52 ssuominen Exp $
+
+*desktop-file-utils-0.17 (28 Sep 2010)
+
+  28 Sep 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +desktop-file-utils-0.17.ebuild:
+  Version bump.
 
   10 Sep 2010; Samuli Suominen <ssuominen@gentoo.org>
   desktop-file-utils-0.16.ebuild:



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

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

Index: desktop-file-utils-0.17.ebuild
===================================================================
# Copyright 1999-2010 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.17.ebuild,v 1.1 2010/09/28 09:58:52 ssuominen Exp $

EAPI=2
inherit elisp-common

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.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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}
	dev-util/pkgconfig"

SITEFILE=50${PN}-gentoo.el

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

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

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

src_install() {
	emake DESTDIR="${D}" install || die

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

	dodoc AUTHORS ChangeLog HACKING NEWS README
}

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:[~2010-09-28  9:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-28  9:58 [gentoo-commits] gentoo-x86 commit in dev-util/desktop-file-utils: ChangeLog desktop-file-utils-0.17.ebuild Samuli Suominen (ssuominen)

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