diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2016-11-04 03:27:06 +0100 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2016-11-04 03:39:00 +0100 |
commit | 16eaa1f0be8416864d75951c529b6e8e53a78bba (patch) | |
tree | e7eb1be5f8c500307ef203712feacd214d3b5964 /media-libs/coin | |
parent | sys-block/tgt: bup (diff) | |
download | gentoo-16eaa1f0be8416864d75951c529b6e8e53a78bba.tar.gz gentoo-16eaa1f0be8416864d75951c529b6e8e53a78bba.tar.bz2 gentoo-16eaa1f0be8416864d75951c529b6e8e53a78bba.zip |
media-libs/{coin,SoQt,simage}: update homepage and URLs, bug 578276
Diffstat (limited to 'media-libs/coin')
-rw-r--r-- | media-libs/coin/coin-3.1.3-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/coin/coin-3.1.3-r2.ebuild b/media-libs/coin/coin-3.1.3-r2.ebuild index 521b9f1b9528..bc3761a86e7a 100644 --- a/media-libs/coin/coin-3.1.3-r2.ebuild +++ b/media-libs/coin/coin-3.1.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,8 +9,8 @@ inherit autotools-utils flag-o-matic MY_P=${P/c/C} DESCRIPTION="A high-level 3D graphics toolkit, fully compatible with SGI Open Inventor 2.1" -HOMEPAGE="http://www.coin3d.org/" -SRC_URI="ftp://ftp.coin3d.org/pub/coin/src/all/${MY_P}.tar.gz" +HOMEPAGE="https://bitbucket.org/Coin3D/coin/wiki/Home" +SRC_URI="https://bitbucket.org/Coin3D/coin/downloads/${MY_P}.tar.gz" LICENSE="|| ( GPL-2 PEL )" KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux" |