diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-04-15 14:49:01 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-04-15 14:49:01 +0000 |
commit | 61993a4173167788b43c1e496d7db486d1f67117 (patch) | |
tree | 3fcb538e1477edce4e7fecbf1896a95206374c0e /app-sci/ksimus-boolean | |
parent | Now ebuild config recreate chroot if deleted. closes #18290. (diff) | |
download | historical-61993a4173167788b43c1e496d7db486d1f67117.tar.gz historical-61993a4173167788b43c1e496d7db486d1f67117.tar.bz2 historical-61993a4173167788b43c1e496d7db486d1f67117.zip |
initial import
Diffstat (limited to 'app-sci/ksimus-boolean')
-rw-r--r-- | app-sci/ksimus-boolean/ChangeLog | 10 | ||||
-rw-r--r-- | app-sci/ksimus-boolean/Manifest | 3 | ||||
-rw-r--r-- | app-sci/ksimus-boolean/files/digest-ksimus-boolean-0.3.6 | 1 | ||||
-rw-r--r-- | app-sci/ksimus-boolean/ksimus-boolean-0.3.6.ebuild | 17 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-sci/ksimus-boolean/ChangeLog b/app-sci/ksimus-boolean/ChangeLog new file mode 100644 index 000000000000..8f728adc2aa6 --- /dev/null +++ b/app-sci/ksimus-boolean/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-sci/ksimus-boolean +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/ksimus-boolean/ChangeLog,v 1.1 2003/04/15 14:45:29 phosphan Exp $ + +*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/app-sci/ksimus-boolean/Manifest b/app-sci/ksimus-boolean/Manifest new file mode 100644 index 000000000000..d8e76f7a8781 --- /dev/null +++ b/app-sci/ksimus-boolean/Manifest @@ -0,0 +1,3 @@ +MD5 775d723dde3511dd688de7f61444ed88 ksimus-boolean-0.3.6.ebuild 531 +MD5 080e7490d461eaebc7826cc7610a3b76 ChangeLog 488 +MD5 481210bbaa9d4fa6b636bdec64bcfc5a files/digest-ksimus-boolean-0.3.6 74 diff --git a/app-sci/ksimus-boolean/files/digest-ksimus-boolean-0.3.6 b/app-sci/ksimus-boolean/files/digest-ksimus-boolean-0.3.6 new file mode 100644 index 000000000000..e297d3d3b4f2 --- /dev/null +++ b/app-sci/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/app-sci/ksimus-boolean/ksimus-boolean-0.3.6.ebuild b/app-sci/ksimus-boolean/ksimus-boolean-0.3.6.ebuild new file mode 100644 index 000000000000..003239447628 --- /dev/null +++ b/app-sci/ksimus-boolean/ksimus-boolean-0.3.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/ksimus-boolean/ksimus-boolean-0.3.6.ebuild,v 1.1 2003/04/15 14:45:29 phosphan Exp $ + +inherit kde-base + +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" +SLOT="0" + +DEPEND="app-sci/ksimus" + +need-kde 3 |