From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/gproftpd/
Date: Sun, 29 Nov 2020 09:56:09 +0000 (UTC) [thread overview]
Message-ID: <1606643742.e923b7647aba26628d41c30818b037b7f4e23af8.soap@gentoo> (raw)
commit: e923b7647aba26628d41c30818b037b7f4e23af8
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 09:55:42 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 09:55:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e923b764
net-ftp/gproftpd: Remove old
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-ftp/gproftpd/gproftpd-8.3.2-r1.ebuild | 63 -------------------------------
1 file changed, 63 deletions(-)
diff --git a/net-ftp/gproftpd/gproftpd-8.3.2-r1.ebuild b/net-ftp/gproftpd/gproftpd-8.3.2-r1.ebuild
deleted file mode 100644
index a67b5076d1b..00000000000
--- a/net-ftp/gproftpd/gproftpd-8.3.2-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="GTK frontend to proftpd"
-HOMEPAGE="http://mange.dynup.net/linux.html"
-SRC_URI="http://mange.dynup.net/linux/gproftpd/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc sparc x86"
-SLOT="0"
-
-IUSE="gnome ssl"
-
-# Requiring ProFTPD 1.2.9 due to security fixes
-RDEPEND="x11-libs/gtk+:2
- dev-libs/glib:2
- >=x11-libs/pango-1.0
- >=dev-libs/atk-1.0
- >=media-libs/freetype-2.0
- ssl? ( >=dev-libs/openssl-0.9.6f )
- >=net-ftp/proftpd-1.2.9"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- local modules includes myconf
-
- #location of proftpd.conf
- myconf="/etc/proftpd"
-
- if use ssl; then
- # enable mod_tls
- modules="${modules}:mod_tls"
- includes="${include}:/usr/kerberos/include"
- fi
-
- econf --sysconfdir=${myconf} \
- --localstatedir=/var \
- --with-modules=${modules} \
- --with-includes=${includes}
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
-# Add the Gnome menu entry
- if use gnome; then
- insinto /usr/share/gnome/apps/Internet/
- doins "${S}"/desktop/net-gproftpd.desktop
- fi
-
- dodoc AUTHORS ChangeLog README
-
- rm -r "${D}/usr/share/doc/gproftpd" || die
-}
-
-pkg_postinst() {
- elog "gproftpd looks for your proftpd.conf file in /etc/proftpd"
- elog "run gproftpd with the option -c to specify an alternate location"
- elog "ex: gproftpd -c /etc/proftpd.conf"
- elog "Do NOT edit /etc/conf.d/proftpd with this program"
-}
next reply other threads:[~2020-11-29 9:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-29 9:56 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-07-01 6:45 [gentoo-commits] repo/gentoo:master commit in: net-ftp/gproftpd/ Sam James
2021-06-30 18:40 Sam James
2020-11-29 8:15 Agostino Sarubbo
2020-11-29 0:13 Sergei Trofimovich
2020-11-27 16:49 Thomas Deutschmann
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=1606643742.e923b7647aba26628d41c30818b037b7f4e23af8.soap@gentoo \
--to=soap@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