public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/projectx: ChangeLog projectx-0.91.0.04.ebuild
@ 2012-10-01 16:31 Daniel Pielmeier (billie)
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Pielmeier (billie) @ 2012-10-01 16:31 UTC (permalink / raw
  To: gentoo-commits

billie      12/10/01 16:31:11

  Modified:             ChangeLog
  Added:                projectx-0.91.0.04.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.61                 media-video/projectx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	23 Sep 2012 08:05:06 -0000	1.60
+++ ChangeLog	1 Oct 2012 16:31:11 -0000	1.61
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/projectx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.60 2012/09/23 08:05:06 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.61 2012/10/01 16:31:11 billie Exp $
+
+*projectx-0.91.0.04 (01 Oct 2012)
+
+  01 Oct 2012; Daniel Pielmeier <billie@gentoo.org> +projectx-0.91.0.04.ebuild:
+  Version bump.
 
   23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   projectx-0.91.0.03.ebuild:



1.1                  media-video/projectx/projectx-0.91.0.04.ebuild

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

Index: projectx-0.91.0.04.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.91.0.04.ebuild,v 1.1 2012/10/01 16:31:11 billie Exp $

EAPI=4

JAVA_PKG_IUSE="doc source"

inherit eutils toolchain-funcs java-pkg-2 java-ant-2

XDG_P="xdg-20100731"

DESCRIPTION="Converts, splits and demuxes DVB and other MPEG recordings"
HOMEPAGE="http://project-x.sourceforge.net/"
SRC_URI="http://dev.gentoo.org/~billie/distfiles/${P}.tar.xz
	http://sbriesen.de/gentoo/distfiles/${PN}-idctfast.tar.xz
	http://sbriesen.de/gentoo/distfiles/${XDG_P}.java.xz
	http://sbriesen.de/gentoo/distfiles/${PN}-icon.png"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="X mmx sse"

COMMON_DEP="dev-java/commons-net
	X? ( =dev-java/browserlauncher2-1* )"

RDEPEND=">=virtual/jre-1.5
	${COMMON_DEP}"

DEPEND=">=virtual/jdk-1.5
	app-arch/xz-utils
	virtual/libiconv
	${COMMON_DEP}"

S="${WORKDIR}/Project-X"

mainclass() {
	# read Main-Class from MANIFEST.MF
	sed -n "s/^Main-Class: \([^ ]\+\).*/\1/p" "${S}/MANIFEST.MF" || die
}

java_prepare() {
	local X

	# apply stdout corruption patch (zzam@gentoo.org)
	epatch "${FILESDIR}/${PN}-0.90.4.00_p33-stdout-corrupt.patch"

	# apply BrowserLauncher2 patch
	use X && epatch "${FILESDIR}/${PN}-0.90.4.00_p33-bl2.patch"
	rm -rf src/edu || die

	# apply IDCTFast patch
	epatch "${FILESDIR}/${PN}-0.90.4.00_p33-idctfast.patch"

	# apply XDG patch
	cp -f "${WORKDIR}/${XDG_P}.java" "${S}/src/xdg.java"
	epatch "${FILESDIR}/${PN}-0.90.4.00_p33-xdg.patch"

	# copy build.xml
	cp -f "${FILESDIR}/build-0.90.4.00_p33.xml" build.xml || die

	# patch executable and icon
	sed -i -e "s:^\(Exec=\).*:\1${PN}_gui:g" \
		-e "s:^\(Icon=\).*:\1${PN}:g" *.desktop || die

	# convert CRLF to LF
	edos2unix *.txt MANIFEST.MF

	# convert docs to utf-8
	if [ -x "$(type -p iconv)" ]; then
		for X in zutun.txt; do
			iconv -f LATIN1 -t UTF8 -o "${X}~" "${X}" && mv -f "${X}~" "${X}" || die
		done
	fi

	# merge/remove resources depending on USE="X"
	if use X; then
		mv -f htmls resources/ || die
	else
		rm -rf src/net/sourceforge/dvb/projectx/gui || die
		rm resources/*.gif || die
	fi

	# update library packages
	cd lib
	rm -f {commons-net,jakarta-oro}*.jar || die
	java-pkg_jar-from commons-net
	use X && java-pkg_jar-from browserlauncher2-1.0
	java-pkg_ensure-no-bundled-jars
}

src_compile() {
	local IDCT="idct-mjpeg"  # default IDCT implementation
	if use x86 || use amd64; then
		use mmx && IDCT="idct-mjpeg-mmx"
		use sse && IDCT="idct-mjpeg-sse"
	fi

	eant build $(use_doc) -Dmanifest.mainclass=$(mainclass)

	cd lib/PORTABLE
	emake CC=$(tc-getCC) IDCT="${IDCT}" LDFLAGS="${LDFLAGS}" \
		CPLAT="${CFLAGS} -O3 -ffast-math -fPIC"
}

src_install() {
	java-pkg_dojar dist/${PN}.jar
	java-pkg_doso lib/PORTABLE/libidctfast.so

	java-pkg_dolauncher ${PN}_cli --main $(mainclass) \
		--java_args "-Djava.awt.headless=true -Xmx256m"

	if use X; then
		java-pkg_dolauncher ${PN}_gui --main $(mainclass) \
			--java_args "-Xmx256m"
		dosym ${PN}_gui /usr/bin/${PN}
		newicon "${DISTDIR}/${PN}-icon.png" "${PN}.png"
		domenu *.desktop
	else
		dosym ${PN}_cli /usr/bin/${PN}
	fi

	dodoc *.txt
	use doc && java-pkg_dojavadoc apidocs
	use source && java-pkg_dosrc src
}

pkg_postinst() {
	elog "Default config file and location has changed!"
	elog
	elog "It is now located at \$XDG_CONFIG_HOME/Project-X.ini"
	elog "You should move your old X.ini into the new location."
	elog
	elog "Hint: \$XDG_CONFIG_HOME defaults to ~/.config"
}





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

* [gentoo-commits] gentoo-x86 commit in media-video/projectx: ChangeLog projectx-0.91.0.04.ebuild
@ 2012-11-14 16:34 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-14 16:34 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/14 16:34:15

  Modified:             ChangeLog projectx-0.91.0.04.ebuild
  Log:
  Stable for amd64, wrt bug #441416
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.64                 media-video/projectx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	9 Nov 2012 15:46:59 -0000	1.63
+++ ChangeLog	14 Nov 2012 16:34:15 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/projectx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.63 2012/11/09 15:46:59 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.64 2012/11/14 16:34:15 ago Exp $
+
+  14 Nov 2012; Agostino Sarubbo <ago@gentoo.org> projectx-0.91.0.04.ebuild:
+  Stable for amd64, wrt bug #441416
 
 *projectx-0.91.0.05 (09 Nov 2012)
 



1.3                  media-video/projectx/projectx-0.91.0.04.ebuild

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

Index: projectx-0.91.0.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.91.0.04.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- projectx-0.91.0.04.ebuild	7 Nov 2012 17:52:23 -0000	1.2
+++ projectx-0.91.0.04.ebuild	14 Nov 2012 16:34:15 -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/projectx/projectx-0.91.0.04.ebuild,v 1.2 2012/11/07 17:52:23 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.91.0.04.ebuild,v 1.3 2012/11/14 16:34:15 ago Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="X mmx sse"
 
 COMMON_DEP="dev-java/commons-net





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

* [gentoo-commits] gentoo-x86 commit in media-video/projectx: ChangeLog projectx-0.91.0.04.ebuild
@ 2012-11-20 20:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-20 20:09 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/20 20:09:04

  Modified:             ChangeLog projectx-0.91.0.04.ebuild
  Log:
  Stable for x86, wrt bug #441416
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.66                 media-video/projectx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	14 Nov 2012 16:49:30 -0000	1.65
+++ ChangeLog	20 Nov 2012 20:09:03 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/projectx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.65 2012/11/14 16:49:30 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.66 2012/11/20 20:09:03 ago Exp $
+
+  20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> projectx-0.91.0.04.ebuild:
+  Stable for x86, wrt bug #441416
 
   14 Nov 2012; Daniel Pielmeier <billie@gentoo.org> projectx-0.91.0.05.ebuild:
   Fix desktop file. Thanks to Agostino Sarubbo in bug #443112.



1.4                  media-video/projectx/projectx-0.91.0.04.ebuild

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

Index: projectx-0.91.0.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.91.0.04.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- projectx-0.91.0.04.ebuild	14 Nov 2012 16:34:15 -0000	1.3
+++ projectx-0.91.0.04.ebuild	20 Nov 2012 20:09:03 -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/projectx/projectx-0.91.0.04.ebuild,v 1.3 2012/11/14 16:34:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.91.0.04.ebuild,v 1.4 2012/11/20 20:09:03 ago Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="X mmx sse"
 
 COMMON_DEP="dev-java/commons-net





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

* [gentoo-commits] gentoo-x86 commit in media-video/projectx: ChangeLog projectx-0.91.0.04.ebuild
@ 2012-12-09 15:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-09 15:06 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/09 15:06:13

  Modified:             ChangeLog projectx-0.91.0.04.ebuild
  Log:
  Stable for ppc, wrt bug #441416
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.67                 media-video/projectx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	20 Nov 2012 20:09:03 -0000	1.66
+++ ChangeLog	9 Dec 2012 15:06:13 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/projectx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.66 2012/11/20 20:09:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.67 2012/12/09 15:06:13 ago Exp $
+
+  09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> projectx-0.91.0.04.ebuild:
+  Stable for ppc, wrt bug #441416
 
   20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> projectx-0.91.0.04.ebuild:
   Stable for x86, wrt bug #441416



1.5                  media-video/projectx/projectx-0.91.0.04.ebuild

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

Index: projectx-0.91.0.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.91.0.04.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- projectx-0.91.0.04.ebuild	20 Nov 2012 20:09:03 -0000	1.4
+++ projectx-0.91.0.04.ebuild	9 Dec 2012 15:06:13 -0000	1.5
@@ -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/projectx/projectx-0.91.0.04.ebuild,v 1.4 2012/11/20 20:09:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.91.0.04.ebuild,v 1.5 2012/12/09 15:06:13 ago Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="X mmx sse"
 
 COMMON_DEP="dev-java/commons-net





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

* [gentoo-commits] gentoo-x86 commit in media-video/projectx: ChangeLog projectx-0.91.0.04.ebuild
@ 2012-12-09 18:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-09 18:26 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/09 18:26:52

  Modified:             ChangeLog projectx-0.91.0.04.ebuild
  Log:
  Stable for ppc64, wrt bug #441416
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.68                 media-video/projectx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	9 Dec 2012 15:06:13 -0000	1.67
+++ ChangeLog	9 Dec 2012 18:26:52 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/projectx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.67 2012/12/09 15:06:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.68 2012/12/09 18:26:52 ago Exp $
+
+  09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> projectx-0.91.0.04.ebuild:
+  Stable for ppc64, wrt bug #441416
 
   09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> projectx-0.91.0.04.ebuild:
   Stable for ppc, wrt bug #441416



1.6                  media-video/projectx/projectx-0.91.0.04.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/projectx/projectx-0.91.0.04.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/projectx/projectx-0.91.0.04.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/projectx/projectx-0.91.0.04.ebuild?r1=1.5&r2=1.6

Index: projectx-0.91.0.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.91.0.04.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- projectx-0.91.0.04.ebuild	9 Dec 2012 15:06:13 -0000	1.5
+++ projectx-0.91.0.04.ebuild	9 Dec 2012 18:26:52 -0000	1.6
@@ -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/projectx/projectx-0.91.0.04.ebuild,v 1.5 2012/12/09 15:06:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.91.0.04.ebuild,v 1.6 2012/12/09 18:26:52 ago Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="X mmx sse"
 
 COMMON_DEP="dev-java/commons-net





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

* [gentoo-commits] gentoo-x86 commit in media-video/projectx: ChangeLog projectx-0.91.0.04.ebuild
@ 2013-01-24 19:53 Daniel Pielmeier (billie)
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Pielmeier (billie) @ 2013-01-24 19:53 UTC (permalink / raw
  To: gentoo-commits

billie      13/01/24 19:53:46

  Modified:             ChangeLog
  Removed:              projectx-0.91.0.04.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 215AD14D)

Revision  Changes    Path
1.75                 media-video/projectx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	22 Jan 2013 17:31:03 -0000	1.74
+++ ChangeLog	24 Jan 2013 19:53:46 -0000	1.75
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/projectx
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.74 2013/01/22 17:31:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.75 2013/01/24 19:53:46 billie Exp $
+
+  24 Jan 2013; Daniel Pielmeier <billie@gentoo.org> -projectx-0.91.0.04.ebuild:
+  Remove old.
 
   22 Jan 2013; Agostino Sarubbo <ago@gentoo.org> projectx-0.91.0.05.ebuild:
   Stable for x86, wrt bug #451282





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

end of thread, other threads:[~2013-01-24 19:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-09 18:26 [gentoo-commits] gentoo-x86 commit in media-video/projectx: ChangeLog projectx-0.91.0.04.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-24 19:53 Daniel Pielmeier (billie)
2012-12-09 15:06 Agostino Sarubbo (ago)
2012-11-20 20:09 Agostino Sarubbo (ago)
2012-11-14 16:34 Agostino Sarubbo (ago)
2012-10-01 16:31 Daniel Pielmeier (billie)

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