summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-24 15:12:03 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-24 15:12:03 +0000
commit81a440d90f3b2cb0d35ee728ce0d50686453b471 (patch)
tree700ddd1854ba2de2dec3d0c7c54a923889a3e447
parentMoved from app-sci/units to sci-calculators/units (diff)
downloadgentoo-2-81a440d90f3b2cb0d35ee728ce0d50686453b471.tar.gz
gentoo-2-81a440d90f3b2cb0d35ee728ce0d50686453b471.tar.bz2
gentoo-2-81a440d90f3b2cb0d35ee728ce0d50686453b471.zip
Moving to sci-calculators/wcalc
-rw-r--r--app-sci/wcalc/ChangeLog17
-rw-r--r--app-sci/wcalc/Manifest4
-rw-r--r--app-sci/wcalc/files/digest-wcalc-1.71
-rw-r--r--app-sci/wcalc/metadata.xml14
-rw-r--r--app-sci/wcalc/wcalc-1.7.ebuild35
5 files changed, 0 insertions, 71 deletions
diff --git a/app-sci/wcalc/ChangeLog b/app-sci/wcalc/ChangeLog
deleted file mode 100644
index 8376625f2c90..000000000000
--- a/app-sci/wcalc/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-# ChangeLog for app-sci/wcalc
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/wcalc/ChangeLog,v 1.4 2004/12/07 04:48:36 gongloo Exp $
-
- 06 Dec 2004; Hasan Khalil <gongloo@gentoo.org> wcalc-1.7.ebuild:
- Added ~ppc-macos
-
- 21 Nov 2004; Karol Wojtaszek <sekretarz@gentoo.org> wcalc-1.7.ebuild:
- Added to ~amd64, bug #71857
-
-*wcalc-1.7 (17 May 2004)
-
- 17 May 2004; Patrick Kursawe <phosphan@gentoo.org> metadata.xml,
- wcalc-1.7.ebuild:
- Initial ebuild by the <the@weird-birds.org> and olivier.fisette@sympatico.ca,
- bug #27043
-
diff --git a/app-sci/wcalc/Manifest b/app-sci/wcalc/Manifest
deleted file mode 100644
index 2bbecd7b1941..000000000000
--- a/app-sci/wcalc/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 9db8dd705d24abb9b3d6d3d16188c53d ChangeLog 597
-MD5 ab159e23c00e4e2469bb8bd8db426595 metadata.xml 629
-MD5 5b3c53b39673fa3f0fcd00cdce29d1c0 wcalc-1.7.ebuild 983
-MD5 777e13ca09a30ca92f25fa804c24eee9 files/digest-wcalc-1.7 62
diff --git a/app-sci/wcalc/files/digest-wcalc-1.7 b/app-sci/wcalc/files/digest-wcalc-1.7
deleted file mode 100644
index e3ab72953e41..000000000000
--- a/app-sci/wcalc/files/digest-wcalc-1.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dce2bbedd33224d95f9ac6f8c59281e1 Wcalc-1.7.tar.bz2 225925
diff --git a/app-sci/wcalc/metadata.xml b/app-sci/wcalc/metadata.xml
deleted file mode 100644
index cc986379d48e..000000000000
--- a/app-sci/wcalc/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci</herd>
- <longdescription>
- Wcalc is a very capable calculator. It has standard functions (sin,
- asin, and sinh for example, in either radians or degrees), many
- pre-defined constants (pi, e, c, etc.), support for using variables,
- "active" variables, a command history, hex/octal/binary input and
- output, unit conversions, embedded comments, and an expandable
- expression entry field. It evaluates expressions using the standard
- order of operations.
- </longdescription>
-</pkgmetadata>
diff --git a/app-sci/wcalc/wcalc-1.7.ebuild b/app-sci/wcalc/wcalc-1.7.ebuild
deleted file mode 100644
index 06a2ad41aba1..000000000000
--- a/app-sci/wcalc/wcalc-1.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/wcalc/wcalc-1.7.ebuild,v 1.4 2004/12/07 04:48:36 gongloo Exp $
-
-DESCRIPTION="A flexible command-line scientific calculator"
-HOMEPAGE="http://w-calc.sourceforge.net"
-SRC_URI="mirror://sourceforge//w-calc/Wcalc-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc-macos"
-# The argument "--without-readline" is accepted by the configure script but
-# breaks the build, so the readline USE flag cannot be used.
-IUSE=""
-
-DEPEND=">=sys-libs/readline-4.3-r4"
-
-S=${WORKDIR}/Wcalc-${PV}
-
-src_compile() {
- econf || die "Configuration failed."
- emake || die "Compilation failed."
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog COPYING COPYRIGHT NEWS
- insinto /usr/share/doc/${PF}
- doins ReadMe.rtf
-
- # Wcalc icons
- insinto /usr/share/pixmaps
- newins w.png wcalc.png
- newins Wred.png wcalc-red.png
-}