diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-20 09:27:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-20 09:27:38 +0000 |
commit | 0f3276b528e1d30b3447740c6a199cadbf53245c (patch) | |
tree | f297503d4299735b5d5a631ffff1918f2374875e /media-libs/simage | |
parent | HOMEPAGE moved to https://github.com/gentoo/eselect-qtgraphicssystem (diff) | |
download | gentoo-2-0f3276b528e1d30b3447740c6a199cadbf53245c.tar.gz gentoo-2-0f3276b528e1d30b3447740c6a199cadbf53245c.tar.bz2 gentoo-2-0f3276b528e1d30b3447740c6a199cadbf53245c.zip |
Fix LICENSE, see COPYING file, bug 465086. Must not be redistributed, therefore add mirror and bindist restrictions. Update SRC_URI.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'media-libs/simage')
-rw-r--r-- | media-libs/simage/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/simage/simage-1.7.0.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/media-libs/simage/ChangeLog b/media-libs/simage/ChangeLog index debbf157834b..4e980cf0afbd 100644 --- a/media-libs/simage/ChangeLog +++ b/media-libs/simage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/simage # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/simage/ChangeLog,v 1.8 2013/02/14 18:44:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/simage/ChangeLog,v 1.9 2013/04/20 09:27:38 ulm Exp $ + + 20 Apr 2013; Ulrich Müller <ulm@gentoo.org> simage-1.7.0.ebuild: + Fix LICENSE, see COPYING file, bug 465086. Must not be redistributed, + therefore add mirror and bindist restrictions. Update SRC_URI. 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> simage-1.7.0.ebuild: Stable for x86, wrt bug #456402 diff --git a/media-libs/simage/simage-1.7.0.ebuild b/media-libs/simage/simage-1.7.0.ebuild index a07424b5590e..c7b25d7aa408 100644 --- a/media-libs/simage/simage-1.7.0.ebuild +++ b/media-libs/simage/simage-1.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/simage/simage-1.7.0.ebuild,v 1.8 2013/02/14 18:44:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/simage/simage-1.7.0.ebuild,v 1.9 2013/04/20 09:27:38 ulm Exp $ EAPI=2 @@ -8,12 +8,13 @@ inherit base DESCRIPTION="Image and video texturing library" HOMEPAGE="http://www.coin3d.org/lib/simage/" -SRC_URI="ftp://ftp.coin3d.org/pub/coin/src/all/${P}.tar.gz" +SRC_URI="https://bitbucket.org/Coin3D/coin/downloads/${P}.tar.gz" -LICENSE="public-domain as-is" +LICENSE="public-domain mpeg2enc" KEYWORDS="amd64 ppc x86" SLOT="0" IUSE="debug gif jpeg jpeg2k png sndfile static-libs tiff vorbis zlib" +RESTRICT="mirror bindist" #465086 RDEPEND=" gif? ( media-libs/giflib ) |