diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-11-03 21:54:23 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-11-03 21:54:23 +0000 |
commit | fe4a5568094d3e6f06d07bab6e7c7b555c04a18a (patch) | |
tree | 5b64a8cbafac16f6ff83f04ada62b6f3807439f4 /media-gfx/cptutils | |
parent | alpha stable, bug 480306. (diff) | |
download | gentoo-2-fe4a5568094d3e6f06d07bab6e7c7b555c04a18a.tar.gz gentoo-2-fe4a5568094d3e6f06d07bab6e7c7b555c04a18a.tar.bz2 gentoo-2-fe4a5568094d3e6f06d07bab6e7c7b555c04a18a.zip |
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-gfx/cptutils')
-rw-r--r-- | media-gfx/cptutils/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/cptutils/cptutils-1.48.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/media-gfx/cptutils/ChangeLog b/media-gfx/cptutils/ChangeLog index cb86b751c312..69227ae76d9c 100644 --- a/media-gfx/cptutils/ChangeLog +++ b/media-gfx/cptutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/cptutils # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v 1.4 2013/09/05 18:54:13 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v 1.5 2013/11/03 21:54:23 radhermit Exp $ + +*cptutils-1.48 (03 Nov 2013) + + 03 Nov 2013; Tim Harder <radhermit@gentoo.org> +cptutils-1.48.ebuild: + Version bump. 05 Sep 2013; Michał Górny <mgorny@gentoo.org> cptutils-1.47.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/media-gfx/cptutils/cptutils-1.48.ebuild b/media-gfx/cptutils/cptutils-1.48.ebuild new file mode 100644 index 000000000000..f1d414326d65 --- /dev/null +++ b/media-gfx/cptutils/cptutils-1.48.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/cptutils-1.48.ebuild,v 1.1 2013/11/03 21:54:23 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_{6,7} ) + +inherit python-single-r1 + +DESCRIPTION="A number of utilities for the manipulation of color gradient files" +HOMEPAGE="http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/cptutils.html" +SRC_URI="http://soliton.vm.bytemark.co.uk/pub/jjg/code/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +CDEPEND="dev-libs/libxml2:2 + media-libs/libpng:0=" +RDEPEND="${CDEPEND} + ${PYTHON_DEPS}" +DEPEND="${CDEPEND}" + +src_prepare() { + python_fix_shebang src/gradient-convert/gradient-convert.py +} |