diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 10:08:39 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 10:08:39 +0000 |
commit | 35a3afe4f5e305b4d3ff11ebfc7085e43c04efb8 (patch) | |
tree | 9ab9f9068642ab35bd3db8179ae4682b3a374364 /kde-base/kstartupconfig | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-35a3afe4f5e305b4d3ff11ebfc7085e43c04efb8.tar.gz gentoo-2-35a3afe4f5e305b4d3ff11ebfc7085e43c04efb8.tar.bz2 gentoo-2-35a3afe4f5e305b4d3ff11ebfc7085e43c04efb8.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/kstartupconfig')
-rw-r--r-- | kde-base/kstartupconfig/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kstartupconfig/kstartupconfig-4.1.2.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kstartupconfig/ChangeLog b/kde-base/kstartupconfig/ChangeLog index f64e166c9e0f..77837e3ce222 100644 --- a/kde-base/kstartupconfig/ChangeLog +++ b/kde-base/kstartupconfig/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kstartupconfig # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartupconfig/ChangeLog,v 1.9 2008/06/09 15:30:17 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartupconfig/ChangeLog,v 1.10 2008/10/02 10:08:39 jmbsvicetto Exp $ + +*kstartupconfig-4.1.2 (02 Oct 2008) + + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +kstartupconfig-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. 09 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -kstartupconfig-4.0.2.ebuild, -kstartupconfig-4.0.3.ebuild: diff --git a/kde-base/kstartupconfig/kstartupconfig-4.1.2.ebuild b/kde-base/kstartupconfig/kstartupconfig-4.1.2.ebuild new file mode 100644 index 000000000000..fa8a0d958e25 --- /dev/null +++ b/kde-base/kstartupconfig/kstartupconfig-4.1.2.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/kstartupconfig/kstartupconfig-4.1.2.ebuild,v 1.1 2008/10/02 10:08:39 jmbsvicetto Exp $ + +EAPI="2" + +KMNAME=kdebase-workspace +inherit kde4-meta + +DESCRIPTION="KDE: Utility to launch applications with special window properties" +KEYWORDS="~amd64 ~x86" +IUSE="debug" |