diff options
author | 2004-11-22 04:56:20 +0000 | |
---|---|---|
committer | 2004-11-22 04:56:20 +0000 | |
commit | 897599626d7ee45d72e76e506203449720c32e0e (patch) | |
tree | b3eaf17087af2c1b5ac8c58b4743afee2bb0670c /media-sound/lilycomp | |
parent | Add fix for configure script from upstream. (Manifest recommit) (diff) | |
download | gentoo-2-897599626d7ee45d72e76e506203449720c32e0e.tar.gz gentoo-2-897599626d7ee45d72e76e506203449720c32e0e.tar.bz2 gentoo-2-897599626d7ee45d72e76e506203449720c32e0e.zip |
New ebuild for lilycomp; graphical note entry program for use with LilyPond
Diffstat (limited to 'media-sound/lilycomp')
-rw-r--r-- | media-sound/lilycomp/ChangeLog | 10 | ||||
-rw-r--r-- | media-sound/lilycomp/Manifest | 2 | ||||
-rw-r--r-- | media-sound/lilycomp/files/digest-lilycomp-1.0.2 | 1 | ||||
-rw-r--r-- | media-sound/lilycomp/lilycomp-1.0.2.ebuild | 21 | ||||
-rw-r--r-- | media-sound/lilycomp/metadata.xml | 9 |
5 files changed, 43 insertions, 0 deletions
diff --git a/media-sound/lilycomp/ChangeLog b/media-sound/lilycomp/ChangeLog new file mode 100644 index 000000000000..70c481c12595 --- /dev/null +++ b/media-sound/lilycomp/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-sound/lilycomp +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilycomp/ChangeLog,v 1.1 2004/11/22 04:56:20 agriffis Exp $ + +*lilycomp-1.0.2 (21 Nov 2004) + + 21 Nov 2004; Aron Griffis <agriffis@gentoo.org> +metadata.xml, + +lilycomp-1.0.2.ebuild: + New ebuild for lilycomp; graphical note entry program for use with LilyPond + diff --git a/media-sound/lilycomp/Manifest b/media-sound/lilycomp/Manifest new file mode 100644 index 000000000000..9212f5cb6acf --- /dev/null +++ b/media-sound/lilycomp/Manifest @@ -0,0 +1,2 @@ +MD5 ae242e8b55df616f488fa40c6ce43249 lilycomp-1.0.2.ebuild 672 +MD5 700516518a5197099a6b2c344f5247f9 files/digest-lilycomp-1.0.2 65 diff --git a/media-sound/lilycomp/files/digest-lilycomp-1.0.2 b/media-sound/lilycomp/files/digest-lilycomp-1.0.2 new file mode 100644 index 000000000000..e2c164d0158a --- /dev/null +++ b/media-sound/lilycomp/files/digest-lilycomp-1.0.2 @@ -0,0 +1 @@ +MD5 efd57e8ce909ea2a268c411e6b6ef30a lilycomp.1.0.2.tar.gz 16997 diff --git a/media-sound/lilycomp/lilycomp-1.0.2.ebuild b/media-sound/lilycomp/lilycomp-1.0.2.ebuild new file mode 100644 index 000000000000..6a1bd35af4a7 --- /dev/null +++ b/media-sound/lilycomp/lilycomp-1.0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 2004 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.1 2004/11/22 04:56:20 agriffis Exp $ + +DESCRIPTION="graphical note entry program for use with LilyPond" +HOMEPAGE="http://lilycomp.sourceforge.net/" +SRC_URI="mirror://sourceforge/lilycomp/${P/-/.}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="dev-lang/python" + +S=${WORKDIR}/${P/-/.} + +src_install() { + newbin lilycomp.py lilycomp + dohtml *.html + dodoc [[:upper:]]* +} diff --git a/media-sound/lilycomp/metadata.xml b/media-sound/lilycomp/metadata.xml new file mode 100644 index 000000000000..4c8077d7e47a --- /dev/null +++ b/media-sound/lilycomp/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>agriffis@gentoo.org</email> + <name>Aron Griffis</name> + </maintainer> +</pkgmetadata> |