commit:     97c30f26f37a3543bfdb61ac14acd7836f2319ac
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Jan 24 16:37:55 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 16:37:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c30f26

net-ftp/pureadmin: Remove old

Bug: https://bugs.gentoo.org/765067
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-ftp/pureadmin/pureadmin-0.4-r1.ebuild | 60 -------------------------------
 1 file changed, 60 deletions(-)

diff --git a/net-ftp/pureadmin/pureadmin-0.4-r1.ebuild 
b/net-ftp/pureadmin/pureadmin-0.4-r1.ebuild
deleted file mode 100644
index e2cb7b43a5f..00000000000
--- a/net-ftp/pureadmin/pureadmin-0.4-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop
-
-DESCRIPTION="GUI tool used to make the management of Pure-FTPd a little easier"
-HOMEPAGE="http://purify.sourceforge.net/";
-SRC_URI="mirror://sourceforge/purify/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc"
-
-RDEPEND="
-       gnome-base/libglade:2.0
-       sys-libs/zlib
-       virtual/fam
-       x11-libs/gtk+:2"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-gold.patch
-       "${FILESDIR}"/${P}-QA-desktop-file.patch
-)
-
-src_prepare() {
-       default
-
-       cat >> po/POTFILES.skip <<- EOF || die
-               src/eggstatusicon.c
-               src/eggtrayicon.c
-               src/prereq_usrmanager.c
-       EOF
-}
-
-src_install() {
-       default
-
-       # Move the docs to the correct location, if we want the docs
-       use doc &&
-               dodoc -r "${ED}"/usr/share/pureadmin/docs/.
-       rm -Rfv "${ED}"/usr/share/pureadmin/docs || die
-
-       make_desktop_entry pureadmin "Pure-FTPd menu config" pureadmin
-}
-
-pkg_postinst() {
-       ewarn "PureAdmin is at a beta-stage right now and it may break your"
-       ewarn "configuration. DO NOT use it for safety critical system"
-       ewarn "or production use!"
-
-       elog
-       elog "You need root-privileges to be able to use PureAdmin."
-       elog "This will probably change in the future."
-       elog
-}

Reply via email to