summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/frescobaldi/frescobaldi-1.0.0.ebuild')
-rw-r--r--media-sound/frescobaldi/frescobaldi-1.0.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/media-sound/frescobaldi/frescobaldi-1.0.0.ebuild b/media-sound/frescobaldi/frescobaldi-1.0.0.ebuild
deleted file mode 100644
index cb67f9a0db71..000000000000
--- a/media-sound/frescobaldi/frescobaldi-1.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/frescobaldi/frescobaldi-1.0.0.ebuild,v 1.2 2010/01/24 19:42:52 ssuominen Exp $
-
-EAPI=2
-KDE_LINGUAS="cs de es fr it nl pl ru tr"
-inherit kde4-base
-
-DESCRIPTION="a LilyPond sheet music text editor for KDE"
-HOMEPAGE="http://www.frescobaldi.org/"
-SRC_URI="http://lilykde.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-gfx/imagemagick
- media-sound/lilypond
- dev-python/dbus-python
- >=kde-base/pykde4-${KDE_MINIMAL}"
-
-DOCS="ChangeLog README README-development THANKS TODO po/README-translations"
-
-src_install() {
- kde4-base_src_install
- find "${D}"/usr -name '*.pyc' -delete
-}