summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2018-03-13 22:45:27 +1100
committerMichael Palimaka <kensington@gentoo.org>2018-03-13 23:51:31 +1100
commit6f234d89ca2290868b288691ed9549385e6c2f50 (patch)
treef8f22e87caf08f94f470fa6123745ecba7af57ee /media-gfx/pdf2svg
parentmedia-gfx/pdf2svg: stabilise 0.2.3 for x86 (diff)
downloadgentoo-6f234d89ca2290868b288691ed9549385e6c2f50.tar.gz
gentoo-6f234d89ca2290868b288691ed9549385e6c2f50.tar.bz2
gentoo-6f234d89ca2290868b288691ed9549385e6c2f50.zip
media-gfx/pdf2svg: remove 0.2.1 and 0.2.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-gfx/pdf2svg')
-rw-r--r--media-gfx/pdf2svg/Manifest2
-rw-r--r--media-gfx/pdf2svg/pdf2svg-0.2.1.ebuild31
-rw-r--r--media-gfx/pdf2svg/pdf2svg-0.2.2.ebuild28
3 files changed, 0 insertions, 61 deletions
diff --git a/media-gfx/pdf2svg/Manifest b/media-gfx/pdf2svg/Manifest
index 2328a991a558..d6c7c05bb60b 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 9494d3e45e1d..000000000000
--- 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 2eae4fdc0ed5..000000000000
--- 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
-}