diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-12-15 03:08:00 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-12-15 03:08:00 +0000 |
commit | 59526c8b5d023318b376910dd5bbda910427fd0e (patch) | |
tree | 8144e0dfb8ca4fcde04f0996fa34439167540e5d /media-gfx/cptutils | |
parent | Version bump (diff) | |
download | gentoo-2-59526c8b5d023318b376910dd5bbda910427fd0e.tar.gz gentoo-2-59526c8b5d023318b376910dd5bbda910427fd0e.tar.bz2 gentoo-2-59526c8b5d023318b376910dd5bbda910427fd0e.zip |
Version bump.
(Portage version: 2.2.0_alpha148/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.46.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/media-gfx/cptutils/ChangeLog b/media-gfx/cptutils/ChangeLog index 5314edb6fbc1..83527e02fcad 100644 --- a/media-gfx/cptutils/ChangeLog +++ b/media-gfx/cptutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/cptutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v 1.1 2012/09/03 01:02:21 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v 1.2 2012/12/15 03:08:00 radhermit Exp $ + +*cptutils-1.46 (15 Dec 2012) + + 15 Dec 2012; Tim Harder <radhermit@gentoo.org> +cptutils-1.46.ebuild: + Version bump. *cptutils-1.45 (03 Sep 2012) diff --git a/media-gfx/cptutils/cptutils-1.46.ebuild b/media-gfx/cptutils/cptutils-1.46.ebuild new file mode 100644 index 000000000000..ecf6319cf9a8 --- /dev/null +++ b/media-gfx/cptutils/cptutils-1.46.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/cptutils-1.46.ebuild,v 1.1 2012/12/15 03:08:00 radhermit Exp $ + +EAPI=5 + +inherit python + +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" +IUSE="" + +CDEPEND="dev-libs/libxml2:2 + media-libs/libpng" +RDEPEND="${CDEPEND} + =dev-lang/python-2*" +DEPEND="${CDEPEND}" + +src_prepare() { + python_convert_shebangs 2 src/gradient-convert/gradient-convert.py +} |