diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 15:26:07 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 15:26:07 +0000 |
commit | 4a656ddf4ea0c7331e6eeee01253304c2b5ab066 (patch) | |
tree | 21cc2778a7c9b36f1a2805a983fc42911aac3b4e /sci-mathematics/ksimus-boolean | |
parent | Moving to sci-mathematics/ksimus-boolean (diff) | |
download | gentoo-2-4a656ddf4ea0c7331e6eeee01253304c2b5ab066.tar.gz gentoo-2-4a656ddf4ea0c7331e6eeee01253304c2b5ab066.tar.bz2 gentoo-2-4a656ddf4ea0c7331e6eeee01253304c2b5ab066.zip |
Moved from app-sci/ksimus-boolean to sci-mathematics/ksimus-boolean.
Diffstat (limited to 'sci-mathematics/ksimus-boolean')
-rw-r--r-- | sci-mathematics/ksimus-boolean/ChangeLog | 26 | ||||
-rw-r--r-- | sci-mathematics/ksimus-boolean/Manifest | 4 | ||||
-rw-r--r-- | sci-mathematics/ksimus-boolean/files/digest-ksimus-boolean-0.3.6 | 1 | ||||
-rw-r--r-- | sci-mathematics/ksimus-boolean/ksimus-boolean-0.3.6.ebuild | 18 | ||||
-rw-r--r-- | sci-mathematics/ksimus-boolean/metadata.xml | 5 |
5 files changed, 54 insertions, 0 deletions
diff --git a/sci-mathematics/ksimus-boolean/ChangeLog b/sci-mathematics/ksimus-boolean/ChangeLog new file mode 100644 index 000000000000..042c867578a0 --- /dev/null +++ b/sci-mathematics/ksimus-boolean/ChangeLog @@ -0,0 +1,26 @@ +# ChangeLog for app-sci/ksimus-boolean +# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-boolean/ChangeLog,v 1.1 2004/12/28 15:26:07 ribosome Exp $ + +*ksimus-boolean-0.3.6 (28 Dec 2004) + + 28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml, + +ksimus-boolean-0.3.6.ebuild: + Moved from app-sci/ksimus-boolean to sci-mathematics/ksimus-boolean. + + 29 Jun 2004; Carsten Lohrke <carlo@gentoo.org> ksimus-boolean-0.3.6.ebuild: + QA: inherit kde-base -> inherit kde + + 26 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> + ksimus-boolean-0.3.6.ebuild: + Adding IUSE + + 24 Apr 2003; Patrick Kursawe <phosphan@gentoo.org> ksimus-boolean-0.3.6.ebuild : + considered stable + +*ksimus-boolean-0.3.6 (15 Apr 2003) + + 15 Apr 2003; Patrick Kursawe <phosphan@gentoo.org> ksimus-boolean-0.3.6.ebuild, + files/digest-ksimus-boolean-0.3.6, ChangeLog : + Initial import. Ebuild submitted by Heinrich Wendel <sysop@heinospage.de> + in bug #19286 diff --git a/sci-mathematics/ksimus-boolean/Manifest b/sci-mathematics/ksimus-boolean/Manifest new file mode 100644 index 000000000000..b93db39730cc --- /dev/null +++ b/sci-mathematics/ksimus-boolean/Manifest @@ -0,0 +1,4 @@ +MD5 27e23f06047f434471d3c7a4f7cf65c8 ksimus-boolean-0.3.6.ebuild 532 +MD5 7f80db0a566c99e0fa0958da3950a686 ChangeLog 796 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 481210bbaa9d4fa6b636bdec64bcfc5a files/digest-ksimus-boolean-0.3.6 74 diff --git a/sci-mathematics/ksimus-boolean/files/digest-ksimus-boolean-0.3.6 b/sci-mathematics/ksimus-boolean/files/digest-ksimus-boolean-0.3.6 new file mode 100644 index 000000000000..e297d3d3b4f2 --- /dev/null +++ b/sci-mathematics/ksimus-boolean/files/digest-ksimus-boolean-0.3.6 @@ -0,0 +1 @@ +MD5 ae3db75b13a947c8ebcc952326893f83 ksimus-boolean-3-0.3.6.tar.gz 627732 diff --git a/sci-mathematics/ksimus-boolean/ksimus-boolean-0.3.6.ebuild b/sci-mathematics/ksimus-boolean/ksimus-boolean-0.3.6.ebuild new file mode 100644 index 000000000000..6c39c45ed257 --- /dev/null +++ b/sci-mathematics/ksimus-boolean/ksimus-boolean-0.3.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-boolean/ksimus-boolean-0.3.6.ebuild,v 1.1 2004/12/28 15:26:07 ribosome Exp $ + +inherit kde + +HOMEPAGE="http://ksimus.berlios.de/" +DESCRIPTION="The package Boolean contains some boolean components for KSimus." +KEYWORDS="x86" +SRC_URI="http://ksimus.berlios.de/download/ksimus-boolean-3-${PV}.tar.gz" + +LICENSE="GPL-2" +IUSE="" +SLOT="0" + +DEPEND="sci-mathematics/ksimus" + +need-kde 3 diff --git a/sci-mathematics/ksimus-boolean/metadata.xml b/sci-mathematics/ksimus-boolean/metadata.xml new file mode 100644 index 000000000000..b229aec85b8f --- /dev/null +++ b/sci-mathematics/ksimus-boolean/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> |