From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pdf2svg/
Date: Tue, 13 Mar 2018 12:51:53 +0000 (UTC) [thread overview]
Message-ID: <1520945491.6f234d89ca2290868b288691ed9549385e6c2f50.kensington@gentoo> (raw)
commit: 6f234d89ca2290868b288691ed9549385e6c2f50
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 11:45:27 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 12:51:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f234d89
media-gfx/pdf2svg: remove 0.2.1 and 0.2.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
media-gfx/pdf2svg/Manifest | 2 --
media-gfx/pdf2svg/pdf2svg-0.2.1.ebuild | 31 -------------------------------
media-gfx/pdf2svg/pdf2svg-0.2.2.ebuild | 28 ----------------------------
3 files changed, 61 deletions(-)
diff --git a/media-gfx/pdf2svg/Manifest b/media-gfx/pdf2svg/Manifest
index 2328a991a55..d6c7c05bb60 100644
--- a/media-gfx/pdf2svg/Manifest
+++ b/media-gfx/pdf2svg/Manifest
@@ -1,3 +1 @@
-DIST pdf2svg-0.2.1.tar.gz 77601 BLAKE2B deb112515f9c9062a24be1d129a5e74f2c574a8146739a843ad057275585411a7c861aaa026f51d48dc798c474d5a538c2f606400991751ae803e855fead2daa SHA512 17b54ed40f38982452206a9e7eb6fd309906904af10ef375d7e3894e7d8d8a351a5c47ef6553678db48373c5de878923fd46a66cc3e22a01034434fde9671793
-DIST pdf2svg-0.2.2.tar.gz 84009 BLAKE2B b7b61ee050197f4d760950c3e00d25f3ab60acb9debe809bb974d335097902a451d1c075cfe4c650e0256e58c169f2b36c9b78336142533ed06cdc7c2b68d5fc SHA512 ea8b3d33acc7900d162a338b715d55a0cda578e2f08afcbe2773558998b267134ce0c34d5ed295d3dcb2bf882f0097835a6ba83fc837a201173e4c67b9d4dca3
DIST pdf2svg-0.2.3.tar.gz 89461 BLAKE2B 5857935195429f43cf9d6dc3bd66a88945be45225f0ae8324762937b7bfe407f0c4fb4013069d4eda2f0e036710a1a78b261093c18e4693622cc6fc9f7fd7916 SHA512 e8f0cc34c112c7d9ae02396ca587f1354462add882501f003b0173e05ebb09c09456dc1736679674fec5a2c04bdc0ef4141266090ba7efeba8b194ee602f5ee2
diff --git a/media-gfx/pdf2svg/pdf2svg-0.2.1.ebuild b/media-gfx/pdf2svg/pdf2svg-0.2.1.ebuild
deleted file mode 100644
index 9494d3e45e1..00000000000
--- a/media-gfx/pdf2svg/pdf2svg-0.2.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="pdf2svg is based on poppler and cairo and can convert pdf to svg files"
-HOMEPAGE="http://www.cityinthesky.co.uk/opensource/pdf2svg/ https://github.com/dawbarton/pdf2svg/"
-SRC_URI="http://www.cityinthesky.co.uk/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=app-text/poppler-0.12.3-r3:=[cairo]
- >=x11-libs/cairo-1.2.6:=[svg]
- x11-libs/gtk+:2="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- sed -i \
- -e 's:#include <stdio.h>:#include <stdio.h>\n#include <stdlib.h>:' \
- ${PN}.c || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog README
-}
diff --git a/media-gfx/pdf2svg/pdf2svg-0.2.2.ebuild b/media-gfx/pdf2svg/pdf2svg-0.2.2.ebuild
deleted file mode 100644
index 2eae4fdc0ed..00000000000
--- a/media-gfx/pdf2svg/pdf2svg-0.2.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="pdf2svg is based on poppler and cairo and can convert pdf to svg files"
-HOMEPAGE="http://www.cityinthesky.co.uk/opensource/pdf2svg/ https://github.com/dawbarton/pdf2svg/"
-SRC_URI="http://www.cityinthesky.co.uk/wp-content/uploads/2013/10/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-text/poppler-0.12.3-r3:=[cairo]
- >=x11-libs/cairo-1.2.6:=[svg]
- x11-libs/gtk+:2="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS="AUTHORS" # ChangeLog is only for <=0.2.1 and README.md doesn't have anything useful for usage
-
-src_prepare() {
- sed -i \
- -e 's:#include <stdio.h>:#include <stdio.h>\n#include <stdlib.h>:' \
- ${PN}.c || die
-}
next reply other threads:[~2018-03-13 12:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-13 12:51 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-08 22:15 [gentoo-commits] repo/gentoo:master commit in: media-gfx/pdf2svg/ Sam James
2022-01-15 13:23 Andreas Sturmlechner
2018-03-13 12:51 Michael Palimaka
2018-03-13 12:51 Michael Palimaka
2018-03-07 13:51 Agostino Sarubbo
2017-11-27 11:48 Jonas Stein
2017-11-27 11:48 Jonas Stein
2017-11-27 11:40 Jonas Stein
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=1520945491.6f234d89ca2290868b288691ed9549385e6c2f50.kensington@gentoo \
--to=kensington@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