summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /sci-calculators/calculator
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'sci-calculators/calculator')
-rw-r--r--sci-calculators/calculator/Manifest2
-rw-r--r--sci-calculators/calculator/calculator-1.6.43.ebuild16
-rw-r--r--sci-calculators/calculator/calculator-1.7.49.ebuild19
-rw-r--r--sci-calculators/calculator/metadata.xml21
4 files changed, 58 insertions, 0 deletions
diff --git a/sci-calculators/calculator/Manifest b/sci-calculators/calculator/Manifest
new file mode 100644
index 000000000000..1ad7a256173e
--- /dev/null
+++ b/sci-calculators/calculator/Manifest
@@ -0,0 +1,2 @@
+DIST fox-1.6.43.tar.gz 4368520 SHA256 f09fbe0f11a1e369362a66d6e41029ce137b2704c04970cae990213ac80a838e SHA512 fec0f20017efbbc95402b45cd19088bb491fadd33532ca1b3f700b2f1a2ea94b8a6a7dcbe5ccebbb33528e46f817d65e205892e0bac64c41fca5706fda07edf3 WHIRLPOOL f17f86f53bf9857ade1dd6aed510b0d09bb30dccb25b8ba17e1e6fd1be57a5fd6bebc302ac1db3f7b4bfcb1e986345ad9172eb9eb53ecfc2a78a635627937843
+DIST fox-1.7.49.tar.gz 5336321 SHA256 2435c56cde3ba6617c638af4f3bac39e8f4d5dd5a5c6d0805d274c7ba05c520c SHA512 da6c3478370f1e72091675e49f8458a6722eca4735bf89052b2b7ef02f4e74ee41f10c9fcc39a24a1571dd0bb1cdf779e9dea5bf15be20722ca783c9d59eb6e9 WHIRLPOOL 53ad3d34e57507702fc2ac9bd7b446021a99e3dff5b337cda090a670b06d4733abce2bbca88a7586e8af2d00f16ee84b0bd3c42f66fd6e430cc6d342bb76b1ff
diff --git a/sci-calculators/calculator/calculator-1.6.43.ebuild b/sci-calculators/calculator/calculator-1.6.43.ebuild
new file mode 100644
index 000000000000..f5c00884d531
--- /dev/null
+++ b/sci-calculators/calculator/calculator-1.6.43.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+inherit fox
+
+DESCRIPTION="Scientific calculator based on the FOX Toolkit"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 hppa ppc ppc64 sparc x86"
+IUSE=""
+
+RDEPEND="x11-libs/fox:1.6"
diff --git a/sci-calculators/calculator/calculator-1.7.49.ebuild b/sci-calculators/calculator/calculator-1.7.49.ebuild
new file mode 100644
index 000000000000..fa3b92e281d8
--- /dev/null
+++ b/sci-calculators/calculator/calculator-1.7.49.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit fox
+
+DESCRIPTION="Scientific calculator based on the FOX Toolkit"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 ~sparc x86"
+IUSE=""
+
+RDEPEND="~x11-libs/fox-${PV}
+ x11-libs/libICE
+ x11-libs/libSM"
+DEPEND="${RDEPEND}"
diff --git a/sci-calculators/calculator/metadata.xml b/sci-calculators/calculator/metadata.xml
new file mode 100644
index 000000000000..82d1363de62e
--- /dev/null
+++ b/sci-calculators/calculator/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <maintainer>
+ <email>mabi@gentoo.org</email>
+ <name>Matti Bickel</name>
+ </maintainer>
+ <longdescription>
+ The FOX Calculator is a simple desktop calculator geared toward the
+ programmer for the FOX Toolkit. It supports not only a full
+ complement scientific functions, but also common operations that
+ programmers need, such as bitwise operations, bitwise shifting, and
+ base-2 logarithm and exponents, and numeric conversion between
+ hexadecimal, octal, binary, and decimal. The FOX Calculator
+ implements correct operator precedences, so expressions like 2+3*5
+ yield the correct result, which is 17, and not 25. Also featured is
+ a constant memory, which permanently stores its value even if you
+ exit the calculator and restart it later.
+</longdescription>
+</pkgmetadata>