public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv-status/
@ 2016-03-10 23:10 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2016-03-10 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3dea3f8018c4414b3affc851d87245c04e597acd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 10:21:55 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 23:09:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dea3f80

media-tv/mythtv-status: Fix dependency on dev-perl/Date-Manip

Package-Manager: portage-2.2.27

 media-tv/mythtv-status/mythtv-status-0.10.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild b/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild
index 7431fd8..51df299 100644
--- a/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild
+++ b/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ IUSE=""
 DEPEND="
 	dev-perl/libwww-perl
 	dev-perl/XML-LibXML
-	dev-perl/DateManip
+	dev-perl/Date-Manip
 	dev-perl/MIME-tools
 	dev-perl/Sys-SigAction
 	dev-perl/Config-Auto


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv-status/
@ 2017-07-22 12:30 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2017-07-22 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c51d0fe9080e83820d428c3db979db4e32f257ab
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 22 12:24:07 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 22 12:29:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c51d0fe9

media-tv/mythtv-status: Drop to maintainer-needed

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-tv/mythtv-status/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/media-tv/mythtv-status/metadata.xml b/media-tv/mythtv-status/metadata.xml
index 95239f6e044..7a38bb90096 100644
--- a/media-tv/mythtv-status/metadata.xml
+++ b/media-tv/mythtv-status/metadata.xml
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>mythtv@gentoo.org</email>
-    <name>MythTV</name>
-  </maintainer>
+	<!-- maintainer-needed -->
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv-status/
@ 2021-10-22  8:22 Jakov Smolić
  0 siblings, 0 replies; 4+ messages in thread
From: Jakov Smolić @ 2021-10-22  8:22 UTC (permalink / raw
  To: gentoo-commits

commit:     c510aea6360da6ce567983cf4621b3eb6b66f36e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 22 07:30:04 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Oct 22 08:21:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c510aea6

media-tv/mythtv-status: Port to EAPI 8

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-tv/mythtv-status/mythtv-status-0.10.4.ebuild | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild b/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild
index a9bea06654d..ce2ab4fbf7d 100644
--- a/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild
+++ b/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,9 +11,8 @@ SRC_URI="http://www.etc.gen.nz/projects/mythtv/tarballs/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND="
+RDEPEND="
 	dev-perl/libwww-perl
 	dev-perl/XML-LibXML
 	dev-perl/Date-Manip
@@ -21,15 +20,6 @@ DEPEND="
 	dev-perl/Sys-SigAction
 	dev-perl/Config-Auto
 	media-tv/mythtv[perl]"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	:
-}
-
-src_compile() {
-	:
-}
 
 src_install() {
 	dobin bin/mythtv-status


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv-status/
@ 2024-06-30 12:41 Conrad Kostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2024-06-30 12:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d6b8463f1e86a67781e4bd20b2911ad2d98340ad
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jun 30 10:21:52 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 12:39:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b8463f

media-tv/mythtv-status: add 1.1.0

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37374
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-tv/mythtv-status/Manifest                   |  1 +
 media-tv/mythtv-status/mythtv-status-1.1.0.ebuild | 34 +++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/media-tv/mythtv-status/Manifest b/media-tv/mythtv-status/Manifest
index 6849e4b27dd1..9b8a91da9dde 100644
--- a/media-tv/mythtv-status/Manifest
+++ b/media-tv/mythtv-status/Manifest
@@ -1 +1,2 @@
 DIST mythtv-status-1.0.1.tar.gz 45990 BLAKE2B 439d1b4a0d324a94e947139cd7038ba623532f414a43a8a6f481f5630cba9d6801288bd684e92c59c465f8f65683fc7b86efb47700b6ff58e1b299ca81442d19 SHA512 9f0a3a38c91ec451f2c95177d8acc7566705ec77e601fe40cdf97d8f8ccf5f9b55e419d42309e1601e128c0344103ffe75d10a06bcb15d5a1617ad30424dbc1a
+DIST mythtv-status-1.1.0.tar.gz 47393 BLAKE2B b444ac83c2c6d6d3dbcd28485de974201510e14d4d773be5fbe867ddcc25fec20369d40f52b3d87a72cfb2b04ffd8c61861dcf4e013d70974053bf732165fc4f SHA512 4a0fd49cb36624d0da677f901ae48ae7c2971e3d18e0a2669cbfe137ed540321373fe9118aa603ef6fcf0397c4af0ee5a5086d20481cdcedc47b5881ff8da3f5

diff --git a/media-tv/mythtv-status/mythtv-status-1.1.0.ebuild b/media-tv/mythtv-status/mythtv-status-1.1.0.ebuild
new file mode 100644
index 000000000000..8bae575f0074
--- /dev/null
+++ b/media-tv/mythtv-status/mythtv-status-1.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-perl/libwww-perl
+	dev-perl/XML-LibXML
+	dev-perl/Date-Manip
+	dev-perl/MIME-tools
+	dev-perl/Sys-SigAction
+	dev-perl/Config-Auto
+	media-tv/mythtv[perl]"
+
+src_compile() { :; }
+
+src_install() {
+	dobin bin/${PN}
+	newman "${FILESDIR}"/${PN}-1.0.1.man ${PN}.1
+	dodoc README FAQ ChangeLog THANKS
+}
+
+src_test() {
+	emake test
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-30 12:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-10 23:10 [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv-status/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2017-07-22 12:30 Andreas Sturmlechner
2021-10-22  8:22 Jakov Smolić
2024-06-30 12:41 Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox