diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
commit | 88e434d9b94e7ed99863ecd4c9e46474bc7d6943 (patch) | |
tree | 45f71aa32c0dacbac18ff36e06524a928d885517 /kde-base/kate | |
parent | old (diff) | |
download | historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.tar.gz historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.tar.bz2 historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.zip |
rm 4.3.5 and 4.4.4
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/kate')
-rw-r--r-- | kde-base/kate/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kate/kate-4.3.5.ebuild | 45 | ||||
-rw-r--r-- | kde-base/kate/kate-4.4.4.ebuild | 37 |
3 files changed, 5 insertions, 83 deletions
diff --git a/kde-base/kate/ChangeLog b/kde-base/kate/ChangeLog index c161b14fe2b0..51e80f2d72e4 100644 --- a/kde-base/kate/ChangeLog +++ b/kde-base/kate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kate # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.181 2010/08/09 06:27:02 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.182 2010/08/09 11:30:57 scarabeus Exp $ + + 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -kate-4.3.5.ebuild, + -kate-4.4.4.ebuild: + rm 09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> kate-4.4.5.ebuild: x86 stable, bug 322791 diff --git a/kde-base/kate/kate-4.3.5.ebuild b/kde-base/kate/kate-4.3.5.ebuild deleted file mode 100644 index 3bf0aa77d641..000000000000 --- a/kde-base/kate/kate-4.3.5.ebuild +++ /dev/null @@ -1,45 +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/kate/kate-4.3.5.ebuild,v 1.4 2010/06/21 15:53:03 scarabeus Exp $ - -EAPI="2" - -KMNAME="kdesdk" -inherit kde4-meta - -DESCRIPTION="Kate is an MDI texteditor." -KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook +plasma" - -DEPEND=" - dev-libs/libxml2 - dev-libs/libxslt -" -RDEPEND="${DEPEND}" - -src_unpack() { - if use handbook; then - KMEXTRA="doc/kate-plugins" - fi - - kde4-meta_src_unpack -} - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with plasma) - ) - - kde4-meta_src_configure -} - -pkg_postinst() { - kde4-meta_pkg_postinst - - if ! has_version kde-base/kaddressbook:${SLOT}; then - echo - elog "File templates plugin requires kde-base/kaddressbook:${SLOT}." - elog "Please install it if you plan to use this plugin." - echo - fi -} diff --git a/kde-base/kate/kate-4.4.4.ebuild b/kde-base/kate/kate-4.4.4.ebuild deleted file mode 100644 index 1fcdf7e7a07d..000000000000 --- a/kde-base/kate/kate-4.4.4.ebuild +++ /dev/null @@ -1,37 +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/kate/kate-4.4.4.ebuild,v 1.4 2010/06/27 10:00:01 fauli Exp $ - -EAPI="3" - -KMNAME="kdesdk" -inherit kde4-meta - -DESCRIPTION="Kate is an MDI texteditor." -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook +plasma" - -DEPEND=" - dev-libs/libxml2 - dev-libs/libxslt -" -RDEPEND="${DEPEND}" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with plasma) - ) - - kde4-meta_src_configure -} - -pkg_postinst() { - kde4-meta_pkg_postinst - - if ! has_version kde-base/kaddressbook:${SLOT}; then - echo - elog "File templates plugin requires kde-base/kaddressbook:${SLOT}." - elog "Please install it if you plan to use this plugin." - echo - fi -} |