public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pg_top/files/, dev-db/pg_top/
Date: Fri,  9 Feb 2018 14:33:05 +0000 (UTC)	[thread overview]
Message-ID: <1518186772.a40b060ae499622ecea6d8cd96c0bbd7da799783.titanofold@gentoo> (raw)

commit:     a40b060ae499622ecea6d8cd96c0bbd7da799783
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  9 14:32:52 2018 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Fri Feb  9 14:32:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40b060a

dev-db/pg_top: Remove outdated

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-db/pg_top/Manifest                 |  1 -
 dev-db/pg_top/files/pg_top-3.6.2.patch | 29 -----------------------------
 dev-db/pg_top/pg_top-3.6.2-r1.ebuild   | 30 ------------------------------
 3 files changed, 60 deletions(-)

diff --git a/dev-db/pg_top/Manifest b/dev-db/pg_top/Manifest
index 90c12adeda2..f72bfcdce72 100644
--- a/dev-db/pg_top/Manifest
+++ b/dev-db/pg_top/Manifest
@@ -1,2 +1 @@
-DIST pg_top-3.6.2.tar.bz2 220985 BLAKE2B 93676f5e35b0048e4bcaee6385e7f6d291ca8b3740f7226715acf254fcc24bd4cc921a078f679e22e599e22f79fc3e2de5b971c918b6bc7e6eff2fd6e7a72df2 SHA512 0e7f33cccd7a1debce4965a11ff3d5d6868aace53651ca1c486f061728034f0ab3901ddfbded022c9297d3393eaea32585ca779334954c87fd0c13c8fa523074
 DIST pg_top-3.7.0.tar.bz2 236076 BLAKE2B 87a29d0237aad48b683c17ba56fdbc4a90f854f4f497057ffc978be1797d978f02694781e83d296fca82e03c8bc737f7cfd74e996987eea0bd8d6a66ae433ce0 SHA512 509cd3ce65a9b549097eaab5ae27106fa469cdeb4f37950564654f3df01390e1a771c8fa4f5858c3e4c1e76470b6c0fd9b07e8268564f59285e30bf824d7c4ec

diff --git a/dev-db/pg_top/files/pg_top-3.6.2.patch b/dev-db/pg_top/files/pg_top-3.6.2.patch
deleted file mode 100644
index 03ef912ed2b..00000000000
--- a/dev-db/pg_top/files/pg_top-3.6.2.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.ac.orig	2013-09-20 10:11:20.256444684 +0400
-+++ configure.ac	2013-09-20 10:16:30.262459612 +0400
-@@ -90,7 +90,7 @@
- 
- DBCFLAGS="-I$INCLUDEDIR"
- LIBDIR=`$PG_CONFIG --libdir`
--DBLDFLAGS="-L$LIBDIR -lpq"
-+DBLDFLAGS="-L$LIBDIR"
- 
- AC_SUBST(DBCFLAGS)
- AC_SUBST(DBLDFLAGS)
-@@ -109,6 +109,8 @@
- AC_SEARCH_LIBS(inet_aton, resolv, AC_DEFINE(HAVE_INET_ATON, 1,
-         [inet_aton is already defined]))
- 
-+AC_SEARCH_LIBS(PQexec, pq)
-+
- # check for libraries required by extension
- extlibs=""
- if test -n "$with_ext" -a -f "${srcdir}/ext/$with_ext.libs"; then
-@@ -216,8 +218,6 @@
- AC_SUBST(SRC)
- AC_SUBST(OBJ)
- 
--CFLAGS="-Wall -g"
--
- AC_MSG_CHECKING(for installation settings)
- # calculate appropriate settings
- OWNER=""

diff --git a/dev-db/pg_top/pg_top-3.6.2-r1.ebuild b/dev-db/pg_top/pg_top-3.6.2-r1.ebuild
deleted file mode 100644
index ed4375a4571..00000000000
--- a/dev-db/pg_top/pg_top-3.6.2-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils eutils
-
-DESCRIPTION="'top' for PostgreSQL"
-HOMEPAGE="http://ptop.projects.postgresql.org/"
-SRC_URI="http://pgfoundry.org/frs/download.php/1780/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="dev-db/postgresql"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS=( FAQ HISTORY README TODO Y2K )
-PATCHES=( "${FILESDIR}/${P}.patch" )
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable debug)
-	)
-	autotools-utils_src_configure
-}


                 reply	other threads:[~2018-02-09 14:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1518186772.a40b060ae499622ecea6d8cd96c0bbd7da799783.titanofold@gentoo \
    --to=titanofold@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox