summaryrefslogtreecommitdiff
path: root/app-text/u2ps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-text/u2ps
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/u2ps')
-rw-r--r--app-text/u2ps/Manifest3
-rw-r--r--app-text/u2ps/metadata.xml11
-rw-r--r--app-text/u2ps/u2ps-0.8.4.ebuild43
3 files changed, 0 insertions, 57 deletions
diff --git a/app-text/u2ps/Manifest b/app-text/u2ps/Manifest
deleted file mode 100644
index 36aaad0abcca..000000000000
--- a/app-text/u2ps/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST u2ps-full-0.8.4.tar.gz 5496922 BLAKE2B 416a206b768328cf1a268b4706578610e6bed45ee7475d52de515e112e51bbfcc777b2f21603826d52da42b9c6a3bd10dd4e95920e77c14e957ad4a6d0888984 SHA512 31e5c22163a934a3e153ec95e2e5dd94ce79f71a72278a386a6446b1dd053161c896344c51b696c37d838eb3f06fa6fe1db6b5daa55812a06467b2525266363e
-EBUILD u2ps-0.8.4.ebuild 875 BLAKE2B 5fc21b3f72b6dd9be481a7d765664e036efd4c61fb9fd22572b11f5926054fe378f10d69dff92a6775d2781180b13f63c8b6d96a7e981a88c111107e6862d26f SHA512 0206ca5f09c6a13d7c222eed5a291a2c79d8b00a1ad27256bdc4db230bae36e5e92708589e70258e7e50e0b52f429cba4e82eff8cbc2e1a7748b4b14a9761797
-MISC metadata.xml 332 BLAKE2B 654f859fb3c02a7f6391f8082b29be0dc37c17bbfa15bf78ae0853194d870c88441e9a834e1f94187336108419664b1454cfa40278845a8b313e050336b74bf5 SHA512 2433cce56c8cbbafd553283de92d91c6bab7224f11543d0a775eeaef116f7f21ff55d822035a7ba06051fe0ebcf90859bcd4e72eb45db0a69116f351e0cd4fe5
diff --git a/app-text/u2ps/metadata.xml b/app-text/u2ps/metadata.xml
deleted file mode 100644
index 5dea58e37729..000000000000
--- a/app-text/u2ps/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>hwoarang@gentoo.org</email>
- <name>Markos Chandras</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">u2ps.berlios</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-text/u2ps/u2ps-0.8.4.ebuild b/app-text/u2ps/u2ps-0.8.4.ebuild
deleted file mode 100644
index 9ba7a301cae0..000000000000
--- a/app-text/u2ps/u2ps-0.8.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8"
-HOMEPAGE="https://sourceforge.net/projects/u2ps.berlios/"
-SRC_URI="mirror://sourceforge/project/${PN}.berlios/${PN}-full-${PV}.tar.gz"
-
-LICENSE="GPL-3 GPL-3-with-font-exception free-noncomm"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-lang/perl-5.6
- dev-perl/Text-CharWidth
- app-text/ghostscript-gpl
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${PN}-full-${PV}
-
-src_configure() {
- ./configure \
- --prefix=/usr \
- --datadir=/usr/share \
- --mandir=/usr/share/man \
- --with-perl=/usr/bin/perl \
- --with-gs=/usr/bin/gs \
- || die 'configure failed'
-}
-
-src_compile() {
- emake
- emake man
-}
-
-src_install() {
- emake install DESTDIR="${D}"
- dodoc README DESIGN
- doman man/u2ps.1
-}