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.19.ebuild
@ 2011-12-20 17:36 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-12-20 17:36 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/12/20 17:36:34

  Modified:             ChangeLog
  Added:                desktop-file-utils-0.19.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	2 Dec 2011 22:05:32 -0000	1.109
+++ ChangeLog	20 Dec 2011 17:36:34 -0000	1.110
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/desktop-file-utils
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.109 2011/12/02 22:05:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.110 2011/12/20 17:36:34 ssuominen Exp $
+
+*desktop-file-utils-0.19 (20 Dec 2011)
+
+  20 Dec 2011; Samuli Suominen <ssuominen@gentoo.org>
+  +desktop-file-utils-0.19.ebuild:
+  Version bump.
 
   02 Dec 2011; Samuli Suominen <ssuominen@gentoo.org>
   desktop-file-utils-0.18.ebuild, +files/desktop-file-utils-0.18-unity.patch:



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

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

Index: desktop-file-utils-0.19.ebuild
===================================================================
# Copyright 1999-2011 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.19.ebuild,v 1.1 2011/12/20 17:36:34 ssuominen Exp $

EAPI=4
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.xz"

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

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] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/desktop-file-utils: ChangeLog desktop-file-utils-0.19.ebuild
@ 2012-02-04 13:15 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-02-04 13:15 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/02/04 13:15:45

  Modified:             ChangeLog desktop-file-utils-0.19.ebuild
  Log:
  amd64/ppc/ppc64/x86 stable wrt #402147
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	20 Dec 2011 17:36:34 -0000	1.110
+++ ChangeLog	4 Feb 2012 13:15:45 -0000	1.111
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/desktop-file-utils
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.110 2011/12/20 17:36:34 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.111 2012/02/04 13:15:45 ssuominen Exp $
+
+  04 Feb 2012; Samuli Suominen <ssuominen@gentoo.org>
+  desktop-file-utils-0.19.ebuild:
+  amd64/ppc/ppc64/x86 stable wrt #402147
 
 *desktop-file-utils-0.19 (20 Dec 2011)
 



1.2                  dev-util/desktop-file-utils/desktop-file-utils-0.19.ebuild

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

Index: desktop-file-utils-0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- desktop-file-utils-0.19.ebuild	20 Dec 2011 17:36:34 -0000	1.1
+++ desktop-file-utils-0.19.ebuild	4 Feb 2012 13:15:45 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.19.ebuild,v 1.1 2011/12/20 17:36:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.19.ebuild,v 1.2 2012/02/04 13:15:45 ssuominen Exp $
 
 EAPI=4
 inherit elisp-common
@@ -11,10 +11,10 @@
 
 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"
+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
+RDEPEND=">=dev-libs/glib-2.12
 	emacs? ( virtual/emacs )"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/desktop-file-utils: ChangeLog desktop-file-utils-0.19.ebuild
