public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/pdv: pdv-1.5.1-r2.ebuild ChangeLog
@ 2008-02-20  7:51 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-02-20  7:51 UTC (permalink / raw
  To: gentoo-commits

ulm         08/02/20 07:51:47

  Modified:             pdv-1.5.1-r2.ebuild ChangeLog
  Log:
  Change USE flag "nomotif" to "X" (with inverted logic), bug 210565.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.6                  app-arch/pdv/pdv-1.5.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?r1=1.5&r2=1.6

Index: pdv-1.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pdv-1.5.1-r2.ebuild	22 Jul 2007 08:30:55 -0000	1.5
+++ pdv-1.5.1-r2.ebuild	20 Feb 2008 07:51:46 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.5 2007/07/22 08:30:55 omp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.6 2008/02/20 07:51:46 ulm Exp $
 
 WANT_AUTOCONF=2.5
 WANT_AUTOMAKE=1.4
@@ -14,9 +14,9 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~hppa ppc x86"
-IUSE="nomotif"
+IUSE="X"
 
-DEPEND="!nomotif? ( x11-libs/openmotif
+DEPEND="X? ( x11-libs/openmotif
 	>=x11-libs/libX11-1.0.0
 	>=x11-libs/libXt-1.0.0
 	>=x11-libs/libXext-1.0.0
@@ -43,7 +43,7 @@
 
 	cd "${S}"
 	local myconf=""
-	use nomotif && myconf="--without-x" # configure script is broken, cant use use_with
+	use X || myconf="--without-x" # configure script is broken, cant use use_with
 	econf ${myconf} || die
 	emake || die
 }
@@ -51,7 +51,7 @@
 src_install() {
 	dobin pdv pdvmkpkg || die
 	doman pdv.1 pdvmkpkg.1
-	if ! use nomotif ; then
+	if use X ; then
 		dobin X11/xmpdvmkpkg || die
 		doman xmpdvmkpkg.1 || die
 	fi



1.16                 app-arch/pdv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	22 Jul 2007 08:30:55 -0000	1.15
+++ ChangeLog	20 Feb 2008 07:51:46 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/pdv
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.15 2007/07/22 08:30:55 omp Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.16 2008/02/20 07:51:46 ulm Exp $
+
+  20 Feb 2008; Ulrich Mueller <ulm@gentoo.org> pdv-1.5.1-r2.ebuild:
+  Change USE flag "nomotif" to "X" (with inverted logic), bug 210565.
 
   22 Jul 2007; David Shakaryan <omp@gentoo.org> pdv-1.5.1-r2.ebuild:
   Remove virtual/x11 from dependencies.



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-arch/pdv: pdv-1.5.1-r2.ebuild ChangeLog
@ 2008-03-18 13:26 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 8+ messages in thread
From: Diego Petteno (flameeyes) @ 2008-03-18 13:26 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/03/18 13:26:09

  Modified:             pdv-1.5.1-r2.ebuild ChangeLog
  Log:
  Run eautoconf during unpack phase. Closes bug #207487.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.7                  app-arch/pdv/pdv-1.5.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?r1=1.6&r2=1.7

Index: pdv-1.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pdv-1.5.1-r2.ebuild	20 Feb 2008 07:51:46 -0000	1.6
+++ pdv-1.5.1-r2.ebuild	18 Mar 2008 13:26:08 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.6 2008/02/20 07:51:46 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.7 2008/03/18 13:26:08 flameeyes Exp $
 
 WANT_AUTOCONF=2.5
 WANT_AUTOMAKE=1.4
@@ -34,14 +34,13 @@
 	epatch "${FILESDIR}"/${P}-x-config.patch
 	# fix default args bug from assuming 'char' is signed
 	epatch "${FILESDIR}"/${P}-default-args.patch
-}
 
-src_compile() {
 	# re-build configure script since patch was applied to configure.in
 	cd "${S}"/X11
 	eautoreconf
+}
 
