diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-08-18 22:12:30 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-08-18 22:12:30 +0000 |
commit | c385313d75a0dc03953ce6c62e011b18bad90b55 (patch) | |
tree | 1c9a42dbc701e01421e8fbf102b00a69324d5e63 /dev-python/mmpython | |
parent | Closing #60680 and unmasking (Manifest recommit) (diff) | |
download | gentoo-2-c385313d75a0dc03953ce6c62e011b18bad90b55.tar.gz gentoo-2-c385313d75a0dc03953ce6c62e011b18bad90b55.tar.bz2 gentoo-2-c385313d75a0dc03953ce6c62e011b18bad90b55.zip |
version bump as required by freevo-1.5.0. Thanks to: Benjamin Schleinzer <thor@4players.de> in bug #58398
Diffstat (limited to 'dev-python/mmpython')
-rw-r--r-- | dev-python/mmpython/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/mmpython/Manifest | 2 | ||||
-rw-r--r-- | dev-python/mmpython/files/digest-mmpython-0.4.5 | 1 | ||||
-rw-r--r-- | dev-python/mmpython/mmpython-0.4.5.ebuild | 17 |
4 files changed, 27 insertions, 1 deletions
diff --git a/dev-python/mmpython/ChangeLog b/dev-python/mmpython/ChangeLog index 1a90a5f6b36a..a3ef563cbaed 100644 --- a/dev-python/mmpython/ChangeLog +++ b/dev-python/mmpython/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/mmpython # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mmpython/ChangeLog,v 1.13 2004/07/03 15:17:26 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mmpython/ChangeLog,v 1.14 2004/08/18 22:12:29 seemant Exp $ + +*mmpython-0.4.5 (18 Aug 2004) + + 18 Aug 2004; Seemant Kulleen <seemant@gentoo.org> +mmpython-0.4.5.ebuild: + version bump as required by freevo-1.5.0. Thanks to: Benjamin Schleinzer + <thor@4players.de> in bug #58398 *mmpython-0.4.4 (03 Jul 2004) diff --git a/dev-python/mmpython/Manifest b/dev-python/mmpython/Manifest index 39abb8efcc3d..584e12e79d0c 100644 --- a/dev-python/mmpython/Manifest +++ b/dev-python/mmpython/Manifest @@ -2,6 +2,7 @@ MD5 73b233da92f8b86c2e42121dc61e8480 mmpython-0.4.4.ebuild 557 MD5 cd2e0ee4bdefeec31a393618098972d4 mmpython-0.4.3-r1.ebuild 563 MD5 a4efe62f3be4e0f06c28ecc76d0c7014 mmpython-0.4.3.ebuild 540 MD5 ec501b8535c0b729e27f0763294b283d mmpython-0.3.ebuild 519 +MD5 73b233da92f8b86c2e42121dc61e8480 mmpython-0.4.5.ebuild 557 MD5 1895dfe13c54c60c3a41b4784c0283ff mmpython-0.4.2.ebuild 540 MD5 64a43666b23106e906a9961cfb259f05 ChangeLog 1938 MD5 ae750297e34c9a0c4929184c72684260 metadata.xml 181 @@ -9,6 +10,7 @@ MD5 90ead1dccaca5a955d26859e158c45ac mmpython-0.2.ebuild 542 MD5 c5c8068c107ae19893478c4f80f8ed89 files/digest-mmpython-0.4.2 66 MD5 03674fcb5b9728a2344a1bba4a802960 files/digest-mmpython-0.4.3 66 MD5 396ef086229967b9da6de52fe6af3b68 files/digest-mmpython-0.4.4 66 +MD5 0b111ef775572fc3ea53f54c33377f1e files/digest-mmpython-0.4.5 66 MD5 03674fcb5b9728a2344a1bba4a802960 files/digest-mmpython-0.4.3-r1 66 MD5 fb1a9b91aee5ee755545fbf3f518c5a1 files/digest-mmpython-0.2 64 MD5 992e145f19f04c2332ab14391341473d files/digest-mmpython-0.3 64 diff --git a/dev-python/mmpython/files/digest-mmpython-0.4.5 b/dev-python/mmpython/files/digest-mmpython-0.4.5 new file mode 100644 index 000000000000..23e58e559120 --- /dev/null +++ b/dev-python/mmpython/files/digest-mmpython-0.4.5 @@ -0,0 +1 @@ +MD5 3cf64c47aba02cd79f92bd1345cee87e mmpython-0.4.5.tar.gz 123125 diff --git a/dev-python/mmpython/mmpython-0.4.5.ebuild b/dev-python/mmpython/mmpython-0.4.5.ebuild new file mode 100644 index 000000000000..211c622acb7f --- /dev/null +++ b/dev-python/mmpython/mmpython-0.4.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mmpython/mmpython-0.4.5.ebuild,v 1.1 2004/08/18 22:12:30 seemant Exp $ + +inherit distutils + +DESCRIPTION="Media metadata retrieval framework for Python." +HOMEPAGE="http://sourceforge.net/projects/mmpython/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc" +IUSE="dvd" + +DEPEND="${DEPEND} + dvd? ( >=media-libs/libdvdread-0.9.3 >=media-video/lsdvd-0.10 )" |