diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-09 02:49:39 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-09 02:49:39 +0000 |
commit | 1417a615ff856643fa9bfe9ba7279b39c7761048 (patch) | |
tree | 505254f3113bbc89ce66c2baf32653c10885d37c /kde-base/blinken | |
parent | Full auto: Version bump for KDE-4.1.3 (diff) | |
download | gentoo-2-1417a615ff856643fa9bfe9ba7279b39c7761048.tar.gz gentoo-2-1417a615ff856643fa9bfe9ba7279b39c7761048.tar.bz2 gentoo-2-1417a615ff856643fa9bfe9ba7279b39c7761048.zip |
Full auto: Version bump for KDE-4.1.3
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'kde-base/blinken')
-rw-r--r-- | kde-base/blinken/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/blinken/blinken-4.1.3.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/blinken/ChangeLog b/kde-base/blinken/ChangeLog index 79f574664017..9f9343b841f9 100644 --- a/kde-base/blinken/ChangeLog +++ b/kde-base/blinken/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/blinken # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/blinken/ChangeLog,v 1.71 2008/10/21 09:13:31 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/blinken/ChangeLog,v 1.72 2008/11/09 02:49:39 scarabeus Exp $ + +*blinken-4.1.3 (08 Nov 2008) + + 08 Nov 2008; Tomas Chvatal <scarabeus@gentoo.org> +blinken-4.1.3.ebuild: + Version bump. 21 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> -blinken-4.0.4.ebuild, -blinken-4.0.5.ebuild: diff --git a/kde-base/blinken/blinken-4.1.3.ebuild b/kde-base/blinken/blinken-4.1.3.ebuild new file mode 100644 index 000000000000..fd5d04224857 --- /dev/null +++ b/kde-base/blinken/blinken-4.1.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/blinken/blinken-4.1.3.ebuild,v 1.1 2008/11/09 02:49:39 scarabeus Exp $ + +EAPI="2" + +KMNAME=kdeedu +inherit kde4-meta + +DESCRIPTION="KDE version of the Simon Says game." +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +COMMONDEPEND=">=kde-base/libkdeedu-${PV}:${SLOT}" +DEPEND="${COMMONDEPEND}" +RDEPEND="${COMMONDEPEND} + >=kde-base/knotify-${PV}:${SLOT}" + +KMEXTRACTONLY=libkdeedu/kdeeduui |