Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 566204
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +5 lines)
Line  Link Here
0
-- eagle-7.4.0.ebuild  2015-09-27 12:49:34.000000000 +0000
0
++ eagle-7.6.0.ebuild  2016-05-22 00:00:00.000000000 +0000
Lines 1-16 Link Here
1
# Copyright 1999-2015 Gentoo Foundation
1
# Copyright 1999-2016 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
3
# $Id$
4
EAPI="5"
4
EAPI="6"
5
inherit eutils
5
inherit eutils
6
DESCRIPTION="CadSoft EAGLE schematic and printed circuit board (PCB) layout editor"
6
DESCRIPTION="CadSoft EAGLE schematic and printed circuit board (PCB) layout editor"
7
HOMEPAGE="http://www.cadsoft.de"
7
HOMEPAGE="http://www.cadsoft.de"
8
SRC_URI="
8
SRC_URI="
9
       x86? ( ftp://ftp.cadsoft.de/${PN}/program/${PV%\.[0-9]}/${PN}-lin32-${PV}.run )
9
       x86? ( http://web.cadsoft.de/ftp/${PN}/program/${PV%\.[0-9]}/eagle-lin32-${PV}.run )
10
       amd64? ( ftp://ftp.cadsoft.de/${PN}/program/${PV%\.[0-9]}/${PN}-lin64-${PV}.run )"
10
       amd64? ( http://web.cadsoft.de/ftp/${PN}/program/${PV%\.[0-9]}/eagle-lin64-${PV}.run )"
11
LICENSE="cadsoft-2"
11
LICENSE="cadsoft-2"
12
SLOT="0"
12
SLOT="0"

Return to bug 566204