* [gentoo-commits] gentoo-x86 commit in dev-python/stomper: stomper-0.2.7.ebuild ChangeLog
@ 2013-06-25 7:42 Patrick Lauer (patrick)
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2013-06-25 7:42 UTC (permalink / raw
To: gentoo-commits
patrick 13/06/25 07:42:11
Modified: ChangeLog
Added: stomper-0.2.7.ebuild
Log:
Bump
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.19 dev-python/stomper/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stomper/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stomper/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stomper/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 19 Jun 2013 08:23:37 -0000 1.18
+++ ChangeLog 25 Jun 2013 07:42:11 -0000 1.19
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/stomper
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.18 2013/06/19 08:23:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.19 2013/06/25 07:42:11 patrick Exp $
+
+*stomper-0.2.7 (25 Jun 2013)
+
+ 25 Jun 2013; Patrick Lauer <patrick@gentoo.org> +stomper-0.2.7.ebuild:
+ Bump
*stomper-0.2.6 (19 Jun 2013)
1.1 dev-python/stomper/stomper-0.2.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stomper/stomper-0.2.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stomper/stomper-0.2.7.ebuild?rev=1.1&content-type=text/plain
Index: stomper-0.2.7.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.7.ebuild,v 1.1 2013/06/25 07:42:11 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
# uuid module required.
RESTRICT_PYTHON_ABIS="2.4 3.*"
DISTUTILS_SRC_TEST="setup.py"
inherit distutils
DESCRIPTION="Transport neutral client implementation of the STOMP protocol"
HOMEPAGE="http://pypi.python.org/pypi/stomper"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="examples"
DEPEND="dev-python/setuptools"
RDEPEND=""
src_install() {
distutils_src_install
delete_examples_and_tests() {
rm -fr "${ED}$(python_get_sitedir)/${PN}/"{examples,tests}
}
python_execute_function -q delete_examples_and_tests
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins lib/stomper/examples/* || die "Installation of examples failed"
fi
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/stomper: stomper-0.2.7.ebuild ChangeLog
@ 2014-03-03 23:48 Pacho Ramos (pacho)
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-03 23:48 UTC (permalink / raw
To: gentoo-commits
pacho 14/03/03 23:48:05
Modified: stomper-0.2.7.ebuild ChangeLog
Log:
amd64 stable, bug #495642
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.3 dev-python/stomper/stomper-0.2.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stomper/stomper-0.2.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stomper/stomper-0.2.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stomper/stomper-0.2.7.ebuild?r1=1.2&r2=1.3
Index: stomper-0.2.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stomper-0.2.7.ebuild 24 Feb 2014 00:36:59 -0000 1.2
+++ stomper-0.2.7.ebuild 3 Mar 2014 23:48:05 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.7.ebuild,v 1.2 2014/02/24 00:36:59 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.7.ebuild,v 1.3 2014/03/03 23:48:05 pacho Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -17,7 +17,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
IUSE="examples"
DEPEND="dev-python/setuptools"
1.21 dev-python/stomper/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stomper/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stomper/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stomper/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 24 Feb 2014 00:36:59 -0000 1.20
+++ ChangeLog 3 Mar 2014 23:48:05 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/stomper
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.20 2014/02/24 00:36:59 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.21 2014/03/03 23:48:05 pacho Exp $
+
+ 03 Mar 2014; Pacho Ramos <pacho@gentoo.org> stomper-0.2.7.ebuild:
+ amd64 stable, bug #495642
23 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> stomper-0.2.7.ebuild:
x86 stable wrt bug #495642
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-03 23:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-25 7:42 [gentoo-commits] gentoo-x86 commit in dev-python/stomper: stomper-0.2.7.ebuild ChangeLog Patrick Lauer (patrick)
-- strict thread matches above, loose matches on Subject: below --
2014-03-03 23:48 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox