Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
Date: Tue, 05 Jun 2018 07:30:32
Message-Id: 1528183799.40918647c7084099de28c5e58717a4c538d1cf09.perfinion@gentoo
1 commit: 40918647c7084099de28c5e58717a4c538d1cf09
2 Author: ktrace <coyote <AT> bks <DOT> tv>
3 AuthorDate: Mon Jun 4 22:24:37 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 5 07:29:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40918647
7
8 sci-electronics/xcircuit: remove old 3.9.62
9
10 Remove old 3.9.62 with old EAPI cause 3.9.73 same and better
11
12 Closes: https://github.com/gentoo/gentoo/pull/8728
13 Package-Manager: Portage-2.3.40, Repoman-2.3.9
14
15 sci-electronics/xcircuit/Manifest | 1 -
16 sci-electronics/xcircuit/xcircuit-3.9.62.ebuild | 67 -------------------------
17 2 files changed, 68 deletions(-)
18
19 diff --git a/sci-electronics/xcircuit/Manifest b/sci-electronics/xcircuit/Manifest
20 index 1dfcdf85aeb..701a89b3115 100644
21 --- a/sci-electronics/xcircuit/Manifest
22 +++ b/sci-electronics/xcircuit/Manifest
23 @@ -1,4 +1,3 @@
24 DIST xcircuit-3.7.48.tgz 1648993 BLAKE2B 4c3693a75323634ec39a4bc1b76a5310c68e63346cf92209fdce7576038315e4a3488f18c9835dca5069e947daabf143c6b6ab328ae37c4adc2bb6255bacedc9 SHA512 686bd2139a6d2d5011b51ff500ea9ffb4007326734eafc0afeec250cb844d8107a344c4ef90d2ed747d8485e7dc8dca69c7e62fd785fc17d3f3460212a0dcb84
25 DIST xcircuit-3.8.83.tgz 1533560 BLAKE2B 25e634effad9f5c81954982baacdcb6cf05423ed4c7b92abd85873af054f29b0886a6dddf9771862f839e8274067f990e684f20f3fd123b4298ddb1826637d53 SHA512 2fc798c7fd1e098e4cf1605cd46007ae980be27373cdc0089a129f4a98be475c6a7452e8498c39d28bc97e7b8d7dcd9ef35e029ca416fb49144f00bf83c4b36a
26 -DIST xcircuit-3.9.62.tgz 1610475 BLAKE2B 1d1c0e33aef24e9d68c5ea6aecda0897a3bfb269db653196c554b1847884837c459edb19c5a023d5ecaacc3bc8458664948cb2c6498c272011736b59b117aa08 SHA512 8042c2b891336e3985385eaefa5762f806af779f2885a74f180b91fdd5178cfb276e496974ad7e81e64cd3e403b4039d060ab6a660a52f18455cd67811609fd7
27 DIST xcircuit-3.9.73.tgz 1620922 BLAKE2B ac3f8e6f9370efd720b57a9cd7c487621534f477d1af4fd267d311da3bd949886eccd1c8e8e59071689637272ca23f985dd1809594aab692fa60ea2ca8f8a456 SHA512 2dfeb130a48c99bf08bdff94250f7157acd283bc3f3d6b41f963346deb1241aca0d59a3e8d60dbd36a4aa60acd89e131b263ddbf489b2b44e7e1831714d7b703
28
29 diff --git a/sci-electronics/xcircuit/xcircuit-3.9.62.ebuild b/sci-electronics/xcircuit/xcircuit-3.9.62.ebuild
30 deleted file mode 100644
31 index c43e347fcd2..00000000000
32 --- a/sci-electronics/xcircuit/xcircuit-3.9.62.ebuild
33 +++ /dev/null
34 @@ -1,67 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -AUTOTOOLS_AUTORECONF=yes
41 -
42 -inherit autotools-utils multilib
43 -
44 -DESCRIPTION="Circuit drawing and schematic capture program"
45 -SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
46 -HOMEPAGE="http://opencircuitdesign.com/xcircuit"
47 -
48 -LICENSE="GPL-2"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~ppc ~x86"
51 -IUSE=""
52 -
53 -DEPEND="
54 - app-text/ghostscript-gpl
55 - dev-lang/tk:0
56 - media-libs/fontconfig:1.0
57 - sys-libs/zlib
58 - x11-libs/cairo
59 - x11-libs/libX11
60 - x11-libs/libXt
61 - x11-libs/libXpm
62 - x11-libs/libSM
63 - x11-libs/libICE
64 -"
65 -RDEPEND=${DEPEND}
66 -
67 -RESTRICT="test" #131024
68 -
69 -AUTOTOOLS_IN_SOURCE_BUILD=1
70 -
71 -src_prepare() {
72 - # automake-1.12
73 - sed \
74 - -e '/AM_C_PROTOTYPES/d' \
75 - -i configure.in || die
76 - # automake-1.13
77 - mv configure.{in,ac} || die
78 - autotools-utils_src_prepare
79 -}
80 -
81 -src_configure() {
82 - export loader_run_path="/usr/$(get_libdir)"
83 - local myeconfargs=(
84 - --disable-dependency-tracking
85 - --with-tcl
86 - --with-ngspice
87 - --with-tk
88 - --with-cairo
89 - )
90 - autotools-utils_src_configure
91 -}
92 -
93 -src_compile() {
94 - autotools-utils_src_compile appdefaultsdir="/usr/share/X11/app-defaults"
95 -}
96 -
97 -src_install () {
98 - autotools-utils_src_install \
99 - appdefaultsdir="/usr/share/X11/app-defaults" \
100 - appmandir="/usr/share/man/man1"
101 -}