diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-06-15 18:35:14 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-06-15 18:35:14 +0000 |
commit | 2d1c788f76931abc4ee8e8e0bc452767337abfa4 (patch) | |
tree | e9d1ed35c8e4f46168e251027feaa048dcc1a955 /kde-frameworks/attica | |
parent | Updating remote-id in metadata.xml (diff) | |
download | gentoo-2-2d1c788f76931abc4ee8e8e0bc452767337abfa4.tar.gz gentoo-2-2d1c788f76931abc4ee8e8e0bc452767337abfa4.tar.bz2 gentoo-2-2d1c788f76931abc4ee8e8e0bc452767337abfa4.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-frameworks/attica')
-rw-r--r-- | kde-frameworks/attica/ChangeLog | 7 | ||||
-rw-r--r-- | kde-frameworks/attica/attica-5.11.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-frameworks/attica/ChangeLog b/kde-frameworks/attica/ChangeLog index 378d6f8369d4..340b7e2a122e 100644 --- a/kde-frameworks/attica/ChangeLog +++ b/kde-frameworks/attica/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-frameworks/attica # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/attica/ChangeLog,v 1.14 2015/05/23 01:33:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/attica/ChangeLog,v 1.15 2015/06/15 18:35:13 kensington Exp $ + +*attica-5.11.0 (15 Jun 2015) + + 15 Jun 2015; Michael Palimaka <kensington@gentoo.org> +attica-5.11.0.ebuild: + Version bump. 23 May 2015; Manuel Rüger <mrueg@gentoo.org> -attica-5.9.0.ebuild: Remove old. diff --git a/kde-frameworks/attica/attica-5.11.0.ebuild b/kde-frameworks/attica/attica-5.11.0.ebuild new file mode 100644 index 000000000000..9f90f8cab7fe --- /dev/null +++ b/kde-frameworks/attica/attica-5.11.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/attica/attica-5.11.0.ebuild,v 1.1 2015/06/15 18:35:13 kensington Exp $ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="Framework providing access to Open Collaboration Services" +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-qt/qtnetwork:5 +" +DEPEND="${RDEPEND}" |