diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-21 19:14:35 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-21 19:14:35 +0000 |
commit | 05971a9c42536ca6e83c474a6dd09ab5db9a87c1 (patch) | |
tree | 2afed6290907c3015a7eb04f3afd8952aa450214 /media-tv | |
parent | use dobin instead of exeinto /usr/bin/ && doexe; Version BUmp; fix initscript... (diff) | |
download | gentoo-2-05971a9c42536ca6e83c474a6dd09ab5db9a87c1.tar.gz gentoo-2-05971a9c42536ca6e83c474a6dd09ab5db9a87c1.tar.bz2 gentoo-2-05971a9c42536ca6e83c474a6dd09ab5db9a87c1.zip |
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv-status/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/mythtv-status/metadata.xml | 3 | ||||
-rw-r--r-- | media-tv/mythtv-status/mythtv-status-0.10.1.ebuild | 36 | ||||
-rw-r--r-- | media-tv/mythtv-status/mythtv-status-0.10.2.ebuild | 38 |
4 files changed, 6 insertions, 77 deletions
diff --git a/media-tv/mythtv-status/ChangeLog b/media-tv/mythtv-status/ChangeLog index 73a28218565d..de151cccd57e 100644 --- a/media-tv/mythtv-status/ChangeLog +++ b/media-tv/mythtv-status/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/mythtv-status # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv-status/ChangeLog,v 1.5 2015/03/21 18:45:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv-status/ChangeLog,v 1.6 2015/03/21 19:14:35 jlec Exp $ + + 21 Mar 2015; Justin Lecher <jlec@gentoo.org> -mythtv-status-0.10.1.ebuild, + -mythtv-status-0.10.2.ebuild, metadata.xml: + Drop old 21 Mar 2015; Justin Lecher <jlec@gentoo.org> mythtv-status-0.10.1.ebuild, mythtv-status-0.10.2.ebuild, mythtv-status-0.10.4.ebuild: diff --git a/media-tv/mythtv-status/metadata.xml b/media-tv/mythtv-status/metadata.xml index dc46ccd5d5fc..be191b9f54b3 100644 --- a/media-tv/mythtv-status/metadata.xml +++ b/media-tv/mythtv-status/metadata.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>mythtv</herd> + <herd>mythtv</herd> </pkgmetadata> - diff --git a/media-tv/mythtv-status/mythtv-status-0.10.1.ebuild b/media-tv/mythtv-status/mythtv-status-0.10.1.ebuild deleted file mode 100644 index d53edb9415ef..000000000000 --- a/media-tv/mythtv-status/mythtv-status-0.10.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.1.ebuild,v 1.3 2015/03/21 18:45:47 jlec Exp $ - -EAPI=4 - -DESCRIPTION="Displays the current status of MythTV at the command prompt" -HOMEPAGE="http://www.etc.gen.nz/projects/mythtv/mythtv-status.html" -SRC_URI="http://www.etc.gen.nz/projects/mythtv/tarballs/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-perl/libwww-perl - dev-perl/XML-LibXML - dev-perl/DateManip - dev-perl/MIME-tools - dev-perl/Sys-SigAction - dev-perl/Config-Auto - media-tv/mythtv[perl]" -RDEPEND="${DEPEND}" - -src_configure() { - : -} - -src_compile() { - : -} - -src_install() { - dobin bin/mythtv-status -} diff --git a/media-tv/mythtv-status/mythtv-status-0.10.2.ebuild b/media-tv/mythtv-status/mythtv-status-0.10.2.ebuild deleted file mode 100644 index e9c1620f8f0d..000000000000 --- a/media-tv/mythtv-status/mythtv-status-0.10.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.2.ebuild,v 1.2 2015/03/21 18:45:47 jlec Exp $ - -EAPI=5 - -DESCRIPTION="Displays the current status of MythTV at the command prompt" -HOMEPAGE="http://www.etc.gen.nz/projects/mythtv/mythtv-status.html" -#SRC_URI="http://www.etc.gen.nz/projects/mythtv/tarballs/${P}.tar.gz" -SRC_URI="mirror://ubuntu/pool/universe/m/mythtv-status/mythtv-status_0.10.2.orig.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-perl/libwww-perl - dev-perl/XML-LibXML - dev-perl/DateManip - dev-perl/MIME-tools - dev-perl/Sys-SigAction - dev-perl/Config-Auto - media-tv/mythtv[perl]" -RDEPEND="${DEPEND}" - -src_configure() { - : -} - -src_compile() { - : -} - -src_install() { - dobin bin/mythtv-status - doman "${FILESDIR}/mythtv-status.1" -} |