diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-24 23:04:13 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-24 23:04:13 +0000 |
commit | 1ff1c1772b6b736b56a30edcaccc176e593dae95 (patch) | |
tree | e0b269399b476cfcd2b5ea03bcee2725e8e5aae7 /media-sound/noteedit | |
parent | Moved from net-p2p/donkey to net-p2p/edonkey. (diff) | |
download | historical-1ff1c1772b6b736b56a30edcaccc176e593dae95.tar.gz historical-1ff1c1772b6b736b56a30edcaccc176e593dae95.tar.bz2 historical-1ff1c1772b6b736b56a30edcaccc176e593dae95.zip |
Version bump closes bug #82309.
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'media-sound/noteedit')
-rw-r--r-- | media-sound/noteedit/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/noteedit/Manifest | 16 | ||||
-rw-r--r-- | media-sound/noteedit/files/digest-noteedit-2.7.4 | 1 | ||||
-rw-r--r-- | media-sound/noteedit/noteedit-2.7.4.ebuild | 34 |
4 files changed, 56 insertions, 3 deletions
diff --git a/media-sound/noteedit/ChangeLog b/media-sound/noteedit/ChangeLog index 13365eb7e436..d0532334cd1f 100644 --- a/media-sound/noteedit/ChangeLog +++ b/media-sound/noteedit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/noteedit # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.13 2005/01/14 23:57:13 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.14 2005/04/24 23:04:13 eradicator Exp $ + +*noteedit-2.7.4 (24 Apr 2005) + + 24 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org> + +noteedit-2.7.4.ebuild: + Version bump closes bug #82309. 15 Jan 2005; Dan Armak <danarmak@gentoo.org> noteedit-2.6.2.ebuild: Changed dep on kdemultimedia to accept kdemultimedia-meta, the split 'meta' diff --git a/media-sound/noteedit/Manifest b/media-sound/noteedit/Manifest index 3e11b3c40e52..6fd81a251cbe 100644 --- a/media-sound/noteedit/Manifest +++ b/media-sound/noteedit/Manifest @@ -1,5 +1,17 @@ -MD5 dbd15ba893dc4b59e18cb6d4b43c2f22 noteedit-2.6.2.ebuild 966 -MD5 1fcc4634a1e5aafe7eeea4805dca561d ChangeLog 1924 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 f0b7fe31ab36e77f03143aab33ed2230 ChangeLog 2075 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 +MD5 dbd15ba893dc4b59e18cb6d4b43c2f22 noteedit-2.6.2.ebuild 966 +MD5 a4d0922e1438376cf568fd0313ea8562 noteedit-2.7.4.ebuild 845 MD5 872c8c5d5228329ce0f644c2b5a542da files/digest-noteedit-2.6.2 64 MD5 e4d9e7d1a9ceafde0c6cbe9a7c9692b7 files/noteedit-2.6.2-gcc34.patch 2142 +MD5 59bc45abcb4453ffe5b57bc2ff83c3a8 files/digest-noteedit-2.7.4 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCbCX8ArHZZzCEUG0RAqb3AJ0bwiaUSqfhlLkIhBStellik4Tt1gCfTq3z +5aQwNisiSACFpPR3vmOQe0E= +=IwXk +-----END PGP SIGNATURE----- diff --git a/media-sound/noteedit/files/digest-noteedit-2.7.4 b/media-sound/noteedit/files/digest-noteedit-2.7.4 new file mode 100644 index 000000000000..e93b5e990f45 --- /dev/null +++ b/media-sound/noteedit/files/digest-noteedit-2.7.4 @@ -0,0 +1 @@ +MD5 28f294ec5d185e6f49f3f9ba5b825694 noteedit-2.7.4.tar.gz 1960415 diff --git a/media-sound/noteedit/noteedit-2.7.4.ebuild b/media-sound/noteedit/noteedit-2.7.4.ebuild new file mode 100644 index 000000000000..3033228cd402 --- /dev/null +++ b/media-sound/noteedit/noteedit-2.7.4.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.7.4.ebuild,v 1.1 2005/04/24 23:04:13 eradicator Exp $ + +IUSE="" + +inherit kde-functions kde eutils flag-o-matic + +DESCRIPTION="Musical score editor (for Linux)." +HOMEPAGE="http://noteedit.berlios.de/" +SRC_URI="http://download.berlios.de/noteedit/noteedit-2.7.4.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~ppc ~x86" + +DEPEND="|| ( kde-base/kdemultimedia-meta kde-base/kdemultimedia ) + kde-base/arts + media-libs/tse3" + +need-kde 3 + +src_compile() { + kde_src_compile myconf configure || die + append-flags -fpermissive + emake -j1 || die +} + +src_install() { + kde_src_install + dodoc FAQ FAQ.de INSTALL INSTALL.de examples + docinto examples + dodoc noteedit/examples/* +} |