summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-06-07 15:13:12 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-06-07 15:13:12 +0000
commitccdef40c00588467850f01109478c22cf371d230 (patch)
tree3945af98021adbb6bd8389b6f92e4069f38dbe45 /media-sound
parentNew ebuild for bug 178254 (diff)
downloadgentoo-2-ccdef40c00588467850f01109478c22cf371d230.tar.gz
gentoo-2-ccdef40c00588467850f01109478c22cf371d230.tar.bz2
gentoo-2-ccdef40c00588467850f01109478c22cf371d230.zip
Add tk check for bug 176980, thanks to Elliott Sales de Andrade
(Portage version: 2.1.2.7)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/lilycomp/ChangeLog6
-rw-r--r--media-sound/lilycomp/lilycomp-1.0.2.ebuild16
-rw-r--r--media-sound/lilycomp/metadata.xml3
3 files changed, 17 insertions, 8 deletions
diff --git a/media-sound/lilycomp/ChangeLog b/media-sound/lilycomp/ChangeLog
index 64bce1cf119c..785309ddc0d7 100644
--- a/media-sound/lilycomp/ChangeLog
+++ b/media-sound/lilycomp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/lilycomp
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilycomp/ChangeLog,v 1.4 2007/02/03 19:32:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lilycomp/ChangeLog,v 1.5 2007/06/07 15:13:12 genstef Exp $
+
+ 07 Jun 2007; Ali Polatel (hawking) <polatel@gmail.com>
+ lilycomp-1.0.2.ebuild:
+ Add tk check for bug 176980, thanks to Elliott Sales de Andrade
03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/media-sound/lilycomp/lilycomp-1.0.2.ebuild b/media-sound/lilycomp/lilycomp-1.0.2.ebuild
index 0cb6d4b7072c..83c8033e3f55 100644
--- a/media-sound/lilycomp/lilycomp-1.0.2.ebuild
+++ b/media-sound/lilycomp/lilycomp-1.0.2.ebuild
@@ -1,19 +1,25 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilycomp/lilycomp-1.0.2.ebuild,v 1.4 2005/07/25 13:19:31 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lilycomp/lilycomp-1.0.2.ebuild,v 1.5 2007/06/07 15:13:12 genstef Exp $
+
+inherit python
+
+MY_P="${P/-/.}"
DESCRIPTION="graphical note entry program for use with LilyPond"
HOMEPAGE="http://lilycomp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/lilycomp/${P/-/.}.tar.gz"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
-RDEPEND="dev-lang/python"
+S="${WORKDIR}/${MY_P}"
-S="${WORKDIR}/${P/-/.}"
+pkg_setup() {
+ python_tkinter_exists
+}
src_install() {
newbin lilycomp.py lilycomp || die "newbin failed"
diff --git a/media-sound/lilycomp/metadata.xml b/media-sound/lilycomp/metadata.xml
index 4c8077d7e47a..3d098e7a05f6 100644
--- a/media-sound/lilycomp/metadata.xml
+++ b/media-sound/lilycomp/metadata.xml
@@ -3,7 +3,6 @@
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
- <email>agriffis@gentoo.org</email>
- <name>Aron Griffis</name>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
</pkgmetadata>