From: "Mike Gilbert (floppym)" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/flexget: flexget-9999.ebuild ChangeLog
Date: Sun, 10 Feb 2013 00:51:02 +0000 (UTC) [thread overview]
Message-ID: <20130210005102.729BB2171D@flycatcher.gentoo.org> (raw)
floppym 13/02/10 00:51:02
Modified: flexget-9999.ebuild ChangeLog
Log:
Update live ebuild for git conversion.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.32 net-misc/flexget/flexget-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/flexget/flexget-9999.ebuild?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/flexget/flexget-9999.ebuild?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/flexget/flexget-9999.ebuild?r1=1.31&r2=1.32
Index: flexget-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/flexget/flexget-9999.ebuild,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- flexget-9999.ebuild 18 Jan 2013 04:03:09 -0000 1.31
+++ flexget-9999.ebuild 10 Feb 2013 00:51:02 -0000 1.32
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/flexget/flexget-9999.ebuild,v 1.31 2013/01/18 04:03:09 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/flexget/flexget-9999.ebuild,v 1.32 2013/02/10 00:51:02 floppym Exp $
EAPI=5
@@ -10,13 +10,13 @@
if [[ ${PV} != 9999 ]]; then
MY_P="FlexGet-${PV}"
- SRC_URI="http://download.flexget.com/unstable/${MY_P}.tar.gz"
+ SRC_URI="http://download.flexget.com/${MY_P}.tar.gz
+ http://download.flexget.com/archive/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~x86"
else
- inherit subversion
- SRC_URI=""
- ESVN_REPO_URI="http://svn.flexget.com/trunk"
- KEYWORDS=""
+ inherit git-2
+ EGIT_REPO_URI="git://github.com/Flexget/Flexget.git
+ https://github.com/Flexget/Flexget.git"
fi
DESCRIPTION="Multipurpose automation tool for content like torrents, nzbs, podcasts, comics"
@@ -54,7 +54,7 @@
S="${WORKDIR}/${MY_P}"
fi
-src_prepare() {
+python_prepare_all() {
# Prevent setup from grabbing nose from pypi
sed -e /setup_requires/d \
-e '/SQLAlchemy/s/, <0.8//' \
@@ -66,8 +66,7 @@
# Generate setup.py
paver generate_setup || die
fi
-
- distutils-r1_src_prepare
+ distutils-r1_python_prepare_all
}
python_test() {
1.33 net-misc/flexget/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/flexget/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/flexget/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/flexget/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/flexget/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 18 Jan 2013 04:03:10 -0000 1.32
+++ ChangeLog 10 Feb 2013 00:51:02 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/flexget
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/flexget/ChangeLog,v 1.32 2013/01/18 04:03:10 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/flexget/ChangeLog,v 1.33 2013/02/10 00:51:02 floppym Exp $
+
+ 10 Feb 2013; Mike Gilbert <floppym@gentoo.org> flexget-9999.ebuild:
+ Update live ebuild for git conversion.
*flexget-1.0.3279 (18 Jan 2013)
next reply other threads:[~2013-02-10 0:51 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-10 0:51 Mike Gilbert (floppym) [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-01-03 6:29 [gentoo-commits] gentoo-x86 commit in net-misc/flexget: flexget-9999.ebuild ChangeLog Mike Gilbert (floppym)
2014-09-27 16:08 Mike Gilbert (floppym)
2014-01-11 23:11 Mike Gilbert (floppym)
2013-07-21 2:33 Mike Gilbert (floppym)
2013-02-10 2:55 Mike Gilbert (floppym)
2013-02-10 1:11 Mike Gilbert (floppym)
2012-07-11 4:13 Mike Gilbert (floppym)
2012-03-01 4:37 Mike Gilbert (floppym)
2012-02-27 4:38 Mike Gilbert (floppym)
2012-02-27 3:24 Mike Gilbert (floppym)
2012-02-27 3:18 Mike Gilbert (floppym)
2012-02-20 16:17 Mike Gilbert (floppym)
2012-02-06 6:06 Mike Gilbert (floppym)
2012-01-20 5:54 Mike Gilbert (floppym)
2012-01-03 4:23 Mike Gilbert (floppym)
2012-01-02 7:00 Mike Gilbert (floppym)
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=20130210005102.729BB2171D@flycatcher.gentoo.org \
--to=floppym@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