diff options
author | 2016-11-04 03:27:06 +0100 | |
---|---|---|
committer | 2016-11-04 03:39:00 +0100 | |
commit | 16eaa1f0be8416864d75951c529b6e8e53a78bba (patch) | |
tree | e7eb1be5f8c500307ef203712feacd214d3b5964 /media-libs | |
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')
-rw-r--r-- | media-libs/SoQt/SoQt-1.5.0-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/coin/coin-3.1.3-r2.ebuild | 6 | ||||
-rw-r--r-- | media-libs/simage/simage-1.7.0.ebuild | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/SoQt/SoQt-1.5.0-r1.ebuild b/media-libs/SoQt/SoQt-1.5.0-r1.ebuild index 1a43d731fe63..7b660f7c0b49 100644 --- a/media-libs/SoQt/SoQt-1.5.0-r1.ebuild +++ b/media-libs/SoQt/SoQt-1.5.0-r1.ebuild @@ -7,8 +7,8 @@ EAPI=5 inherit autotools-utils DESCRIPTION="The glue between Coin3D and Qt" -SRC_URI="http://ftp.coin3d.org/coin/src/all/${P}.tar.gz" -HOMEPAGE="http://www.coin3d.org/" +HOMEPAGE="https://bitbucket.org/Coin3D/soqt" +SRC_URI="https://bitbucket.org/Coin3D/coin/downloads/${P}.tar.gz" LICENSE="|| ( GPL-2 PEL )" KEYWORDS="~amd64 ~arm ~x86" 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" diff --git a/media-libs/simage/simage-1.7.0.ebuild b/media-libs/simage/simage-1.7.0.ebuild index 075558a1727d..da6705a98ced 100644 --- a/media-libs/simage/simage-1.7.0.ebuild +++ b/media-libs/simage/simage-1.7.0.ebuild @@ -7,7 +7,7 @@ EAPI=2 inherit base DESCRIPTION="Image and video texturing library" -HOMEPAGE="http://www.coin3d.org/lib/simage/" +HOMEPAGE="https://bitbucket.org/Coin3D/simage" SRC_URI="https://bitbucket.org/Coin3D/coin/downloads/${P}.tar.gz" LICENSE="public-domain mpeg2enc" |