diff --git a/dev-db/pg_top/Manifest b/dev-db/pg_top/Manifest index 50e20baa3381..68a30bc109d3 100644 --- a/dev-db/pg_top/Manifest +++ b/dev-db/pg_top/Manifest @@ -1,2 +1 @@ -DIST pg_top-4.1.1.tar.xz 103128 BLAKE2B 6899b3e4963880aff9e4b3d94441903ea6a2141fb2cac56821c9ca3a5333cca4ed6a80c83f6feef34c9fe634c7c7b2d9ab1fbaba844b0485d7a5edb2e5bc9598 SHA512 bc58b0aaf02326d90cd7e6ed894021edf20dd6f7b67125d856bec474afe16cb6f096506c73becbde4a104c61fe62e5281df02f16c7bdbdd74478faa1e91ed9ae DIST pg_top-4.1.3.tar.xz 105828 BLAKE2B d8001db728355abed441c17802e639021325b42b075581cdc785e8841269787d8da72325f8a79e44634358be119c45aafbc0ec32311ab6dffb623a7d874865a9 SHA512 72d6f0d93d5a4362ea970fff0009eca73fda48a0c4af3e0f276a223097eeecb19f97ced12bed60e322a7318d6ab19d6d7dcf66b83465e278de0b7c9c3546fc25 diff --git a/dev-db/pg_top/pg_top-4.1.1.ebuild b/dev-db/pg_top/pg_top-4.1.1.ebuild deleted file mode 100644 index afcc5c0fc912..000000000000 --- a/dev-db/pg_top/pg_top-4.1.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="'top' for PostgreSQL" -HOMEPAGE="https://pg_top.gitlab.io/" -SRC_URI="https://pg_top.gitlab.io/source/${P}.tar.xz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-db/postgresql:= - dev-libs/libbsd - sys-libs/ncurses:= - virtual/libelf:=" -DEPEND="${RDEPEND}" - -DOCS=( HISTORY.rst README.rst TODO Y2K ) - -src_prepare() { - sed 's/set(CMAKE_C_FLAGS "-Wall")//' -i CMakeLists.txt || die - cmake_src_prepare -}