diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 22:35:31 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 22:35:31 +0000 |
commit | 9a3be780e15ddbefdb7076fbdb083b692fe4ad3b (patch) | |
tree | fe6c7fa243334d71835041333a253a0ec39dafed /kde-base/amor | |
parent | Replace version 1.3.14.1 with 1.3.14.4 (#213086). (diff) | |
download | gentoo-2-9a3be780e15ddbefdb7076fbdb083b692fe4ad3b.tar.gz gentoo-2-9a3be780e15ddbefdb7076fbdb083b692fe4ad3b.tar.bz2 gentoo-2-9a3be780e15ddbefdb7076fbdb083b692fe4ad3b.zip |
Added KDE 4.0.4 version of amor. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/amor')
-rw-r--r-- | kde-base/amor/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/amor/amor-4.0.4.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/amor/ChangeLog b/kde-base/amor/ChangeLog index fa70c2e14420..577c1fa62f85 100644 --- a/kde-base/amor/ChangeLog +++ b/kde-base/amor/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/amor # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/amor/ChangeLog,v 1.88 2008/05/14 13:09:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/amor/ChangeLog,v 1.89 2008/05/15 22:35:31 ingmar Exp $ + +*amor-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +amor-4.0.4.ebuild: + Added KDE 4.0.4 version of amor. Thanks to Jorge Manuel B. S. Vicetto. 14 May 2008; Markus Rothe <corsair@gentoo.org> amor-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/amor/amor-4.0.4.ebuild b/kde-base/amor/amor-4.0.4.ebuild new file mode 100644 index 000000000000..7808117d8374 --- /dev/null +++ b/kde-base/amor/amor-4.0.4.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/amor/amor-4.0.4.ebuild,v 1.1 2008/05/15 22:35:31 ingmar Exp $ + +EAPI="1" + +KMNAME=kdetoys +inherit kde4-meta + +DESCRIPTION="KDE: Amusing Misuse Of Resources - desktop-dwelling creature" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |