public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/pg_top: pg_top-3.6.2.ebuild ChangeLog
@ 2008-06-17 15:27 Cedric Krier (cedk)
  0 siblings, 0 replies; 5+ messages in thread
From: Cedric Krier (cedk) @ 2008-06-17 15:27 UTC (permalink / raw
  To: gentoo-commits

cedk        08/06/17 15:27:21

  Modified:             pg_top-3.6.2.ebuild ChangeLog
  Log:
  Add ~amd64 keyword for bug #227817
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  dev-db/pg_top/pg_top-3.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild?r1=1.1&r2=1.2

Index: pg_top-3.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pg_top-3.6.2.ebuild	16 Jun 2008 10:51:27 -0000	1.1
+++ pg_top-3.6.2.ebuild	17 Jun 2008 15:27:20 -0000	1.2
@@ -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/dev-db/pg_top/pg_top-3.6.2.ebuild,v 1.1 2008/06/16 10:51:27 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild,v 1.2 2008/06/17 15:27:20 cedk Exp $
 
 DESCRIPTION="'top' for PostgreSQL"
 HOMEPAGE="http://ptop.projects.postgresql.org/"
@@ -8,7 +8,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
 COMMON_DEPEND="virtual/postgresql-base"



1.2                  dev-db/pg_top/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	16 Jun 2008 10:51:27 -0000	1.1
+++ ChangeLog	17 Jun 2008 15:27:20 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/pg_top
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.1 2008/06/16 10:51:27 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.2 2008/06/17 15:27:20 cedk Exp $
+
+  17 Jun 2008; Cédric Krier <cedk@gentoo.org> pg_top-3.6.2.ebuild:
+  Add ~amd64 keyword for bug #227817
 
 *pg_top-3.6.2 (16 Jun 2008)
 



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



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

* [gentoo-commits] gentoo-x86 commit in dev-db/pg_top: pg_top-3.6.2.ebuild ChangeLog
@ 2008-12-21 13:52 Cedric Krier (cedk)
  0 siblings, 0 replies; 5+ messages in thread
From: Cedric Krier (cedk) @ 2008-12-21 13:52 UTC (permalink / raw
  To: gentoo-commits

cedk        08/12/21 13:52:07

  Modified:             pg_top-3.6.2.ebuild ChangeLog
  Log:
  Fix build with --as-needed for bug #247007
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.3                  dev-db/pg_top/pg_top-3.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild?r1=1.2&r2=1.3

Index: pg_top-3.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pg_top-3.6.2.ebuild	17 Jun 2008 15:27:20 -0000	1.2
+++ pg_top-3.6.2.ebuild	21 Dec 2008 13:52:06 -0000	1.3
@@ -1,6 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild,v 1.2 2008/06/17 15:27:20 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild,v 1.3 2008/12/21 13:52:06 cedk Exp $
+
+inherit eutils
 
 DESCRIPTION="'top' for PostgreSQL"
 HOMEPAGE="http://ptop.projects.postgresql.org/"
@@ -16,6 +18,14 @@
 	dev-util/pkgconfig"
 RDEPEND="$COMMON_DEPEND"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+
+	epatch "${FILESDIR}/${P}.patch"
+	eautoreconf
+}
+
 src_compile() {
 	econf $(use_enable debug)
 	emake || die "emake failed"



1.3                  dev-db/pg_top/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	17 Jun 2008 15:27:20 -0000	1.2
+++ ChangeLog	21 Dec 2008 13:52:06 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/pg_top
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.2 2008/06/17 15:27:20 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.3 2008/12/21 13:52:06 cedk Exp $
+
+  21 Dec 2008; Cédric Krier <cedk@gentoo.org> +files/pg_top-3.6.2.patch,
+  pg_top-3.6.2.ebuild:
+  Fix build with --as-needed for bug #247007
 
   17 Jun 2008; Cédric Krier <cedk@gentoo.org> pg_top-3.6.2.ebuild:
   Add ~amd64 keyword for bug #227817






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

* [gentoo-commits] gentoo-x86 commit in dev-db/pg_top: pg_top-3.6.2.ebuild ChangeLog
@ 2009-02-04 18:23 Cedric Krier (cedk)
  0 siblings, 0 replies; 5+ messages in thread
From: Cedric Krier (cedk) @ 2009-02-04 18:23 UTC (permalink / raw
  To: gentoo-commits

cedk        09/02/04 18:23:25

  Modified:             pg_top-3.6.2.ebuild ChangeLog
  Log:
  Add missing inherit autotools for bug #255817
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-hardened-r3 i686)

Revision  Changes    Path
1.4                  dev-db/pg_top/pg_top-3.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild?r1=1.3&r2=1.4

Index: pg_top-3.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pg_top-3.6.2.ebuild	21 Dec 2008 13:52:06 -0000	1.3
+++ pg_top-3.6.2.ebuild	4 Feb 2009 18:23:25 -0000	1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild,v 1.3 2008/12/21 13:52:06 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild,v 1.4 2009/02/04 18:23:25 cedk Exp $
 
-inherit eutils
+inherit eutils autotools
 
 DESCRIPTION="'top' for PostgreSQL"
 HOMEPAGE="http://ptop.projects.postgresql.org/"



1.4                  dev-db/pg_top/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pg_top/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	21 Dec 2008 13:52:06 -0000	1.3
+++ ChangeLog	4 Feb 2009 18:23:25 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/pg_top
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.3 2008/12/21 13:52:06 cedk Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.4 2009/02/04 18:23:25 cedk Exp $
+
+  04 Feb 2009; Cédric Krier <cedk@gentoo.org> pg_top-3.6.2.ebuild:
+  Add missing inherit autotools for bug #255817
 
   21 Dec 2008; Cédric Krier <cedk@gentoo.org> +files/pg_top-3.6.2.patch,
   pg_top-3.6.2.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-db/pg_top: pg_top-3.6.2.ebuild ChangeLog
@ 2010-06-17 18:41 Patrick Lauer (patrick)
  0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2010-06-17 18:41 UTC (permalink / raw
  To: gentoo-commits

patrick     10/06/17 18:41:06

  Modified:             pg_top-3.6.2.ebuild ChangeLog
  Log:
  Migrating away from deprecated postgres virtuals
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-db/pg_top/pg_top-3.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild?r1=1.4&r2=1.5

Index: pg_top-3.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pg_top-3.6.2.ebuild	4 Feb 2009 18:23:25 -0000	1.4
+++ pg_top-3.6.2.ebuild	17 Jun 2010 18:41:06 -0000	1.5
@@ -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/dev-db/pg_top/pg_top-3.6.2.ebuild,v 1.4 2009/02/04 18:23:25 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild,v 1.5 2010/06/17 18:41:06 patrick Exp $
 
 inherit eutils autotools
 
@@ -13,7 +13,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
-COMMON_DEPEND="virtual/postgresql-base"
+COMMON_DEPEND="dev-db/postgresql-base"
 DEPEND="$COMMON_DEPEND
 	dev-util/pkgconfig"
 RDEPEND="$COMMON_DEPEND"



1.5                  dev-db/pg_top/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	4 Feb 2009 18:23:25 -0000	1.4
+++ ChangeLog	17 Jun 2010 18:41:06 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/pg_top
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.4 2009/02/04 18:23:25 cedk Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.5 2010/06/17 18:41:06 patrick Exp $
+
+  17 Jun 2010; Patrick Lauer <patrick@gentoo.org> pg_top-3.6.2.ebuild:
+  Migrating away from deprecated postgres virtuals
 
   04 Feb 2009; Cédric Krier <cedk@gentoo.org> pg_top-3.6.2.ebuild:
   Add missing inherit autotools for bug #255817






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

* [gentoo-commits] gentoo-x86 commit in dev-db/pg_top: pg_top-3.6.2.ebuild ChangeLog
@ 2012-05-03  2:33 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-03  2:33 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/03 02:33:10

  Modified:             pg_top-3.6.2.ebuild ChangeLog
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-db/pg_top/pg_top-3.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild?r1=1.5&r2=1.6

Index: pg_top-3.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pg_top-3.6.2.ebuild	17 Jun 2010 18:41:06 -0000	1.5
+++ pg_top-3.6.2.ebuild	3 May 2012 02:33:10 -0000	1.6
@@ -1,6 +1,6 @@
-# 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/dev-db/pg_top/pg_top-3.6.2.ebuild,v 1.5 2010/06/17 18:41:06 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild,v 1.6 2012/05/03 02:33:10 jdhore Exp $
 
 inherit eutils autotools
 
@@ -15,7 +15,7 @@
 
 COMMON_DEPEND="dev-db/postgresql-base"
 DEPEND="$COMMON_DEPEND
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 RDEPEND="$COMMON_DEPEND"
 
 src_unpack() {



1.6                  dev-db/pg_top/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	17 Jun 2010 18:41:06 -0000	1.5
+++ ChangeLog	3 May 2012 02:33:10 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/pg_top
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.5 2010/06/17 18:41:06 patrick Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.6 2012/05/03 02:33:10 jdhore Exp $
+
+  03 May 2012; Jeff Horelick <jdhore@gentoo.org> pg_top-3.6.2.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   17 Jun 2010; Patrick Lauer <patrick@gentoo.org> pg_top-3.6.2.ebuild:
   Migrating away from deprecated postgres virtuals






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

end of thread, other threads:[~2012-05-03  2:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-21 13:52 [gentoo-commits] gentoo-x86 commit in dev-db/pg_top: pg_top-3.6.2.ebuild ChangeLog Cedric Krier (cedk)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-03  2:33 Jeff Horelick (jdhore)
2010-06-17 18:41 Patrick Lauer (patrick)
2009-02-04 18:23 Cedric Krier (cedk)
2008-06-17 15:27 Cedric Krier (cedk)

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