diff options
author | Dror Levin <spatz@gentoo.org> | 2010-03-31 23:28:43 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-03-31 23:28:43 +0000 |
commit | 43f68af97bcf6bc8c4c3243a380502b283726682 (patch) | |
tree | 4b04a5f4e6438ef65f1ae9d76109d2506fa4acdc /kde-base/parley | |
parent | Remove old KDE versions. (diff) | |
download | gentoo-2-43f68af97bcf6bc8c4c3243a380502b283726682.tar.gz gentoo-2-43f68af97bcf6bc8c4c3243a380502b283726682.tar.bz2 gentoo-2-43f68af97bcf6bc8c4c3243a380502b283726682.zip |
Remove old KDE versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/parley')
-rw-r--r-- | kde-base/parley/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/parley/parley-4.3.4.ebuild | 31 | ||||
-rw-r--r-- | kde-base/parley/parley-4.4.0.ebuild | 31 |
3 files changed, 5 insertions, 63 deletions
diff --git a/kde-base/parley/ChangeLog b/kde-base/parley/ChangeLog index 06944ca200f4..31a8ce77cd65 100644 --- a/kde-base/parley/ChangeLog +++ b/kde-base/parley/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/parley # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/ChangeLog,v 1.58 2010/03/30 22:00:39 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/ChangeLog,v 1.59 2010/03/31 23:28:43 spatz Exp $ + + 31 Mar 2010; Dror Levin <spatz@gentoo.org> -parley-4.3.4.ebuild, + -parley-4.4.0.ebuild: + Remove old KDE versions. *parley-4.4.2 (30 Mar 2010) diff --git a/kde-base/parley/parley-4.3.4.ebuild b/kde-base/parley/parley-4.3.4.ebuild deleted file mode 100644 index e908cdc0d36e..000000000000 --- a/kde-base/parley/parley-4.3.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/parley-4.3.4.ebuild,v 1.3 2010/01/23 06:55:24 abcd Exp $ - -EAPI="2" - -KMNAME="kdeedu" -inherit kde4-meta - -DESCRIPTION="KDE Educational: vocabulary trainer" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook +plasma" - -DEPEND=" - $(add_kdebase_dep libkdeedu) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kvtml-data) -" - -KMEXTRACTONLY=" - libkdeedu/keduvocdocument -" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with plasma) - ) - - kde4-meta_src_configure -} diff --git a/kde-base/parley/parley-4.4.0.ebuild b/kde-base/parley/parley-4.4.0.ebuild deleted file mode 100644 index 260991625830..000000000000 --- a/kde-base/parley/parley-4.4.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/parley-4.4.0.ebuild,v 1.1 2010/02/09 00:19:03 alexxy Exp $ - -EAPI="2" - -KMNAME="kdeedu" -inherit kde4-meta - -DESCRIPTION="KDE Educational: vocabulary trainer" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook +plasma" - -DEPEND=" - $(add_kdebase_dep libkdeedu) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kvtml-data) -" - -KMEXTRACTONLY=" - libkdeedu/keduvocdocument -" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with plasma) - ) - - kde4-meta_src_configure -} |