From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-text/u2ps/Manifest | 3 +++ app-text/u2ps/metadata.xml | 11 +++++++++++ app-text/u2ps/u2ps-0.8.4.ebuild | 43 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 app-text/u2ps/Manifest create mode 100644 app-text/u2ps/metadata.xml create mode 100644 app-text/u2ps/u2ps-0.8.4.ebuild (limited to 'app-text/u2ps') diff --git a/app-text/u2ps/Manifest b/app-text/u2ps/Manifest new file mode 100644 index 000000000000..36aaad0abcca --- /dev/null +++ b/app-text/u2ps/Manifest @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000000..5dea58e37729 --- /dev/null +++ b/app-text/u2ps/metadata.xml @@ -0,0 +1,11 @@ + + + + + hwoarang@gentoo.org + Markos Chandras + + + u2ps.berlios + + diff --git a/app-text/u2ps/u2ps-0.8.4.ebuild b/app-text/u2ps/u2ps-0.8.4.ebuild new file mode 100644 index 000000000000..9ba7a301cae0 --- /dev/null +++ b/app-text/u2ps/u2ps-0.8.4.ebuild @@ -0,0 +1,43 @@ +# 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 +} -- cgit v1.2.3