diff options
author | Tomas Chvatal (scarabeus) <tomas.chvatal@gmail.com> | 2008-10-22 17:12:14 +0200 |
---|---|---|
committer | Tomas Chvatal (scarabeus) <tomas.chvatal@gmail.com> | 2008-10-22 17:12:14 +0200 |
commit | 387dd3881c1b52bd4740faaacecad055524ec889 (patch) | |
tree | 9492a7f20cf7f1b6b2bb27929617a0ebdc4181c4 /kde-base/juk/juk-9999.ebuild | |
parent | Initial commit of live branch, not removed anything yet. Needs a hell of clea... (diff) | |
download | kde-387dd3881c1b52bd4740faaacecad055524ec889.tar.gz kde-387dd3881c1b52bd4740faaacecad055524ec889.tar.bz2 kde-387dd3881c1b52bd4740faaacecad055524ec889.zip |
Ups i used wrong branch in previous commit.
Revert "Initial commit of live branch, not removed anything yet. Needs a hell of cleanup."
This reverts commit 3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.
Diffstat (limited to 'kde-base/juk/juk-9999.ebuild')
-rw-r--r-- | kde-base/juk/juk-9999.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/kde-base/juk/juk-9999.ebuild b/kde-base/juk/juk-9999.ebuild deleted file mode 100644 index 35d5a8eb96..0000000000 --- a/kde-base/juk/juk-9999.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="1" - -KMNAME=kdemultimedia -inherit kde4svn-meta - -DESCRIPTION="Jukebox and music manager for KDE." -KEYWORDS="" -IUSE="debug htmlhandbook tunepimp" - -DEPEND=" - >=media-libs/taglib-1.5 - tunepimp? ( media-libs/tunepimp )" -RDEPEND="${DEPEND}" - -src_compile() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with tunepimp TunePimp)" - kde4overlay-meta_src_compile -} |