summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-06-18 13:37:03 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-06-18 13:37:03 -0400
commita6d79833092299445bb51081761986092008fadf (patch)
treee4bf5216d350156d7d5f8ad01acdd87389cbe2df
parent57f89ee5423f79fc9fcc9d5bce917ece40c4c252 (diff)
downloadgentoo-overlay-a6d79833092299445bb51081761986092008fadf.tar.xz
gentoo-overlay-a6d79833092299445bb51081761986092008fadf.zip
app-text/pdfsizeopt: drop
unmaintained upstream, python 2.7 not really supported anymore in gentoo
-rw-r--r--app-text/pdfsizeopt/metadata.xml8
-rw-r--r--app-text/pdfsizeopt/pdfsizeopt-9999.ebuild37
2 files changed, 0 insertions, 45 deletions
diff --git a/app-text/pdfsizeopt/metadata.xml b/app-text/pdfsizeopt/metadata.xml
deleted file mode 100644
index 004555a..0000000
--- a/app-text/pdfsizeopt/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>alex_y_xu@yahoo.ca</email>
- <name>Alex Xu (Hello71)</name>
- </maintainer>
-</pkgmetadata>
diff --git a/app-text/pdfsizeopt/pdfsizeopt-9999.ebuild b/app-text/pdfsizeopt/pdfsizeopt-9999.ebuild
deleted file mode 100644
index 386d0d7..0000000
--- a/app-text/pdfsizeopt/pdfsizeopt-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-_PYTHON_ALLOW_PY27=1
-inherit git-r3 python-single-r1
-
-DESCRIPTION="PDF file size optimizer"
-HOMEPAGE="https://github.com/pts/pdfsizeopt"
-EGIT_REPO_URI="https://github.com/pts/pdfsizeopt.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- app-text/ghostscript-gpl
- media-gfx/tif22pnm
- media-gfx/sam2p
-"
-BDEPEND="${PYTHON_DEPS}"
-
-src_prepare() {
- default
- python_fix_shebang mksingle.py
-}
-
-src_compile() {
- ./mksingle.py
-}
-
-src_install() {
- newbin pdfsizeopt.single pdfsizeopt
-}