diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-03-02 15:26:47 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-03-02 15:26:47 +0000 |
commit | e4daa3c83c977ce29b2df93a4eac3e5bd69ed1e0 (patch) | |
tree | 1eff24a481085f655e0dbebd262f14240751a82c /kde-base/attica | |
parent | Version bump KDE 4.4.1 (diff) | |
download | gentoo-2-e4daa3c83c977ce29b2df93a4eac3e5bd69ed1e0.tar.gz gentoo-2-e4daa3c83c977ce29b2df93a4eac3e5bd69ed1e0.tar.bz2 gentoo-2-e4daa3c83c977ce29b2df93a4eac3e5bd69ed1e0.zip |
Version bump KDE 4.4.1
(Portage version: 2.2_rc63/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/attica')
-rw-r--r-- | kde-base/attica/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/attica/attica-4.4.1.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/attica/ChangeLog b/kde-base/attica/ChangeLog index 97519ee4d281..52799b774494 100644 --- a/kde-base/attica/ChangeLog +++ b/kde-base/attica/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/attica # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/attica/ChangeLog,v 1.3 2010/02/23 10:27:00 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/attica/ChangeLog,v 1.4 2010/03/02 15:26:47 tampakrap Exp $ + +*attica-4.4.1 (02 Mar 2010) + + 02 Mar 2010; Theo Chatzimichos <tampakrap@gentoo.org> + +attica-4.4.1.ebuild: + Version bump 23 Feb 2010; Joseph Jezak <josejx@gentoo.org> attica-4.4.0.ebuild: Marked ~ppc/~ppc64 for bug #304365. diff --git a/kde-base/attica/attica-4.4.1.ebuild b/kde-base/attica/attica-4.4.1.ebuild new file mode 100644 index 000000000000..ab4d970268d4 --- /dev/null +++ b/kde-base/attica/attica-4.4.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/attica/attica-4.4.1.ebuild,v 1.1 2010/03/02 15:26:47 tampakrap Exp $ + +EAPI="3" + +KMNAME="kdebase-runtime" +inherit kde4-meta + +DESCRIPTION="Open Collaboration Services provider management" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" |