diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-22 17:55:32 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-22 17:55:32 +0000 |
commit | b1f8197299d2ef528000f3c41941a40fe5a4049f (patch) | |
tree | 4271f883872fee217f185e1e2b06dac33208bff1 /kde-base/kblackbox/kblackbox-3.5_beta1.ebuild | |
parent | Stable on hppa, ppc. (diff) | |
download | gentoo-2-b1f8197299d2ef528000f3c41941a40fe5a4049f.tar.gz gentoo-2-b1f8197299d2ef528000f3c41941a40fe5a4049f.tar.bz2 gentoo-2-b1f8197299d2ef528000f3c41941a40fe5a4049f.zip |
Bump to 3.5 beta1.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'kde-base/kblackbox/kblackbox-3.5_beta1.ebuild')
-rw-r--r-- | kde-base/kblackbox/kblackbox-3.5_beta1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kde-base/kblackbox/kblackbox-3.5_beta1.ebuild b/kde-base/kblackbox/kblackbox-3.5_beta1.ebuild new file mode 100644 index 000000000000..6a99abeae846 --- /dev/null +++ b/kde-base/kblackbox/kblackbox-3.5_beta1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblackbox/kblackbox-3.5_beta1.ebuild,v 1.1 2005/09/22 17:55:32 flameeyes Exp $ +KMNAME=kdegames +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE Blackbox Game" +KEYWORDS="~amd64" +IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" +OLDDEPEND="~kde-base/libkdegames-$PV" + +KMEXTRACTONLY=libkdegames +KMCOPYLIB="libkdegames libkdegames" |