diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-10 14:20:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-10 14:20:36 +0000 |
commit | 9d7b1fd3f486d00d8989a816f66ea079737f1050 (patch) | |
tree | 754b03b573d8d9c3e46152a4cf136c476d0b5cc5 /media-gfx/uniconvertor | |
parent | Initial commit wrt #199280, thanks to Tomáš Chvátal for ebuild. (diff) | |
download | gentoo-2-9d7b1fd3f486d00d8989a816f66ea079737f1050.tar.gz gentoo-2-9d7b1fd3f486d00d8989a816f66ea079737f1050.tar.bz2 gentoo-2-9d7b1fd3f486d00d8989a816f66ea079737f1050.zip |
Should learn to commit latest version.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/uniconvertor')
-rw-r--r-- | media-gfx/uniconvertor/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/uniconvertor/uniconvertor-1.1.4.ebuild (renamed from media-gfx/uniconvertor/uniconvertor-1.1.0.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/media-gfx/uniconvertor/ChangeLog b/media-gfx/uniconvertor/ChangeLog index 1bc86c1db3b6..18466d1e3829 100644 --- a/media-gfx/uniconvertor/ChangeLog +++ b/media-gfx/uniconvertor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/uniconvertor # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.1 2010/01/10 14:17:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.2 2010/01/10 14:20:36 ssuominen Exp $ + +*uniconvertor-1.1.4 (10 Jan 2010) + + 10 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> + +uniconvertor-1.1.4.ebuild: + Version bump. *uniconvertor-1.1.0 (10 Jan 2010) diff --git a/media-gfx/uniconvertor/uniconvertor-1.1.0.ebuild b/media-gfx/uniconvertor/uniconvertor-1.1.4.ebuild index 4b0c50d87194..98743163dfd2 100644 --- a/media-gfx/uniconvertor/uniconvertor-1.1.0.ebuild +++ b/media-gfx/uniconvertor/uniconvertor-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.0.ebuild,v 1.1 2010/01/10 14:17:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.4.ebuild,v 1.1 2010/01/10 14:20:36 ssuominen Exp $ EAPI=2 inherit distutils @@ -26,7 +26,7 @@ src_prepare() { sed -i \ -e "s/'GNU_GPL_v2', 'GNU_LGPL_v2', 'COPYRIGHTS',//" \ setup.py || die - + distutils_src_prepare } |