summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Freeman <rich0@gentoo.org>2014-09-06 10:45:33 +0000
committerRichard Freeman <rich0@gentoo.org>2014-09-06 10:45:33 +0000
commitdd9ccb8b4b345c9c5beaabe72b0f8cee610feb19 (patch)
tree3035a33ec4998f2f264b802d8b1e0452285dfa21 /media-tv
parentEnable python3.4 support, clean old targets. (diff)
downloadgentoo-2-dd9ccb8b4b345c9c5beaabe72b0f8cee610feb19.tar.gz
gentoo-2-dd9ccb8b4b345c9c5beaabe72b0f8cee610feb19.tar.bz2
gentoo-2-dd9ccb8b4b345c9c5beaabe72b0f8cee610feb19.zip
Bump, add docs.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/mythtv-status/ChangeLog9
-rw-r--r--media-tv/mythtv-status/mythtv-status-0.10.4.ebuild39
2 files changed, 46 insertions, 2 deletions
diff --git a/media-tv/mythtv-status/ChangeLog b/media-tv/mythtv-status/ChangeLog
index 474f41596ae1..10c5240778c2 100644
--- a/media-tv/mythtv-status/ChangeLog
+++ b/media-tv/mythtv-status/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-tv/mythtv-status
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv-status/ChangeLog,v 1.3 2013/02/16 22:38:43 cardoe Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv-status/ChangeLog,v 1.4 2014/09/06 10:45:33 rich0 Exp $
+
+*mythtv-status-0.10.4 (06 Sep 2014)
+
+ 06 Sep 2014; Richard Freeman <rich0@gentoo.org> +mythtv-status-0.10.4.ebuild:
+ Bump, add docs.
*mythtv-status-0.10.2 (16 Feb 2013)
diff --git a/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild b/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild
new file mode 100644
index 000000000000..dc5402981451
--- /dev/null
+++ b/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 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.4.ebuild,v 1.1 2014/09/06 10:45:33 rich0 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() {
+ exeinto /usr/bin
+ doexe bin/mythtv-status
+ doman "${FILESDIR}/mythtv-status.1"
+ dodoc README FAQ ChangeLog THANKS
+}