summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/attica')
-rw-r--r--kde-base/attica/ChangeLog7
-rw-r--r--kde-base/attica/attica-4.7.4.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/attica/ChangeLog b/kde-base/attica/ChangeLog
index a2161fcaefdc..2b59be697b2e 100644
--- a/kde-base/attica/ChangeLog
+++ b/kde-base/attica/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/attica
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/attica/ChangeLog,v 1.54 2011/12/07 23:07:56 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/attica/ChangeLog,v 1.55 2011/12/11 18:52:28 alexxy Exp $
+
+*attica-4.7.4 (11 Dec 2011)
+
+ 11 Dec 2011; Alexey Shvetsov <alexxy@gentoo.org> +attica-4.7.4.ebuild:
+ Version bump KDE SC 4.7.4
07 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org> -attica-4.7.2.ebuild:
Drop KDE 4.7.2
diff --git a/kde-base/attica/attica-4.7.4.ebuild b/kde-base/attica/attica-4.7.4.ebuild
new file mode 100644
index 000000000000..87bcf3eb59b9
--- /dev/null
+++ b/kde-base/attica/attica-4.7.4.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/attica/attica-4.7.4.ebuild,v 1.1 2011/12/11 18:52:28 alexxy Exp $
+
+EAPI=4
+
+KMNAME="kde-runtime"
+inherit kde4-meta
+
+DESCRIPTION="Open Collaboration Services provider management"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ >=dev-libs/libattica-0.1.4
+"
+RDEPEND="${DEPEND}"