diff options
author | 2014-02-13 08:53:16 +0000 | |
---|---|---|
committer | 2014-02-13 08:53:16 +0000 | |
commit | 36ffa833f0a2fbaf52f0c3bd86af0c673125c3c2 (patch) | |
tree | e2a81c1ba2662364c1e7298f5f9224fc777229e5 /media-gfx/cptutils | |
parent | Version bump. (diff) | |
download | gentoo-2-36ffa833f0a2fbaf52f0c3bd86af0c673125c3c2.tar.gz gentoo-2-36ffa833f0a2fbaf52f0c3bd86af0c673125c3c2.tar.bz2 gentoo-2-36ffa833f0a2fbaf52f0c3bd86af0c673125c3c2.zip |
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-gfx/cptutils')
-rw-r--r-- | media-gfx/cptutils/ChangeLog | 9 | ||||
-rw-r--r-- | media-gfx/cptutils/cptutils-1.50.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/media-gfx/cptutils/ChangeLog b/media-gfx/cptutils/ChangeLog index 69227ae76d9c..31ddc9b98ff0 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.5 2013/11/03 21:54:23 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v 1.6 2014/02/13 08:53:16 radhermit Exp $ + +*cptutils-1.50 (13 Feb 2014) + + 13 Feb 2014; Tim Harder <radhermit@gentoo.org> +cptutils-1.50.ebuild: + Version bump. *cptutils-1.48 (03 Nov 2013) diff --git a/media-gfx/cptutils/cptutils-1.50.ebuild b/media-gfx/cptutils/cptutils-1.50.ebuild new file mode 100644 index 000000000000..25c32b09c451 --- /dev/null +++ b/media-gfx/cptutils/cptutils-1.50.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/cptutils-1.50.ebuild,v 1.1 2014/02/13 08:53:16 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 +} |