diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-22 10:14:33 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-22 10:14:33 +0000 |
commit | 6d2d0ee8e5e278aeb1d89bc147462be60e28cda7 (patch) | |
tree | 511099e6e68afa57253b6a48b738cb5492f55f3e /app-sci | |
parent | New version (diff) | |
download | historical-6d2d0ee8e5e278aeb1d89bc147462be60e28cda7.tar.gz historical-6d2d0ee8e5e278aeb1d89bc147462be60e28cda7.tar.bz2 historical-6d2d0ee8e5e278aeb1d89bc147462be60e28cda7.zip |
Version bump, closes bug #36835
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/klogic/ChangeLog | 9 | ||||
-rw-r--r-- | app-sci/klogic/Manifest | 4 | ||||
-rw-r--r-- | app-sci/klogic/files/digest-klogic-1.6 | 1 | ||||
-rw-r--r-- | app-sci/klogic/klogic-1.6.ebuild | 14 |
4 files changed, 25 insertions, 3 deletions
diff --git a/app-sci/klogic/ChangeLog b/app-sci/klogic/ChangeLog index 7d48d8b237cc..44b6b3a8b3dd 100644 --- a/app-sci/klogic/ChangeLog +++ b/app-sci/klogic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/klogic -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/klogic/ChangeLog,v 1.2 2003/04/28 23:17:12 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/klogic/ChangeLog,v 1.3 2004/04/22 10:14:33 phosphan Exp $ + +*klogic-1.6 (22 Apr 2004) + + 22 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> klogic-1.6.ebuild: + Version bump, closes bug #36835 *klogic-1.5 (24 Apr 2003) diff --git a/app-sci/klogic/Manifest b/app-sci/klogic/Manifest index b056d758f88a..ada83d55e095 100644 --- a/app-sci/klogic/Manifest +++ b/app-sci/klogic/Manifest @@ -1,4 +1,6 @@ -MD5 ec7995c5839fdad2147a2462c5abae5b ChangeLog 371 MD5 f1cf3d3ab3757ae62798ebb122e5c7d1 klogic-1.5.ebuild 481 +MD5 d79a5a293524365f75cd7c2788f991a5 klogic-1.6.ebuild 486 +MD5 7e8304c3b550bd82f23158a1e3d3e437 ChangeLog 507 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 7833a2568878d3a8278ca098ebe81891 files/digest-klogic-1.5 63 +MD5 0552ab5d6f53da3be3db1027d530733d files/digest-klogic-1.6 62 diff --git a/app-sci/klogic/files/digest-klogic-1.6 b/app-sci/klogic/files/digest-klogic-1.6 new file mode 100644 index 000000000000..26e7fce921fb --- /dev/null +++ b/app-sci/klogic/files/digest-klogic-1.6 @@ -0,0 +1 @@ +MD5 828809506b548d92207042b9fe8ea89e klogic-1.6.tar.gz 973713 diff --git a/app-sci/klogic/klogic-1.6.ebuild b/app-sci/klogic/klogic-1.6.ebuild new file mode 100644 index 000000000000..bb6e93fe24d1 --- /dev/null +++ b/app-sci/klogic/klogic-1.6.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/klogic/klogic-1.6.ebuild,v 1.1 2004/04/22 10:14:33 phosphan Exp $ + +inherit kde-base + +DESCRIPTION="KLogic is an application for easy creation and simulation of electrical circuits" +HOMEPAGE="http://www.a-rostin.de/klogic/" +KEYWORDS="~x86" +SRC_URI="http://www.a-rostin.de/klogic/Version/${P}.tar.gz" + +LICENSE="GPL-2" + +need-kde 3 |