diff options
| author | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-27 18:53:03 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-27 18:53:03 +0000 |
| commit | 3482ddf943eff7b8848f1fb31350b99ce349e86a (patch) | |
| tree | 9c9bb6ec6679e9dc44a84d87ba611989409b12ca /net-ftp/pureadmin | |
| parent | 8e8120eabdd28020aa69c7a60505cce2edd20adc (diff) | |
| download | baldeagleos-repo-21.1.3.tar.gz baldeagleos-repo-21.1.3.tar.xz baldeagleos-repo-21.1.3.zip | |
Updating liguros repov21.1.3
Diffstat (limited to 'net-ftp/pureadmin')
| -rw-r--r-- | net-ftp/pureadmin/pureadmin-0.4-r1.ebuild | 60 | ||||
| -rw-r--r-- | net-ftp/pureadmin/pureadmin-0.4-r2.ebuild | 2 |
2 files changed, 1 insertions, 61 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 d799052dc916..000000000000 --- 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="https://sourceforge.net/projects/purify/" -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 -} diff --git a/net-ftp/pureadmin/pureadmin-0.4-r2.ebuild b/net-ftp/pureadmin/pureadmin-0.4-r2.ebuild index 35747b9f5ae2..69281aa2b02b 100644 --- a/net-ftp/pureadmin/pureadmin-0.4-r2.ebuild +++ b/net-ftp/pureadmin/pureadmin-0.4-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/purify/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="doc" RDEPEND=" |
