public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/cptutils/files/, media-gfx/cptutils/
Date: Sun, 10 Nov 2019 21:19:33 +0000 (UTC)	[thread overview]
Message-ID: <1573420746.d0cdc4e41a97700406541bf5b4908b3ad7b92a03.radhermit@gentoo> (raw)

commit:     d0cdc4e41a97700406541bf5b4908b3ad7b92a03
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 21:17:15 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 21:19:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cdc4e4

media-gfx/cptutils: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 media-gfx/cptutils/Manifest                        |  2 --
 media-gfx/cptutils/cptutils-1.68.ebuild            | 42 ----------------------
 media-gfx/cptutils/cptutils-1.71.ebuild            | 41 ---------------------
 .../files/cptutils-1.68-parallel-make.patch        | 30 ----------------
 4 files changed, 115 deletions(-)

diff --git a/media-gfx/cptutils/Manifest b/media-gfx/cptutils/Manifest
index 284f46480d9..c2ed9072692 100644
--- a/media-gfx/cptutils/Manifest
+++ b/media-gfx/cptutils/Manifest
@@ -1,3 +1 @@
-DIST cptutils-1.68.tar.gz 623381 BLAKE2B 403d8ab3878c14b278d0e006fdd3f3f7223ae106c4b95fa10cebc9ffceb5a3164771a452996038d06e714b07dbeaafde33954f1428d20817fd02a991dcec3121 SHA512 e618ea4463a026c56c95e8e4a9bfb0f5d47825568e7f64885bcf3872d4411af4e1ff480f192c61d9d8c946a46100d148c849fd3768f3acd54b070aacdd8dc1cc
-DIST cptutils-1.71.tar.gz 626215 BLAKE2B 88d0166616d00df13011e8cea88d0cbe183e512f94ca2540ef135e8f77535087694f9aafe43b0e10307e513ba3c305881314bbd0890a3f9fd3f5b22da152a1a0 SHA512 65214a50f3741cc89ac4d3d92973f307c3030926e496a5cecf26dd7457d683296daf44ed0df7b1ddf96c657cebe7087193e410c109f6a6dd2fb6ae987158e778
 DIST cptutils-1.72.tar.gz 629672 BLAKE2B b7acd86962830b49982e53df28fb11595445fa203ff6b852666e87c88cf211726157cbe8fd83e4d79d287b294cf05ec91f1b4d9f6894fb2f60fe7a26f8e85e6a SHA512 521aacb52a181b8e108356b294d2ee6e5068fc6e2d93a37783be1e99ca1e9209e016ea5eb3e2205b8c3d94661197adb314abe1e494e2ce6ca1b07d6517492bbc

diff --git a/media-gfx/cptutils/cptutils-1.68.ebuild b/media-gfx/cptutils/cptutils-1.68.ebuild
deleted file mode 100644
index 023f25c568e..00000000000
--- a/media-gfx/cptutils/cptutils-1.68.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_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/"
-SRC_URI="http://soliton.vm.bytemark.co.uk/pub/jjg/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-CDEPEND="dev-libs/libxml2:2
-	media-libs/libpng:0="
-RDEPEND="${CDEPEND}
-	${PYTHON_DEPS}"
-DEPEND="${CDEPEND}
-	test? (
-		app-text/xmlstarlet
-		>=dev-util/cunit-2.1_p3
-	)"
-
-PATCHES=( "${FILESDIR}"/${P}-parallel-make.patch )
-
-src_prepare() {
-	default
-	python_fix_shebang src/gradient-convert/gradient-convert.py
-}
-
-src_configure() {
-	econf $(use_enable test tests)
-}
-
-src_test() {
-	emake unit
-}

diff --git a/media-gfx/cptutils/cptutils-1.71.ebuild b/media-gfx/cptutils/cptutils-1.71.ebuild
deleted file mode 100644
index 9ad0b07f6f4..00000000000
--- a/media-gfx/cptutils/cptutils-1.71.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_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/"
-SRC_URI="http://soliton.vm.bytemark.co.uk/pub/jjg/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-CDEPEND="dev-libs/libxml2:2
-	media-libs/libpng:0="
-RDEPEND="${CDEPEND}
-	${PYTHON_DEPS}"
-DEPEND="${CDEPEND}
-	test? (
-		app-text/xml2
-		app-text/xmlstarlet
-		>=dev-util/cunit-2.1_p3
-	)"
-
-src_prepare() {
-	default
-	python_fix_shebang src/gradient-convert/gradient-convert.py
-}
-
-src_configure() {
-	econf $(use_enable test tests)
-}
-
-src_test() {
-	emake unit
-}

diff --git a/media-gfx/cptutils/files/cptutils-1.68-parallel-make.patch b/media-gfx/cptutils/files/cptutils-1.68-parallel-make.patch
deleted file mode 100644
index 14bf506314e..00000000000
--- a/media-gfx/cptutils/files/cptutils-1.68-parallel-make.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- cptutils-1.68/Makefile.in
-+++ cptutils-1.68/Makefile.in
-@@ -8,23 +8,22 @@
- RUBBISH   = *~
- CONFFILES = config.cache config.log config.status configure Makefile
- DIST      = cptutils-$(VERSION)
--MAKE_SRC  = $(MAKE) -C src
- 
- # targets
- 
- default : all
- 
- all :
--	$(MAKE_SRC) all
-+	$(MAKE) -C src all
- 
- install :
--	$(MAKE_SRC) install
-+	$(MAKE) -C src install
- 
- test check :
--	$(MAKE_SRC) --quiet test
-+	$(MAKE) -C src --quiet test
- 
- unit :
--	$(MAKE_SRC) --quiet unit
-+	$(MAKE) -C src --quiet unit
- 
- clean :
- 	$(RM) $(RUBBISH)


             reply	other threads:[~2019-11-10 21:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-10 21:19 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-31 12:02 [gentoo-commits] repo/gentoo:master commit in: media-gfx/cptutils/files/, media-gfx/cptutils/ Tim Harder
2017-04-26  0:19 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1573420746.d0cdc4e41a97700406541bf5b4908b3ad7b92a03.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox