diff options
author | Alex Alexander <wired@gentoo.org> | 2009-08-04 01:22:47 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-08-04 01:22:47 +0000 |
commit | f5cd6374bbd32b82cc9915502a7e27a6a73428ac (patch) | |
tree | 8bf0630d0cfa400174d3440f265bf42fd41b5bc5 /kde-base/libkpgp | |
parent | Version bump KDE 4.3.0 (diff) | |
download | gentoo-2-f5cd6374bbd32b82cc9915502a7e27a6a73428ac.tar.gz gentoo-2-f5cd6374bbd32b82cc9915502a7e27a6a73428ac.tar.bz2 gentoo-2-f5cd6374bbd32b82cc9915502a7e27a6a73428ac.zip |
Version bump KDE 4.3.0
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/libkpgp')
-rw-r--r-- | kde-base/libkpgp/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/libkpgp/libkpgp-4.3.0.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/libkpgp/ChangeLog b/kde-base/libkpgp/ChangeLog index 49ffd987c6fa..b4ab29d6dd3e 100644 --- a/kde-base/libkpgp/ChangeLog +++ b/kde-base/libkpgp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/libkpgp # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/ChangeLog,v 1.98 2009/07/12 09:31:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/ChangeLog,v 1.99 2009/08/04 01:22:47 wired Exp $ + +*libkpgp-4.3.0 (04 Aug 2009) + + 04 Aug 2009; Alex Alexander <wired@gentoo.org> +libkpgp-4.3.0.ebuild: + Version bump 12 Jul 2009; Raúl Porcel <armin76@gentoo.org> libkpgp-3.5.10.ebuild: alpha/ia64/sparc stable wrt #271889 diff --git a/kde-base/libkpgp/libkpgp-4.3.0.ebuild b/kde-base/libkpgp/libkpgp-4.3.0.ebuild new file mode 100644 index 000000000000..7f22919d2342 --- /dev/null +++ b/kde-base/libkpgp/libkpgp-4.3.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/libkpgp-4.3.0.ebuild,v 1.1 2009/08/04 01:22:47 wired Exp $ + +EAPI="2" + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE pgp abstraction library" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug" + +PATCHES=( "${FILESDIR}/${PN}-4.1.72-fix.patch" ) |