diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-10-10 05:26:53 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-10-10 05:26:53 +0000 |
commit | 58fe2b077cccff14c09c87ab984f44e735ecae92 (patch) | |
tree | 598399c0caa1a9be91499e1b69b8cb0100a9b16c /kde-base/libkleo | |
parent | Remove unneeded useflag descriptions from metadata.xml (diff) | |
download | gentoo-2-58fe2b077cccff14c09c87ab984f44e735ecae92.tar.gz gentoo-2-58fe2b077cccff14c09c87ab984f44e735ecae92.tar.bz2 gentoo-2-58fe2b077cccff14c09c87ab984f44e735ecae92.zip |
Actually add 4.4.11.1 this time.
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 42618354)
Diffstat (limited to 'kde-base/libkleo')
-rw-r--r-- | kde-base/libkleo/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/libkleo/libkleo-4.4.11.1-r1.ebuild | 25 | ||||
-rw-r--r-- | kde-base/libkleo/libkleo-4.4.11.1.ebuild | 23 |
3 files changed, 56 insertions, 1 deletions
diff --git a/kde-base/libkleo/ChangeLog b/kde-base/libkleo/ChangeLog index 2cdb83ef6552..c62cfe9e64ce 100644 --- a/kde-base/libkleo/ChangeLog +++ b/kde-base/libkleo/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/libkleo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkleo/ChangeLog,v 1.83 2013/10/10 01:27:12 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkleo/ChangeLog,v 1.84 2013/10/10 05:26:52 creffett Exp $ + +*libkleo-4.4.11.1-r1 (10 Oct 2013) +*libkleo-4.4.11.1 (10 Oct 2013) + + 10 Oct 2013; Chris Reffett <creffett@gentoo.org> +libkleo-4.4.11.1-r1.ebuild, + +libkleo-4.4.11.1.ebuild: + Actually add 4.4.11.1 this time. 10 Oct 2013; Chris Reffett <creffett@gentoo.org> -libkleo-4.4.11.1-r1.ebuild, -libkleo-4.4.11.1.ebuild: diff --git a/kde-base/libkleo/libkleo-4.4.11.1-r1.ebuild b/kde-base/libkleo/libkleo-4.4.11.1-r1.ebuild new file mode 100644 index 000000000000..627550aae22d --- /dev/null +++ b/kde-base/libkleo/libkleo-4.4.11.1-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkleo/libkleo-4.4.11.1-r1.ebuild,v 1.8 2013/10/10 05:26:52 creffett Exp $ + +EAPI=4 + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE library for encryption handling." +KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + app-crypt/gpgme + $(add_kdebase_dep kdepimlibs '' 4.6) +" +RDEPEND="${DEPEND} + app-crypt/gnupg +" + +PATCHES=( "${FILESDIR}/${P}-gcc47.patch" ) + +KMSAVELIBS="true" +KMEXTRACTONLY="kleopatra/" diff --git a/kde-base/libkleo/libkleo-4.4.11.1.ebuild b/kde-base/libkleo/libkleo-4.4.11.1.ebuild new file mode 100644 index 000000000000..bb4901139424 --- /dev/null +++ b/kde-base/libkleo/libkleo-4.4.11.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkleo/libkleo-4.4.11.1.ebuild,v 1.8 2013/10/10 05:26:52 creffett Exp $ + +EAPI=4 + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE library for encryption handling." +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + app-crypt/gpgme + $(add_kdebase_dep kdepimlibs '' 4.6) +" +RDEPEND="${DEPEND} + app-crypt/gnupg +" + +KMSAVELIBS="true" +KMEXTRACTONLY="kleopatra/" |