-	cd "${S}"
+src_compile() {
 	local myconf=""
 	use X || myconf="--without-x" # configure script is broken, cant use use_with
 	econf ${myconf} || die



1.17                 app-arch/pdv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	20 Feb 2008 07:51:46 -0000	1.16
+++ ChangeLog	18 Mar 2008 13:26:08 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/pdv
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.16 2008/02/20 07:51:46 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.17 2008/03/18 13:26:08 flameeyes Exp $
+
+  18 Mar 2008; Diego Pettenò <flameeyes@gentoo.org> pdv-1.5.1-r2.ebuild:
+  Run eautoconf during unpack phase. Closes bug #207487.
 
   20 Feb 2008; Ulrich Mueller <ulm@gentoo.org> pdv-1.5.1-r2.ebuild:
   Change USE flag "nomotif" to "X" (with inverted logic), bug 210565.



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-arch/pdv: pdv-1.5.1-r2.ebuild ChangeLog
@ 2008-12-07  7:31 Stephanie J. Lockwood-Childs (wormo)
  0 siblings, 0 replies; 8+ messages in thread
From: Stephanie J. Lockwood-Childs (wormo) @ 2008-12-07  7:31 UTC (permalink / raw
  To: gentoo-commits

wormo       08/12/07 07:31:51

  Modified:             pdv-1.5.1-r2.ebuild ChangeLog
  Log:
  Prevent pre-stripping binaries (bug #248713)
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.8                  app-arch/pdv/pdv-1.5.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?r1=1.7&r2=1.8

Index: pdv-1.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pdv-1.5.1-r2.ebuild	18 Mar 2008 13:26:08 -0000	1.7
+++ pdv-1.5.1-r2.ebuild	7 Dec 2008 07:31:51 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.7 2008/03/18 13:26:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.8 2008/12/07 07:31:51 wormo Exp $
 
 WANT_AUTOCONF=2.5
 WANT_AUTOMAKE=1.4
@@ -8,7 +8,7 @@
 inherit eutils autotools
 
 DESCRIPTION="build a self-extracting and self-installing binary package"
-HOMEPAGE="http://pdv.sourceforge.net/"
+HOMEPAGE="http://sourceforge.net/projects/pdv"
 SRC_URI="mirror://sourceforge/pdv/${P}.tar.gz"
 
 LICENSE="MIT"
@@ -34,6 +34,8 @@
 	epatch "${FILESDIR}"/${P}-x-config.patch
 	# fix default args bug from assuming 'char' is signed
 	epatch "${FILESDIR}"/${P}-default-args.patch
+	# prevent pre-stripped binaries
+	epatch "${FILESDIR}"/${P}-no-strip.patch
 
 	# re-build configure script since patch was applied to configure.in
 	cd "${S}"/X11



1.18                 app-arch/pdv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pdv/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	18 Mar 2008 13:26:08 -0000	1.17
+++ ChangeLog	7 Dec 2008 07:31:51 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for app-arch/pdv
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.17 2008/03/18 13:26:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.18 2008/12/07 07:31:51 wormo Exp $
+
+  07 Dec 2008; Stephanie Lockwood-Childs <wormo@gentoo.org>
+  +files/pdv-1.5.1-no-strip.patch, pdv-1.5.1-r2.ebuild:
+  Prevent pre-stripping binaries (bug #248713)
 
   18 Mar 2008; Diego Pettenò <flameeyes@gentoo.org> pdv-1.5.1-r2.ebuild:
   Run eautoconf during unpack phase. Closes bug #207487.






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

* [gentoo-commits] gentoo-x86 commit in app-arch/pdv: pdv-1.5.1-r2.ebuild ChangeLog
@ 2010-10-10 17:02 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Mueller (ulm) @ 2010-10-10 17:02 UTC (permalink / raw
  To: gentoo-commits

ulm         10/10/10 17:02:53

  Modified:             pdv-1.5.1-r2.ebuild ChangeLog
  Log:
  Fix openmotif dependency. Change EAPI to 1 to allow for slot dependency.
  
  (Portage version: 2.1.9.14/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  app-arch/pdv/pdv-1.5.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?r1=1.8&r2=1.9

Index: pdv-1.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pdv-1.5.1-r2.ebuild	7 Dec 2008 07:31:51 -0000	1.8
+++ pdv-1.5.1-r2.ebuild	10 Oct 2010 17:02:53 -0000	1.9
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.8 2008/12/07 07:31:51 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.9 2010/10/10 17:02:53 ulm Exp $
 
+EAPI=1
 WANT_AUTOCONF=2.5
 WANT_AUTOMAKE=1.4
 
@@ -16,11 +17,12 @@
 KEYWORDS="~hppa ppc x86"
 IUSE="X"
 
-DEPEND="X? ( x11-libs/openmotif
+DEPEND="X? ( >=x11-libs/openmotif-2.3:0
 	>=x11-libs/libX11-1.0.0
 	>=x11-libs/libXt-1.0.0
 	>=x11-libs/libXext-1.0.0
 	>=x11-libs/libXp-1.0.0 )"
+RDEPEND="${DEPEND}"
 
 src_unpack() {
 	unpack ${A}



1.19                 app-arch/pdv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	7 Dec 2008 07:31:51 -0000	1.18
+++ ChangeLog	10 Oct 2010 17:02:53 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for app-arch/pdv
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.18 2008/12/07 07:31:51 wormo Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.19 2010/10/10 17:02:53 ulm Exp $
+
+  10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> pdv-1.5.1-r2.ebuild:
+  Fix openmotif dependency. Change EAPI to 1 to allow for slot dependency.
+  Explicitly assign RDEPEND.
 
   07 Dec 2008; Stephanie Lockwood-Childs <wormo@gentoo.org>
   +files/pdv-1.5.1-no-strip.patch, pdv-1.5.1-r2.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in app-arch/pdv: pdv-1.5.1-r2.ebuild ChangeLog
@ 2010-12-02 16:27 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 8+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-12-02 16:27 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/12/02 16:27:02

  Modified:             pdv-1.5.1-r2.ebuild ChangeLog
  Log:
  Avoid rebuilding autotools with automake 1.4, it works fine with 1.11.
  
  (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 app-arch/pdv/pdv-1.5.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?r1=1.9&r2=1.10

Index: pdv-1.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pdv-1.5.1-r2.ebuild	10 Oct 2010 17:02:53 -0000	1.9
+++ pdv-1.5.1-r2.ebuild	2 Dec 2010 16:27:02 -0000	1.10
@@ -1,10 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.9 2010/10/10 17:02:53 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.10 2010/12/02 16:27:02 flameeyes Exp $
 
 EAPI=1
-WANT_AUTOCONF=2.5
-WANT_AUTOMAKE=1.4
 
 inherit eutils autotools
 



1.20                 app-arch/pdv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	10 Oct 2010 17:02:53 -0000	1.19
+++ ChangeLog	2 Dec 2010 16:27:02 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/pdv
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.19 2010/10/10 17:02:53 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.20 2010/12/02 16:27:02 flameeyes Exp $
+
+  02 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> pdv-1.5.1-r2.ebuild:
+  Avoid rebuilding autotools with automake 1.4, it works fine with 1.11.
 
   10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> pdv-1.5.1-r2.ebuild:
   Fix openmotif dependency. Change EAPI to 1 to allow for slot dependency.






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

* [gentoo-commits] gentoo-x86 commit in app-arch/pdv: pdv-1.5.1-r2.ebuild ChangeLog
@ 2012-09-12  3:48 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans (ottxor) @ 2012-09-12  3:48 UTC (permalink / raw
  To: gentoo-commits

ottxor      12/09/12 03:48:58

  Modified:             pdv-1.5.1-r2.ebuild ChangeLog
  Log:
  added prefix support
  
  (Portage version: 2.2.0_alpha125/cvs/Linux i686)

Revision  Changes    Path
1.11                 app-arch/pdv/pdv-1.5.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?r1=1.10&r2=1.11

Index: pdv-1.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pdv-1.5.1-r2.ebuild	2 Dec 2010 16:27:02 -0000	1.10
+++ pdv-1.5.1-r2.ebuild	12 Sep 2012 03:48:58 -0000	1.11
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.10 2010/12/02 16:27:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.11 2012/09/12 03:48:58 ottxor Exp $
 
-EAPI=1
+EAPI=4
 
 inherit eutils autotools
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~hppa ppc x86"
+KEYWORDS="~hppa ppc x86 ~x86-linux ~ppc-macos"
 IUSE="X"
 
 DEPEND="X? ( >=x11-libs/openmotif-2.3:0
@@ -22,10 +22,7 @@
 	>=x11-libs/libXp-1.0.0 )"
 RDEPEND="${DEPEND}"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
+src_prepare() {
 	# fix a size-of-variable bug
 	epatch "${FILESDIR}"/${P}-opt.patch
 	# fix a free-before-use bug
@@ -42,19 +39,18 @@
 	eautoreconf
 }
 
-src_compile() {
+src_configure() {
 	local myconf=""
 	use X || myconf="--without-x" # configure script is broken, cant use use_with
-	econf ${myconf} || die
-	emake || die
+	econf ${myconf}
 }
 
 src_install() {
-	dobin pdv pdvmkpkg || die
+	dobin pdv pdvmkpkg
 	doman pdv.1 pdvmkpkg.1
 	if use X ; then
-		dobin X11/xmpdvmkpkg || die
-		doman xmpdvmkpkg.1 || die
+		dobin X11/xmpdvmkpkg
+		doman xmpdvmkpkg.1
 	fi
 	dodoc AUTHORS ChangeLog NEWS README pdv.lsm
 }



1.22                 app-arch/pdv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	16 Jun 2012 09:35:50 -0000	1.21
+++ ChangeLog	12 Sep 2012 03:48:58 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/pdv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.21 2012/06/16 09:35:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.22 2012/09/12 03:48:58 ottxor Exp $
+
+  12 Sep 2012; Christoph Junghans <ottxor@gentoo.org> pdv-1.5.1-r2.ebuild:
+  added prefix support
 
   16 Jun 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Wormo will only take care of bug wrangling.





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

* [gentoo-commits] gentoo-x86 commit in app-arch/pdv: pdv-1.5.1-r2.ebuild ChangeLog
@ 2012-10-20  9:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-10-20  9:09 UTC (permalink / raw
  To: gentoo-commits

ago         12/10/20 09:09:54

  Modified:             pdv-1.5.1-r2.ebuild ChangeLog
  Log:
  Respect CC, add ~amd64, wrt to bug #439016
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 app-arch/pdv/pdv-1.5.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?r1=1.11&r2=1.12

Index: pdv-1.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pdv-1.5.1-r2.ebuild	12 Sep 2012 03:48:58 -0000	1.11
+++ pdv-1.5.1-r2.ebuild	20 Oct 2012 09:09:54 -0000	1.12
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.11 2012/09/12 03:48:58 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.12 2012/10/20 09:09:54 ago Exp $
 
 EAPI=4
 
-inherit eutils autotools
+inherit eutils autotools toolchain-funcs
 
 DESCRIPTION="build a self-extracting and self-installing binary package"
 HOMEPAGE="http://sourceforge.net/projects/pdv"
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~hppa ppc x86 ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~hppa ppc x86 ~x86-linux ~ppc-macos"
 IUSE="X"
 
 DEPEND="X? ( >=x11-libs/openmotif-2.3:0
@@ -37,6 +37,7 @@
 	# re-build configure script since patch was applied to configure.in
 	cd "${S}"/X11
 	eautoreconf
+	tc-export CC
 }
 
 src_configure() {



1.23                 app-arch/pdv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	12 Sep 2012 03:48:58 -0000	1.22
+++ ChangeLog	20 Oct 2012 09:09:54 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/pdv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.22 2012/09/12 03:48:58 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.23 2012/10/20 09:09:54 ago Exp $
+
+  20 Oct 2012; Agostino Sarubbo <ago@gentoo.org> pdv-1.5.1-r2.ebuild:
+  Respect CC, add ~amd64, wrt to bug #439016
 
   12 Sep 2012; Christoph Junghans <ottxor@gentoo.org> pdv-1.5.1-r2.ebuild:
   added prefix support





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

* [gentoo-commits] gentoo-x86 commit in app-arch/pdv: pdv-1.5.1-r2.ebuild ChangeLog
@ 2012-10-24 18:47 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-10-24 18:47 UTC (permalink / raw
  To: gentoo-commits

ulm         12/10/24 18:47:57

  Modified:             pdv-1.5.1-r2.ebuild ChangeLog
  Log:
  Update dependency after package move from x11-libs/openmotif to x11-libs/motif.
  
  (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.13                 app-arch/pdv/pdv-1.5.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild?r1=1.12&r2=1.13

Index: pdv-1.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pdv-1.5.1-r2.ebuild	20 Oct 2012 09:09:54 -0000	1.12
+++ pdv-1.5.1-r2.ebuild	24 Oct 2012 18:47:57 -0000	1.13
@@ -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/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.12 2012/10/20 09:09:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.13 2012/10/24 18:47:57 ulm Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 KEYWORDS="~amd64 ~hppa ppc x86 ~x86-linux ~ppc-macos"
 IUSE="X"
 
-DEPEND="X? ( >=x11-libs/openmotif-2.3:0
+DEPEND="X? ( >=x11-libs/motif-2.3:0
 	>=x11-libs/libX11-1.0.0
 	>=x11-libs/libXt-1.0.0
 	>=x11-libs/libXext-1.0.0



1.24                 app-arch/pdv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pdv/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	20 Oct 2012 09:09:54 -0000	1.23
+++ ChangeLog	24 Oct 2012 18:47:57 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for app-arch/pdv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.23 2012/10/20 09:09:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.24 2012/10/24 18:47:57 ulm Exp $
+
+  24 Oct 2012; Ulrich Müller <ulm@gentoo.org> pdv-1.5.1-r2.ebuild:
+  Update dependency after package move from x11-libs/openmotif to
+  x11-libs/motif.
 
   20 Oct 2012; Agostino Sarubbo <ago@gentoo.org> pdv-1.5.1-r2.ebuild:
   Respect CC, add ~amd64, wrt to bug #439016





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

end of thread, other threads:[~2012-10-24 18:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-20  7:51 [gentoo-commits] gentoo-x86 commit in app-arch/pdv: pdv-1.5.1-r2.ebuild ChangeLog Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-18 13:26 Diego Petteno (flameeyes)
2008-12-07  7:31 Stephanie J. Lockwood-Childs (wormo)
2010-10-10 17:02 Ulrich Mueller (ulm)
2010-12-02 16:27 Diego Petteno (flameeyes)
2012-09-12  3:48 Christoph Junghans (ottxor)
2012-10-20  9:09 Agostino Sarubbo (ago)
2012-10-24 18:47 Ulrich Mueller (ulm)

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