diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-06 02:19:22 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-06 02:19:22 +0000 |
commit | dddbd2531e110eb771833906b8a0785e8e509055 (patch) | |
tree | b00277b84e2626ded52f35fc294655bd5f92abf7 /kde-base | |
parent | Cleanup of old KDE 3.5.0 and 3.5.1 ebuild.s (diff) | |
download | gentoo-2-dddbd2531e110eb771833906b8a0785e8e509055.tar.gz gentoo-2-dddbd2531e110eb771833906b8a0785e8e509055.tar.bz2 gentoo-2-dddbd2531e110eb771833906b8a0785e8e509055.zip |
Cleanup of old KDE 3.5.0 and 3.5.1 ebuild.s
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kmplot/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kmplot/files/digest-kmplot-3.5.0 | 1 | ||||
-rw-r--r-- | kde-base/kmplot/files/digest-kmplot-3.5.1 | 1 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-3.5.0.ebuild | 13 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-3.5.1.ebuild | 13 |
5 files changed, 5 insertions, 29 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index 400921c43930..0cc81cb6622a 100644 --- a/kde-base/kmplot/ChangeLog +++ b/kde-base/kmplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kmplot # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.38 2006/03/28 00:19:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.39 2006/04/06 02:19:22 flameeyes Exp $ + + 05 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> -kmplot-3.5.0.ebuild, + -kmplot-3.5.1.ebuild: + Removed old 3.5.0/3.5.1 packages. 28 Mar 2006; Aron Griffis <agriffis@gentoo.org> kmplot-3.5.0.ebuild, kmplot-3.5.1.ebuild, kmplot-3.5.2.ebuild: diff --git a/kde-base/kmplot/files/digest-kmplot-3.5.0 b/kde-base/kmplot/files/digest-kmplot-3.5.0 deleted file mode 100644 index 192885870e7f..000000000000 --- a/kde-base/kmplot/files/digest-kmplot-3.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 ac66cfcc8e23227973596cf62cf78a4c kdeedu-3.5.0.tar.bz2 30006209 diff --git a/kde-base/kmplot/files/digest-kmplot-3.5.1 b/kde-base/kmplot/files/digest-kmplot-3.5.1 deleted file mode 100644 index 75961e855000..000000000000 --- a/kde-base/kmplot/files/digest-kmplot-3.5.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 fe31b9a2ec4e299531c6b7beeab09534 kdeedu-3.5.1.tar.bz2 29972269 diff --git a/kde-base/kmplot/kmplot-3.5.0.ebuild b/kde-base/kmplot/kmplot-3.5.0.ebuild deleted file mode 100644 index 26bda7527e3d..000000000000 --- a/kde-base/kmplot/kmplot-3.5.0.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/kmplot-3.5.0.ebuild,v 1.6 2006/03/28 00:19:06 agriffis Exp $ -KMNAME=kdeedu -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="Mathematical function plotter for KDE" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" -DEPEND="" - diff --git a/kde-base/kmplot/kmplot-3.5.1.ebuild b/kde-base/kmplot/kmplot-3.5.1.ebuild deleted file mode 100644 index b1fddac87f30..000000000000 --- a/kde-base/kmplot/kmplot-3.5.1.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/kmplot-3.5.1.ebuild,v 1.2 2006/03/28 00:19:06 agriffis Exp $ -KMNAME=kdeedu -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="Mathematical function plotter for KDE" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" -DEPEND="" - |