summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-03-13 07:56:49 +0100
committerMartin Väth <martin@mvath.de>2016-03-13 07:56:49 +0100
commit42acdce908c61169e02a6fad8b3a102c77a3e4f7 (patch)
tree6d965aac97ee19c480aba5a809e30021b81d57d2 /app-text/psjoin
parentwww-plugins/classic-theme-restorer: Version bump (diff)
downloadmv-42acdce908c61169e02a6fad8b3a102c77a3e4f7.tar.gz
mv-42acdce908c61169e02a6fad8b3a102c77a3e4f7.tar.bz2
mv-42acdce908c61169e02a6fad8b3a102c77a3e4f7.zip
Update homepage and SRC_URI
Diffstat (limited to 'app-text/psjoin')
-rw-r--r--app-text/psjoin/Manifest2
-rw-r--r--app-text/psjoin/psjoin-0.3.ebuild6
2 files changed, 4 insertions, 4 deletions
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() {