dev-db/pg_top: Remove outdated

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Aaron W. Swenson
2018-02-09 09:32:52 -05:00
parent e787b02942
commit a40b060ae4
3 changed files with 0 additions and 60 deletions

View File

@@ -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

View File

@@ -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=""

View File

@@ -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
}