public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/cclive: cclive-0.5.3.ebuild ChangeLog
@ 2009-10-27 13:01 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2009-10-27 13:01 UTC (permalink / raw
  To: gentoo-commits

aballier    09/10/27 13:01:11

  Modified:             ChangeLog
  Added:                cclive-0.5.3.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  media-video/cclive/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	10 Oct 2009 00:42:05 -0000	1.6
+++ ChangeLog	27 Oct 2009 13:01:10 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/cclive
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.6 2009/10/10 00:42:05 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.7 2009/10/27 13:01:10 aballier Exp $
+
+*cclive-0.5.3 (27 Oct 2009)
+
+  27 Oct 2009; Alexis Ballier <aballier@gentoo.org> +cclive-0.5.3.ebuild:
+  version bump
 
 *cclive-0.5.2 (10 Oct 2009)
 



1.1                  media-video/cclive/cclive-0.5.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild?rev=1.1&content-type=text/plain

Index: cclive-0.5.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild,v 1.1 2009/10/27 13:01:10 aballier Exp $

EAPI=2

DESCRIPTION="Command line tool for extracting videos from various websites"
HOMEPAGE="http://code.google.com/p/cclive/"
SRC_URI="http://cclive.googlecode.com/files/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"

RDEPEND=">=net-misc/curl-7.18.0
	>=dev-libs/libpcre-7.9[cxx]"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_configure() {
	econf \
		--with-man \
		$(use_enable test tests)
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed"
}

src_test() {
	einfo "Tests require internet connection in order to work."
	ADULT_OK="true" emake check || die "emake test failed"
}






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

* [gentoo-commits] gentoo-x86 commit in media-video/cclive: cclive-0.5.3.ebuild ChangeLog
@ 2009-12-09 19:20 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-12-09 19:20 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/12/09 19:20:41

  Modified:             cclive-0.5.3.ebuild ChangeLog
  Log:
  ppc stable #287175
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.2                  media-video/cclive/cclive-0.5.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild?r1=1.1&r2=1.2

Index: cclive-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cclive-0.5.3.ebuild	27 Oct 2009 13:01:10 -0000	1.1
+++ cclive-0.5.3.ebuild	9 Dec 2009 19:20:41 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild,v 1.1 2009/10/27 13:01:10 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild,v 1.2 2009/12/09 19:20:41 nixnut Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=">=net-misc/curl-7.18.0



1.9                  media-video/cclive/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	21 Nov 2009 02:44:11 -0000	1.8
+++ ChangeLog	9 Dec 2009 19:20:41 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/cclive
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.8 2009/11/21 02:44:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.9 2009/12/09 19:20:41 nixnut Exp $
+
+  09 Dec 2009; nixnut <nixnut@gentoo.org> cclive-0.5.3.ebuild:
+  ppc stable #287175
 
 *cclive-0.5.5 (21 Nov 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in media-video/cclive: cclive-0.5.3.ebuild ChangeLog
@ 2010-01-06 19:10 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2010-01-06 19:10 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/06 19:10:41

  Modified:             cclive-0.5.3.ebuild ChangeLog
  Log:
  Marking cclive-0.5.3 ppc64 for bug 287175
  (Portage version: 2.1.7.16/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  media-video/cclive/cclive-0.5.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild?r1=1.2&r2=1.3

Index: cclive-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cclive-0.5.3.ebuild	9 Dec 2009 19:20:41 -0000	1.2
+++ cclive-0.5.3.ebuild	6 Jan 2010 19:10:41 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild,v 1.2 2009/12/09 19:20:41 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild,v 1.3 2010/01/06 19:10:41 ranger Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=">=net-misc/curl-7.18.0



1.12                 media-video/cclive/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	24 Dec 2009 12:04:17 -0000	1.11
+++ ChangeLog	6 Jan 2010 19:10:41 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/cclive
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.11 2009/12/24 12:04:17 scarabeus Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.12 2010/01/06 19:10:41 ranger Exp $
+
+  06 Jan 2010; Brent Baude <ranger@gentoo.org> cclive-0.5.3.ebuild:
+  Marking cclive-0.5.3 ppc64 for bug 287175
 
 *cclive-0.5.7 (24 Dec 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in media-video/cclive: cclive-0.5.3.ebuild ChangeLog
@ 2010-02-06 13:26 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-02-06 13:26 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/02/06 13:26:17

  Modified:             cclive-0.5.3.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #287175
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-video/cclive/cclive-0.5.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild?r1=1.3&r2=1.4

Index: cclive-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cclive-0.5.3.ebuild	6 Jan 2010 19:10:41 -0000	1.3
+++ cclive-0.5.3.ebuild	6 Feb 2010 13:26:17 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild,v 1.3 2010/01/06 19:10:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.5.3.ebuild,v 1.4 2010/02/06 13:26:17 hwoarang Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=">=net-misc/curl-7.18.0



1.14                 media-video/cclive/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cclive/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	15 Jan 2010 11:14:50 -0000	1.13
+++ ChangeLog	6 Feb 2010 13:26:17 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/cclive
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.13 2010/01/15 11:14:50 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.14 2010/02/06 13:26:17 hwoarang Exp $
+
+  06 Feb 2010; Markos Chandras <hwoarang@gentoo.org> cclive-0.5.3.ebuild:
+  Stable on amd64 wrt bug #287175
 
 *cclive-0.5.8 (15 Jan 2010)
 






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

end of thread, other threads:[~2010-02-06 13:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-06 13:26 [gentoo-commits] gentoo-x86 commit in media-video/cclive: cclive-0.5.3.ebuild ChangeLog Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-06 19:10 Brent Baude (ranger)
2009-12-09 19:20 Gysbert Wassenaar (nixnut)
2009-10-27 13:01 Alexis Ballier (aballier)

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