diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 09:42:50 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 09:42:50 +0000 |
commit | 315c456735679d930708261e1f38d3956b8d4449 (patch) | |
tree | b91c45db43fafb355e555c6c1774f2edc2e3acc0 /kde-base/kpat | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-315c456735679d930708261e1f38d3956b8d4449.tar.gz gentoo-2-315c456735679d930708261e1f38d3956b8d4449.tar.bz2 gentoo-2-315c456735679d930708261e1f38d3956b8d4449.zip |
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'kde-base/kpat')
-rw-r--r-- | kde-base/kpat/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kpat/kpat-4.1.2.ebuild | 11 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kpat/ChangeLog b/kde-base/kpat/ChangeLog index ff72b0772a60..4af65296a004 100644 --- a/kde-base/kpat/ChangeLog +++ b/kde-base/kpat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kpat # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/ChangeLog,v 1.96 2008/09/13 23:59:26 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/ChangeLog,v 1.97 2008/10/02 09:42:50 jmbsvicetto Exp $ + +*kpat-4.1.2 (02 Oct 2008) + + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +kpat-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. *kpat-3.5.10 (13 Sep 2008) diff --git a/kde-base/kpat/kpat-4.1.2.ebuild b/kde-base/kpat/kpat-4.1.2.ebuild new file mode 100644 index 000000000000..026e386d5549 --- /dev/null +++ b/kde-base/kpat/kpat-4.1.2.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/kpat-4.1.2.ebuild,v 1.1 2008/10/02 09:42:50 jmbsvicetto Exp $ + +EAPI="2" +KMNAME=kdegames +inherit kde4-meta + +DESCRIPTION="KDE patience game" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |