summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-calculators/transcalc/transcalc-0.14.ebuild')
-rw-r--r--sci-calculators/transcalc/transcalc-0.14.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/sci-calculators/transcalc/transcalc-0.14.ebuild b/sci-calculators/transcalc/transcalc-0.14.ebuild
deleted file mode 100644
index 55d29e89030e..000000000000
--- a/sci-calculators/transcalc/transcalc-0.14.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/transcalc/transcalc-0.14.ebuild,v 1.2 2005/09/25 01:16:28 dang Exp $
-
-DESCRIPTION="A microwave and RF transmission line calculator"
-HOMEPAGE="http://transcalc.sourceforge.net"
-SRC_URI="http://transcalc.sourceforge.net/${P}.tar.gz"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.0"
-
-src_compile() {
- econf || die
- emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog COPYING README TODO
-}