summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:46:46 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:46:46 +0000
commit5b1f664358508ec69326c5b8ed5997a25e008007 (patch)
tree5dec579a5407317dcc6297e56ce8480a4cc438b2 /net-misc
parentQA: drop trailing '.' from DESCRIPTION (diff)
downloadgentoo-2-5b1f664358508ec69326c5b8ed5997a25e008007.tar.gz
gentoo-2-5b1f664358508ec69326c5b8ed5997a25e008007.tar.bz2
gentoo-2-5b1f664358508ec69326c5b8ed5997a25e008007.zip
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/pytvshows/ChangeLog8
-rw-r--r--net-misc/pytvshows/pytvshows-0.2-r1.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/net-misc/pytvshows/ChangeLog b/net-misc/pytvshows/ChangeLog
index 3cd5176b7924..de91680464ee 100644
--- a/net-misc/pytvshows/ChangeLog
+++ b/net-misc/pytvshows/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/pytvshows
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/ChangeLog,v 1.11 2012/03/06 09:39:35 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/ChangeLog,v 1.12 2014/08/10 20:46:46 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> pytvshows-0.2-r1.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
06 Mar 2012; Pacho Ramos <pacho@gentoo.org>
+files/pytvshows-0.2-feedurl.patch, +files/pytvshows-0.2-improved-re.patch,
@@ -45,4 +48,3 @@
11 Dec 2008; Jeremy Olexa <darkside@gentoo.org> +metadata.xml,
+pytvshows-0.2.ebuild:
Initial commit of pytvshows, ebuild by myself
-
diff --git a/net-misc/pytvshows/pytvshows-0.2-r1.ebuild b/net-misc/pytvshows/pytvshows-0.2-r1.ebuild
index 62b01d0bcd03..1cddd42db4b1 100644
--- a/net-misc/pytvshows/pytvshows-0.2-r1.ebuild
+++ b/net-misc/pytvshows/pytvshows-0.2-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild,v 1.5 2012/03/06 09:39:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild,v 1.6 2014/08/10 20:46:46 slyfox Exp $
EAPI="4"
PYTHON_DEPEND="2"
inherit distutils eutils
-DESCRIPTION="downloads torrents for TV shows from RSS feeds provided by ezrss.it."
+DESCRIPTION="downloads torrents for TV shows from RSS feeds provided by ezrss.it"
HOMEPAGE="http://sourceforge.net/projects/pytvshows/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"