diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-02-13 08:53:54 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-02-13 08:53:54 +0000 |
commit | ec8087f3f6cd71c807b9120437c8de17c0b4dc78 (patch) | |
tree | 6745bccf41c65e304cf7c6e954445cffccddf716 /media-gfx/cptutils | |
parent | Version bump. (diff) | |
download | gentoo-2-ec8087f3f6cd71c807b9120437c8de17c0b4dc78.tar.gz gentoo-2-ec8087f3f6cd71c807b9120437c8de17c0b4dc78.tar.bz2 gentoo-2-ec8087f3f6cd71c807b9120437c8de17c0b4dc78.zip |
Remove old.
(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 | 7 | ||||
-rw-r--r-- | media-gfx/cptutils/cptutils-1.45.ebuild | 29 | ||||
-rw-r--r-- | media-gfx/cptutils/cptutils-1.46.ebuild | 26 | ||||
-rw-r--r-- | media-gfx/cptutils/cptutils-1.47.ebuild | 26 | ||||
-rw-r--r-- | media-gfx/cptutils/files/cptutils-1.45-as-needed.patch | 22 | ||||
-rw-r--r-- | media-gfx/cptutils/files/cptutils-1.45-tests.patch | 50 |
6 files changed, 6 insertions, 154 deletions
diff --git a/media-gfx/cptutils/ChangeLog b/media-gfx/cptutils/ChangeLog index 31ddc9b98ff0..04efbb103dbc 100644 --- a/media-gfx/cptutils/ChangeLog +++ b/media-gfx/cptutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/cptutils # 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 $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v 1.7 2014/02/13 08:53:54 radhermit Exp $ + + 13 Feb 2014; Tim Harder <radhermit@gentoo.org> -cptutils-1.45.ebuild, + -cptutils-1.46.ebuild, -cptutils-1.47.ebuild, + -files/cptutils-1.45-as-needed.patch, -files/cptutils-1.45-tests.patch: + Remove old. *cptutils-1.50 (13 Feb 2014) diff --git a/media-gfx/cptutils/cptutils-1.45.ebuild b/media-gfx/cptutils/cptutils-1.45.ebuild deleted file mode 100644 index 41d8ff93c56f..000000000000 --- a/media-gfx/cptutils/cptutils-1.45.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.45.ebuild,v 1.1 2012/09/03 01:02:21 radhermit Exp $ - -EAPI=4 - -inherit python eutils - -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() { - epatch "${FILESDIR}"/${P}-as-needed.patch - epatch "${FILESDIR}"/${P}-tests.patch - - python_convert_shebangs 2 src/gradient-convert/gradient-convert.py -} diff --git a/media-gfx/cptutils/cptutils-1.46.ebuild b/media-gfx/cptutils/cptutils-1.46.ebuild deleted file mode 100644 index ecf6319cf9a8..000000000000 --- a/media-gfx/cptutils/cptutils-1.46.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 -} diff --git a/media-gfx/cptutils/cptutils-1.47.ebuild b/media-gfx/cptutils/cptutils-1.47.ebuild deleted file mode 100644 index 519381e1df12..000000000000 --- a/media-gfx/cptutils/cptutils-1.47.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.47.ebuild,v 1.2 2013/09/05 18:54:13 mgorny 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 -} diff --git a/media-gfx/cptutils/files/cptutils-1.45-as-needed.patch b/media-gfx/cptutils/files/cptutils-1.45-as-needed.patch deleted file mode 100644 index 984339dbf35a..000000000000 --- a/media-gfx/cptutils/files/cptutils-1.45-as-needed.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- cptutils-1.45/src/Common.mk.in -+++ cptutils-1.45/src/Common.mk.in -@@ -7,7 +7,7 @@ - CC = @CC@ - CFLAGS += @CFLAGS@ @DEFS@ - LDFLAGS += --LDLIBS += @LIBS@ -+LIBS += @LIBS@ - - PYTHON = @PYTHON@ - ---- cptutils-1.45/src/Progs.mk -+++ cptutils-1.45/src/Progs.mk -@@ -6,7 +6,7 @@ - CFLAGS += -I../common/ - LDFLAGS += -L../common/ - LDLIBS += -lcpt -lggr -lpsp -lsvg -lgpt -lpov -lodb \ -- -lcss3 -lsao -lident -lfill -+ -lcss3 -lsao -lident -lfill $(LIBS) - - TESTD = ../t - diff --git a/media-gfx/cptutils/files/cptutils-1.45-tests.patch b/media-gfx/cptutils/files/cptutils-1.45-tests.patch deleted file mode 100644 index 085c85b9e55a..000000000000 --- a/media-gfx/cptutils/files/cptutils-1.45-tests.patch +++ /dev/null @@ -1,50 +0,0 @@ ---- cptutils-1.45/src/cptcss/Makefile -+++ cptutils-1.45/src/cptcss/Makefile -@@ -26,7 +26,7 @@ - - # for testing - --CPT = /usr/share/gmt/cpt/GMT_haxby.cpt -+CPT = $(TESTD)/cpt/GMT_haxby.cpt - - test check : cptcss - ./cptcss -f "level-%.2i" -v $(CPT) ---- cptutils-1.45/src/t/cpt/GMT_haxby.cpt -+++ cptutils-1.45/src/t/cpt/GMT_haxby.cpt -@@ -0,0 +1,36 @@ -+# $Id: cptutils-1.45-tests.patch,v 1.1 2012/09/03 01:02:22 radhermit Exp $ -+# -+# The colortable popularized by Bill Haxby, LDEO -+# COLOR_MODEL = RGB -+0 10 0 121 1 10 0 121 -+1 40 0 150 2 40 0 150 -+2 20 5 175 3 20 5 175 -+3 0 10 200 4 0 10 200 -+4 0 25 212 5 0 25 212 -+5 0 40 224 6 0 40 224 -+6 26 102 240 7 26 102 240 -+7 13 129 248 8 13 129 248 -+8 25 175 255 9 25 175 255 -+9 50 190 255 10 50 190 255 -+10 68 202 255 11 68 202 255 -+11 97 225 240 12 97 225 240 -+12 106 235 225 13 106 235 225 -+13 124 235 200 14 124 235 200 -+14 138 236 174 15 138 236 174 -+15 172 245 168 16 172 245 168 -+16 205 255 162 17 205 255 162 -+17 223 245 141 18 223 245 141 -+18 240 236 121 19 240 236 121 -+19 247 215 104 20 247 215 104 -+20 255 189 87 21 255 189 87 -+21 255 160 69 22 255 160 69 -+22 244 117 75 23 244 117 75 -+23 238 80 78 24 238 80 78 -+24 255 90 90 25 255 90 90 -+25 255 124 124 26 255 124 124 -+26 255 158 158 27 255 158 158 -+27 245 179 174 28 245 179 174 -+28 255 196 196 29 255 196 196 -+29 255 215 215 30 255 215 215 -+30 255 235 235 31 255 235 235 -+31 255 255 255 32 255 255 255 |