From 109d6b4f673a249aea4deeb0cdb5b54a21592410 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 11 Oct 2015 11:26:48 +0200 Subject: Clear history for egencache --repo=mv --update-changelogs --- app-text/psjoin/Manifest | 1 + app-text/psjoin/metadata.xml | 14 ++++++++++++++ app-text/psjoin/psjoin-0.3.ebuild | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 app-text/psjoin/Manifest create mode 100644 app-text/psjoin/metadata.xml create mode 100644 app-text/psjoin/psjoin-0.3.ebuild (limited to 'app-text/psjoin') diff --git a/app-text/psjoin/Manifest b/app-text/psjoin/Manifest new file mode 100644 index 00000000..03dd9e4a --- /dev/null +++ b/app-text/psjoin/Manifest @@ -0,0 +1 @@ +DIST psjoin-0.3 5122 SHA256 ac7a3f9512b1f6b0ea2bab4b6832431977649e88a0e6abd752fc097a8c0cd583 SHA512 5dd86a6c863f28bcf4e560ce0a1967a2d316f97ef702ac47dbe0db148c2d4164a973de0a8d0e3aa3ef57a08f92520129cebb99f4bce5a539401f1fc273a8c399 WHIRLPOOL 2c8b4b3309dd5d9ee3955c8d7944e5f911e842710a65c7c250210028f86598695ab0d99076790a630028346ad5898a51afc22786826f039294c81671f4b5285b diff --git a/app-text/psjoin/metadata.xml b/app-text/psjoin/metadata.xml new file mode 100644 index 00000000..8730610f --- /dev/null +++ b/app-text/psjoin/metadata.xml @@ -0,0 +1,14 @@ + + + + + martin@mvath.de + Martin Väth + + + + VEF00200@nifty.ne.jp + Tom Sato + + + diff --git a/app-text/psjoin/psjoin-0.3.ebuild b/app-text/psjoin/psjoin-0.3.ebuild new file mode 100644 index 00000000..a8efb2ac --- /dev/null +++ b/app-text/psjoin/psjoin-0.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +RESTRICT="mirror" + +inherit eutils + +DESCRIPTION="concatenate postscript files. From new PostScript Utilities" +HOMEPAGE="http://homepage3.nifty.com/tsato/tools/psjoin.html" +SRC_URI="http://homepage3.nifty.com/tsato/tools/${PN} -> ${P}" + +LICENSE="psutils" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-lang/perl" + +src_unpack() { + mkdir -- "${S}" + cp -p -- "${DISTDIR}/${P}" "${S}/${PN}" +} + +src_prepare() { + epatch_user +} + +src_install() { + dobin "${PN}" +} -- cgit v1.2.3-65-gdbad