Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/cptutils: ChangeLog cptutils-1.51.ebuild
Date: Fri, 28 Feb 2014 11:16:31
Message-Id: 20140228111533.652FA2004C@flycatcher.gentoo.org
1 radhermit 14/02/28 11:15:33
2
3 Modified: ChangeLog
4 Added: cptutils-1.51.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.8 media-gfx/cptutils/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cptutils/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cptutils/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cptutils/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 13 Feb 2014 08:53:54 -0000 1.7
24 +++ ChangeLog 28 Feb 2014 11:15:33 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/cptutils
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v 1.7 2014/02/13 08:53:54 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v 1.8 2014/02/28 11:15:33 radhermit Exp $
30 +
31 +*cptutils-1.51 (28 Feb 2014)
32 +
33 + 28 Feb 2014; Tim Harder <radhermit@g.o> +cptutils-1.51.ebuild:
34 + Version bump.
35
36 13 Feb 2014; Tim Harder <radhermit@g.o> -cptutils-1.45.ebuild,
37 -cptutils-1.46.ebuild, -cptutils-1.47.ebuild,
38
39
40
41 1.1 media-gfx/cptutils/cptutils-1.51.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cptutils/cptutils-1.51.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cptutils/cptutils-1.51.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cptutils-1.51.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/cptutils-1.51.ebuild,v 1.1 2014/02/28 11:15:33 radhermit Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python2_{6,7} )
54
55 inherit python-single-r1
56
57 DESCRIPTION="A number of utilities for the manipulation of color gradient files"
58 HOMEPAGE="http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/cptutils.html"
59 SRC_URI="http://soliton.vm.bytemark.co.uk/pub/jjg/code/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64
65 CDEPEND="dev-libs/libxml2:2
66 media-libs/libpng:0="
67 RDEPEND="${CDEPEND}
68 ${PYTHON_DEPS}"
69 DEPEND="${CDEPEND}"
70
71 src_prepare() {
72 python_fix_shebang src/gradient-convert/gradient-convert.py
73 }