* [gentoo-commits] gentoo-x86 commit in dev-python/pysvg: ChangeLog pysvg-0.1.6.ebuild
@ 2009-07-18 21:47 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-07-18 21:47 UTC (permalink / raw
To: gentoo-commits
arfrever 09/07/18 21:47:43
Modified: ChangeLog
Added: pysvg-0.1.6.ebuild
Log:
Version bump.
(Portage version: 13833-svn/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/pysvg/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysvg/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysvg/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysvg/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysvg/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 3 Feb 2009 22:06:12 -0000 1.1
+++ ChangeLog 18 Jul 2009 21:47:42 -0000 1.2
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pysvg
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvg/ChangeLog,v 1.1 2009/02/03 22:06:12 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvg/ChangeLog,v 1.2 2009/07/18 21:47:42 arfrever Exp $
+
+*pysvg-0.1.6 (18 Jul 2009)
+
+ 18 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +pysvg-0.1.6.ebuild:
+ Version bump.
*pysvg-0.1.5 (03 Feb 2009)
1.1 dev-python/pysvg/pysvg-0.1.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysvg/pysvg-0.1.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysvg/pysvg-0.1.6.ebuild?rev=1.1&content-type=text/plain
Index: pysvg-0.1.6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvg/pysvg-0.1.6.ebuild,v 1.1 2009/07/18 21:47:42 arfrever Exp $
EAPI="2"
inherit distutils
DESCRIPTION="Python SVG document creation library"
HOMEPAGE="http://codeboje.de/pysvg/"
SRC_URI="http://www.codeboje.de/downloads/${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND=""
S="${WORKDIR}/pySVG/src"
pkg_postinst() {
ewarn "If you want to use pysvg to make a profit or in a corporate environment,"
ewarn "then contact Kerim Mansour <kmansour@web.de>."
ebeep 6
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pysvg: ChangeLog pysvg-0.1.6.ebuild
@ 2010-08-23 12:47 Dirkjan Ochtman (djc)
0 siblings, 0 replies; 2+ messages in thread
From: Dirkjan Ochtman (djc) @ 2010-08-23 12:47 UTC (permalink / raw
To: gentoo-commits
djc 10/08/23 12:47:01
Modified: ChangeLog
Removed: pysvg-0.1.6.ebuild
Log:
Remove old version.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.7 dev-python/pysvg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysvg/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysvg/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysvg/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysvg/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 23 Aug 2010 12:44:58 -0000 1.6
+++ ChangeLog 23 Aug 2010 12:47:01 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pysvg
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvg/ChangeLog,v 1.6 2010/08/23 12:44:58 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvg/ChangeLog,v 1.7 2010/08/23 12:47:01 djc Exp $
+
+ 23 Aug 2010; Dirkjan Ochtman <djc@gentoo.org> -pysvg-0.1.6.ebuild:
+ Remove old version.
23 Aug 2010; Dirkjan Ochtman <djc@gentoo.org> pysvg-0.2.0.ebuild:
Update license per HOMEPAGE, see bug 258673.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-23 12:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-23 12:47 [gentoo-commits] gentoo-x86 commit in dev-python/pysvg: ChangeLog pysvg-0.1.6.ebuild Dirkjan Ochtman (djc)
-- strict thread matches above, loose matches on Subject: below --
2009-07-18 21:47 Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox