diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-03-03 22:01:58 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-03-03 22:01:58 +0000 |
commit | 41895c9ac602fea4a53be92f68d9b2b174d64cbb (patch) | |
tree | 683f60417f117deeea686fcbaac90ebe31c2e2e1 /media-plugins/mytharchive | |
parent | * add opendldap dependency, fix bug #193442 (again) (diff) | |
download | gentoo-2-41895c9ac602fea4a53be92f68d9b2b174d64cbb.tar.gz gentoo-2-41895c9ac602fea4a53be92f68d9b2b174d64cbb.tar.bz2 gentoo-2-41895c9ac602fea4a53be92f68d9b2b174d64cbb.zip |
stablize last 0.20.x release. remove older versions
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-plugins/mytharchive')
-rw-r--r-- | media-plugins/mytharchive/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/mytharchive/mytharchive-0.20.2_p14282.ebuild | 31 | ||||
-rw-r--r-- | media-plugins/mytharchive/mytharchive-0.20.2_p14877.ebuild | 4 |
3 files changed, 7 insertions, 34 deletions
diff --git a/media-plugins/mytharchive/ChangeLog b/media-plugins/mytharchive/ChangeLog index 686e5e6a972f..ba7e2633f329 100644 --- a/media-plugins/mytharchive/ChangeLog +++ b/media-plugins/mytharchive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/mytharchive # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.24 2008/01/15 15:55:14 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.25 2008/03/03 22:01:58 cardoe Exp $ + + 03 Mar 2008; Doug Klima <cardoe@gentoo.org> + -mytharchive-0.20.2_p14282.ebuild, mytharchive-0.20.2_p14877.ebuild: + stablize last 0.20.x release. remove older versions *mytharchive-0.21_pre15448 (15 Jan 2008) diff --git a/media-plugins/mytharchive/mytharchive-0.20.2_p14282.ebuild b/media-plugins/mytharchive/mytharchive-0.20.2_p14282.ebuild deleted file mode 100644 index c2bf81055360..000000000000 --- a/media-plugins/mytharchive/mytharchive-0.20.2_p14282.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/mytharchive-0.20.2_p14282.ebuild,v 1.2 2007/08/29 15:08:20 cardoe Exp $ - -inherit mythtv-plugins subversion - -DESCRIPTION="Allows for archiving your videos to DVD." -IUSE="" -KEYWORDS="amd64 ppc x86" - -RDEPEND=">=dev-lang/python-2.3.5 - dev-python/mysql-python - dev-python/imaging - <media-video/mjpegtools-1.8.99999 - >=media-video/mjpegtools-1.6.2 - >=media-video/dvdauthor-0.6.11 - >=media-video/ffmpeg-0.4.9 - >=app-cdr/dvd+rw-tools-5.21.4.10.8 - virtual/cdrtools - media-video/transcode" -DEPEND="${RDEPEND}" - -pkg_setup() -{ - mythtv-plugins_pkg_setup - - if ! built_with_use media-video/mjpegtools png; then - eerror "You MUST build media-video/mjpegtools with the png USE flag" - die "You MUST build media-video/mjpegtools with the png USE flag" - fi -} diff --git a/media-plugins/mytharchive/mytharchive-0.20.2_p14877.ebuild b/media-plugins/mytharchive/mytharchive-0.20.2_p14877.ebuild index 8d9fcd9f136a..9f856a8cfffa 100644 --- a/media-plugins/mytharchive/mytharchive-0.20.2_p14877.ebuild +++ b/media-plugins/mytharchive/mytharchive-0.20.2_p14877.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/mytharchive-0.20.2_p14877.ebuild,v 1.1 2008/01/07 20:11:43 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/mytharchive-0.20.2_p14877.ebuild,v 1.2 2008/03/03 22:01:58 cardoe Exp $ inherit mythtv-plugins subversion DESCRIPTION="Allows for archiving your videos to DVD." IUSE="" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" RDEPEND=">=dev-lang/python-2.3.5 dev-python/mysql-python |