summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-03-21 17:26:29 +0000
committerMichael Palimaka <kensington@gentoo.org>2015-03-21 17:26:29 +0000
commitd4fa40fc866e22782026a382785834a76704e64a (patch)
tree20310b5201113fb173a663958f0d85e148a5753b /kde-frameworks/attica
parentInstall prebuilt into /opt and handle QA checks, #448758 (diff)
downloadgentoo-2-d4fa40fc866e22782026a382785834a76704e64a.tar.gz
gentoo-2-d4fa40fc866e22782026a382785834a76704e64a.tar.bz2
gentoo-2-d4fa40fc866e22782026a382785834a76704e64a.zip
Version bump.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-frameworks/attica')
-rw-r--r--kde-frameworks/attica/ChangeLog7
-rw-r--r--kde-frameworks/attica/attica-5.8.0.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-frameworks/attica/ChangeLog b/kde-frameworks/attica/ChangeLog
index 710c3eb43941..29e5d2ad9e14 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.8 2015/02/20 23:54:21 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/attica/ChangeLog,v 1.9 2015/03/21 17:26:25 kensington Exp $
+
+*attica-5.8.0 (21 Mar 2015)
+
+ 21 Mar 2015; Michael Palimaka <kensington@gentoo.org> +attica-5.8.0.ebuild:
+ Version bump.
20 Feb 2015; Johannes Huber <johu@gentoo.org> -attica-5.6.0.ebuild:
Remove KDE Frameworks 5.6.0
diff --git a/kde-frameworks/attica/attica-5.8.0.ebuild b/kde-frameworks/attica/attica-5.8.0.ebuild
new file mode 100644
index 000000000000..27a28ba163cb
--- /dev/null
+++ b/kde-frameworks/attica/attica-5.8.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.8.0.ebuild,v 1.1 2015/03/21 17:26:25 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}"