diff options
author | 2009-02-17 14:37:42 +0000 | |
---|---|---|
committer | 2009-02-17 14:37:42 +0000 | |
commit | 53a8c98d9de657399b6726d4c8f58cae87da33d6 (patch) | |
tree | d8d67b7c4b0bcaeef35f77c673070245dcdccd80 /kde-base/kleopatra | |
parent | Recent x11-terms/xterm ebuilds don't support the paste64 USE flag anymore. Do... (diff) | |
download | historical-53a8c98d9de657399b6726d4c8f58cae87da33d6.tar.gz historical-53a8c98d9de657399b6726d4c8f58cae87da33d6.tar.bz2 historical-53a8c98d9de657399b6726d4c8f58cae87da33d6.zip |
Drop KDE 4.1.4
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'kde-base/kleopatra')
-rw-r--r-- | kde-base/kleopatra/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kleopatra/kleopatra-4.1.4.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/kde-base/kleopatra/ChangeLog b/kde-base/kleopatra/ChangeLog index 972f0e98d738..2e7d4baa16b1 100644 --- a/kde-base/kleopatra/ChangeLog +++ b/kde-base/kleopatra/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kleopatra # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kleopatra/ChangeLog,v 1.7 2009/02/01 07:24:32 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kleopatra/ChangeLog,v 1.8 2009/02/17 13:47:41 alexxy Exp $ + + 17 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -kleopatra-4.1.4.ebuild: + Drop KDE 4.1.4 01 Feb 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> kleopatra-4.2.0.ebuild: diff --git a/kde-base/kleopatra/kleopatra-4.1.4.ebuild b/kde-base/kleopatra/kleopatra-4.1.4.ebuild deleted file mode 100644 index e584aeee4d8f..000000000000 --- a/kde-base/kleopatra/kleopatra-4.1.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kleopatra/kleopatra-4.1.4.ebuild,v 1.1 2009/01/13 22:12:29 alexxy Exp $ - -EAPI="2" - -KMNAME=kdepim -inherit kde4-meta - -DESCRIPTION="Kleopatra - KDE X.509 key manager" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="debug htmlhandbook" - -DEPEND="app-crypt/gnupg - app-crypt/gpgme - dev-libs/libassuan - >=kde-base/libkleo-${PV}:${SLOT}" -RDEPEND="${DEPEND}" - -#RESTRICT="test" - -KMEXTRACTONLY="libkleo" -KMLOADLIBS="libkleo" - -src_configure() { - mycmakeargs="${mycmakeargs} - -DWITH_QGpgme=ON" - - kde4-meta_src_configure -} |