diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-27 14:52:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-27 14:52:15 +0000 |
commit | 7e7ecc0e55cace634abeb9009e6385b6714ea500 (patch) | |
tree | af3b9214129c44a32a23f6e74e08c675ba00622d /sci-electronics/xcircuit | |
parent | ppc stable #281406 (diff) | |
download | historical-7e7ecc0e55cace634abeb9009e6385b6714ea500.tar.gz historical-7e7ecc0e55cace634abeb9009e6385b6714ea500.tar.bz2 historical-7e7ecc0e55cace634abeb9009e6385b6714ea500.zip |
Remove old since there's no chance this would work with stable TCL.
Package-Manager: portage-2.2_rc42/cvs/Linux x86_64
Diffstat (limited to 'sci-electronics/xcircuit')
-rw-r--r-- | sci-electronics/xcircuit/Manifest | 2 | ||||
-rw-r--r-- | sci-electronics/xcircuit/xcircuit-3.4.18.ebuild | 44 |
2 files changed, 0 insertions, 46 deletions
diff --git a/sci-electronics/xcircuit/Manifest b/sci-electronics/xcircuit/Manifest index b50c5779c367..5b1325f980cb 100644 --- a/sci-electronics/xcircuit/Manifest +++ b/sci-electronics/xcircuit/Manifest @@ -1,7 +1,5 @@ -DIST xcircuit-3.4.18.tgz 1107025 RMD160 42987ba989add3a1329597099807636fb8457892 SHA1 382fbe35f95a88d71826bc8d9a839dcbfbddb678 SHA256 e538b7cff71ec78ed73967f5291d223cf147a96c13389aef390643bc583510d7 DIST xcircuit-3.4.30.tgz 1055721 RMD160 fc6006336d698c49f5e12f4dd889b2c523ad68dd SHA1 778d903f3daf2642be36d6a2c9a93dee8278b13d SHA256 67b58e86f5c69dfe14872b00e743b21150804df60ad33da30533e0fd18e828d8 DIST xcircuit-3.6.161.tgz 1457968 RMD160 89d9b74c3885db9deda1b419b490900d4e24a8de SHA1 a57f3ca714ffa4b67556df954cb4c531678f1622 SHA256 09d3e8d7a3be869486df0d30dce5ad5b74c440a835db8f6e19248a8b7f5b7e1c -EBUILD xcircuit-3.4.18.ebuild 1013 RMD160 4bc6cfe4af95ca00ed9af031a40645ca4ceab8dd SHA1 d064f2f3dcf2b4d5093a9a5be1c016c08956c1e4 SHA256 7f7ce9ed0a52430c8e880a0b79cf860dd59c41ac47fccaafa8dc0b318d75d283 EBUILD xcircuit-3.4.30.ebuild 989 RMD160 3c7e3f2b8392344b17621036a58e39d5fe76c6e0 SHA1 410a0daa0387a0b90b6c203fbe886c6e4d410377 SHA256 08e0df9e19706a4eb16550a545f52120b546949b82bde9d00c3c48eab824a331 EBUILD xcircuit-3.6.161.ebuild 903 RMD160 1cddcef0696e8f045990549f76cbd4e9469f67aa SHA1 3169fc74ca9e1b08a717e2c4f04e8906deae58d0 SHA256 13eabe6b3f0e2ac7a2f66c58ded49502ea0b2c01756222743d8a497e12a24562 MISC ChangeLog 8858 RMD160 11d28169e2ce8395641aa4cba1e8f7ddb57236ad SHA1 8189b61f7414f53c49279e5618d60a578d4aff80 SHA256 3c80d63c935306e8c42e83a19537628336357db10b2e2966bfd1b8ecbec3536b diff --git a/sci-electronics/xcircuit/xcircuit-3.4.18.ebuild b/sci-electronics/xcircuit/xcircuit-3.4.18.ebuild deleted file mode 100644 index c8c5e27918f6..000000000000 --- a/sci-electronics/xcircuit/xcircuit-3.4.18.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.4.18.ebuild,v 1.11 2009/08/09 10:28:22 ssuominen Exp $ - -DESCRIPTION="Circuit drawing and schematic capture program." -SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz" -HOMEPAGE="http://opencircuitdesign.com/xcircuit" - -KEYWORDS="amd64 ppc x86" -SLOT="0" -LICENSE="GPL-2" -IUSE="" - -RDEPEND="virtual/ghostscript - <dev-lang/tk-8.5 - x11-libs/libXt" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - sed -i \ - -e "s:\$(datadir):\$(libdir):" \ - -e "s:\$(appmandir):\$(mandir)/man1:" \ - "${S}"/Makefile.in -} - -src_compile() { - econf \ - --with-tcl \ - --with-ngspice \ - --disable-dependency-tracking \ - || die 'econf failed!' - emake CFLAGS="${CFLAGS} -fPIC" || die 'emake failed!' -} - -src_install () { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc CHANGES README* TODO -} - -src_test () { - # See bug #131024 - true -} |