public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Theo Chatzimichos (tampakrap)" <tampakrap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/subdownloader: subdownloader-2.0.18.ebuild ChangeLog
Date: Sat, 16 Feb 2013 12:05:59 +0000 (UTC)	[thread overview]
Message-ID: <20130216120559.48DC02171D@flycatcher.gentoo.org> (raw)

tampakrap    13/02/16 12:05:59

  Modified:             ChangeLog
  Added:                subdownloader-2.0.18.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha137/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-video/subdownloader/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subdownloader/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subdownloader/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subdownloader/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/subdownloader/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	28 Jun 2012 13:36:44 -0000	1.2
+++ ChangeLog	16 Feb 2013 12:05:59 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/subdownloader
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/subdownloader/ChangeLog,v 1.2 2012/06/28 13:36:44 tampakrap Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/subdownloader/ChangeLog,v 1.3 2013/02/16 12:05:59 tampakrap Exp $
+
+*subdownloader-2.0.18 (16 Feb 2013)
+
+  16 Feb 2013; Theo Chatzimichos <tampakrap@gentoo.org>
+  +subdownloader-2.0.18.ebuild:
+  Version bump
 
 *subdownloader-2.0.14-r1 (28 Jun 2012)
 
@@ -13,4 +19,3 @@
   27 Jun 2012; Theo Chatzimichos <tampakrap@gentoo.org> +metadata.xml,
   +subdownloader-2.0.14.ebuild:
   Initial commit, ebuild by Armageddon
-



1.1                  media-video/subdownloader/subdownloader-2.0.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subdownloader/subdownloader-2.0.18.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subdownloader/subdownloader-2.0.18.ebuild?rev=1.1&content-type=text/plain

Index: subdownloader-2.0.18.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/subdownloader/subdownloader-2.0.18.ebuild,v 1.1 2013/02/16 12:05:59 tampakrap Exp $

EAPI=4

PYTHON_DEPEND="2"

inherit python eutils

DESCRIPTION="GUI application for automatic downloading/uploading of subtitles for videofiles"
HOMEPAGE="http://www.subdownloader.net/"
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_2.0.18.orig.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}/subdownloader-${PV}"

DEPEND="
	dev-python/PyQt4
	dev-python/kaa-metadata"
RDEPEND="${DEPEND}"

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

src_prepare() {
	python_convert_shebangs 2 "${S}"/run.py
}

src_install() {
	insinto /usr/share/"${PN}"
	doins -r cli FileManagement gui languages locale modules run.py
	fperms 755 /usr/share/"${PN}"/run.py
	dosym /usr/share/"${PN}"/run.py /usr/bin/"${PN}"
	doman subdownloader.1
	dodoc README ChangeLog
	doicon gui/images/subdownloader.png
	domenu subdownloader.desktop
}





             reply	other threads:[~2013-02-16 12:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-16 12:05 Theo Chatzimichos (tampakrap) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-05-30  4:13 [gentoo-commits] gentoo-x86 commit in media-video/subdownloader: subdownloader-2.0.18.ebuild ChangeLog Richard Farina (zerochaos)
2013-06-25 11:43 Agostino Sarubbo (ago)
2013-06-25 12:54 Agostino Sarubbo (ago)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130216120559.48DC02171D@flycatcher.gentoo.org \
    --to=tampakrap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox