public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/traydevice: traydevice-1.6.2-r1.ebuild ChangeLog
@ 2013-05-11 22:18 Mike Gilbert (floppym)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Gilbert (floppym) @ 2013-05-11 22:18 UTC (permalink / raw
  To: gentoo-commits

floppym     13/05/11 22:18:31

  Modified:             ChangeLog
  Added:                traydevice-1.6.2-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.10                 sys-fs/traydevice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	11 May 2013 21:44:49 -0000	1.9
+++ ChangeLog	11 May 2013 22:18:31 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/traydevice
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v 1.9 2013/05/11 21:44:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v 1.10 2013/05/11 22:18:31 floppym Exp $
+
+*traydevice-1.6.2-r1 (11 May 2013)
+
+  11 May 2013; Mike Gilbert <floppym@gentoo.org> +traydevice-1.6.2-r1.ebuild:
+  Convert to distutils-r1.
 
   11 May 2013; Mike Gilbert <floppym@gentoo.org> traydevice-1.6.2.ebuild:
   Restrict python2.5.



1.1                  sys-fs/traydevice/traydevice-1.6.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: traydevice-1.6.2-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild,v 1.1 2013/05/11 22:18:31 floppym Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit distutils-r1

DESCRIPTION="A little desktop application displaying systray icon for UDisks"
HOMEPAGE="http://savannah.nongnu.org/projects/traydevice/"
SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]
	dev-python/lxml[${PYTHON_USEDEP}]
	dev-python/pyxdg[${PYTHON_USEDEP}]
	sys-fs/udisks:2"
DEPEND="app-text/docbook2X"

src_compile() {
	return 0
}

python_install() {
	distutils-r1_python_install \
		--prefix=/usr \
		--install-data=/usr/share/${PN} \
		--install-man=/usr/share/man \
		--docbook2man=docbook2man.pl
}





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/traydevice: traydevice-1.6.2-r1.ebuild ChangeLog
@ 2013-06-25 11:42 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 11:42 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/25 11:42:50

  Modified:             traydevice-1.6.2-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #474310
  
  (Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  sys-fs/traydevice/traydevice-1.6.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild?r1=1.3&r2=1.4

Index: traydevice-1.6.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- traydevice-1.6.2-r1.ebuild	11 May 2013 22:30:19 -0000	1.3
+++ traydevice-1.6.2-r1.ebuild	25 Jun 2013 11:42:49 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild,v 1.3 2013/05/11 22:30:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild,v 1.4 2013/06/25 11:42:49 ago Exp $
 
 EAPI=5
 DISTUTILS_SINGLE_IMPL=1
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]



1.13                 sys-fs/traydevice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	11 May 2013 22:30:19 -0000	1.12
+++ ChangeLog	25 Jun 2013 11:42:50 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/traydevice
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v 1.12 2013/05/11 22:30:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v 1.13 2013/06/25 11:42:50 ago Exp $
+
+  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> traydevice-1.6.2-r1.ebuild:
+  Stable for x86, wrt bug #474310
 
   11 May 2013; Samuli Suominen <ssuominen@gentoo.org>
   traydevice-1.6.2-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/traydevice: traydevice-1.6.2-r1.ebuild ChangeLog
@ 2013-06-25 12:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 12:54 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/25 12:54:08

  Modified:             traydevice-1.6.2-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #474310
  
  (Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  sys-fs/traydevice/traydevice-1.6.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild?r1=1.4&r2=1.5

Index: traydevice-1.6.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- traydevice-1.6.2-r1.ebuild	25 Jun 2013 11:42:49 -0000	1.4
+++ traydevice-1.6.2-r1.ebuild	25 Jun 2013 12:54:08 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild,v 1.4 2013/06/25 11:42:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild,v 1.5 2013/06/25 12:54:08 ago Exp $
 
 EAPI=5
 DISTUTILS_SINGLE_IMPL=1
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]



1.14                 sys-fs/traydevice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	25 Jun 2013 11:42:50 -0000	1.13
+++ ChangeLog	25 Jun 2013 12:54:08 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/traydevice
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v 1.13 2013/06/25 11:42:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v 1.14 2013/06/25 12:54:08 ago Exp $
+
+  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> traydevice-1.6.2-r1.ebuild:
+  Stable for amd64, wrt bug #474310
 
   25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> traydevice-1.6.2-r1.ebuild:
   Stable for x86, wrt bug #474310





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/traydevice: traydevice-1.6.2-r1.ebuild ChangeLog
@ 2015-04-08 18:27 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 18:27 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 18:27:24

  Modified:             traydevice-1.6.2-r1.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.6                  sys-fs/traydevice/traydevice-1.6.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild?r1=1.5&r2=1.6

Index: traydevice-1.6.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- traydevice-1.6.2-r1.ebuild	25 Jun 2013 12:54:08 -0000	1.5
+++ traydevice-1.6.2-r1.ebuild	8 Apr 2015 18:27:24 -0000	1.6
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild,v 1.5 2013/06/25 12:54:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild,v 1.6 2015/04/08 18:27:24 mgorny Exp $
 
 EAPI=5
 DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="A little desktop application displaying systray icon for UDisks"



1.15                 sys-fs/traydevice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	25 Jun 2013 12:54:08 -0000	1.14
+++ ChangeLog	8 Apr 2015 18:27:24 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/traydevice
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v 1.14 2013/06/25 12:54:08 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v 1.15 2015/04/08 18:27:24 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> traydevice-1.6.2-r1.ebuild:
+  Drop old Python implementations
 
   25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> traydevice-1.6.2-r1.ebuild:
   Stable for amd64, wrt bug #474310





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

end of thread, other threads:[~2015-04-08 18:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-25 11:42 [gentoo-commits] gentoo-x86 commit in sys-fs/traydevice: traydevice-1.6.2-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08 18:27 Michal Gorny (mgorny)
2013-06-25 12:54 Agostino Sarubbo (ago)
2013-05-11 22:18 Mike Gilbert (floppym)

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