public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/rtmpdump: rtmpdump-2.4.ebuild rtmpdump-9999.ebuild ChangeLog
@ 2012-10-17 12:56 Christoph Junghans (ottxor)
  0 siblings, 0 replies; only message in thread
From: Christoph Junghans (ottxor) @ 2012-10-17 12:56 UTC (permalink / raw
  To: gentoo-commits

ottxor      12/10/17 12:56:58

  Modified:             rtmpdump-2.4.ebuild rtmpdump-9999.ebuild ChangeLog
  Log:
  added prefix support (bug #351220)
  
  (Portage version: 2.2.0_alpha140/cvs/Linux i686, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.4                  media-video/rtmpdump/rtmpdump-2.4.ebuild

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

Index: rtmpdump-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rtmpdump-2.4.ebuild	15 May 2012 13:46:49 -0000	1.3
+++ rtmpdump-2.4.ebuild	17 Oct 2012 12:56:58 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.4.ebuild,v 1.3 2012/05/15 13:46:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.4.ebuild,v 1.4 2012/10/17 12:56:58 ottxor Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 # the library is LGPL-2.1, the command is GPL-2
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="gnutls polarssl ssl"
 
 DEPEND="ssl? (
@@ -58,8 +58,8 @@
 }
 
 src_install() {
-	mkdir -p "${D}"/${DESTTREE}/$(get_libdir)
-	emake DESTDIR="${D}" prefix="${DESTTREE}" mandir="${DESTTREE}/share/man" \
+	mkdir -p "${ED}"/${DESTTREE}/$(get_libdir)
+	emake DESTDIR="${ED}" prefix="${DESTTREE}" mandir="${DESTTREE}/share/man" \
 	CRYPTO="${crypto}" install
 	dodoc README ChangeLog rtmpdump.1.html rtmpgw.8.html
 }



1.3                  media-video/rtmpdump/rtmpdump-9999.ebuild

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

Index: rtmpdump-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rtmpdump-9999.ebuild	20 Mar 2012 23:31:29 -0000	1.2
+++ rtmpdump-9999.ebuild	17 Oct 2012 12:56:58 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-9999.ebuild,v 1.2 2012/03/20 23:31:29 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-9999.ebuild,v 1.3 2012/10/17 12:56:58 ottxor Exp $
 
 EAPI="4"
 
@@ -58,8 +58,8 @@
 }
 
 src_install() {
-	mkdir -p "${D}"/${DESTTREE}/$(get_libdir)
-	emake DESTDIR="${D}" prefix="${DESTTREE}" mandir="${DESTTREE}/share/man" \
+	mkdir -p "${ED}"/${DESTTREE}/$(get_libdir)
+	emake DESTDIR="${ED}" prefix="${DESTTREE}" mandir="${DESTTREE}/share/man" \
 	CRYPTO="${crypto}" install
 	dodoc README ChangeLog rtmpdump.1.html rtmpgw.8.html
 }



1.22                 media-video/rtmpdump/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	15 May 2012 13:46:49 -0000	1.21
+++ ChangeLog	17 Oct 2012 12:56:58 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/rtmpdump
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.21 2012/05/15 13:46:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.22 2012/10/17 12:56:58 ottxor Exp $
+
+  17 Oct 2012; Christoph Junghans <ottxor@gentoo.org> rtmpdump-2.4.ebuild,
+  rtmpdump-9999.ebuild:
+  added prefix support (bug #351220)
 
   15 May 2012; Alexis Ballier <aballier@gentoo.org> rtmpdump-2.4.ebuild:
   keyword ~amd64-fbsd
@@ -95,4 +99,3 @@
   30 May 2010; Maxime de Roucy (maxime1986) <maxime.deroucy@gmail.com>
   +rtmpdump-2.2d.ebuild, +metadata.xml:
   New Ebuild for bug 299819 (thanks to Alec M.)
-





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-17 12:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 12:56 [gentoo-commits] gentoo-x86 commit in media-video/rtmpdump: rtmpdump-2.4.ebuild rtmpdump-9999.ebuild ChangeLog Christoph Junghans (ottxor)

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