public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/send2trash: metadata.xml send2trash-1.2.0.ebuild send2trash-1.3.0.ebuild ChangeLog
@ 2015-04-17 13:03 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-04-17 13:03 UTC (permalink / raw
  To: gentoo-commits

jlec        15/04/17 13:03:38

  Modified:             metadata.xml send2trash-1.2.0.ebuild ChangeLog
  Added:                send2trash-1.3.0.ebuild
  Log:
  Version Bump, bug #543198
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  dev-python/send2trash/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/send2trash/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/send2trash/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/send2trash/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/send2trash/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	15 Jun 2013 04:19:08 -0000	1.1
+++ metadata.xml	17 Apr 2015 13:03:38 -0000	1.2
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-        <herd>python</herd>
+  <herd>python</herd>
 </pkgmetadata>



1.6                  dev-python/send2trash/send2trash-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/send2trash/send2trash-1.2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/send2trash/send2trash-1.2.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/send2trash/send2trash-1.2.0.ebuild?r1=1.5&r2=1.6

Index: send2trash-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/send2trash/send2trash-1.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- send2trash-1.2.0.ebuild	8 Apr 2015 08:05:23 -0000	1.5
+++ send2trash-1.2.0.ebuild	17 Apr 2015 13:03:38 -0000	1.6
@@ -1,21 +1,23 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/send2trash/send2trash-1.2.0.ebuild,v 1.5 2015/04/08 08:05:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/send2trash/send2trash-1.2.0.ebuild,v 1.6 2015/04/17 13:03:38 jlec Exp $
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1
 
 MY_PN="Send2Trash"
+
 DESCRIPTION="Sends files to the Trash (or Recycle Bin)"
-HOMEPAGE="http://hg.hardcoded.net/send2trash//"
+HOMEPAGE="http://hg.hardcoded.net/send2trash/"
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
 
+SLOT="0"
+LICENSE="BSD"
 KEYWORDS="amd64 x86"
 IUSE="doc"
-LICENSE="BSD"
-SLOT="0"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



1.6                  dev-python/send2trash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/send2trash/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/send2trash/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/send2trash/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/send2trash/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	8 Apr 2015 08:05:23 -0000	1.5
+++ ChangeLog	17 Apr 2015 13:03:38 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/send2trash
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/send2trash/ChangeLog,v 1.5 2015/04/08 08:05:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/send2trash/ChangeLog,v 1.6 2015/04/17 13:03:38 jlec Exp $
+
+*send2trash-1.3.0 (17 Apr 2015)
+
+  17 Apr 2015; Justin Lecher <jlec@gentoo.org> +send2trash-1.3.0.ebuild,
+  metadata.xml, send2trash-1.2.0.ebuild:
+  Version Bump, bug #543198
 
   08 Apr 2015; Michał Górny <mgorny@gentoo.org> send2trash-1.2.0.ebuild:
   Drop old Python implementations



1.1                  dev-python/send2trash/send2trash-1.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/send2trash/send2trash-1.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/send2trash/send2trash-1.3.0.ebuild?rev=1.1&content-type=text/plain

Index: send2trash-1.3.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/send2trash/send2trash-1.3.0.ebuild,v 1.1 2015/04/17 13:03:38 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )

inherit distutils-r1

MY_PN="Send2Trash"

DESCRIPTION="Sends files to the Trash (or Recycle Bin)"
HOMEPAGE="http://hg.hardcoded.net/send2trash https://pypi.python.org/pypi/Send2Trash https://github.com/hsoft/send2trash"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"

SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

RDEPEND=""
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]"

S="${WORKDIR}"/${MY_PN}-${PV}





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

only message in thread, other threads:[~2015-04-17 13:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-17 13:03 [gentoo-commits] gentoo-x86 commit in dev-python/send2trash: metadata.xml send2trash-1.2.0.ebuild send2trash-1.3.0.ebuild ChangeLog Justin Lecher (jlec)

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