aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/xnec2c/ChangeLog21
-rw-r--r--sci-electronics/xnec2c/Manifest4
-rw-r--r--sci-electronics/xnec2c/metadata.xml27
-rw-r--r--sci-electronics/xnec2c/xnec2c-1.4.ebuild39
4 files changed, 0 insertions, 91 deletions
diff --git a/sci-electronics/xnec2c/ChangeLog b/sci-electronics/xnec2c/ChangeLog
deleted file mode 100644
index a6dddfcb2..000000000
--- a/sci-electronics/xnec2c/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for sci-electronics/xnec2c
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*xnec2c-1.4 (13 Jul 2010)
-
- 13 Jul 2010; Thomas Beierlein <tomjbe@gentoo.org> -xnec2c-1.3.ebuild,
- -files/xnec2c-1.3-filename.patch, +xnec2c-1.4.ebuild:
- Version bump. Fixes only bug wrt buffer overflow on long filenames.
-
- 10 Jul 2010; Thomas Beierlein <tomjbe@gentoo.org> xnec2c-1.3.ebuild,
- +files/xnec2c-1.3-filename.patch:
- Fixed handling of long path and filenames
-
-*xnec2c-1.3 (01 Jul 2010)
-
- 01 Jul 2010; Thomas Beierlein <tomjbe@gentoo.org> +xnec2c-1.3.ebuild,
- +metadata.xml:
- New ebuild for Xnec2c. Based on the work of Dominique Michel
- <dominique.michel@vtxnet.ch> in bug #138770
-
diff --git a/sci-electronics/xnec2c/Manifest b/sci-electronics/xnec2c/Manifest
deleted file mode 100644
index 53d5b6a58..000000000
--- a/sci-electronics/xnec2c/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST xnec2c-1.4.tar.bz2 560130 RMD160 1a267333938df5768e2d440a26905269af916742 SHA1 85336f6d96dec909a6771f3d7ea278c6970466e1 SHA256 66265838daae23b6ae3000f9d2d5cbc5d0f0f7a77dbe5708544b2e79e38fa751
-EBUILD xnec2c-1.4.ebuild 786 RMD160 b99d581cbb2f86b4c400a91695e7eb65d1a9cd86 SHA1 4d446f1f663c078dd63508fb0829fcedbfd3d54e SHA256 4d31637a7863606b0ed2996601d437a77c63723386b4bcbe6edb3972e7cf90ca
-MISC ChangeLog 727 RMD160 413760b3e4623debae1d660b3e0c8e92b1071f70 SHA1 531fb393313bde732ce3ff353309db1b057ce15e SHA256 717736c16d2d4253cd891d4ea8a13906e8db907783eca14c54ea1aca2fa0b0dc
-MISC metadata.xml 1391 RMD160 2b0f8b9b990ad556aafdde0e7fef7c5bf45c6bb2 SHA1 2f0bde8a7ad1979876914c93161a37835626ffc6 SHA256 200ed2065aff1ebac0f24fbf818adf06aceac4adc9f100dcefc255ab0ea21644
diff --git a/sci-electronics/xnec2c/metadata.xml b/sci-electronics/xnec2c/metadata.xml
deleted file mode 100644
index e97b92785..000000000
--- a/sci-electronics/xnec2c/metadata.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci-electronics</herd>
- <maintainer>
- <email>tomjbe@gentoo.org</email>
- <name>Thomas Beierlein</name>
- </maintainer>
- <longdescription>
- xnec2c is a GTK+ graphical interactive version of nec2c. It incorporates
- the nec2c core which it uses for reading input files and calculating
- output data, but it does not need and indeed does not produce an output
- file by default. Since xnec2c incorporates the nec2c core, it has access
- to all internal buffers, including structure data, frequency-related
- data (structure currents, input impedance, gain etc) and radiation
- pattern data (for the far field and near field). It therefore has the
- ability to graphically display user-requested data directly, as the
- frequency loop progresses or after input from the user. Graphs of
- frequency-related data and the current or charge distribution evolve as
- the frequency loop progresses, and radiation patterns (far and near
- field) are sequentially drawn for each frequency step. A new frequency
- can be entered by the user from spin buttons in the main or radiation
- pattern windows or by clicking on the graphs of frequency-related data.
- New output data are then computed and displayed in text and graphical
- form.
- </longdescription>
-</pkgmetadata>
diff --git a/sci-electronics/xnec2c/xnec2c-1.4.ebuild b/sci-electronics/xnec2c/xnec2c-1.4.ebuild
deleted file mode 100644
index 1cfcaba5d..000000000
--- a/sci-electronics/xnec2c/xnec2c-1.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit autotools
-
-DESCRIPTION="A GTK+ graphical interactive version of nec2c."
-HOMEPAGE="http://5b4az.chronos.org.uk/pages/nec2.html"
-SRC_URI="http://5b4az.chronos.org.uk/pkg/nec2/xnec2c/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-S="${WORKDIR}/${PN}"
-
-RDEPEND="dev-libs/glib
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- sys-devel/gettext"
-
-src_prepare() {
- glib-gettextize --force --copy || die
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc AUTHORS README doc/*.txt || die
- dohtml -r doc/* || die
- if use examples ; then
- insinto /usr/share/doc/${PF}/examples
- doins examples/* || die
- fi
-}