From 42acdce908c61169e02a6fad8b3a102c77a3e4f7 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 13 Mar 2016 07:56:49 +0100 Subject: Update homepage and SRC_URI --- app-text/psjoin/Manifest | 2 +- app-text/psjoin/psjoin-0.3.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app-text') diff --git a/app-text/psjoin/Manifest b/app-text/psjoin/Manifest index 5b2e1d6f..2d34bc28 100644 --- a/app-text/psjoin/Manifest +++ b/app-text/psjoin/Manifest @@ -1 +1 @@ -DIST psjoin-0.3 5122 SHA256 ac7a3f9512b1f6b0ea2bab4b6832431977649e88a0e6abd752fc097a8c0cd583 +DIST psjoin-0.3.pl 5122 SHA256 ac7a3f9512b1f6b0ea2bab4b6832431977649e88a0e6abd752fc097a8c0cd583 diff --git a/app-text/psjoin/psjoin-0.3.ebuild b/app-text/psjoin/psjoin-0.3.ebuild index ad01e068..763cb9b6 100644 --- a/app-text/psjoin/psjoin-0.3.ebuild +++ b/app-text/psjoin/psjoin-0.3.ebuild @@ -6,8 +6,8 @@ EAPI=6 RESTRICT="mirror" 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}" +HOMEPAGE="http://t-sato.in.coocan.jp/tools/psjoin.html" +SRC_URI="http://t-sato.in.coocan.jp/tools/${PN} -> ${P}.pl" LICENSE="psutils" SLOT="0" @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} src_unpack() { mkdir -- "${S}" - cp -p -- "${DISTDIR}/${P}" "${S}/${PN}" + cp -p -- "${DISTDIR}/${P}.pl" "${S}/${PN}" } src_install() { -- cgit v1.2.3-65-gdbad