public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/cairosvg/
Date: Fri, 22 Dec 2017 00:13:21 +0000 (UTC)	[thread overview]
Message-ID: <1513901588.7e65c0d5a20638053039a4d67c162af2567c8106.titanofold@gentoo> (raw)

commit:     7e65c0d5a20638053039a4d67c162af2567c8106
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 00:13:08 2017 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 00:13:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e65c0d5

media-gfx/cairosvg: Clean 1.0 and 1.0.7

Closes: https://bugs.gentoo.org/627968
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-gfx/cairosvg/Manifest              |  2 --
 media-gfx/cairosvg/cairosvg-1.0.7.ebuild | 30 ------------------------------
 media-gfx/cairosvg/cairosvg-1.0.ebuild   | 29 -----------------------------
 3 files changed, 61 deletions(-)

diff --git a/media-gfx/cairosvg/Manifest b/media-gfx/cairosvg/Manifest
index 9a7534d7e94..2e8b5c3667f 100644
--- a/media-gfx/cairosvg/Manifest
+++ b/media-gfx/cairosvg/Manifest
@@ -1,4 +1,2 @@
 DIST CairoSVG-1.0.22.tar.gz 30896 BLAKE2B b1a4950a67159663bbc72189e57ce36bf2506733b4ff63319178540d242aafd29eb7f5c3993119a5034d3eb77df1dfdd8fed9c53966df13510fe910cbcbb8c43 SHA512 5f4ea7b80947092620827e454182af7332082a8c84fddc035f75ed19c09b4a9027d6bfd5c96e5f388150833788a71ab8fb77a1ffdd963b8106f07b1908a0c8f6
-DIST CairoSVG-1.0.7.tar.gz 29648 BLAKE2B 266c0b28b6b36087565fa519743dbdba6709d76718b97c85b0545f4d277ee3ce3192f3bd83bd46af1128a1a599fbed1fc312e4536e881f4ac2a4e6ad584ccac5 SHA512 1b10657f1e53b486f624ec00e952c3d2ba2f28b2a5d6cb6f66eb6441e8c51190bd75315e7a537d37eadff5ce4e0a52d3f4ebd7b36d81b2e9fd804ac92f2d83db
-DIST CairoSVG-1.0.tar.gz 28573 BLAKE2B d69ffa0ba1639a2932d6fdfbb3460c12d78d3e1aad3c9ca57a7366624179962726808d0741a0ed463d15a7ff6fd847f46395a35570ead8aedef60200f19f05e6 SHA512 26046de33feb5d7cbd8438d5fdf7f0e86e4f252c21478b51e764d7bf7800c8392a11a42a87666af6e008ad1e09f0749b57d06c566101d2a3e630e151703a3bb9
 DIST CairoSVG-2.0.3.tar.gz 39371 BLAKE2B a04e3e3d311167cef84063fd3eabc4ffa7c206c5c6fc8016283874411c344c686c441a3149631eccb38b610bb86a2ec3c193eec869b8802ddba1dac92c612215 SHA512 b7ad7be9bd06059392f2004e7cd5c1df1667dbae78482c68d681990a8b3a4141a9c4b72aa4af5075a87ac6a1a4ddf8311d991512be98128b21b87d4355c1bd3d

diff --git a/media-gfx/cairosvg/cairosvg-1.0.7.ebuild b/media-gfx/cairosvg/cairosvg-1.0.7.ebuild
deleted file mode 100644
index 96d048fc8c4..00000000000
--- a/media-gfx/cairosvg/cairosvg-1.0.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-MY_PN="CairoSVG"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A simple cairo based SVG converter with support for PDF, PostScript and PNG formats"
-HOMEPAGE="http://cairosvg.org/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]
-	dev-python/pycairo[${PYTHON_USEDEP}]
-	dev-python/tinycss[${PYTHON_USEDEP}]
-	dev-python/cssselect[${PYTHON_USEDEP}]
-	dev-python/cairocffi[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( NEWS.rst README.rst TODO.rst )

diff --git a/media-gfx/cairosvg/cairosvg-1.0.ebuild b/media-gfx/cairosvg/cairosvg-1.0.ebuild
deleted file mode 100644
index 4445b53c81d..00000000000
--- a/media-gfx/cairosvg/cairosvg-1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="CairoSVG"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A simple cairo based SVG converter with support for PDF, PostScript and PNG formats"
-HOMEPAGE="http://cairosvg.org/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]
-	dev-python/pycairo[${PYTHON_USEDEP}]
-	dev-python/tinycss[${PYTHON_USEDEP}]
-	dev-python/cssselect[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( NEWS.rst README.rst TODO.rst )


             reply	other threads:[~2017-12-22  0:13 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-22  0:13 Aaron Swenson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-06 17:58 [gentoo-commits] repo/gentoo:master commit in: media-gfx/cairosvg/ Michał Górny
2023-11-24 16:26 Michał Górny
2023-11-02 12:58 Michał Górny
2023-11-01 20:37 Arthur Zamarin
2023-09-14  9:58 Andrew Ammerlaan
2023-08-05 14:53 Michał Górny
2023-05-15  4:10 Sam James
2023-05-15  4:10 Sam James
2023-05-13  7:15 Arthur Zamarin
2023-05-13  7:15 Arthur Zamarin
2023-03-22  6:23 Michał Górny
2023-03-21 21:48 Sam James
2023-03-21  5:43 Michał Górny
2023-03-19 19:00 Sam James
2023-01-13  7:09 Michał Górny
2022-07-29  4:17 Sam James
2022-03-14 10:32 Yixun Lan
2021-08-07 12:16 Michał Górny
2021-08-07 12:16 Michał Górny
2021-08-07 12:16 Michał Górny
2021-04-11 11:23 Michał Górny
2021-04-11 11:11 Sam James
2021-04-11 11:06 Sam James
2021-03-06 16:38 Michał Górny
2021-01-24 19:50 Michał Górny
2021-01-21  7:40 Agostino Sarubbo
2021-01-06 23:33 Michał Górny
2021-01-06 23:20 Michał Górny
2021-01-06 21:23 Michał Górny
2020-12-24 10:03 Agostino Sarubbo
2020-12-20 19:07 Thomas Deutschmann
2020-10-29 23:38 Michał Górny
2020-08-01 22:37 Michał Górny
2020-05-04  9:37 Michał Górny
2020-05-03 12:28 Agostino Sarubbo
2020-03-19 18:57 Michał Górny
2020-03-19 17:20 Michał Górny
2020-03-11  8:04 Michał Górny
2020-03-11  8:04 Michał Górny
2018-06-09 14:05 Aaron Bauman
2017-12-16 10:32 Tobias Klausmann
2017-11-08  7:08 Patrick Lauer
2017-10-15 21:43 Thomas Deutschmann
2017-07-07  9:36 Aaron Swenson
2016-05-07 12:22 Pacho Ramos

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=1513901588.7e65c0d5a20638053039a4d67c162af2567c8106.titanofold@gentoo \
    --to=titanofold@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