From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EDF81382C5 for ; Tue, 20 Mar 2018 13:26:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ABABE0999; Tue, 20 Mar 2018 13:26:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29FEAE0999 for ; Tue, 20 Mar 2018 13:26:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3556335C30 for ; Tue, 20 Mar 2018 13:26:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7097D261 for ; Tue, 20 Mar 2018 13:26:49 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1521552401.de84138bd6c5b31f29a59aeb9be4beaf8cd6ec5b.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/jpgraph/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/jpgraph/Manifest dev-php/jpgraph/jpgraph-4.0.2.ebuild dev-php/jpgraph/jpgraph-4.2.0.ebuild X-VCS-Directories: dev-php/jpgraph/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: de84138bd6c5b31f29a59aeb9be4beaf8cd6ec5b X-VCS-Branch: master Date: Tue, 20 Mar 2018 13:26:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 00485877-40ca-47b1-99bb-022655dea3a7 X-Archives-Hash: 5626c52dcbd9d407841b7647d18f5a8d commit: de84138bd6c5b31f29a59aeb9be4beaf8cd6ec5b Author: Brian Evans gentoo org> AuthorDate: Tue Mar 20 13:25:49 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Mar 20 13:26:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de84138b dev-php/jpgraph: Version bump to 4.2.0, fix absolute symlink Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-php/jpgraph/Manifest | 1 + dev-php/jpgraph/jpgraph-4.0.2.ebuild | 4 ++-- dev-php/jpgraph/{jpgraph-4.0.2.ebuild => jpgraph-4.2.0.ebuild} | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-php/jpgraph/Manifest b/dev-php/jpgraph/Manifest index 21ffea9c462..f234700eea7 100644 --- a/dev-php/jpgraph/Manifest +++ b/dev-php/jpgraph/Manifest @@ -1 +1,2 @@ DIST jpgraph-4.0.2.tar.gz 13298314 BLAKE2B 46506f5a3f331157329c92f61f4843faa7d0774fbdb0cafe58a5609d1c9e9c2f73d4634ffd09cad3c874a45b2ac8658271a343b5e0dfb673f810bf7af6083189 SHA512 db1877c09c13a26d24ef7df4aae50799f55c6d72ca0cdb0b8d8c05928c1bc860f8a86eb52a5fb05bdc1c07574931825baa2989f006e9a4cc57e60913e8b67a3e +DIST jpgraph-4.2.0.tar.gz 13298982 BLAKE2B b5fab9754239f78fbdfebd84872b824400d27fce89a80d82028d2521f7d64ada79efe4eb9c5460f56d882e827f5930eb10a57c3b41a81865dd618b9baf628cf9 SHA512 f0f164663f2e0fca5b827d89c57aaa144765a987ca4ebb82f18102f8cb80057c7f7639b8faae5d6d6ce459257bdfa609d2df6ffe648a7334c58c87ddfe86c334 diff --git a/dev-php/jpgraph/jpgraph-4.0.2.ebuild b/dev-php/jpgraph/jpgraph-4.0.2.ebuild index 3d0a12eeb09..c89e72cdc0e 100644 --- a/dev-php/jpgraph/jpgraph-4.0.2.ebuild +++ b/dev-php/jpgraph/jpgraph-4.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -59,5 +59,5 @@ src_install() { doins jpg-config.inc.php # Create a symlink for the config file, because the library will only # look for it in its own source tree (not in /etc where we've put it). - dosym /etc/jpg-config.inc.php "/usr/share/php/${PN}/jpg-config.inc.php" + dosym ../../../../etc/jpg-config.inc.php "/usr/share/php/${PN}/jpg-config.inc.php" } diff --git a/dev-php/jpgraph/jpgraph-4.0.2.ebuild b/dev-php/jpgraph/jpgraph-4.2.0.ebuild similarity index 90% copy from dev-php/jpgraph/jpgraph-4.0.2.ebuild copy to dev-php/jpgraph/jpgraph-4.2.0.ebuild index 3d0a12eeb09..b7565d39318 100644 --- a/dev-php/jpgraph/jpgraph-4.0.2.ebuild +++ b/dev-php/jpgraph/jpgraph-4.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,10 +6,10 @@ EAPI=6 DESCRIPTION="Object-oriented graphing library for PHP" HOMEPAGE="http://jpgraph.net/" # Upstream didn't have a stable download URL when this was packaged. -SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~grknight/distfiles/${P}.tar.gz" LICENSE="QPL-1.0" SLOT="0" -KEYWORDS="alpha amd64 hppa ppc sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="truetype examples" DEPEND="" @@ -59,5 +59,5 @@ src_install() { doins jpg-config.inc.php # Create a symlink for the config file, because the library will only # look for it in its own source tree (not in /etc where we've put it). - dosym /etc/jpg-config.inc.php "/usr/share/php/${PN}/jpg-config.inc.php" + dosym ../../../../etc/jpg-config.inc.php "/usr/share/php/${PN}/jpg-config.inc.php" }