summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-24 15:01:42 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-24 15:01:42 +0000
commit12f188545c1d66757f1f1bed433b634bbe983e1b (patch)
tree59c3b19018285dc7f0723c3e91ff4270e2302e98 /sci-calculators/kunit
parentMoving to sci-calculators/kunit (diff)
downloadgentoo-2-12f188545c1d66757f1f1bed433b634bbe983e1b.tar.gz
gentoo-2-12f188545c1d66757f1f1bed433b634bbe983e1b.tar.bz2
gentoo-2-12f188545c1d66757f1f1bed433b634bbe983e1b.zip
Moved from app-sci/kunit to sci-calculators/kunit.
Diffstat (limited to 'sci-calculators/kunit')
-rw-r--r--sci-calculators/kunit/ChangeLog20
-rw-r--r--sci-calculators/kunit/Manifest4
-rw-r--r--sci-calculators/kunit/files/digest-kunit-0.51
-rw-r--r--sci-calculators/kunit/kunit-0.5.ebuild26
-rw-r--r--sci-calculators/kunit/metadata.xml5
5 files changed, 56 insertions, 0 deletions
diff --git a/sci-calculators/kunit/ChangeLog b/sci-calculators/kunit/ChangeLog
new file mode 100644
index 000000000000..c27b1057502e
--- /dev/null
+++ b/sci-calculators/kunit/ChangeLog
@@ -0,0 +1,20 @@
+# ChangeLog for app-sci/kunit
+# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/kunit/ChangeLog,v 1.1 2004/12/24 15:01:42 ribosome Exp $
+
+*kunit-0.5 (24 Dec 2004)
+
+ 24 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml,
+ +kunit-0.5.ebuild:
+ Moved from app-sci/kunit to sci-calculators/kunit.
+
+ 09 Feb 2004; Dylan Carlson <absinthe@gentoo.org> kunit-0.5.ebuild:
+ added amd64 keyword.
+
+*kunit-0.5 (22 Nov 2002)
+
+ 15 Feb 2003; Mark Guertin <gerk@gentoo.org> kunit-0.5.ebuild :
+ set ppc in keywords
+
+ 22 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by Dylan Carlson <bsinthe@pobox.com>.
diff --git a/sci-calculators/kunit/Manifest b/sci-calculators/kunit/Manifest
new file mode 100644
index 000000000000..30d66b0bcd98
--- /dev/null
+++ b/sci-calculators/kunit/Manifest
@@ -0,0 +1,4 @@
+MD5 8ad0d6fb69961e5b715f100dda05e0fd kunit-0.5.ebuild 650
+MD5 72e1d0d502531930bf6b67b9bac9fa64 ChangeLog 534
+MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
+MD5 0c90d280bdbe0daf16c2cb881e61683a files/digest-kunit-0.5 61
diff --git a/sci-calculators/kunit/files/digest-kunit-0.5 b/sci-calculators/kunit/files/digest-kunit-0.5
new file mode 100644
index 000000000000..b67301d2d6eb
--- /dev/null
+++ b/sci-calculators/kunit/files/digest-kunit-0.5
@@ -0,0 +1 @@
+MD5 92c619fafa8cb66d6731951c23f98ad9 kunit-0.5.tar.gz 118012
diff --git a/sci-calculators/kunit/kunit-0.5.ebuild b/sci-calculators/kunit/kunit-0.5.ebuild
new file mode 100644
index 000000000000..eaab6d63f923
--- /dev/null
+++ b/sci-calculators/kunit/kunit-0.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/kunit/kunit-0.5.ebuild,v 1.1 2004/12/24 15:01:42 ribosome Exp $
+
+DESCRIPTION="An excellent qt-based unit conversion tool"
+SRC_URI="http://www.netmeister.org/apps/${P}.tar.gz"
+HOMEPAGE="http://www.netmeister.org/apps/kunit/"
+
+KEYWORDS="x86 ppc amd64"
+IUSE=""
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="virtual/x11
+ >=x11-libs/qt-2.2.0"
+
+src_compile() {
+ cd kunit
+ emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die
+}
+
+src_install() {
+ dobin kunit/kunit
+ dodoc AUTHORS COPYING README
+ dohtml kunit/docs/*
+}
diff --git a/sci-calculators/kunit/metadata.xml b/sci-calculators/kunit/metadata.xml
new file mode 100644
index 000000000000..b229aec85b8f
--- /dev/null
+++ b/sci-calculators/kunit/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+</pkgmetadata>