@ 2012-02-08  1:52 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-08  1:52 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/08 01:52:22

  Modified:             ChangeLog desktop-file-utils-0.19.ebuild
  Log:
  Stable for HPPA (bug #402147).
  
  (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	4 Feb 2012 13:15:45 -0000	1.111
+++ ChangeLog	8 Feb 2012 01:52:21 -0000	1.112
@@ -1,6 +1,9 @@
 # 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.111 2012/02/04 13:15:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.112 2012/02/08 01:52:21 jer Exp $
+
+  08 Feb 2012; Jeroen Roovers <jer@gentoo.org> desktop-file-utils-0.19.ebuild:
+  Stable for HPPA (bug #402147).
 
   04 Feb 2012; Samuli Suominen <ssuominen@gentoo.org>
   desktop-file-utils-0.19.ebuild:



1.3                  dev-util/desktop-file-utils/desktop-file-utils-0.19.ebuild

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

Index: desktop-file-utils-0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- desktop-file-utils-0.19.ebuild	4 Feb 2012 13:15:45 -0000	1.2
+++ desktop-file-utils-0.19.ebuild	8 Feb 2012 01:52:21 -0000	1.3
@@ -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.19.ebuild,v 1.2 2012/02/04 13:15:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.19.ebuild,v 1.3 2012/02/08 01:52:21 jer Exp $
 
 EAPI=4
 inherit elisp-common
@@ -11,7 +11,7 @@
 
 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"
+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






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/desktop-file-utils: ChangeLog desktop-file-utils-0.19.ebuild
@ 2012-02-13 22:36 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2012-02-13 22:36 UTC (permalink / raw
  To: gentoo-commits

maekke      12/02/13 22:36:24

  Modified:             ChangeLog desktop-file-utils-0.19.ebuild
  Log:
  arm stable, bug #402147
  
  (Portage version: 2.1.10.45/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	8 Feb 2012 01:52:21 -0000	1.112
+++ ChangeLog	13 Feb 2012 22:36:24 -0000	1.113
@@ -1,6 +1,9 @@
 # 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.112 2012/02/08 01:52:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.113 2012/02/13 22:36:24 maekke Exp $
+
+  13 Feb 2012; Markus Meier <maekke@gentoo.org> desktop-file-utils-0.19.ebuild:
+  arm stable, bug #402147
 
   08 Feb 2012; Jeroen Roovers <jer@gentoo.org> desktop-file-utils-0.19.ebuild:
   Stable for HPPA (bug #402147).



1.4                  dev-util/desktop-file-utils/desktop-file-utils-0.19.ebuild

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

Index: desktop-file-utils-0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.19.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- desktop-file-utils-0.19.ebuild	8 Feb 2012 01:52:21 -0000	1.3
+++ desktop-file-utils-0.19.ebuild	13 Feb 2012 22:36:24 -0000	1.4
@@ -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.19.ebuild,v 1.3 2012/02/08 01:52:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.19.ebuild,v 1.4 2012/02/13 22:36:24 maekke Exp $
 
 EAPI=4
 inherit elisp-common
@@ -11,7 +11,7 @@
 
 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"
+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






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/desktop-file-utils: ChangeLog desktop-file-utils-0.19.ebuild
@ 2012-03-18 15:31 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2012-03-18 15:31 UTC (permalink / raw
  To: gentoo-commits

armin76     12/03/18 15:31:46

  Modified:             ChangeLog desktop-file-utils-0.19.ebuild
  Log:
  alpha/ia64/s390/sh/sparc stable wrt #402147
  
  (Portage version: 2.1.10.49/cvs/Linux ia64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	6 Mar 2012 08:45:59 -0000	1.114
+++ ChangeLog	18 Mar 2012 15:31:46 -0000	1.115
@@ -1,6 +1,10 @@
 # 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.114 2012/03/06 08:45:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.115 2012/03/18 15:31:46 armin76 Exp $
+
+  18 Mar 2012; Raúl Porcel <armin76@gentoo.org>
+  desktop-file-utils-0.19.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #402147
 
 *desktop-file-utils-0.20 (06 Mar 2012)
 



1.5                  dev-util/desktop-file-utils/desktop-file-utils-0.19.ebuild

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

Index: desktop-file-utils-0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.19.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- desktop-file-utils-0.19.ebuild	13 Feb 2012 22:36:24 -0000	1.4
+++ desktop-file-utils-0.19.ebuild	18 Mar 2012 15:31:46 -0000	1.5
@@ -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.19.ebuild,v 1.4 2012/02/13 22:36:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.19.ebuild,v 1.5 2012/03/18 15:31:46 armin76 Exp $
 
 EAPI=4
 inherit elisp-common
@@ -11,7 +11,7 @@
 
 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"
+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






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/desktop-file-utils: ChangeLog desktop-file-utils-0.19.ebuild
@ 2012-06-19 11:11 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-06-19 11:11 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/06/19 11:11:05

  Modified:             ChangeLog
  Removed:              desktop-file-utils-0.19.ebuild
  Log:
  old
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog	28 May 2012 16:35:50 -0000	1.126
+++ ChangeLog	19 Jun 2012 11:11:05 -0000	1.127
@@ -1,6 +1,10 @@
 # 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.126 2012/05/28 16:35:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.127 2012/06/19 11:11:05 ssuominen Exp $
+
+  19 Jun 2012; Samuli Suominen <ssuominen@gentoo.org>
+  -desktop-file-utils-0.19.ebuild:
+  old
 
   28 May 2012; Raúl Porcel <armin76@gentoo.org>
   desktop-file-utils-0.20-r1.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-06-19 11:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-13 22:36 [gentoo-commits] gentoo-x86 commit in dev-util/desktop-file-utils: ChangeLog desktop-file-utils-0.19.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-19 11:11 Samuli Suominen (ssuominen)
2012-03-18 15:31 Raul Porcel (armin76)
2012-02-08  1:52 Jeroen Roovers (jer)
2012-02-04 13:15 Samuli Suominen (ssuominen)
2011-12-20 17:36 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