summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-08-22 16:30:10 +0000
committerSamuli Suominen <drac@gentoo.org>2007-08-22 16:30:10 +0000
commitda9bc9b66942bddbe73f3e61b4ffd1314e51f162 (patch)
tree17b5fe860599a3b85483f460f2d781fbaf8c25c9 /media-sound/denemo/denemo-0.7.4.ebuild
parentKeyworded ~x86-fbsd, #183467 thanks to Nathan Smith. (diff)
downloadgentoo-2-da9bc9b66942bddbe73f3e61b4ffd1314e51f162.tar.gz
gentoo-2-da9bc9b66942bddbe73f3e61b4ffd1314e51f162.tar.bz2
gentoo-2-da9bc9b66942bddbe73f3e61b4ffd1314e51f162.zip
Punt unused versions, including ones still depending on GTK+-1.2. Another victory for Eyes Healt Organization, yay..
(Portage version: 2.1.3.6)
Diffstat (limited to 'media-sound/denemo/denemo-0.7.4.ebuild')
-rw-r--r--media-sound/denemo/denemo-0.7.4.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/media-sound/denemo/denemo-0.7.4.ebuild b/media-sound/denemo/denemo-0.7.4.ebuild
deleted file mode 100644
index 3e17f3815bff..000000000000
--- a/media-sound/denemo/denemo-0.7.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/denemo/denemo-0.7.4.ebuild,v 1.5 2006/10/15 04:57:26 matsuu Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="GTK+ graphical music notation editor"
-HOMEPAGE="http://denemo.sourceforge.net/"
-SRC_URI="mirror://sourceforge/denemo/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc x86"
-IUSE=""
-
-RDEPEND="=x11-libs/gtk+-1.2*
- dev-libs/libxml
- gnome-base/librsvg"
-
-DEPEND="${RDEPEND}
- dev-util/yacc
- sys-devel/flex
- sys-devel/gettext"
-
-src_compile() {
- append-flags -fpermissive
- econf || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}