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 | |
parent | 6f20a0a29204f073bbf6ab09d63dfe65d9d8dde4 (diff) | |
download | gentoo-16eaa1f0be8416864d75951c529b6e8e53a78bba.tar.gz gentoo-16eaa1f0be8416864d75951c529b6e8e53a78bba.tar.xz |
media-libs/{coin,SoQt,simage}: update homepage and URLs, bug 578276
-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 1a43d731fe6..7b660f7c0b4 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 521b9f1b952..bc3761a86e7 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 075558a1727..da6705a98ce 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" |