diff options
author | 2007-10-19 23:51:21 +0000 | |
---|---|---|
committer | 2007-10-19 23:51:21 +0000 | |
commit | c9e30779702efaf338a95c97ce270f47f4c7d8aa (patch) | |
tree | 1f08cc53acf1629b6522995f44c30b196a41ac3e /kde-base/libkpgp | |
parent | Bump to KDE 3.5.8. (diff) | |
download | gentoo-2-c9e30779702efaf338a95c97ce270f47f4c7d8aa.tar.gz gentoo-2-c9e30779702efaf338a95c97ce270f47f4c7d8aa.tar.bz2 gentoo-2-c9e30779702efaf338a95c97ce270f47f4c7d8aa.zip |
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
Diffstat (limited to 'kde-base/libkpgp')
-rw-r--r-- | kde-base/libkpgp/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/libkpgp/files/digest-libkpgp-3.5.8 | 3 | ||||
-rw-r--r-- | kde-base/libkpgp/libkpgp-3.5.8.ebuild | 13 |
3 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/libkpgp/ChangeLog b/kde-base/libkpgp/ChangeLog index 91792f3999e5..f1ada122c46a 100644 --- a/kde-base/libkpgp/ChangeLog +++ b/kde-base/libkpgp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/libkpgp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/ChangeLog,v 1.55 2007/05/23 15:14:56 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/ChangeLog,v 1.56 2007/10/19 23:51:20 philantrop Exp $ + +*libkpgp-3.5.8 (19 Oct 2007) + + 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> + +libkpgp-3.5.8.ebuild: + Bump to KDE 3.5.8. 23 May 2007; Stefan Schweizer <genstef@gentoo.org> libkpgp-3.5.4.ebuild: MAXKDEVER=3.5.7 thanks Sho_ diff --git a/kde-base/libkpgp/files/digest-libkpgp-3.5.8 b/kde-base/libkpgp/files/digest-libkpgp-3.5.8 new file mode 100644 index 000000000000..829a0a174fc3 --- /dev/null +++ b/kde-base/libkpgp/files/digest-libkpgp-3.5.8 @@ -0,0 +1,3 @@ +MD5 a1ffff553f1d6739c7791891028b176b kdepim-3.5.8.tar.bz2 14107449 +RMD160 bb34c7e88227a1ebdd8ff38ee41445f85969175e kdepim-3.5.8.tar.bz2 14107449 +SHA256 433f8541af0a05e0a7e15df5ecca8463a29b6574871b941a8312b04b2233fef1 kdepim-3.5.8.tar.bz2 14107449 diff --git a/kde-base/libkpgp/libkpgp-3.5.8.ebuild b/kde-base/libkpgp/libkpgp-3.5.8.ebuild new file mode 100644 index 000000000000..d360159f29c2 --- /dev/null +++ b/kde-base/libkpgp/libkpgp-3.5.8.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/libkpgp-3.5.8.ebuild,v 1.1 2007/10/19 23:51:20 philantrop Exp $ + +KMNAME=kdepim +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE pgp abstraction library" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +DEPEND="" |